
body {
    overflow-x: hidden;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-tap-highlight-color: #bf1e2e;
}

.body-content {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

section, footer, aside {
    position: relative;
    z-index: 100;
}

::-moz-selection {
    text-shadow: none;
    background: #bf1e2e;
}

::selection {
    text-shadow: none;
    background: #bf1e2e;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

    p.large {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: none;
}

a {
    color: #bf1e2e;
}

    a:hover,
    a:focus,
    a:active,
    a.active {
        color: #dd2235;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    h1.tdkLogo {
        margin-top: 5%;
        color: #dd2235;
        font-family: kozuka-gothic-pr6n, sans-serif;
        font-style: normal;
        text-transform: none;
        font-weight: 700;
        font-size: 6em;
    }

    h2.tdkDesc {
        color: #000;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-style: normal;
        text-transform: none;
        font-weight: 700;
    }

.text-primary {
    color: #bf1e2e;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #eeeeee;
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
    }
}

section {
    padding: 100px 0;
    border-top: 10px solid #333;
}

    section h1.section-heading {
        font-size: 40px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: none;
        font-style: italic;
        font-weight: 400;
        margin-bottom: 75px;
        color: #000;
    }

    section h2.section-subheading {
        font-size: 18px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: none;
        font-weight: 700;
        margin-top: 50px;
        margin-bottom: 15px;
        color: #000;
    }

@media (min-width: 768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    color: #333;
    margin: 15px 0;
    text-transform: none;
}
/*  RESPONSIVE */
/*  Mobil XL */
@media only screen and (max-width: 767px) and (orientation : portrait) {
    section h1.section-heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        margin-bottom: 75px;
    }

    section h2.section-subheading {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    section h4.service-heading {
        margin: 15px 0;
        font-size: 16px;
    }

    h1.tdkLogo {
        display: none;
    }

    h2.tdkDesc {
        font-size: 24px;
    }
}

/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    section h1.section-heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 12px;
        margin-bottom: 75px;
    }

    section h2.section-subheading {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    section h4.service-heading {
        margin: 15px 0;
        font-size: 16px;
    }

    h1.tdkLogo {
        margin-top: 0;
        font-size: 4em;
    }

    h2.tdkDesc {
        font-size: 2em;
    }
}

@media only screen and (min-width:377px) and (max-width: 427px) and (orientation : portrait) {
}

/*  Mobil M */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation : landscape) {
    section h1.section-heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 12px;
        margin-bottom: 75px;
    }

    section h2.section-subheading {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    section h4.service-heading {
        margin: 15px 0;
        font-size: 16px;
    }
}

@media only screen and (max-width: 376px) and (orientation : portrait) {
    section h1.section-heading {
        font-size: 20px;
        margin-top: 0;
        margin-bottom: 15px;
    }

    section h3.section-subheading {
        font-size: 16px;
        margin-bottom: 75px;
    }

    section h2.section-subheading {
        font-size: 18px;
        margin-top: 50px;
        margin-bottom: 15px;
    }

    section h4.service-heading {
        margin: 15px 0;
        font-size: 16px;
    }
}

/* To Top button */
#topBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 150;
    font-size: 8px;
}

/*@media (max-width:1024px) {
  #topBtn {
    font-size:8px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
  #topBtn {
    font-size:8px;
  }
}*/

.topHide {
    display: none;
}

.topShow {
    display: block;
}
/* DRIFT */
#drift {
    position: fixed;
    bottom: 20px;
    left: 30px;
    z-index: 101;
    width: 40%;
}

    #drift a {
        color: #bf1e2e;
    }

.driftHide {
    display: none;
}

.driftShow {
    display: block;
}

@media only screen and (max-width:767px) and (orientation : portrait) {
    #drift {
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}

@media only screen and (max-width:767px) and (orientation : landscape) {
    #drift {
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}

/* HR STYLE */
hr {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    color: #bf1e2e;
}

/* BUTTON STYLE */
.customBtn {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    font-size: 16px;
    padding: 12px 100px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: none;
}

.btn-default {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-primary {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary:active:hover,
    .btn-primary:active:focus,
    .open .dropdown-toggle.btn-primary {
        color: white;
        background-color: #dd2235;
        border-color: #bf1e2e;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-color: #bf1e2e;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #bf1e2e;
        border-color: #bf1e2e;
    }

    .btn-primary .badge {
        color: #bf1e2e;
        background-color: white;
    }

.btn-xl {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 0;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-xl:hover,
    .btn-xl:focus,
    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        color: white;
        background-color: #dd2235;
        border-color: #bf1e2e;
    }

    .btn-xl:active,
    .btn-xl.active,
    .open .dropdown-toggle.btn-xl {
        background-image: none;
    }

    .btn-xl.disabled,
    .btn-xl[disabled],
    fieldset[disabled] .btn-xl,
    .btn-xl.disabled:hover,
    .btn-xl[disabled]:hover,
    fieldset[disabled] .btn-xl:hover,
    .btn-xl.disabled:focus,
    .btn-xl[disabled]:focus,
    fieldset[disabled] .btn-xl:focus,
    .btn-xl.disabled:active,
    .btn-xl[disabled]:active,
    fieldset[disabled] .btn-xl:active,
    .btn-xl.disabled.active,
    .btn-xl[disabled].active,
    fieldset[disabled] .btn-xl.active {
        background-color: #bf1e2e;
        border-color: #bf1e2e;
    }

    .btn-xl .badge {
        color: #bf1e2e;
        background-color: white;
    }

.btn-custom {
    color: white;
    background-color: #bf1e2e;
    border-color: #bf1e2e;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

    .btn-custom:hover,
    .btn-custom:focus,
    .btn-custom:active,
    .btn-custom.active {
        color: white;
        background-color: #dd2235;
        border-color: #bf1e2e;
    }

    .btn-custom:active,
    .btn-custom.active {
        background-image: none;
    }

    .btn-custom.disabled,
    .btn-custom[disabled],
    fieldset[disabled] .btn-custom,
    .btn-custom.disabled:hover,
    .btn-custom[disabled]:hover,
    fieldset[disabled] .btn-custom:hover,
    .btn-custom.disabled:focus,
    .btn-custom[disabled]:focus,
    fieldset[disabled] .btn-custom:focus,
    .btn-custom.disabled:active,
    .btn-custom[disabled]:active,
    fieldset[disabled] .btn-custom:active,
    .btn-custom.disabled.active,
    .btn-custom[disabled].active,
    fieldset[disabled] .btn-custom.active {
        background-color: #bf1e2e;
        border-color: #bf1e2e;
    }

/* Navbar STARTS HERE */
.navbar-custom {
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .navbar-custom .navbar-brand {
        color: #dd2235;
        font-family: kozuka-gothic-pr6n, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 2.5em;
        display: inline;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .navbar-custom .navbar-brand:hover,
        .navbar-custom .navbar-brand:focus,
        .navbar-custom .navbar-brand:active,
        .navbar-custom .navbar-brand.active {
            color: #bf1e2e;
        }

    .navbar-custom .navbar-collapse {
        border-color: #ffffff;
        border-color: rgba(255, 255, 255, 0.02);
    }

    .navbar-custom .navbar-toggle {
        background-color: #bf1e2e;
        border-color: #bf1e2e;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        color: white;
        font-size: 12px;
    }

        .navbar-custom .navbar-toggle:hover,
        .navbar-custom .navbar-toggle:focus {
            background-color: #bf1e2e;
        }

    .navbar-custom .nav li a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        color: black;
        border-radius: 1px;
    }

        .navbar-custom .nav li a:hover,
        .navbar-custom .nav li a:focus {
            color: #bf1e2e;
            outline: none;
        }

    .navbar-custom .navbar-nav > .active > a {
        border-radius: 0;
        color: #bf1e2e;
        background-color: #ffffff;
        background-color: rgba(255,255,255,0.1);
    }

        .navbar-custom .navbar-nav > .active > a:hover,
        .navbar-custom .navbar-nav > .active > a:focus {
            color: #bf1e2e;
            background-color: #ffffff;
        }

li.logInNav {
    float: right;
}

.navbar-custom .dropdown-menu {
    border-color: #ffffff;
    border-color: rgba(255, 255, 255, 0.02);
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

    .navbar-custom .dropdown-menu li a {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 400;
        letter-spacing: 1px;
        color: white;
    }

        .navbar-custom .dropdown-menu li a:hover,
        .navbar-custom .dropdown-menu li a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: black;
            background-color: #ffffff;
        }

.navbar-custom.affix .nav li a {
    color: white;
    font-weight: 500;
}

.navbar-custom .nav li a.bestilBtn {
    color: white;
}

    .navbar-custom .nav li a.bestilBtn:hover {
        color: #bf1e2e;
    }

.navbar-custom.affix .nav li a.bestilBtn {
    background-color: white;
    color: #bf1e2e;
}

/*Mobile S */
@media only screen and (max-width: 480px) and (orientation : landscape) {
    .navbar-custom {
        padding: 0 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 14px;
        }

        .navbar-custom .navbar-collapse {
            border-color: #ffffff;
            border-color: rgba(255, 255, 255, 0.02);
            background-color: #000000;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .nav li a {
            font-size: 6px;
            text-align: center;
            padding: 1%;
            color: white;
        }

        .navbar-custom .dropdown-menu {
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: white;
            background-color: #333;
        }

    .navbar-custom .navTlf {
        display: none;
    }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 20%;
        margin: auto;
    }

    li.logInNav {
        float: unset;
    }
}

@media only screen and (max-width: 320px) and (orientation : portrait) {

    .navbar-custom .navbar-brand {
        font-size: 30px;
    }

    .navbar-custom .navbar-nav > .active > a {
        border-radius: 3px;
    }

    .navbar-custom .nav li a {
        font-size: 12px;
        text-align: center;
        color: white;
    }

    .navbar-custom .navbar-collapse {
        border-color: #ffffff;
        border-color: rgba(255, 255, 255, 0.02);
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .navbar-custom .dropdown-menu {
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: white;
            background-color: #333;
        }

    .navbar-custom .navTlf {
        display: none;
    }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 90%;
    }

    li.logInNav {
        float: unset;
    }
}
/*  Mobil M */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation : landscape) {
    .navbar-custom {
        padding: 0 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 14px;
        }

        .navbar-custom .navbar-collapse {
            border-color: #ffffff;
            border-color: rgba(255, 255, 255, 0.02);
            background-color: #000000;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .nav li a {
            font-size: 6px;
            text-align: center;
            padding: 1%;
            color: white;
        }

        .navbar-custom .dropdown-menu {
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: white;
            background-color: #333;
        }

    .navbar-custom .navTlf {
        display: none;
    }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 20%;
        margin: auto;
    }

    li.logInNav {
        float: unset;
    }
}

@media only screen and (min-width: 321px) and (max-width: 376px) and (orientation : portrait) {
    .navbar-custom {
        padding: 15px 0;
    }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .nav li a {
            font-size: 12px;
            text-align: center;
            color: white;
        }

        .navbar-custom .navbar-collapse {
            border-color: #ffffff;
            border-color: rgba(255, 255, 255, 0.02);
            background-color: #000000;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .navbar-custom .dropdown-menu {
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: white;
            background-color: #333;
        }

    .navbar-custom .navTlf {
        display: none;
    }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 90%;
    }

    li.logInNav {
        float: unset;
    }
}
/*  Mobil L*/
@media only screen and (min-width: 377px) and (max-width: 767px) and (orientation : portrait) {
    .navbar-custom {
        background-color: transparent;
        padding: 15px 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

        .navbar-custom .navbar-brand {
            color: #dd2235;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .nav li a {
            font-size: 12px;
            color: white;
        }

        .navbar-custom .navbar-collapse {
            border-color: #ffffff;
            border-color: rgba(255, 255, 255, 0.02);
            background-color: #000000;
            background-color: rgba(0, 0, 0, 0.5);
        }

        .navbar-custom .dropdown-menu {
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
            color: white;
            background-color: #333;
        }

    .navbar-custom .navTlf {
        display: none;
    }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 30%;
    }

    li.logInNav {
        float: unset;
    }
}

@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    .navbar-custom {
        background-color: transparent;
        padding: 0 0;
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        transition: padding 0.3s;
        border: none;
    }

        .navbar-custom .navbar-brand {
            font-size: 14px;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .nav li a {
            font-size: 6px;
        }

        .navbar-custom .navTlf {
            display: none;
        }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
        width: 100%;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .navbar-custom {
        padding: 0 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 20px;
            padding-left: 100%;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 1px;
        }

        .navbar-custom .navbar-nav {
            float: left !important;
            margin-right: -15px;
        }

            .navbar-custom .navbar-nav ~ .navbar-nav {
                margin-right: 0;
            }

        .navbar-custom .nav li a {
            font-size: 8px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .bestilBtn {
        border-radius: 1px;
        padding: 0 0 0 0;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    .navbar-custom {
        padding: 0 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 16px;
            margin-top: 35px;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 1px;
        }

        .navbar-custom .navbar-nav {
            float: right !important;
            margin-right: -15px;
        }

            .navbar-custom .navbar-nav ~ .navbar-nav {
                margin-right: 0;
            }

        .navbar-custom .nav li a {
            font-size: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

            .navbar-custom .nav li a.bestilBtn {
                border-radius: 1px;
                color: white;
            }
}

/* 1080p 125% + 720p - 768p */
@media all and (min-width: 1025px) and (max-width: 1282px) {
    .navbar-custom {
        padding: 15px 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 2.5em;
            margin-top: 50px;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 1px;
        }

        .navbar-custom .nav li a {
            font-size: 12px;
        }

        .navbar-custom .navbar-nav {
            float: right !important;
        }
}

@media all and (min-width: 1283px) {
    .navbar-custom {
        padding: 25px 0;
    }

        .navbar-custom .navbar-brand {
            font-size: 2.5em;
            margin-top: 50px;
        }

        .navbar-custom .navbar-nav > .active > a {
            border-radius: 3px;
        }

        .navbar-custom .navbar-nav {
            float: right !important;
            margin-right: -15px;
        }

            .navbar-custom .navbar-nav ~ .navbar-nav {
                margin-right: 0;
            }
}


/* AFFIX */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
}

@media (max-width: 767px) and (orientation : portrait) {
    .navbar-custom.affix {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px 0;
    }

        .navbar-custom.affix .navbar-brand {
            display: block;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover {
            color: #bf1e2e;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }

    .bestilBtn {
        margin-left: 20px;
        margin-top: 0;
    }

    .navbar-custom.affix .nav li a.bestilBtn {
        background-color: #bf1e2e;
        color: white;
    }
}

@media only screen and (min-width: 0) and (max-width: 766px) and (orientation : landscape) {
    .navbar-custom.affix .navbar-brand {
        font-size: 20px;
    }

    .navbar-custom.affix .navTlf {
        display: none;
    }

    .navbar-custom.affix {
        background-color: #000000;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 0 0 0 0;
    }

        .navbar-custom.affix .nav li a.bestilBtn {
            background-color: #bf1e2e;
            color: white;
        }
}

@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    .navbar-custom.affix {
        background-color: #bf1e2e;
        background-color: rgba(191, 30, 46, 0.9);
        padding: 5px 0;
    }

        .navbar-custom.affix .navbar-brand {
            color: white;
            margin-top: auto;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a.bestilBtn {
            background-color: #bf1e2e;
            color: white;
        }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .navbar-custom.affix {
        background-color: #bf1e2e;
        background-color: rgba(191, 30, 46, 0.9);
        padding: 10px 0;
    }

        .navbar-custom.affix .navbar-brand {
            display: none;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }

    .bestilBtn {
        margin-left: 20px;
        margin-top: 0;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    .navbar-custom.affix {
        background-color: #bf1e2e;
        background-color: rgba(191, 30, 46, 0.9);
        padding: 5px 0;
    }

        .navbar-custom.affix .navbar-brand {
            color: white;
            margin-top: auto;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }

    .bestilBtn {
        margin-left: 20px;
        margin-top: 0;
    }
}
/* 1080p 125% + 720p - 768p */
@media all and (min-width: 1025px) and (max-width: 1282px) {
    .navbar-custom.affix {
        background-color: #bf1e2e;
        background-color: rgba(191, 30, 46, 0.9);
        padding: 10px 0;
    }

        .navbar-custom.affix .navbar-brand {
            color: white;
            font-size: 2.0em;
            display: block;
            margin-top: auto;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover, .navbar-custom.affix .nav li a:active {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }
}

@media all and (min-width: 1283px) {
    .navbar-custom.affix {
        background-color: #bf1e2e;
        background-color: rgba(191, 30, 46, 0.9);
        padding: 10px 0;
    }

        .navbar-custom.affix .navbar-brand {
            color: white;
            font-size: 2.0em;
            display: block;
            margin-top: auto;
        }

        .navbar-custom.affix .navTlf {
            display: none;
        }

        .navbar-custom.affix .nav li a:hover, .navbar-custom.affix .nav li a:active {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .nav li a:focus {
            color: #000;
            outline: none;
        }

        .navbar-custom.affix .bestilBtn {
            background-color: white;
            color: #bf1e2e;
        }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar-custom.affix .navbar-brand {
        margin-top: 10px !important;
    }
}
/* Navbar ENDS HERE */


/* ============================================================
BACKGROUND VIDEO
============================================================ */
/* Header */
header #HVContainer {
    margin: 0 0 0 0;
    position: relative;
    height: 300px;
    background-color: white;
    overflow: hidden;
}

.BGimage {
    background-image: url('../Content/Assets/header.jpg');
    /*filter: blur(5px);*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*header #HVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    height: auto;
    transform: translate(-50%, -55%);
    filter: blur(5px);
}*/
header #HVContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 80px 20px;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
}

header #HVContent a:hover {
    background-color: #dd2235;
    text-shadow: none;
}

    header #HVContent #HpButtons {
        display: flex;
        justify-content: center;
        margin-top: 1%;
        gap: 10px;
    }

    header #HVContent #HpButtons a {
            width: 95%;
            
    }
        header #HVContent #HpButtons p {
            color: black;
            padding: 0 19px;
            font-weight: bold;
            font-size: 13px;
        }


    header #HVContent #HpButtons table {
        align-self: center;
        width: 100%;
        margin: 0 24% 0 24%;
    }

header #HVContent #HpButtons table tr td a {
    width:95%;
}

header #HVContent #HpButtons table tr td p {
    color: black;
    font-weight: 700;
}

/*  Contact */
section#kontakt #CVContainer {
    position: relative;
    margin: 0 0 0 0;
    height: 300px;
    background-color: white;
    /*background-image: url('../Content/Assets/kontakt.jpg');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
/*section#kontakt #CVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}*/

section#kontakt #CVContent {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 80px 20px;
    text-align: center;
}

    section#kontakt #CVContent a:hover {
        background-color: #dd2235;
        text-shadow: none;
    }



@media only screen and (max-width: 750px) {
    header #HVContent #HpButtons {
        flex-direction: column
    }
        header #HVContent #HpButtons a {
            width: 95%;
            white-space: pre-wrap;
            word-break: break-all;
        }
        header #HVContent #HpButtons a {
            padding: 10px;
        }
}
/* RESPONSIVE VIDEO */

/* Mobil XL */
@media only screen and (min-width:427px) and (max-width: 767px) and (orientation : portrait) {
    header #HVContainer {
        height: 105vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    section#kontakt #CVContainer {
        height: 130vh;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    header #HVContainer {
        height: 118vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    header #HVContent {
        padding: 200px 20px;
    }

    section#kontakt #CVContainer {
        height: 650px;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

@media only screen and (min-width:377px) and (max-width: 427px) and (orientation : portrait) {
    header #HVContainer {
        height: 108vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    section#kontakt #CVContainer {
        height: 130vh;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

/*Mobile M*/
@media only screen and (max-width:768px) and (orientation : landscape) {
    header #HVContainer {
        height: 135vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    header #HVContent {
        padding: 200px 20px;
    }

    section#kontakt #CVContainer {
        height: 900px;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

@media only screen and (min-width:321px) and (max-width: 376px) and (orientation : portrait) {
    header #HVContainer {
        height: 110vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    section#kontakt #CVContainer {
        height: 120vh;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

/*Mobile S */
@media only screen and (max-width: 480px) and (orientation : landscape) {
    header #HVContainer {
        height: 100vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    header #HVContent {
        padding: 200px 20px;
    }

    section#kontakt #CVContainer {
        height: 1050px;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

@media only screen and (max-width: 320px) and (orientation : portrait) {
    header #HVContainer {
        height: 120vh;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    section#kontakt #CVContainer {
        height: 155vh;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    header #HVContainer {
        height: 60vh;
        width: 100%;
    }

    header #HVideo {
        top: 22%;
    }

    section#kontakt #CVContainer {
        height: 80vh;
        width: 100%;
    }

    section#kontakt #CVideo {
        height: 100%;
        width: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }
    header #HVContent .tdkLogo {
        font-size: 4em;
    }

    header #HVContent .tdkDesc {
        font-size: 26px;
    }

    header #HVContent #HpButtons table {
        align-self: center;
        width: 100%;
        margin: 0 20% 0 20%;
    }

        header #HVContent #HpButtons table tr td a {
            width: 95%;
            font-size: 16px;
        }

        header #HVContent #HpButtons table tr td p {
            color: black;
            font-weight: 700;
            font-size: 11px;
        }
}

@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    header #HVideo {
        top: 40%;
    }

    header #HVContainer {
        height: 755px;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    header #HVContent {
        padding: 200px 20px;
    }

    section#kontakt #CVContainer {
        height: 700px;
        width: 100%;
    }

    section#kontakt #CVideo {
        width: 130%;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }


    header #HVContent .tdkLogo {
        font-size: 4em;
    }

    header #HVContent .tdkDesc {
        font-size: 26px;
    }

    header #HVContent #HpButtons table {
        align-self: center;
        width: 100%;
        margin: 0 20% 0 20%;
    }

    header #HVContent #HpButtons table tr td a {
        width: 95%;
        font-size: 16px;
    }

    header #HVContent #HpButtons table tr td p {
        color: black;
        font-weight: 700;
        font-size: 11px;
    }
}

/* 1080p 125% + 720p - 768p */
@media all and (min-width: 1025px) {
    header #HVContainer {
        height: 670px;
        width: 100%;
    }

    header #HVideo {
        width: 100%;
    }

    header #HVContent {
        padding: 100px 20px;
    }
    
    header #HVContent .tdkLogo {
        font-size: 5em;
    }

    header #HVContent .tdkDesc {
        font-size:26px;
    }

    section#kontakt #CVContainer {
        height: 700px;
        width: 100%;
    }

    section#kontakt #CVideo {
        width: 100%;
        height: auto;
    }

    section#kontakt #CVContent {
        padding: 100px 20px;
    }

    header #HVContent #HpButtons table {
        align-self: center;
        width: 100%;
        margin: 0 20% 0 20%;
    }

    header #HVContent #HpButtons table tr td a {
        width: 95%;
        font-size:16px;
    }

    header #HVContent #HpButtons table tr td p {
        color: black;
        font-weight: 700;
        font-size: 11px;
    }
}

@media all and (min-width: 1281px) {
    header #HVContainer {
        height: 110vh;
    }

    header #HVContent {
        padding: 200px 20px;
    }

    section#kontakt #CVContainer {
        height: 800px;
    }

    header #HVContent #HpButtons table {
        align-self: center;
        width: 100%;
        margin: 0 20% 0 20%;
    }

        header #HVContent #HpButtons table tr td a {
            width: 95%;
            font-size: 18px;
        }

        header #HVContent #HpButtons table tr td p {
            color: black;
            font-weight: 700;
            font-size: 14px;
        }
}


/*  Header */
header {
    background-color: #333;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: white;
}

/* Ydelser section - services */
/*  Global services */
section#ydelser p {
    margin: 5%;
}

@media only screen and (max-width: 767px) and (orientation : landscape) {
    section#ydelser .container {
        margin-bottom: -80px;
    }
}

@media only screen and (max-width: 767px) and (orientation : portrait) {
    section#ydelser .container {
        margin-bottom: -80px;
    }
}

@media all and (min-width: 767px) {
    section#ydelser .container {
        margin-bottom: -150px;
    }

    #serviceIcons .col-xs-4, #serviceIcons .col-sm-2 {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        #serviceIcons .col-xs-4:hover, #serviceIcons .col-sm-2:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }
}

section#ydelser h1.section-heading {
    margin-top: -60px;
}



.DivHide {
    opacity: 0;
    height: 0;
    padding: 0 8px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.DivShow {
    opacity: 1;
    height: unset;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/* Frem */
#fremItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.fremItemHide {
    opacity: 0;
    margin-left: -500px;
    width: 190%;
}

.fremItemShow {
    opacity: 1;
    margin-bottom: -10px;
    margin-left: -300px;
    width: 190%;
}

/* Tegn */
#tegnItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.tegnItemHide {
    opacity: 0;
    float: right;
    margin-right: -500px;
    width: 120%;
}

.tegnItemShow {
    opacity: 1;
    float: right;
    margin-right: -350px;
    width: 120%;
}

/* Tele */
#teleItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.teleItemHide {
    opacity: 0;
    margin-left: -500px;
    width: 200%;
}

.teleItemShow {
    opacity: 1;
    margin-left: -350px;
    width: 200%;
}

/* Skrift */
#skriftItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.skriftItemHide {
    opacity: 0;
    float: right;
    margin-right: -200px;
    margin-top: 30%;
    width: 100%;
}

.skriftItemShow {
    opacity: 1;
    float: right;
    margin-right: -50px;
    margin-top: 30%;
    width: 100%;
}

/* Skriv */
#skrivItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.skrivItemHide {
    opacity: 0;
    margin-left: -500px;
    width: 120%;
}

.skrivItemShow {
    opacity: 1;
    margin-left: -50px;
    width: 120%;
}

/* Video */
#videoItem {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.videoItemHide {
    opacity: 0;
    float: right;
    margin-right: -500px;
}

.videoItemShow {
    opacity: 1;
    float: right;
    margin-right: -200px;
}
/* RESPONSIVE */
/* min width: 1600px  */
@media only all and (min-width: 1600px) and (max-width: 1881px) {
    .fremItemHide {
        width: 150%;
        margin-bottom: -150%;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 150%;
        margin-bottom: -150%;
    }

    .tegnItemShow {
        margin-right: -220px;
    }

    .skriftItemShow {
        margin-right: -220px;
    }
}
/* MAC - Retina */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1600px), only screen and ( min--moz-device-pixel-ratio: 2) and (min-width: 1600px), only screen and ( -o-min-device-pixel-ratio: 2/1) and (min-width: 1600px), only screen and ( min-device-pixel-ratio: 2) and (min-width: 1600px), only screen and ( min-resolution: 192dpi) and (min-width: 1600px), only screen and ( min-resolution: 2dppx) and (min-width: 1600px) {
    .fremItemHide {
        width: 150%;
        margin-bottom: -150%;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 150%;
        margin-bottom: -150%;
    }

    .tegnItemShow {
        margin-right: -220px;
    }

    .skriftItemShow {
        margin-right: -220px;
    }
}
/* 1080p 125% */
@media all and (min-width: 1442px) and (max-width: 1599px) {
    .fremItemHide {
        width: 150%;
        margin-bottom: -150%;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 150%;
        margin-bottom: -150%;
    }

    .tegnItemShow {
        margin-right: -150px;
    }

    .teleItemHide {
        width: 180%;
    }

    .teleItemShow {
        margin-left: -250px;
        width: 180%;
    }

    .skriftItemShow {
        margin-right: -150px;
    }

    .videoItemShow {
        margin-right: -100px;
    }
}

@media all and (min-width: 1369px) and (max-width: 1441px) {
    .fremItemHide {
        width: 150%;
        margin-bottom: -150%;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 150%;
        margin-bottom: -150%;
    }

    .tegnItemShow {
        margin-right: -100px;
    }

    .teleItemHide {
        width: 180%;
    }

    .teleItemShow {
        margin-left: -250px;
        width: 180%;
    }

    .skriftItemShow {
        margin-right: -100px;
    }
}
/* 720p - 768p */
@media all and (min-width: 1283px) and (max-width: 1368px) {
    .fremItemHide {
        width: 150%;
        margin-bottom: -150%;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 150%;
        margin-bottom: -150%;
    }

    .tegnItemShow {
        margin-right: -50px;
    }

    .teleItemHide {
        width: 180%;
    }

    .teleItemShow {
        margin-left: -250px;
        width: 180%;
    }

    .skriftItemShow {
        margin-right: -50px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1282px) {
    .fremItemHide {
        width: 125%;
        margin-top: 200px;
    }

    .fremItemShow {
        margin-left: -50px;
        width: 125%;
        margin-top: 200px;
    }

    .tegnItemShow {
        margin-right: 0;
    }

    .teleItemHide {
        width: 150%;
        margin-top: 100px;
    }

    .teleItemShow {
        margin-left: -150px;
        width: 150%;
        margin-top: 100px;
    }

    .skriftItemShow {
        margin-right: 0;
    }

    .skrivItemHide {
        width: 130%;
    }

    .skrivItemShow {
        margin-left: -50px;
        width: 130%;
    }

    .videoItemShow {
        margin-right: 0;
    }
}

/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    section#ydelser p {
        margin: 5%;
        font-size: 12px;
    }

    section#ydelser ul li {
        font-size: 12px;
    }

    section#ydelser .container {
        margin-bottom: -150px;
    }

    section#ydelser h1.section-heading {
        margin-top: -100px;
    }

    section#ydelser h4.service-heading {
        font-size: 14px;
    }

    #serviceIcons {
        margin-top: -50px;
    }
    /*  Frem */
    .fremItemHide {
        width: 150%;
        margin-top: 150px;
    }

    .fremItemShow {
        margin-left: -100px;
        width: 150%;
        margin-top: 150px;
    }
    /* Tegn */
    .tegnItemHide {
        margin-right: -500px;
        width: 140%;
    }

    .tegnItemShow {
        margin-right: -42px;
        width: 140%;
    }

    /* Tele */
    .teleItemHide {
        margin-left: -500px;
        margin-top: 60px;
        width: 170%;
    }

    .teleItemShow {
        margin-left: -130px;
        margin-top: 60px;
        width: 170%;
    }

    /* Skrift */
    .skriftItemHide {
        margin-right: -500px;
        width: 100%;
    }

    .skriftItemShow {
        margin-right: -50px;
        width: 100%;
    }

    /* Skriv */
    .skrivItemHide {
        margin-left: -500px;
        width: 120%;
    }

    .skrivItemShow {
        margin-left: 0;
        width: 120%;
    }

    /* Video */
    .videoItemHide {
        margin-right: -500px;
        width: 120%;
    }

    .videoItemShow {
        margin-right: 0;
        width: 120%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    section#ydelser p {
        margin: 5%;
        font-size: 10px;
    }

    section#ydelser ul li {
        font-size: 10px;
    }

    section#ydelser .container {
        margin-bottom: -150px;
    }

    section#ydelser h1.section-heading {
        margin-top: -100px;
    }

    section#ydelser h4.service-heading {
        font-size: 10px;
    }

    #serviceIcons {
        margin-top: -50px;
    }
    /*  Frem */
    .fremItemHide {
        width: 160%;
        margin-top: 170px;
    }

    .fremItemShow {
        margin-left: -80px;
        width: 160%;
        margin-top: 170px;
    }
    /* Tegn */
    .tegnItemHide {
        margin-right: -500px;
        width: 140%;
        margin-top: 20px;
    }

    .tegnItemShow {
        margin-right: -42px;
        width: 140%;
        margin-top: 20px;
    }

    /* Tele */
    .teleItemHide {
        margin-left: -500px;
        margin-top: 80px;
        width: 180%;
    }

    .teleItemShow {
        margin-left: -120px;
        margin-top: 80px;
        width: 180%;
    }

    /* Skrift */
    .skriftItemHide {
        margin-right: -500px;
        width: 100%;
    }

    .skriftItemShow {
        margin-right: -50px;
        width: 100%;
    }

    /* Skriv */
    .skrivItemHide {
        margin-left: -500px;
        width: 120%;
    }

    .skrivItemShow {
        margin-left: 0;
        width: 120%;
    }

    /* Video */
    .videoItemHide {
        margin-right: -500px;
        width: 130%;
    }

    .videoItemShow {
        margin-right: 0;
        width: 130%;
    }
}

/* Mobil XL */
@media only screen and (min-width:427px) and (max-width: 767px) and (orientation : portrait) {
    section#ydelser h4.service-heading {
        font-size: 12px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

        #serviceIcons .fa {
            font-size: 40px;
        }

    .hmxs {
        display: none;
    }

    section#ydelser p, section#ydelser ul li {
        font-size: 12px;
    }
}

/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    section#ydelser p {
        margin: 5%;
        font-size: 10px;
    }

    section#ydelser ul li {
        font-size: 10px;
    }

    section#ydelser .container {
        margin-bottom: -150px;
    }

    section#ydelser h1.section-heading {
        margin-top: -100px;
    }

    section#ydelser h4.service-heading {
        font-size: 10px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

    .hmxs {
        display: none;
    }
    /*  Frem */
    .fremItemHide {
        width: 170%;
        margin-top: 120px;
    }

    .fremItemShow {
        margin-left: -150px;
        width: 200%;
        margin-top: 120px;
    }
    /* Tegn */
    .tegnItemHide {
        margin-right: -500px;
        width: 120%;
    }

    .tegnItemShow {
        margin-right: -42px;
        width: 120%;
    }

    /* Tele */
    .teleItemHide {
        margin-left: -500px;
        margin-top: 50px;
        width: 170%;
    }

    .teleItemShow {
        margin-left: -100px;
        margin-top: 50px;
        width: 200%;
    }

    /* Video */
    .videoItemHide {
        margin-right: -500px;
        width: 80%;
    }

    .videoItemShow {
        margin-right: 0;
        width: 80%;
    }
}

@media only screen and (min-width:377px) and (max-width: 427px) and (orientation : portrait) {
    section#ydelser h4.service-heading {
        font-size: 12px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

        #serviceIcons .fa {
            font-size: 40px;
        }

    .hmxs {
        display: none;
    }

    section#ydelser p, section#ydelser ul li {
        font-size: 10px;
    }
}

/*Mobile M*/
@media only screen and (max-width:768px) and (orientation : landscape) {
    section#ydelser p {
        margin: 5%;
        font-size: 8px;
    }

    section#ydelser ul li {
        font-size: 8px;
    }

    section#ydelser h4.service-heading {
        font-size: 8px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

        #serviceIcons .fa {
            font-size: 40px;
        }

    .hmxs {
        display: none;
    }
}

@media only screen and (min-width:321px) and (max-width: 376px) and (orientation : portrait) {
    section#ydelser h4.service-heading {
        font-size: 10px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

        #serviceIcons .fa {
            font-size: 30px;
        }

    .hmxs {
        display: none;
    }

    section#ydelser p, section#ydelser ul li {
        font-size: 8px;
    }
}

/*Mobile S */
/*@media only screen and (max-width: 480px) and (orientation : landscape) {
}*/

@media only screen and (max-width: 320px) and (orientation : portrait) {
    section#ydelser h4.service-heading {
        font-size: 8px;
    }

    section#ydelser h3.section-subheading {
        font-size: 8px;
    }

    #serviceIcons {
        margin-top: -50px;
    }

        #serviceIcons .fa {
            font-size: 30px;
        }

    .hmxs {
        display: none;
    }

    section#ydelser p, section#ydelser ul li {
        font-size: 8px;
    }
}

/* Ydelser section ends here */
/* Job section */
section#job {
    background-image: url('../Content/Assets/job.jpg');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
}

    section#job .col-md-8 {
        background-color: #222222;
        padding: 50px 50px 50px 50px;
    }

/* Mobil */
@media only screen and (max-width: 767px) {
    section#job .col-md-8 {
        background-color: #020202;
        background-color: rgba(2, 2, 2, 0.4);
    }

    section#job p {
        font-size: 12px;
    }

    section#job .btn-xl {
        font-size: 14px;
        padding: 1%;
        margin-top: -10%;
    }
}

@media only screen and (max-width: 376px) and (orientation : portrait) {
    section#job .col-md-8 {
        background-color: #020202;
        background-color: rgba(2, 2, 2, 0.4);
    }

    section#job p {
        font-size: 10px;
    }

    section#job .btn-xl {
        font-size: 14px;
        padding: 1%;
        margin-top: -10%;
    }
}


/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    section#job .col-md-8 {
        background-color: #020202;
        background-color: rgba(2, 2, 2, 0.4);
    }

    section#job p {
        font-size: 12px;
    }

    section#job .btn-xl {
        font-size: 14px;
        padding: 1%;
        margin-top: -10%;
    }
}



/*  Om os */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: "";
        width: 2px;
        background-color: #f1f1f1;
        left: 40px;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 50px;
        position: relative;
        min-height: 50px;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li .timeline-panel {
            width: 100%;
            float: right;
            padding: 0 20px 0 100px;
            position: relative;
            text-align: left;
            z-index: 100;
        }

            .timeline > li .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li .timeline-image {
            left: 0;
            margin-left: 0;
            width: 80px;
            height: 80px;
            position: absolute;
            z-index: 100;
            background-color: #bf1e2e;
            color: white;
            border-radius: 100%;
            border: 7px solid #f1f1f1;
            text-align: center;
        }

            .timeline > li .timeline-image h4 {
                font-size: 10px;
                margin-top: 12px;
                line-height: 14px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 20px 0 100px;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

        .timeline > li:last-child {
            margin-bottom: 0;
        }

    .timeline .timeline-heading h4 {
        margin-top: 0;
        color: inherit;
    }

        .timeline .timeline-heading h4.subheading {
            text-transform: none;
        }

    .timeline .timeline-body > p,
    .timeline .timeline-body > ul {
        margin-bottom: 0;
    }

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline > li {
        margin-bottom: 100px;
        min-height: 100px;
    }

        .timeline > li .timeline-panel {
            width: 41%;
            float: left;
            padding: 0 20px 20px 30px;
            text-align: right;
        }

        .timeline > li .timeline-image {
            width: 100px;
            height: 100px;
            left: 50%;
            margin-left: -50px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 13px;
                margin-top: 16px;
                line-height: 18px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            text-align: left;
            padding: 0 30px 20px 20px;
        }
}

@media (min-width: 992px) {
    .timeline > li {
        min-height: 150px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px;
        }

        .timeline > li .timeline-image {
            width: 150px;
            height: 150px;
            margin-left: -75px;
        }

            .timeline > li .timeline-image h4 {
                font-size: 18px;
                margin-top: 30px;
                line-height: 26px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 20px 20px;
        }
}

@media (min-width: 1200px) {
    .timeline > li {
        min-height: 170px;
    }

        .timeline > li .timeline-panel {
            padding: 0 20px 20px 100px;
        }

        .timeline > li .timeline-image {
            width: 170px;
            height: 170px;
            margin-left: -85px;
        }

            .timeline > li .timeline-image h4 {
                margin-top: 40px;
            }

        .timeline > li.timeline-inverted > .timeline-panel {
            padding: 0 100px 20px 20px;
        }
}

.Shape {
    display: block;
}

.shapeparallax {
    position: relative;
}

    .shapeparallax > .Shape--left {
        position: absolute;
        z-index: 5;
        left: 50px;
    }

@media all and (max-width:1024px) {
    .shapeparallax > .Shape--left {
        display: none;
    }
}


/*  Contact section */
section#kontakt {
    background-color: #333;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 0 0 0;
}

    section#kontakt .section-heading {
        color: #333;
    }

    section#kontakt .section-subheading {
        color: rgba(51, 51, 51, 0.75);
    }

    section#kontakt h6.section-subheading {
        font-weight: 400;
        font-style: italic;
        text-transform: none;
    }

    section#kontakt #contactForm {
        width: 80%;
        margin: auto;
    }

/* Style the accordion panel. Note: hidden by default */
#infoPanel {
    display: none;
    overflow: hidden;
}


section#kontakt .form-group {
    margin-bottom: 25px;
}

    section#kontakt .form-group input,
    section#kontakt .form-group textarea {
        padding: 20px;
        background-color: #eee;
    }

        section#kontakt .form-group input.form-control {
            height: auto;
        }

        section#kontakt .form-group textarea.form-control {
            height: 236px;
        }

section#kontakt .form-control:focus {
    border-color: #bf1e2e;
    box-shadow: none;
}

section#kontakt ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

section#kontakt :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

section#kontakt ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

section#kontakt :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

section#kontakt .text-danger {
    color: #fff;
}

/*RESPONSIVE*/
.tg {
    width: 600px;
    margin: auto;
}

.tgBold {
    color: #333;
}

    .tgBold i {
        color: #bf1e2e;
    }

.tgBold, .tgText {
    font-size: 16px;
}

    .tgText a {
        text-decoration: underline;
        color: rgba(51, 51, 51, 0.75);
    }

        .tgText a:hover {
            color: white;
        }

.tg tr {
    border-top: 5px solid;
    border-color: transparent;
}

section#kontakt ul li .text-primary {
    font-size: 22px;
}

section#kontakt ul li {
    font-size: 18px;
    color: rgba(51, 51, 51, 0.75);
    font-weight: bold;
}
/* 1080p 125% */
@media all and (min-width: 1442px) and (max-width: 1881px) {
    section#kontakt #contactForm {
        width: 90%;
        margin: auto;
    }

    .tg {
        width: 500px;
        margin: auto;
    }

    .tgBold, .tgText {
        font-size: 16px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }
}

@media all and (min-width: 1369px) and (max-width: 1441px) {
    section#kontakt #contactForm {
        width: 90%;
        margin: auto;
    }

    .tg {
        width: 400px;
        margin: auto;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }
}

/* 720p - 768p */
@media all and (min-width: 1283px) and (max-width: 1368px) {
    section#kontakt #contactForm {
        width: 90%;
        margin: auto;
    }

    .tg {
        width: 400px;
        margin: auto;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }
}

@media all and (min-width: 1024px) and (max-width: 1282px) {
    section#kontakt #contactForm {
        width: 90%;
        margin: auto;
    }

    .tg {
        width: 400px;
        margin: auto;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul li .text-primary {
        font-size: 16px;
    }

    section#kontakt ul li {
        font-size: 14px;
    }
}

/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    section#kontakt #contactForm {
        width: 90%;
        margin: auto;
    }

    #accordion {
        margin-left: -50px;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul li {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    section#kontakt #contactForm {
        width: 70%;
        margin: unset;
        margin-left: 1%;
    }

    #accordion {
        margin-left: -150px;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 50px;
    }

        section#kontakt ul li {
            font-size: 12px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        padding: 12px 10px;
    }
}

/* Mobil XL */
@media only screen and (min-width:427px) and (max-width: 767px) and (orientation : portrait) {
    section#kontakt #contactForm {
        width: 70%;
        margin-top: -10%;
    }

    section#kontakt .section-heading {
        font-size: 16px;
    }

    section#kontakt .section-subheading {
        font-size: 12px;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 14px;
        }

        section#kontakt ul li {
            font-size: 10px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }
}

/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    section#kontakt #contactForm {
        width: 70%;
        margin-top: -10%;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 8px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    #accordion {
        margin-left: -90px;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 20px;
        }

        section#kontakt ul li {
            font-size: 14px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }
}

@media only screen and (min-width:377px) and (max-width: 427px) and (orientation : portrait) {
    section#kontakt #contactForm {
        width: 70%;
        margin-top: -10%;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 12px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 18px;
        }

        section#kontakt ul li {
            font-size: 14px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }
}

/*Mobile M*/
@media only screen and (max-width:768px) and (orientation : landscape) {
    section#kontakt #contactForm {
        width: 70%;
        margin-top: -10%;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 8px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 20px;
        }

        section#kontakt ul li {
            font-size: 14px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 20px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 100px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }

    section#kontakt ::-webkit-input-placeholder {
        font-size: 12px;
    }

    section#kontakt :-moz-placeholder {
        /* Firefox 18- */
        font-size: 12px;
    }

    section#kontakt ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 12px;
    }

    section#kontakt :-ms-input-placeholder {
        font-size: 12px;
    }
}

@media only screen and (min-width:321px) and (max-width: 376px) and (orientation : portrait) {
    section#kontakt #contactForm {
        width: 90%;
        margin-top: -20%;
    }

    section#kontakt .section-heading {
        font-size: 14px;
    }

    section#kontakt .section-subheading {
        font-size: 10px;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 8px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 16px;
        }

        section#kontakt ul li {
            font-size: 12px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }
}

/*Mobile S */
/*@media only screen and (max-width: 480px) and (orientation : landscape) {

}*/
@media only screen and (max-width: 320px) and (orientation : portrait) {
    section#kontakt #contactForm {
        width: 90%;
        margin-top: -20%;
    }

    section#kontakt .section-heading {
        font-size: 14px;
    }

    section#kontakt .section-subheading {
        font-size: 10px;
    }

    .tg {
        width: 400px;
    }

    .tgBold, .tgText {
        font-size: 6px;
    }

    .tg tr {
        border-top: 5px solid;
        border-color: transparent;
    }

    section#kontakt ul {
        margin-top: 0;
    }

        section#kontakt ul li .text-primary {
            font-size: 14px;
        }

        section#kontakt ul li {
            font-size: 10px;
        }

    section#kontakt .form-group {
        margin-bottom: 10px;
    }

        section#kontakt .form-group input.form-control {
            height: 40px;
        }

        section#kontakt .form-group textarea.form-control {
            height: 150px;
        }

    .customBtn {
        font-size: 12px;
        padding: 12px 10px;
    }
}



/*  Footer section */
/* Kunde */
aside.kunder {
    background-color: #fff;
    border-top: 5px solid rgba(51, 51, 51, 0.05);
    padding-top: 10px;
}

    aside.kunder img {
        margin: 50px 25%;
        height: 50px;
    }

    aside.kunder img {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }

        aside.kunder img:hover {
            -webkit-transform: scale(1.3);
            transform: scale(1.3);
        }

footer {
    /*position: absolute;
    width: 100%;
    bottom: 0;*/
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}

ul.social-buttons {
    margin-bottom: 0;
}

    ul.social-buttons li a {
        display: block;
        background-color: #bf1e2e;
        height: 40px;
        width: 40px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 40px;
        color: white;
        outline: none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        ul.social-buttons li a:hover,
        ul.social-buttons li a:focus,
        ul.social-buttons li a:active {
            background-color: #333;
        }

.quicklinks a {
    color: #bf1e2e;
}

@media all and (max-width:767px) {
    footer span.copyright {
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 12px;
    }

    footer ul.quicklinks {
        margin-top: 10px;
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 10px;
    }

    aside.kunder img {
        margin: 25px 25%;
        height: 30px;
    }
}

@media all and (max-width:376px) and (orientation : portrait) {
    aside.kunder h3.section-heading {
        font-size: 14px;
    }

    footer span.copyright {
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 6px;
    }

    footer ul.quicklinks {
        margin-top: 10px;
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 8px;
    }

    aside.kunder img {
        margin: 25px 25%;
        height: 20px;
    }

    ul.social-buttons li a {
        height: 20px;
        width: 20px;
        font-size: 10px;
        line-height: 20px;
    }
}

@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    footer span.copyright {
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 8px;
    }

    footer ul.quicklinks {
        margin-top: 10px;
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 8px;
    }

    aside.kunder img {
        height: 35px;
    }
}
/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    footer span.copyright {
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 12px;
    }

    footer ul.quicklinks {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 20px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 12px;
    }

    aside.kunder img {
        margin: 25px 50%;
        height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    footer span.copyright {
        line-height: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 8px;
    }

    footer ul.quicklinks {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 12px;
    }

    aside.kunder img {
        margin: 25px 50%;
        height: 20px;
    }

    ul.social-buttons li a {
        height: 30px;
        width: 30px;
        line-height: 30px;
    }
}

@media all and (min-width: 1025px) {
    footer span.copyright {
        line-height: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 12px;
    }

    footer ul.quicklinks {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 40px;
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-transform: none;
        font-size: 15px;
    }
}

/*  Modals */
.job-modal .modal-dialog {
    margin: auto;
    height: 80%;
    width: 50%;
}

.job-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 50px 0;
    text-align: center;
}

    .job-modal .modal-content h2 {
        font-weight: 400;
        margin-bottom: 15px;
        font-size: 40px;
    }

        .job-modal .modal-content h2 span {
            font-size: 46px;
        }

    .job-modal .modal-content p {
        margin-bottom: 30px;
    }

        .job-modal .modal-content p.item-intro {
            margin: 20px 0 30px;
            font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
            font-style: italic;
            font-size: 16px;
        }

    .job-modal .modal-content ul.list-inline {
        margin-bottom: 30px;
        margin-top: 0;
    }

.job-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .job-modal .close-modal:hover {
        opacity: 0.3;
    }

    .job-modal .close-modal .lr {
        height: 25px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .job-modal .close-modal .lr .rl {
            height: 25px;
            width: 1px;
            background-color: #222222;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.job-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.job-modal ::-webkit-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #b3b3b3;
}

.job-modal :-moz-placeholder {
    /* Firefox 18- */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #b3b3b3;
}

.job-modal ::-moz-placeholder {
    /* Firefox 19+ */
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #b3b3b3;
}

.job-modal :-ms-input-placeholder {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #b3b3b3;
}
/*RESPONSIVE*/
/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    .job-modal .modal-dialog {
        margin: auto;
        width: 80%;
    }

    .job-modal .modal-content {
        padding: 100px 0;
    }

        .job-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 2em;
        }

        .job-modal .modal-content h3 {
            font-size: 14px;
        }

        .job-modal .modal-content p {
            font-size: 12px;
        }

        .job-modal .modal-content ul li {
            font-size: 12px;
        }

        .job-modal .modal-content label {
            font-size: 10px;
        }

    .job-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .job-modal .close-modal .lr {
            height: 50px;
        }

            .job-modal .close-modal .lr .rl {
                height: 50px;
            }

    .job-modal .modal-content .modal-body {
        margin-top: -50px;
    }

    .job-modal .modal-content .form-group {
        margin: 1%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .job-modal .modal-dialog {
        margin: auto;
        width: 80%;
    }

    .job-modal .modal-content {
        padding: 100px 0;
    }

        .job-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 2em;
        }

        .job-modal .modal-content h3 {
            font-size: 14px;
        }

        .job-modal .modal-content p {
            font-size: 12px;
        }

        .job-modal .modal-content ul li {
            font-size: 12px;
        }

        .job-modal .modal-content label {
            font-size: 10px;
        }

    .job-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .job-modal .close-modal .lr {
            height: 50px;
        }

            .job-modal .close-modal .lr .rl {
                height: 50px;
            }

    .job-modal .modal-content .modal-body {
        margin-top: -50px;
    }

    .job-modal .modal-content .form-group {
        margin: 5%;
    }
}

/*  Mobil */
@media only screen and (max-width:767px) {
    .job-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
        font-size: 6px;
    }

    .job-modal .modal-content {
        padding: 100px 0;
    }

        .job-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
        }

    .job-modal h2 span.text-primary {
        font-size: 18px;
    }

    .job-modal .modal-content h3 {
        font-size: 12px;
    }

    .job-modal .modal-content p {
        font-size: 10px;
    }

    .job-modal .modal-content ul li {
        font-size: 10px;
    }

    .job-modal .modal-content label {
        font-size: 8px;
    }

    .job-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .job-modal .close-modal .lr {
            height: 25px;
        }

            .job-modal .close-modal .lr .rl {
                height: 25px;
            }

    .job-modal .modal-content .modal-body {
        margin-top: -50px;
    }

    .job-modal .modal-content .form-group {
        margin: 1%;
    }

    .job-modal ::-webkit-input-placeholder {
        font-size: 6px;
    }

    .job-modal :-moz-placeholder {
        /* Firefox 18- */
        font-size: 6px;
    }

    .job-modal ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 6px;
    }

    .job-modal :-ms-input-placeholder {
        font-size: 6px;
    }

    .job-modal span {
        font-size: 8px;
    }

    .job-modal #filedocxpdf {
        font-size: 8px;
    }
}

@media only screen and (max-width:376px) and (orientation : portrait) {
    .job-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
        font-size: 6px;
    }

    .job-modal .modal-content {
        padding: 100px 0;
    }

        .job-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
        }

    .job-modal h2 span.text-primary {
        font-size: 18px;
    }

    .job-modal .modal-content h3 {
        font-size: 12px;
    }

    .job-modal .modal-content p {
        font-size: 10px;
    }

    .job-modal .modal-content ul li {
        font-size: 10px;
    }

    .job-modal .modal-content label {
        font-size: 8px;
    }

    .job-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .job-modal .close-modal .lr {
            height: 25px;
        }

            .job-modal .close-modal .lr .rl {
                height: 25px;
            }

    .job-modal .modal-content .modal-body {
        margin-top: -50px;
    }

    .job-modal .modal-content .form-group {
        margin: 1%;
    }

    .job-modal ::-webkit-input-placeholder {
        font-size: 6px;
    }

    .job-modal :-moz-placeholder {
        /* Firefox 18- */
        font-size: 6px;
    }

    .job-modal ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 6px;
    }

    .job-modal :-ms-input-placeholder {
        font-size: 6px;
    }

    .job-modal span {
        font-size: 6px;
    }

    .job-modal #filedocxpdf {
        font-size: 8px;
    }
}
/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    .job-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
        font-size: 6px;
    }

    .job-modal .modal-content {
        padding: 100px 0;
    }

        .job-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 14px;
        }

    .job-modal h2 span {
        font-size: 14px;
    }

    .job-modal .modal-content h3 {
        font-size: 12px;
    }

    .job-modal .modal-content p {
        font-size: 10px;
    }

    .job-modal .modal-content ul li {
        font-size: 10px;
    }

    .job-modal .modal-content label {
        font-size: 8px;
    }

    .job-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .job-modal .close-modal .lr {
            height: 25px;
        }

            .job-modal .close-modal .lr .rl {
                height: 25px;
            }

    .job-modal .modal-content .modal-body {
        margin-top: -50px;
    }

    .job-modal .modal-content .form-group {
        margin: 1%;
    }

    .job-modal ::-webkit-input-placeholder {
        font-size: 6px;
    }

    .job-modal :-moz-placeholder {
        /* Firefox 18- */
        font-size: 6px;
    }

    .job-modal ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 6px;
    }

    .job-modal :-ms-input-placeholder {
        font-size: 6px;
    }

    .job-modal span {
        font-size: 8px;
    }

    .job-modal #filedocxpdf {
        font-size: 8px;
    }
}

/* Driftstatus dialog */
.drift-modal .modal-dialog {
    margin: auto;
    height: 90%;
    width: 50%;
}

.drift-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 50px 0;
    text-align: center;
}

    .drift-modal .modal-content h2 {
        font-weight: 400;
        margin-bottom: 15px;
        font-size: 3em;
    }

    .drift-modal .modal-content h4 {
        text-transform: none;
    }

.drift-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .drift-modal .close-modal:hover {
        opacity: 0.3;
    }

    .drift-modal .close-modal .lr {
        height: 25px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .drift-modal .close-modal .lr .rl {
            height: 25px;
            width: 1px;
            background-color: #222222;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.drift-modal .modal-backdrop {
    opacity: 0;
    display: none;
}
/*RESPONSIVE*/
/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    .drift-modal .modal-dialog {
        margin: auto;
        width: 80%;
    }

    .drift-modal .modal-content {
        padding: 100px 0;
    }

        .drift-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 2em;
        }

        .drift-modal .modal-content h4 {
            font-size: 14px;
        }

        .drift-modal .modal-content p {
            font-size: 12px;
        }

        .drift-modal .modal-content hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .drift-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .drift-modal .close-modal .lr {
            height: 50px;
        }

            .drift-modal .close-modal .lr .rl {
                height: 50px;
            }

    .drift-modal .modal-content .modal-body {
        margin-top: -50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    .drift-modal .modal-dialog {
        margin: auto;
        width: 80%;
    }

    .drift-modal .modal-content {
        padding: 100px 0;
    }

        .drift-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 2em;
        }

        .drift-modal .modal-content h4 {
            font-size: 14px;
        }

        .drift-modal .modal-content p {
            font-size: 12px;
        }

        .drift-modal .modal-content hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .drift-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .drift-modal .close-modal .lr {
            height: 50px;
        }

            .drift-modal .close-modal .lr .rl {
                height: 50px;
            }

    .drift-modal .modal-content .modal-body {
        margin-top: -50px;
    }
}


@media only screen and (max-width:767px) and (orientation : portrait) {
    .drift-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
    }

    .drift-modal .modal-content {
        padding: 100px 0;
    }

        .drift-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 18px;
        }

        .drift-modal .modal-content h4 {
            font-size: 12px;
        }

        .drift-modal .modal-content p {
            font-size: 12px;
        }

        .drift-modal .modal-content hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .drift-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .drift-modal .close-modal .lr {
            height: 25px;
        }

            .drift-modal .close-modal .lr .rl {
                height: 25px;
            }

    .drift-modal .modal-content .modal-body {
        margin-top: -50px;
    }
}
/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
    .drift-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
    }

    .drift-modal .modal-content {
        padding: 100px 0;
    }

        .drift-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 18px;
        }

        .drift-modal .modal-content h4 {
            font-size: 12px;
        }

        .drift-modal .modal-content p {
            font-size: 12px;
        }

        .drift-modal .modal-content hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .drift-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .drift-modal .close-modal .lr {
            height: 25px;
        }

            .drift-modal .close-modal .lr .rl {
                height: 25px;
            }

    .drift-modal .modal-content .modal-body {
        margin-top: -50px;
    }
}

/* Mobil M */
@media only screen and (max-width: 768px) and (orientation : landscape) {
    .drift-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: 100%;
    }

    .drift-modal .modal-content {
        padding: 100px 0;
    }

        .drift-modal .modal-content h2 {
            margin-top: 0;
            margin-bottom: 5px;
            font-size: 18px;
        }

        .drift-modal .modal-content h4 {
            font-size: 12px;
        }

        .drift-modal .modal-content p {
            font-size: 12px;
        }

        .drift-modal .modal-content hr {
            margin-top: 25px;
            margin-bottom: 25px;
        }

    .drift-modal .close-modal {
        width: 50px;
        height: 50px;
    }

        .drift-modal .close-modal .lr {
            height: 25px;
        }

            .drift-modal .close-modal .lr .rl {
                height: 25px;
            }

    .drift-modal .modal-content .modal-body {
        margin-top: -50px;
    }
}

.login-modal .modal-dialog {
    margin-top: 40px;
    height: auto;
    width: 40%;
}

.login-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 20px 0px;
}

    .login-modal .modal-content h2 {
        font-weight: 400;
        font-size: 20px;
        text-transform: none;
    }

.login-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .login-modal .close-modal:hover {
        opacity: 0.3;
    }

    .login-modal .close-modal .lr {
        height: 25px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .login-modal .close-modal .lr .rl {
            height: 25px;
            width: 1px;
            background-color: #222222;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.login-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

@media only screen and (max-width:767px) and (orientation : portrait) {
    .login-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width:767px) and (orientation : landscape) {
    .login-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: auto;
    }
}
/*Booking*/
.booking-modal .modal-dialog {
    margin-top: 40px;
    height: auto;
    width: 80%;
}

.booking-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
}

.booking-modal h3, .booking-modal h4 {
    font-weight: 400;
    text-transform: none;
}

.booking-modal .modal-header {
    height: 50px;
}

.booking-modal .close-modal {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: transparent;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

    .booking-modal .close-modal:hover {
        opacity: 0.3;
    }

    .booking-modal .close-modal .lr {
        height: 25px;
        width: 1px;
        margin-left: 35px;
        background-color: #222222;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        /* Safari and Chrome */
        z-index: 1051;
    }

        .booking-modal .close-modal .lr .rl {
            height: 25px;
            width: 1px;
            background-color: #222222;
            -ms-transform: rotate(90deg);
            /* IE 9 */
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            /* Safari and Chrome */
            z-index: 1052;
        }

.booking-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

@media only screen and (max-width:767px) and (orientation : portrait) {
    .booking-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: auto;
    }

    .booking-modal .close-modal {
        top: 15px;
        right: 20px;
    }
}

@media only screen and (max-width:767px) and (orientation : landscape) {
    .booking-modal .modal-dialog {
        margin: 0 0 0 0;
        width: 100%;
        height: auto;
    }

    .booking-modal .close-modal {
        top: 15px;
        right: 20px;
    }
}

/* Tegnsprog */
section#tstolk {
    padding-top: 150px;
    padding-bottom: 0px;
    height: 80vh;
}

    section#tstolk p {
        font-size: 18px;
        color: #333;
    }


section#tspnl {
    padding-top: 3%;
    padding-bottom: 1%;
}

    section#tspnl h3 {
        padding-bottom: 3%;
    }

    section#tspnl p, section#tspnl h1 {
        color: #333;
    }

    section#tspnl img {
        max-width: 250px;
        max-height: 340px;
    }

    section#tspnl h4, section#tspnl p {
        padding-left: 20%;
    }

    section#tspnl h4 {
        color: #bf1e2e;
    }

section#tspob {
    text-align: left;
    padding: 50px 0 50px 0;
    margin: 0 0 0 0;
}

    section#tspob p, section#tspob ul li {
        font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333;
    }

    section#tspob h2 {
        margin-top: 1%;
        color: #333;
    }

/*RESPONSIVE*/
/* 1080p 125% */
@media all and (min-width: 1442px) and (max-width: 1881px) {
    section#tstolk p {
        font-size: 14px;
    }
}

@media all and (min-width: 1369px) and (max-width: 1441px) {
    section#tstolk p {
        font-size: 14px;
    }
}

/* 720p - 768p */
@media all and (min-width: 1283px) and (max-width: 1368px) {
    section#tstolk h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    section#tstolk p {
        font-size: 14px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1282px) {
    section#tstolk h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    section#tstolk p {
        font-size: 12px;
    }
}

/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    section#tstolk .col-sm-6 {
        height: 35vh;
    }

    section#tspnl img {
        max-width: 150px;
    }

    section#tstolk h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    section#tstolk p {
        font-size: 12px;
    }

    section#tstolk .tsBoks {
        background-position: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    section#tstolk .col-sm-6 {
        height: 35vh;
    }

    section#tspnl img {
        max-width: 150px;
    }

    section#tstolk h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    section#tstolk p {
        font-size: 12px;
    }

    section#tstolk .tsBoks {
        background-position: center;
    }
}

/* Mobil XL */
@media only screen and (min-width:427px) and (max-width: 767px) and (orientation : portrait) {
    section#tstolk {
        height: unset;
    }

        section#tstolk .tsBoks {
            display: none;
        }

        section#tstolk .skBoks {
            display: none;
        }

    section#tspnl img {
        max-width: 150px;
    }

    section#tstolk h1 {
        font-size: 24px;
        margin-bottom: 0;
    }

    section#tstolk p {
        font-size: 16px;
    }

    section#tstolk .tsBoks {
        background-position: center;
    }
}

/* Mobil L*/
@media only screen and (min-width: 767px) and (max-width: 812px) and (orientation : landscape) {
}

@media only screen and (min-width:377px) and (max-width: 427px) and (orientation : portrait) {
    section#tstolk {
        height: unset;
        margin-top: -20%;
    }

        section#tstolk p {
            font-size: 12px;
        }

    section#tspnl h3 {
        text-align: center;
        font-size: 12px;
    }
}

/*Mobile M*/
@media only screen and (min-width:481px) and (max-width:768px) and (orientation : landscape) {
}

@media only screen and (min-width:321px) and (max-width: 376px) and (orientation : portrait) {
    section#tstolk {
        height: unset;
        margin-top: -20%;
    }

        section#tstolk h1 {
            text-align: center;
            margin-top: 10px;
        }

    section#tspnl h3 {
        text-align: center;
        font-size: 12px;
    }

    section#tstolk p {
        font-size: 12px;
    }
}

/*Mobile S */
@media only screen and (max-width: 480px) and (orientation : landscape) {
}

@media only screen and (max-width: 320px) and (orientation : portrait) {
}

/* Tegnsprog ends here */

/* Styles from Old main css */
/*#opretLoginVirsomhedProfil .form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 11px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}*/
.ui-menu {
    z-index: 1060 !important;
    max-height: 200px;
    overflow: auto;
}

.edc-loader {
    background: #000000 url(Images/edc_loader.gif) no-repeat center / 50px 50px;
    background: rgba(0,0,0,0.2) url(Images/edc_loader.gif) no-repeat center / 50px 50px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    text-indent: -9999px;
    z-index: 9999;
}


/*ChildNav*/
.nav-pills > li > a {
    border-radius: 0;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

    .nav-pills > li > a:hover,
    .nav-pills > li > a:active,
    .nav-pills > li > a:focus {
        background-color: #bf1e2e;
        color: white;
    }

    .nav-pills > li > a:active {
        background-color: #bf1e2e;
        color: white;
    }

.thisform {
    background-color: #bf1e2e !important;
    border-radius: 1px
}

    .thisform a {
        color: #fff
    }

/* generalGrid.css */
body {
    overflow-x: hidden;
}

#leftCol {
    margin-top: 0px;
    height: 560px;
}

#eidtTolkleftCol {
    height: auto;
}

#RightUpperCol {
    height: 260px;
    overflow-y: scroll;
}

#TwoColGridRightUpperCol {
    height: 460px;
    overflow-y: scroll;
}

#TolkDefaultTwoColGridRightCol {
    height: 560px;
    max-height: 560px;
}

.openOffer {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden !important;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.timeOffer {
    overflow-y: scroll;
    height: 400px;
    max-height: 400px;
}

.today {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden !important;
    border-left: 1px solid #ddd;
}

#RightLowerCol {
    border-top: 1px solid red;
    height: 270px;
    background-color: white;
    overflow-y: scroll;
    margin-top: 12px;
}

#lowerfooterdiv {
    position: relative;
}
/* Let's get this party started */
::-webkit-scrollbar {
    background: rgba(191, 30, 46, 0.9);
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(191, 30, 46, 0.9);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-left: 3px solid #333;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(3,3,3,0.8);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #333;
    }

.designedtable {
    padding-left: 10px;
    width: 230px;
    font-size: 12px;
}

.designedtable1 {
    width: 60px;
    font-size: 12px;
}

.designedtablegrid3 {
    padding-left: .9em;
    padding-right: .9em;
    font-size: 12px;
}

#Bestillinger2RightUpperCol {
    min-height: 214px;
    overflow-y: scroll;
}

    #Bestillinger2RightUpperCol::-webkit-scrollbar {
        width: 5px;
    }

#Bestillinger2RightLowerCol {
    height: 250px;
    overflow-y: scroll;
}

    #Bestillinger2RightLowerCol::-webkit-scrollbar {
        width: 5px;
    }

#Job_actionRightCol {
    border-bottom: 2px solid red;
    height: 550px;
}

#leftColBestillinger2 {
    margin-top: 0px;
    overflow-y: scroll;
    height: auto;
}

#leftColJobForm {
    border-top: 2px solid red;
    margin-top: -5px;
}

#overViewPageTable {
    height: 430px;
    overflow-y: scroll;
}

#emailBody {
    height: 390px;
    padding-left: 15px;
    overflow-y: scroll;
}

.paddingTop30px {
    padding-top: 30px;
}

#bestillingerFormBody {
    margin-top: -60px;
}

.sentBtn {
    background: url('../media/send.png') no-repeat 0 0;
    border: 0;
    height: 61px;
    margin-top: -10px;
    width: 250px;
}

.valgfil {
    background: url('../media/valg-fil.png') no-repeat 0 0;
    border: 0;
    height: 61px;
    margin-top: -10px;
    width: 250px;
}

.margintop10px {
    margin-top: 10px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

#accordion .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    border: 1px solid #ddd;
}

/*From css.css */
.thisform {
    background-color: #bf1e2e !important;
    border-radius: 5px
}

    .thisform a, .thisform a:visited {
        color: #fff
    }
/*.calendar_default_cell{height:20px!important}
.calendar_default_rowheader,.calendar_default_rowheader_inner{height:70px!important}
.calendar_default_main{width:100%!important}*/
.today {
    overflow-y: auto;
    max-height: 350px
}

.theNavigator {
    min-width: 156px !important;
    max-width: 156px !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.theCalendar {
    min-width: 710px !important;
}

.theOrderhistory {
    min-width: 628px !important;
}

.orderItem, .assessmentItem {
    width: 100%;
    border-bottom: 1px solid #ddd;
    float: left;
    padding: 10px;
    font-size: 12px;
}

    .orderItem:hover {
        background-color: #eee;
    }

.orderDate, .assessmentDate {
    width: 100%;
    float: left;
    font-size: 13px;
}

.orderDetails {
    width: 100%;
    float: left;
    display: flex;
}

.orderTime {
    float: left;
    border-right: 3px solid;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
}

.orderTimeFrom {
    width: 100%;
    float: left;
    font-weight: bold;
}

.orderTimeTo {
    width: 100%;
    float: left
}

.orderInstitute {
    width: 65%;
    float: left;
    padding: 10px;
}

.orderAddress {
    width: 30%;
    float: left;
    padding: 10px;
}

.orderBy {
    padding: 10px;
    width: 100%;
    float: left;
}

.redButton {
    border: 0;
    background-color: #bf1e2e;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 10px 20px;
}

.lightGrayButton {
    border: 0;
    background-color: lightgray;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 06px 12px;
}

.darkGreyButton {
    border: 0;
    background-color: darkgrey;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 06px 12px;
}

.darkGreyButtonLike {
    border: 0;
    background-color: #4CC417;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 06px 12px;
}

.darkGreyButtonDislike {
    border: 0;
    background-color: #E42217;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    padding: 06px 12px;
}

.redButton i {
    font-size: 26px;
}
/*.lightGrayButton i{font-size: 26px;}*/
.darkGreyButton i {
    font-size: 26px;
}

.navigator_default_main {
    position: relative;
    height: 480px;
    overflow: hidden;
    margin: 1px 0;
}


    @media(min-width:1024px) and (max-width:1279px) {
        .theNavigator {
        min-width: 12% !important;
        max-width: 12% !important
    }

    .theCalendar {
        min-width: 84% !important;
        float: right
    }

    .theOrderhistory {
        min-width: 100% !important;
        padding-right: 0;
        margin-top: 15px;
        padding: 0
    }
}

@media(min-width:1280px) and (max-width:1603px) {
    .theNavigator {
        min-width: 12% !important;
        max-width: 156px !important
    }

    .theCalendar {
        min-width: 50% !important;
    }

    .theOrderhistory {
        min-width: 37% !important;
        padding-right: 0;
    }
}

@media(min-width:1900px) {
    .theNavigator {
        min-width: 156px !important;
        max-width: 156px !important
    }

    .theCalendar {
        min-width: 1100px !important;
    }

    .theOrderhistory {
        min-width: 628px !important;
    }
}

/* VIDEO RESPONSIVE */
#fjerntolk video {
    width: 100%;
    height: auto;
}

@media all and (min-width: 1024px) {
    #fjerntolk video {
        width: 640px;
        height: 360px;
    }
}

/* Tablet */
@media only screen and (min-width: 813px) and (max-width: 1024px) and (orientation : landscape) {
    #fjerntolk video {
        width: 640px;
        height: 360px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
    #fjerntolk video {
        width: 100%;
        height: auto;
    }
}


.popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 280px;
}

.popup-header {
    background-color: black;
    padding: 10px 20px 5px 20px;
    text-align: left;
}

.popup-header img{
    margin-bottom: 10px;
}

.popup-header span {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    display: block;
}

.title-end {
    width: 50px;
    border: 0;
    border-top: 2px solid #0A9BC1;
    margin: 15px 0 0 0;
    background-color: #0A9BC1 !important;
    background-image: none;
}

.popup-body{
    padding: 20px 10px 10px 20px;
    background-color: white;
    color: black;
    text-align: left;
}
    .popup-body span {
        display: block;
        color: #BF1E2E;
        margin-bottom: 10px;
        font-weight: bolder;
        font-size: 13px;
    }
.popup-body h4{
    font-size: 13px;
    text-transform:inherit;
}
.popup-body p {
    font-size: 11px;
    line-height: 1.2;
}
.popup-footer {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: white;
    border-top: 1px solid #EEEEEE;
}
.popup-footer a{
    text-decoration: none;
}
.close-popup, .close-popup:hover {
    color: #C1C1C1;
}
.redirect-popup{
    font-weight:bolder;
}
.dropdown-link {
    text-transform: inherit !important;
}
@media screen and (max-width: 600px) {
    .popup-header span{
        font-size: 14px;
    }
    .popup-body span {
        font-size: 12px;
    }
    .popup-body h4 {
        font-size: 12px
    }
    .popup-body p{
        font-size: 10px;
    }
    .popup {
        bottom: 0px;
        right: 0px;
        width: 240px;
    }
    }

.navbar-custom .dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid white;
}
.dropdown-menu{
    padding: 0;
}

.Groent {
    height:500px;
    border-top:5px solid #edecec;
}


.Groent .co2-logo {
    margin-top: 50px;
    left:-20%;
    position: relative;
}


    /* Gør billedet responsivt */
    .Groent .co2-logo img {
        width: 450px; /* Du kan justere bredden her */
        position: absolute;
        margin-top:5%;
        top: 0px; /* Juster top-positionen (eller fjern for standardplacering) */
        left: 0px; /* Juster venstre-højre placering */
    }

    .Groent .stoppapir-logo {
        /*right:0px;*/
        position: relative;
    }


        /* Gør billedet responsivt */
        .Groent .stoppapir-logo img {
            width: 100px; /* Du kan justere bredden her */
            position: absolute;
            margin-top: 20%;
            top: 0px; /* Juster top-positionen (eller fjern for standardplacering) */
            right: 0px; /* Juster venstre-højre placering */
        }