/*
    Farver:
    Mørkeblå: #185071 // 24, 80, 113
    Lysblå: #7398AA // 115, 152, 170
    Mørkegrå: #373E3F // 55, 62, 63
    Lysgrå/blå: #DBE1E5 // 219, 225, 229

    Gammel lysblå: #769aae // 118, 154, 174

*/

.anniversary #g-header .moduletable,
.anniversary #g-header .platform-content {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
  padding-top: 0;
}

.anniversary #g-header .moduletable .custom p {
  margin: 0;
}

.itpilotLink img {
  	margin: -10px auto 30px;
    display: block;
    width: 37px;
}

.mobile {
  display: none!important;
}

@media only screen and (max-width: 900px) {
    .desktop {
      	display: none!important;
    }

    .mobile {
      	display: block!important;
    }
    

}


/*******************************************************************************
 !  GENEREL
*******************************************************************************/

body {
    Font-family: axia,sans-serif;
}

html, body {
    overflow-x: hidden;
}

.row-fluid [class="span4"]:first-child {
    margin-left: 13px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

article, aside, details, footer, header, hgroup, main, nav, section, summary {
    display: block;
    float: left;
    width: 100%;
}

.g-slideshow .g-slideshow-title, 
.view-article .page-header h2, 
.g-features-particle .g-title.g-main-title, 
.g-features-particle.testimonails .g-features-particle-title, 
.article-goback-text, 
.ui.form h2,
.derforCsk .g-particle-intro .g-main-title,
.sektion .g-particle-intro .g-main-title,
.g-features2-particle.vip .g-particle-intro .g-title,
.layout-g5_heliumproduct.login #g-expanded .moduletable > h3.g-title {
   color: #c19161!important;
   text-transform: uppercase;
   font-size: 16px;
   text-align: center;
   letter-spacing: 2px;
   font-weight: 400;
   line-height: 1.3;
}

.row {
    width: 100%;
    margin: 0;
    float: left;
    display: block;
}


:focus {
    outline: none;
    outline-color: none;
    outline-style: none;
    outline-width: 0px;
}

/*******************************************************************************
 !  NUMBER OF ITEMS
*******************************************************************************/

.number-of-items-4 {
    width: 25%;
    flex: 0 25%;
}

/*******************************************************************************
    ! HAND SHAKE
*******************************************************************************/

.custom.hand img {
    -webkit-animation: shake 2s ease infinite;
    animation: shake 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0;
    transform-origin-z: initial;
}

@keyframes shake {
    
   
    20% {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg)
    }
    
    80% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg)
    }

    
}

/*******************************************************************************
    ! TEMPLATE.CSS
*******************************************************************************/
div.mod-languages ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}

div.mod-languages ul.lang-inline li {
    display: inline;
}

div.mod-languages a {
    text-decoration: none;
}

/*******************************************************************************
    ! ACCORDION
*******************************************************************************/

.uk-accordion-title {
    background: none;
    padding: 10px 0;
    border: none;
    color: #AAAAAC!important;
    z-index: 10;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid #AAAAAC;
    border-radius: 0;
    position: relative;
    margin-top: 10px!important;
    font-size: 24px;
}

.uk-accordion-title.uk-active {
    color: #c19161!important;
}

.uk-accordion-content.uk-active {
    border-bottom: 1px solid #AAAAAC;
    margin-bottom: 0;
}

.uk-accordion-title:after {
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 3px;
    top: 3px;
    font-size: 32px;
    font-weight: 100;
}

.uk-accordion-title.uk-active:after {
    content: "\f106";
}

.uk-accordion-content {
    padding: 0;
}

.uk-accordion-content img {
    width: 100%;
}

.uk-accordion-content.uk-active {
    padding: 15px 0;
}

.uk-accordion > br {
    display: none;
}

.uk-accordion-content > br:first-child {
    display: none;
}

.uk-accordion-content {
    color: #AAAAAC;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}


/*******************************************************************************
    ! SELECT
*******************************************************************************/

/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    font-family: axia,sans-serif;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: #cbd9df;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "\f107";
    top: 4px;
    right: 0px;
    width: 35px;
    height: 25px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 40px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    /*border-color: transparent transparent #000 transparent;*/
    content: "\f106";
    top: 0;
}

.select-items {
    padding: 10px 10px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #7398AA;
    padding: 0;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    text-align: left;
    font-size: 18px;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #7398AA;
    top: -135px;
    left: auto;
    right: 0;
    z-index: 99;
    width: 500px;
    font-family: axia,sans-serif;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    /*background-color: rgba(0, 0, 0, 0.1);*/
}


/*******************************************************************************
 !  ARTICLE
*******************************************************************************/

.article-area {
    width: 100%;
    display: block;
    float: left;
}

.article-area-title, .article-area-text {
    width: 50%;
    float: left;
    padding-right: 15px;
}

.article-area-title {
    width: 35%;
    margin-right: 15%;
}

.aboutus #g-container-main .items-leading .article-area-title {
    width: 30%;
    margin-right: 20%;
}

.aboutus #g-features {
    display: none;
}

.aboutDerforCSK {
    padding: 5rem 0;
}

.cases .article-area-title {
    margin-right: 0;
    width: 50%;
}

.article-area-text {
    padding-left: 15px;
    padding-right: 0;
}

.vipPage a {
    color: #ffffff;
}

.vipPage .g-features-particle-item-text a {
    color: #7398AA;
    text-decoration: underline;
}

/* Text */

.g-features-particle-desc, .article-area-text,
.layout-g5_heliumproduct #g-expanded #login-form .pretext,
.g-our-team.standard .g-info-container,
.g-our-team-item .g-our-team-name, .g-our-team-item .g-our-team-position, .g-our-team-item .g-our-team-social,
.googlemap-address,
div[itemprop="articleBody"] {
    text-align: left;
    font-size: 20px;
    color: #185071;
    font-weight: 400;
    line-height: 1.5;
    padding-top: 15px;
}


.article-area-text p:first-child {
    margin-top: 0;
}

/* Title */
.article-area-title, 
.article-area-title h1, 
.article-area-title h2, 
.article-area-title h3, 
.derforCsk .g-introtext, 
.vipPage #g-testimonials h3.g-title,
.g-our-team .g-particle-intro .g-title.g-main-title,
.contact .g-our-team .g-introtext,
.g-features-particle-title,
.product-list-intro h1,
.cases .case-link h4,
.product-list-products .product-list-item .product-title h3,
.g-our-team .g-block.our-team-headline .g-info-container .g-our-team-name {
    color: #185071;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.3; /*1.3;*/
    text-align: left;
}

/*.article-area-text {
    color: #185071;
    font-size: 20px;
    line-height: 1.8;
}*/

.article-area-extra-title h3 {
    text-transform: uppercase;
    color: #c19161;
    text-align: center;
    font-size: 16px;
}

.article-area-image {
    width: 100px;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}

.article-area-title.with-image {
    width: calc(50% - 110px);
    padding-right: 45px;
    margin-right: 0;
}

/* Process */

.processen-top {
    width: 100%;
    position: relative;
    float: left;
    display: block;
    margin-bottom: 100px;
    margin-top: -80px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.process-element {
    width: 33.33%;
    float: left;
    display: block;
    min-height: 1px;
    line-height: 1.5;
}

.process-element.middle {
    text-align: center;
}

.process-element.right {
    text-align: right;
}

/*******************************************************************************
 !  BUTTON
*******************************************************************************/

.btn, .button, #login-form input, .view-login input {
    background: none!important;
    border: 1px solid #7398AA!important;
    border-radius: 30px!important;
    color: #7398AA!important;
    padding: 15px 50px!important;
    letter-spacing: 1px!important;
    text-transform: none!important;
    font-size: 18px!important;
}

.btn:hover, .button:hover {
    background: #7398AA!important;
    color: #ffffff!important;
}

#login-form input, .view-login input {
    border-radius: 40px!important;
    padding: 20px 30px!important;
    width: 100%!important;
    height: auto!important;
    margin-bottom: 15px;
}

#login-form input::placeholder, .view-login input {
    color: #7398AA!important;
}

/*******************************************************************************
 !  2ND-CONTAINER
*******************************************************************************/

/* 
    For elements that goes beyond the normal container, but not full width.
    Should be set in an normal container
*/

.wider-container {
    margin-right: -250px;
    margin-left: -250px;
}

.wider-container .normal-container {
    margin-right: 250px;
    margin-left: 250px;
}

.c-container {
    width: 75rem;
    margin: 0 auto;
    padding: 0;
}

.c-content {
    margin: 0.625rem;
    padding: 0.938rem;
}




/**************************************************************************************************************************************************************
 !  POSITION
**************************************************************************************************************************************************************/


/*******************************************************************************
 !  OFFCANVAS
*******************************************************************************/

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
    background: rgba(255,255,255,0.2);
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #dbe1e5;
    color: #000000;
}

#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover a {
    color: #000000!important;
}


/*******************************************************************************
 !  NAVIGATION
*******************************************************************************/

#g-navigation {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#185071+0,185071+69&1+69,0+70 */
    background: -moz-linear-gradient(left, rgba(24,80,113,1) 0%, rgba(24,80,113,1) 70%, rgba(24,80,113,0) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(24,80,113,1) 0%,rgba(24,80,113,1) 70%,rgba(24,80,113,0) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(24,80,113,1) 0%,rgba(24,80,113,1) 70%,rgba(24,80,113,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185071', endColorstr='#00185071',GradientType=1 ); /* IE6-9 */
    z-index: 9999;
}

#g-navigation .g-toplevel {
    width: auto;
    float: right;
}

#g-navigation .g-main-nav .g-toplevel > li{
    font-weight: 300;
    margin: 0 1.5rem;
}

.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-size: 18px;
}

#g-navigation .logo > .g-content {
    padding-top: 0;
    padding-bottom: 0;
}

#g-navigation .logo > .g-content img {
    height: 80px;
    max-height: 80px;
    float: right;
    margin-bottom: 0.625rem;
}

.fixed #g-page-surround {
    padding-top: 100px;
}

.fixed #g-navigation {
    position: fixed; /* Make it stick/fixed */
    top: 0; /* Stay on top */
    width: 100%; /* Full width */
    transition: top 0.3s; 
    top: -100px;
}

/* Lang */
#g-navigation .lang-inline {
    width: auto;
    float: right;
    margin-right: 20px;
}

#g-navigation .lang-inline a {
    color: #c19161;
}

#g-navigation .lang-inline .lang-active a {
    font-weight: 700;
    text-decoration: underline;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: 0 2px 0 rgba(255, 255, 255, 1);
}

.g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-weight: 400;
}

/* Dropdown */
#g-navigation .g-main-nav .g-dropdown {
    background: #185071;
    border: none;
    padding-top: 30px;
    width: 300px;
    font-weight: 400;
    padding: 20px;
}

#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column,
#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container {
    border: none;
}

#g-navigation .g-main-nav .g-dropdown > .g-dropdown-column, #g-navigation .g-main-nav .g-sublevel > li:not(:last-child) > .g-menu-item-container,
.g-main-nav .g-sublevel > li > .g-menu-item-container {
    font-weight: 400;
}

#g-navigation .g-main-nav .g-sublevel > li:not(:last-child) a:hover, #g-navigation .g-main-nav .g-sublevel > li:hover > .g-menu-item-container, #g-navigation .g-main-nav .g-sublevel > li.active > .g-menu-item-container {
    color: #ffffff;
}

.g-main-nav .g-sublevel > li {
    padding: 0;
}

.g-dropdown .g-dropdown {
    display: none;
}

.g-dropdown .g-menu-parent-indicator {
    display: none!important;
}

#g-offcanvas #g-mobilemenu-container ul > li > .g-menu-item-container {
    color: #eceeef!important;
}

/*******************************************************************************
 !  HEADER
*******************************************************************************/

#g-header {
    margin-top: -100px;
}

.outline-28 #g-header {
    background: #DBE1E5;
}

/*******************************************************************************
 !  INTRO
*******************************************************************************/

.outline-28 #g-intro.g-flushed .moduletable, .outline-28 #g-intro.g-flushed .platform-content, .outline-28 #g-intro.g-flushed .custom > p {
    margin: 0;
    padding: 0;
}

.outline-28 #g-intro.g-flushed .g-features-particle.testimonails {
    margin-top: -20px;
    margin-bottom: 0;
}

.outline-28 #g-intro.g-flushed .g-features-particle.testimonails .g-features-particle-item:last-child {
    background: none;
}

.frontpage #g-intro {
    background: #DBE1E5;
    padding: 6rem 0;
}

/*******************************************************************************
 !  FEATURES
*******************************************************************************/

.outline-28 #g-features {
    padding-top: 6rem;
    padding-bottom: 6rem;
}


/*******************************************************************************
 !  ABOVE
*******************************************************************************/

.outline-28 #g-above {
    background: #ffffff;
}

/*******************************************************************************
 !  EXPANDED
*******************************************************************************/
#g-expanded {
    background: #373E3F;
    padding: 0;
}

#g-expanded .g-title {
    color: #c19161;
    font-size: 40px;
    text-align: center;
    font-weight: 700;
}

#g-expanded .g-title:after,
.layout-g5_heliumproduct #g-expanded #login-form h3:after,
.layout-g5_heliumproduct #g-expanded .moduletable > h3.g-title:after {
    content: ' ';
    background: #c19161;
    display: block;
    width: 3px;
    height: 110px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.contact #g-expanded {
    background: #185071;
    color: #ffffff;
}

.frontpage #g-expanded {
    padding: 3rem 0;
}

/*******************************************************************************
 !  MAINBAR
*******************************************************************************/
#g-mainbar {
    background: none;
    padding: 6rem 0;
}

.frontpage #g-mainbar {
    padding: 0;
}

.view-article #g-mainbar {
    padding-top: 3rem;
}

/*******************************************************************************
 !  FOOTER-ABOVE
*******************************************************************************/

#g-above-footer {
    background: #dbe1e5;
    min-height: 400px;
}

/*******************************************************************************
 !  FOOTER
*******************************************************************************/

#g-footer {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7398AA+66,769aae+66,185071+66 */
    background: #7398AA; /* Old browsers */
    background: -moz-linear-gradient(top,  #7398AA 73%, #7398AA 73%, #185071 73%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #7398AA 73%,#7398AA 73%,#185071 73%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #7398AA 73%,#7398AA 73%,#185071 73%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7398AA', endColorstr='#185071',GradientType=0 ); /* IE6-9 */
    z-index: 5;
}

#g-footer:before {
    content: ' ';
    width: calc(100% + 100px);
    background: #7398AA;
    height: 200px;
    display: block;
    border-radius: 80% 40% 30% 20%;
    position: absolute;
    top: -100px;
    left: -50px;
    z-index: -1;
}

#g-footer .g-features-particle-item .g-features-particle-title {
    text-align: center;
    font-size: 20px;
    margin-top: -15px;
}

#g-footer .g-features-particle-item .g-features-particle-title sl {
    font-weight: 400;
}

#g-footer .g-features-particle-item .g-features-particle-title:nth-child(3) {
    margin-top: 30px;
}

#g-footer .g-features-particle-item .g-features-particle-title a {
    color: #185071;
}

#g-footer .g-features-particle-item .g-features-particle-image {
    width: 180px;
    max-width: 100%;
}


#g-footer .nav.menu {
    border: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
}

#g-footer .nav.menu li {
    border: none;
    text-align: center;
    float: left;
    flex: 1;
}

html[lang="en-GB"] #g-footer .nav.menu li:first-child, #g-footer .nav.menu li.item-170 {
    flex: 1.5;   
}

#g-footer .nav.menu li a {
    color: #ffffff;
}

#g-footer .g-content {
    margin: 0 0.625rem;
    padding: 0 0.938rem;
}

/**************************************************************************************************************************************************************
 !  COOKIE
**************************************************************************************************************************************************************/

#cookieInformerBooklet .content {
    background: rgba(1,1,1,0.8);
    color: rgba(255,255,255,0.9);
}

#cookieInformerBooklet .content a {
    color: #7398AA;
}

#cookieInformerBooklet .cookie-button {
    color: #7398AA;
}


/**************************************************************************************************************************************************************
 !  MODULES
**************************************************************************************************************************************************************/

/*******************************************************************************
 !  ABOUT
*******************************************************************************/

.aboutCounter {
    background-image: url(/images/pages/aboutus/About_-_fakta_bg_billede.jpg);
    padding: 8rem 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

.aboutCounter:before {
    background-color: rgba(55, 62, 63,0.5);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.aboutCounter .g-counter-particle-item {
    z-index: 1;
}

.aboutFactories {
    background: #dbe1e5;
    padding: 3rem 0;
}

.aboutNumbers .article-area-text {
    width: 100%;
}

.aboutNumbers .article-area-title {
    width: 100%;
    text-align: center;
}

.aboutVisionMission {
    padding: 5rem 0;
}

/*******************************************************************************
 !  ARTICLE
*******************************************************************************/

.view-article #g-page-surround, .com_chronoforms6 #g-page-surround {
    background: #DBE1E5;
}

.view-article .item-page {
    color: #185071;
    line-height: 1.3;
    position: relative;
}

.view-article .page-header h2 {
    margin: 70px 0 100px;
}

.view-article .item-page a:not(.button) {
    color: #185071;
}

.view-article .item-page div[itemprop="articleBody"] h1, .view-article .item-page div[itemprop="articleBody"] h2, .view-article .item-page div[itemprop="articleBody"] h3, .view-article .item-page div[itemprop="articleBody"] h4, .view-article .item-page div[itemprop="articleBody"] h5, .view-article .item-page div[itemprop="articleBody"] h6 {
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 5px;
}

.view-article .item-page ul li {
    padding-left: 15px;
    margin: 10px 0;
}

.article-goback {
    position: absolute;
    left: -250px;
    top: 240px;
    width: 150px;
    color: #c19161;
}

.article-goback-text, .article-goback-icon {
    width: 50%;
    float: left;
    display: block;
    height: 80px;
}

.article-goback-text span {
    transform: rotate(270deg);
    display: block;
    margin-top: 30px;
}

.article-goback-icon {
    font-size: 60px;
    line-height: 80px;
    padding-left: 20px;
    color: #c19161;
}

/*******************************************************************************
 !  CASES
*******************************************************************************/

.layout-g5_heliumcases, .layout-g5_heliumcases #g-container-main, .layout-g5_heliumcases #g-mainbar {
    background: #373E3F;
}

.layout-g5_heliumcases #g-navigation {
    background: -moz-linear-gradient(left, rgba(24,80,113,1) 0%, rgba(24,80,113,1) 70%, rgba(64,75,77,1) 70%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(24,80,113,1) 0%,rgba(24,80,113,1) 70%,rgba(64,75,77,1) 70%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(24,80,113,1) 0%,rgba(24,80,113,1) 70%,rgba(64,75,77,1) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#185071', endColorstr='#373E3F',GradientType=1 ); /* IE6-9 */
}

.cases {
    margin: 0 -13px;
}

.cases .span4 {
    min-height: 0;
    height: auto;
    width: calc(33.33% - 26px);
    margin-left: 13px;
    margin-right: 13px;
}

.cases ul.casemenu {
    border: 1px solid #7398AA;
    display: flex;
    list-style-type: none;
    margin-bottom: 80px;
    margin-left: -40px;
    margin-right: -40px;
}

.cases ul.casemenu li {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    border-right: 1px solid #7398AA;
    text-align: center;
    font-size: 20px;
}

.cases ul.casemenu li.longtext {
    -webkit-flex: 1.5; /* Safari 6.1+ */
    -ms-flex: 1.5; /* IE 10 */
    flex: 1.5;
}

.cases ul.casemenu li:last-child {
    border-right: none;
}

.cases ul.casemenu li a {
    color: #7398AA;
    display: block;
    padding: 15px 10px;
}

.cases ul.casemenu li.active {
    background: #7398AA;
}

.cases ul.casemenu li.active a {
    color: #ffffff;
}

.cases .items-row {
    color: #ffffff;
}

.cases .case-item {
    position: relative;
    display: block;
    height: 350px;
    overflow: hidden;
    margin-bottom: 30px;
}

.cases .case-item-image {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.cases .item:hover .case-item-image {
    transform: scale(1.2);
}

.cases .case-item-box {
    position: absolute;
    background: #ffffff;
    bottom: 0;
    right: 0;
    width: 85%;
    padding: 20px;
}

.cases .case-client {
    width: 60px;
    float: left;
    display: block;
    color: #c19161;
    overflow: visible;
    white-space: nowrap;
}

.cases .case-link {
    width: calc(100% - 60px);
    float: left;
    display: block;
}

.cases .case-link h4 {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 24px;
}

.cases .case-link p {
    margin: 0;
}

.cases .case-link p .link {
    color: #7398AA;
    border-bottom: 1px solid #7398AA;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 700;
}

.cases-button {
    text-align: center;
    display: block;
    margin-top: 80px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.layout-g5_heliumcases #g-contact .g-our-team {
    display: none;
}

.layout-g5_heliumcases #g-contact .g-content, .layout-g5_heliumcases #g-contact .moduletable {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.layout-g5_heliumcases #g-contact .g-our-team-item.standard:last-child {
    margin-bottom: 90px;
}

.casesPage.view-article #g-contact .g-our-team  {
    display: none;
}


/* CASE ARTICLE */

.case-topimage {
    margin-top: -372px;
}

.case-fields {
    background: #373E3F;
    margin-bottom: 50px
}

.case-fields-container {
    display: flex;
    width: 100%;
}

.case-field {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    color: #dbe1e5;
    text-align: center;
    font-size: 20px;
    padding: 30px 0;
}

.case-field .headline {
    color: #7398AA;
}

.case-field a {
    color: #dbe1e5;
}

.case-field a:hover {
    color: #7398AA;
}

.caseSales {
    width: 100%;
    float: left;
    margin-top: 100px;
}

.caseSales .g-features-particle-title,
.g-our-team.standard .g-particle-intro .g-main-title {
    color: #7398AA!important;
    line-height: 1.3!important;
    font-size: 34px!important;
    font-weight: 900!important;
}

.g-our-team .g-our-team-item, .g-our-team-slider .g-our-team-item, .g-our-team-slideset .g-our-team-item {
    border: none;
}

.g-our-team.style2 .g-our-team-social, .g-our-team-slider.style2 .g-our-team-social, .g-our-team-slideset.style2 .g-our-team-social, .g-our-team-item.standard .g-our-team-social {
    margin-top: 20px;
}

.caseSales .g-features-particle-desc i {
    margin-bottom: 20px;
    display: inline-block;
}

.caseSales .g-features-particle-image {
    margin-top: 100px;
}

.caseSales .g-features-particle-desc {
    font-size: 20px;
}

.caseSales .g-features-particle-desc a {
    color: #185071;
}

.cases .article-area-text {
    padding-top: 15px;
}



/*******************************************************************************
 !  COUNTDOWN
*******************************************************************************/

.g-counter-particle-item h3, .g-counter-particle-item .number {
    text-align: center;
    color: #ffffff;
}

.g-counter-particle-item h3 {
    color: #dbe1e5;
    font-size: 22px;
    line-height: 1.3;
}

.g-counter-particle-item .number {
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}

.g-counter-particle-item .type {
    text-align: center;
    color: rgba(219, 225, 229, 0.7);
}


/*******************************************************************************
 !  CHRONOFORMS
*******************************************************************************/

.ui.form h2 {
    margin-top: 70px!important;
    margin-bottom: 100px;
}

.com_chronoforms6 .ui.form .field {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    display: block;
}

.com_chronoforms6 .ui.form .field label, .com_chronoforms6 .ui.form .field input, .com_chronoforms6 .ui.form .field textarea {
    width: calc(30% - 30px);
    float: left;
    display: block;
}

.com_chronoforms6 .ui.form .field input, .com_chronoforms6 .ui.form .field textarea {
    width: 70%;
}

.com_chronoforms6 .ui.form .field textarea {
    height: 250px;
}

.com_chronoforms6 .ui.form .field label,  .com_chronoforms6 .ui.form label[for="ansgninger"], .com_chronoforms6 .ui.form label[for="supplerende_oplysninger"] {
    font-weight: 700;
    color: #185071;
    font-size: 22px;
    padding-right: 30px;
}

 .com_chronoforms6 .ui.form label[for="ansgninger"], .com_chronoforms6 .ui.form label[for="supplerende_oplysninger"] {
     font-size: 18px;
 }

.com_chronoforms6 .ui.form h3 {
    font-weight: 700;
    color: #7398AA;
    text-align: center;
    font-size: 32px;
    margin-top: 30px;
    float: left;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.chronoforms6_credits {
    display: none;
}

.com_chronoforms6 .ui.form .button {
    margin: 0 auto;
    display: block;
}

/*******************************************************************************
 !  FEATURES
*******************************************************************************/
/*
.g-features-particle-title {
    font-weight: 700;
    font-size: 42px;
    color: #185071;
    text-align: left;
    line-height: 1.3;
}*/
/*
.g-features-particle-desc {
    text-align: left;
    font-size: 22px;
    color: #185071;
    line-height: 1.3;
    padding-top: 20px;
}*/

.g-particle-intro {
    position: absolute;
    margin-top: -130px;
    margin-left: -150px;
    width: 180px;
}

.g-features-particle .g-title.g-main-title {
    margin-bottom: 20px;
}

.g-particle-intro .g-title-separator, .g-particle-intro .g-title-separator.no-intro-text {
    width: 2px;
    height: 60px;
    background: #c19161;
    margin: 0 auto;
    float: none;
}

.g-subs-item.sub-1 {
    text-align: right;
    color: #c19161;
    line-height: 1.3;
    margin-top: -10px;
}

.g-features-particle.with-intro {
    margin-top: 80px;
}

/* Testimonails */

.g-features-particle.testimonails {
    margin-bottom: 100px;
    overflow: hidden;
}

.g-features-particle.testimonails .g-features-particle-image, .g-features-particle.testimonails .g-features-particle-image img {
    width: 100%;
}

.g-features-particle.testimonails .g-features-particle-item {
    flex: 1 60%;
}

.g-features-particle.testimonails .g-features-particle-item:last-child {
    flex: 1 40%;
    position: relative;
    background: #ffffff;
}

.g-features-particle.testimonails .g-features-particle-item:last-child .g-content {
    position: absolute;
    bottom: 0;
    background: #dbe1e5;
    width: 100%;
    padding: 50px 0 20px 60px;
}

.g-features-particle.testimonails .g-features-particle-item .g-features-particle-desc {
    color: #7398AA;
}

.g-features-particle.testimonails .g-features-particle-item .g-features-particle-image {
    margin-bottom: 0;
}

.g-features-particle.testimonails  .g-features-particle-desc {
    width: 400px;
}

.g-features-particle.testimonails .g-features-particle-title  {
   text-align: left;
   text-transform: none;
   
}

/* Derfor CSK */

.derforCsk .g-particle-intro {
    margin-top: 0px;
    margin-left: 0;
    position: relative;
}

.derforCsk .g-introtext {
    width: 70%;
    padding-left: 160px;
    margin-bottom: 50px;
}

.derforCsk .g-grid .g-features-particle-item.number-of-items-2:first-child {
    padding-right: 40px;
}

.derforCsk .g-grid .g-features-particle-item.number-of-items-2:last-child {
    padding-left: 40px;
}


.derforCsk .count {
    color: #c19161!important;
    font-weight: 700;
    margin-bottom: 20px;
}


.derforCsk .g-features-particle-title, .derforCsk .g-features-particle-desc {
    margin: 0;
    padding: 0;
}

.derforCsk .g-features-particle-title {
    font-size: 22px;
}

.derforCsk .g-features-particle-desc {
    color: #7398AA;   
}

.derforCsk .g-features-particle-item-text.with-image {
    float: left;
    width: calc(100% - 125px);
}

.derforCsk .g-features-particle-image {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 15px;
    margin-top: 55px;
    background: #dbe1e5;
    border-radius: 100%;
}

.derforCsk .g-features-particle-image img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/* Sektion */

.sektion {
    background: #DBE1E5;
}

.sektion .g-grid {
    position: relative;
    margin: 0;
}

.sektion .g-features-particle-item-text {
    background: rgba(24,80,113,1);
    color: #7398AA;
}

.sektion .g-features-particle-item-text .g-features-particle-title {
    color: #7398AA;
    text-align: center;
    padding: 80px 0;
    margin: 0;
}

.sektion .g-features-particle-item-text:not(.with-image) .g-features-particle-title {
    padding: 180px 0 190px;
    margin: 0;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.1;
}



.sektion .g-features-particle-item-text.with-image {
    background: none;
    width: 50%;
    float: left;
    padding: 100px 100px 100px 0;
}

.sektion .g-features-particle-item-text.with-image .g-features-particle-title {
    color: #185071;
    text-align: left;
    margin: 0;
    padding: 0;
}

.sektion .g-features-particle-image {
    width: 50%;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.sektion .g-features-particle-image.reverse {
    right: auto;
    left: 0;
}

.sektion .g-features-particle-item-text.with-image.reverse {
    float: right;
    padding: 100px 0 100px 100px!important;
}

.sektion .g-particle-intro {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    width: 200px;
}



/*******************************************************************************
 !  GOOGLE MAPS
*******************************************************************************/

.g-googlemap {
    width: 90%;
}

.g-googlemap > div {
    height: 700px!important;
}

.g-googlemap > div {
    background-size: cover;
    background-position: center;
}

.googlemap {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 80px;
    
}

.googlemap-information, .g-slider .slider-information {
    color: #185071;
    position: absolute;
    right: 0;
    bottom: 60px;
    font-size: 20px;
    width: 40%;
    font-weight: 700;
}

.googlemap .googlemap-information-text, .g-slider .slider-information-text {
    background: #ffffff;
    padding: 50px;
    min-height: 350px;
}

.googlemap .googlemap-address-container {
    display: flex;
    width: 100%;
}

.googlemap .googlemap-address {
    flex: 1;
    line-height: 1.3;
}

.googlemap .googlemap-address a {
    color: #185071;
}

.googlemap .googlemap-address h3 {
    font-size: 28px;
    font-weight: 700;
    display: block;
    width: 100%;
}

.googlemap .googlemap-button {
    width: 50%;
    background: #7398AA;
    display: block;
    float: right;
    position: relative;
}

.googlemap-arrow {
    padding: 0px 20px;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    font-weight: 100;
    font-size: 60px;
    color: #ffffff;
    width: 100px;
    text-align: center;
    line-height: 100px;
    float: left;
}

.googlemap-button-text {
    padding: 0px 20px;
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
    float: left;
    width: calc(100% - 100px);
    
}


.googlemap.map .showOnImage {
    display: none;
}

.googlemap.image .showOnMap {
    display: none;
}

.googlemap.image .g-googlemap > div > div {
    display: none;
}

.googlemap.map .fa-angle-right {
    display: none;
}

.googlemap.image .fa-angle-left {
    display: none;
}

.googlemap.image .googlemap-image2 {
    display: none;
}

.googlemap.map .g-googlemap .googlemap-image-2 {
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: center;
}

.googlemap.double-image.map .googlemap-address-container .googlemap-address:first-child {
    display: none;
}

.googlemap.double-image.image .googlemap-address-container .googlemap-address:last-child {
    display: none;
}

.googlemap.double-image .g-googlemap {
    width: 100%;
}

.googlemap.double-image h3 span {
    display: none;
}

.googlemap.double-image.image h3 span:first-child {
    display: block;
}

.googlemap.double-image.map h3 span:last-child {
    display: block;
}

/*******************************************************************************
 !  SLIDER
*******************************************************************************/

.g-slider .g-slideshow-item > div:before {
    display: none!important;
}

.g-slider h3.g-slideshow-title {
    font-size: 1.5rem;
    font-weight: 900;
    color: #185071!important;
    text-transform: none;
    text-align: left;
    letter-spacing: 0;
}

.g-slider .slider-address .g-slideshow-desc {
    line-height: 1.3;
    font-size: 20px;
    color: #185071;
    font-weight: 400;
    padding-top: 15px;
}

.g-slider .slider-buttons {
    width: auto;
    display: block;
    float: right;
    position: relative;
    height: 100px;
}

.g-slider .slider-buttons a {
    margin: 0;
    padding: 0px 20px;
    background: rgba(255,255,255,0.1);
    display: inline-block;
    font-weight: 100;
    font-size: 60px;
    color: #ffffff;
    width: 100px;
    text-align: center;
    line-height: 100px;
    float: left;
    position: relative;
    display: block;
    opacity: 1;
    float: left;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    height: 100px;
    background: /*#81A3B3*/ rgba(129, 163, 179, 0.9);
}

.g-slider .slider-button-name {
    /*padding: 0px 20px;
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 100px;
    float: left;
    width: calc(100% - 200px);*/
}

.g-slider .after-parallax {
    width: calc(100% - 100px);
}

.g-slider .slider-information {
    bottom: 150px;
}

.g-slider .slider-information-text {
    height: 400px;
}

.g-slideshow.g-slider .slideshow-image .g-slideshow-title {
    margin-top: 0!important;
}

.slider-number-of {
    position: absolute;
    right: 40px;
    bottom: 120px;
    color: #c19161!important;
    font-size: 15px;
    line-height: 16px;
}

.slider-number-of span {
    display: inline-block;
    margin: 0 3px;
}


/*******************************************************************************
 !  JOBS
*******************************************************************************/

.jobs, .jobs-container {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    background: #185071;
    color: #ffffff;
}

.jobs {
    padding: 5rem 0;
}

.jobs .article-area-title h2 {
    color: #ffffff;
}

.jobs a, .jobs .jobs-link {
    color: #ffffff;
    margin: 20px 0;
    font-size: 24px;
}

.jobs a:hover {
    color: #c19161;
}

.jobs .article-area-text {
    margin-top: 30px;
}

.jobs .nav {
    margin: 0;
    padding: 0;
}

/* Article */

.job .article-area-title h2, .job .job-extra h1, .job .job-extra h2, .job .job-extra h3, .job .job-extra h4, .job .job-extra h5, .job .job-extra h6 {
    color: #7398AA;
    font-size: 30px;
}

.job .job-extra h1, .job .job-extra h2, .job .job-extra h3, .job .job-extra h4, .job .job-extra h5, .job .job-extra h6 {
    margin: 50px 0 10px;
}

.job .job-extra {
    color: #185071;
    font-size: 20px;
}

/*******************************************************************************
 !  OUR-TEAM
*******************************************************************************/

section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
    max-height: 317px;
}

.g-our-team .g-particle-intro {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    margin: 0;
    text-align: left;
    margin: 0.625rem;
    padding: 0.938rem;
}

.g-our-team .g-particle-intro .g-title.g-main-title {
    /*line-height: 1.3;
    font-weight: 900;
    font-size: 42px;
    color: #185071;*/
    
    margin: 80px 0 120px;
    
}

.g-our-team .g-particle-intro .g-title-separator.no-intro-text {
    display: none;
}

.our-team-items {
    width: 100%;
    float: left;
    display: block;
}

.g-our-team .g-block {
    width: 33.33%;
    float: left;
    flex: 0 1 auto;
}

.g-our-team .g-block.our-team-headline {
    width: 100%;
}

.g-our-team-item {
    color: #185071;
    font-weight: 700;
    margin-bottom: 30px;
}

.g-our-team-item .g-our-team-name, .g-our-team-item .g-our-team-position, .g-our-team-item .g-our-team-social {
    margin: 0;
    display: block;
    line-height: 1.3;
    font-weight: 400;
    margin-top: 5px;
    padding-top: 0;
}

.g-our-team-item .g-our-team-name {
    margin-top: 10px;
    font-weight: 900;
}

.g-our-team-item .g-our-team-position {
    font-style: italic;
}

.g-our-team-item .g-our-team-social a {
    line-height: 1.3;
    margin: 0;
    color: #185071;
    display: block;
}

/* Standard */

.g-our-team-item.standard, .g-our-team-item.standard .g-info-container {
    border: none;
    background: none;
}

.g-our-team.standard .g-particle-intro, .g-our-team.standard .our-team-items {
    width: calc(50% - 10px);
    float: left;
}

.g-our-team.standard .our-team-items {
    margin-top: 150px;
}


.g-our-team.standard .g-info-container {

    padding-top: 33px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 50px;
}

.g-our-team .g-info-container {
    padding-left: 0;
    padding-right: 0;
    height: 180px;
}

.g-our-team .g-block.our-team-headline .g-info-container {
    height: auto;
    padding: 0;
}

.g-our-team.standard .g-info-container a, .g-our-team.style2 .g-our-team-social a, .g-our-team-slider.style2 .g-our-team-social a, .g-our-team-slideset.style2 .g-our-team-social a {
    color: #185071;
}

.g-our-team.standard .g-content {
    margin: 0.625rem;
    padding: 0.938rem;
}

.g-our-team.standard .g-title-separator {
    display: none;
}

.g-our-team.standard .g-title.g-main-title {
    margin-bottom: 20px;
}

.g-our-team.standard .g-introtext {
    width: 100%;
    color: #7398AA;
    line-height: 1.3;
}


.contact .g-particle-intro {
    margin-right: -250px;
    margin-left: -250px;
    width: calc(100% + 500px);
}


/* Dropdown */

select[name="teamPositions"] {
    border-radius: 0;
    border: 1px solid #7398AA;
    color: #7398AA;
    padding: 10px;
    font-size: 20px;
    height: 46px;
    position: absolute;
    top: 120px;
    right: 0;
    width: 300px;
    display: none;
    font-weight: 900;
}

body:not(.contact) .custom-select {
    display: none;
}

.contact .custom-select .select-selected {
    border-radius: 0;
    border: 2px solid #7398AA;
    color: #7398AA;
    background: #ffffff;
    padding: 12px 10px;
    font-size: 18px;
    height: 52px;
    position: absolute;
    top: -185px;
    right: 0;
    width: 500px;
    font-weight: 900;
    font-family: "axia", sans-serif;
    line-height: 1.4;
}

.contact select[name="teamPositions"] {
    display: none;   
}


/* Conatct section */

#g-contact {
    border-bottom: #7398AA 1px solid;
}

.casesPage #g-above-footer {
    border-top: #7398AA 1px solid;
}

#g-contact .g-our-team.standard .g-our-team-item:last-child .g-info-container {
    margin-bottom: 0;
}

/*******************************************************************************
 !  OWL-SHOWCASE
*******************************************************************************/

.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
    display: block;
}

.g-owlcarousel .owl-nav .owl-prev {
    left: -7rem;
}

.g-owlcarousel .owl-nav .owl-next {
    right: -7rem;
}

.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
    border: none;
    font-size: 30px;
}

.g-owlcarousel-showcase .g-title {
    text-align: center;
    color: #185071;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 30px;
}

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy:hover {
    transform: scale(1.2);
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.showcase-image img {
    height: 100px;
}

.owl-stage {
    padding: 30px 0;
}

.g-owlcarousel-showcase .owl-carousel .owl-nav.disabled, .g-owlcarousel-showcase .owl-carousel .owl-dots.disabled {
    display: block;
}

.g-owlcarousel-showcase.hide-on-desktop .g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel-showcase.hide-on-desktop .g-owlcarousel .owl-nav button.owl-next {
    /*display: none;*/
}

.g-owlcarousel .owl-nav button.owl-prev:hover, .g-owlcarousel .owl-nav button.owl-next:hover {
    background: none;
}

.owl-nav.disabled {
    opacity: 1;
}



/*******************************************************************************
 !  PRODUCT
*******************************************************************************/
/*
.product-list-intro h1 {
    color: #c19161;
}*/

.product-list-intro {
    padding: 3rem 0;
}

.product-list {
    width: 100%;
    display: block;
}

.product-list-headline {
    width: 150px;
    float: left;
    display: block;
    height: 800px;
    background: #373E3F;
    color: #7398AA;
    position: relative;
}

.product-headline-title {
    position: absolute;
    top: 140px;
}

.product-headline-title h4 {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari 3-8 */
    transform: rotate(90deg);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 0;
    height: 170px;
    line-height: 170px;
}

.product-headline-line {
    width: 80px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    top: 220px;
    left: 110px;
    z-index: 100;
    display: none;
}

.product-list-products {
    width: calc(100% - 150px);
    float: left;
    display: block;
    display: flex;
    overflow: hidden;
}

.product-list-products .product-list-item {
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    position: relative;
    height: 800px;
    color: #ffffff;
    padding: 50px 60px;
    overflow: hidden;
}

.product-list-item-image {
    position: absolute;
    background-position: center;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; 
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.product-list-item-image:before {
    background-color: rgba(55, 62, 63,0.6);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}


.product-list-item:hover .product-list-item-image  {
    transform: scale(1.2);
}

.product-list-item .bluearea {
    position: absolute;
    bottom: -80px;
    height: 80px;
    width: 100%;
    background: #7398AA;
    left: 0;
    right: 0;
    -webkit-transition: bottom 1s;
    transition: bottom 1s;
}

.product-list-item:hover .bluearea {
    bottom: 0;
}

.product-list-products .product-list-item .product-title {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ffffff;
}

.product-list-products .product-list-item .product-title .product-pre-title {
    height: 20px;
    height: auto;
}

.product-list-products .product-list-item .product-title h3 {
    height: 108px;
    color: #ffffff;
}

.product-list-products .product-list-item .product-number {
    position: absolute;
    top: 180px;
    color: #ffffff;
}

.product-list-products .product-list-item .product-link {
    position: absolute;
    bottom: 100px;
}

.product-list-products .product-list-item .product-number {
    font-size: 24px;
    font-weight: 700;
}

.product-list-products .product-list-item .product-pre-title {
    font-size: 20px;
    margin: 0;
    line-height: 1;
}

.product-list-products .product-list-item .product-title h3 {
    margin-top: 0;
}

.product-list-products .product-list-item .product-link .link {
    color: #c19161;
    border-bottom: 2px solid #c19161;
    padding-right: 20px;
    line-height: 1.3;
}

.product-list-products .product-list-item .product-link .link a {
    color: #c19161;
}


/* Datacentre */

/*.datacentre .g-our-team.standard .g-particle-intro, .datacentre .g-our-team.standard .g-title {
    display: none;
}*/

.datacentre .g-our-team.standard .our-team-items,
.specialbyggeri .g-our-team.standard .our-team-items {
    margin-top: 0;
}

.datacentre .g-our-team.standard .our-team-items,
.specialbyggeri .g-our-team.standard .our-team-items {
    width: 100%;
}

.datacentre .g-our-team.standard .g-our-team-item,
.specialbyggeri .g-our-team.standard .g-our-team-item {
    width: 50%;
    float: left;
}


.g-our-team .g-title-separator  {
    display: none;
}

.contact .g-our-team .g-introtext {
    width: 100%;
    float: left;
    margin-top: -100px;
    font-weight: 300;
}

/*******************************************************************************
 !  SLIDESHOW
*******************************************************************************/

.uk-overlay-background {
    background: none;
}

.uk-cover-background:before, .g-slideshow-item > div:before,
.vip-video:before,
.layout-g5_heliumproduct.login #g-expanded:before,
.aboutCounter:before {
    background-color: rgba(24,80,113,0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

#g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
    max-height: 1070px!important;
}

.g-slideshow-item div  {
    background-position: center!important;
    background-size: cover!important;
}

.greyOverlay .uk-cover-background:before, .greyOverlay .g-slideshow-item > div:before,
.vip-video:before,
.aboutCounter:before {
    background-color: rgba(100,100,100,0.7);
}

.darkOverlay .uk-cover-background:before, 
.darkOverlay .g-slideshow-item > div:before, 
.layout-g5_heliumproduct.login #g-expanded:before {
    background-color: rgba(1,1,1,0.7);
}

.noOverlay .uk-cover-background:before, .noOverlay .g-slideshow-item > div:before {
    display: none;
}

.moveUp.g-slideshow {
    margin-top: -85px;
}

#g-header .g-slideshow:not(.heightAuto) {
    height: 1070px;
    /*background: #f4f5f7;*/
}

.g-slideshow .g-slideshow-desc {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
}

.g-slideshow .slideshow-video .g-slideshow-desc {
    font-weight: 400;
}

.g-slideshow  .slideshow-video .g-slideshow-desc strong {
    font-weight: 900;
}


.g-slideshow-buttons {
    position: absolute;
    bottom: 70px;
    right: 0;
    transform: rotate(90deg);
}

.g-slideshow-buttons a.button.standard {
    border: none;
    text-transform: uppercase;
    color: #c19161!important;
    border: none!important;
    background: none!important;
    text-transform: uppercase!important;
}

.g-slideshow-buttons a.button.standard span {
    margin-left: 15px;
    color: #ffffff!important;
}

/* Parallex */
.uk-slideshow .g-slideshow-item > div > img {
    opacity: 0;
}

.uk-overlay-active :not(.uk-active) .uk-overlay-panel:not(.uk-ignore), .uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
    opacity: 1;
}

.after-parallax {
    opacity:1!important;
    margin:0!important;
    transform: none!important;
}

.slideshow-custom-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Video */
.play-button {
    background: #c19161;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 45px;
}

.slideshow-video .slideshow-caption {
    z-index: 5;
}

/* Slider */

.uk-slider-container .uk-slide {
    background: #ffffff;
}

.uk-slider-container li {
    height: 800px;
    background-position: center;
    background-size: cover;
}

.uk-slidenav-position .uk-slidenav {
    font-size: 70px;
    background: none;
}

.uk-slider-container .uk-grid {
    margin-left: -150px;
}

.uk-slider-container .uk-grid > * {
    padding-left: 150px;
}

.uk-slide-after {
    opacity: 0.5;
}


.g-slideshow-buttons .button {
	transform: scale(1);
	animation: pulse 2s infinite;
}


@keyframes pulse {
	0% {
		transform: scale(0.9);
		/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);*/
	}
	
	70% {
		transform: scale(1.1);
		/*box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);*/
	}
	
	100% {
		transform: scale(0.9);
		/*box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
	}
}

.g-slideshow.buttonLongText .g-slideshow-buttons {
    bottom: 145px;
}

/*******************************************************************************
 !  SWITCHER
*******************************************************************************/

.switcher {
    margin-left: calc(-0.625rem - 0.938rem);
    margin-right: calc(-0.625rem - 0.938rem);
}

.switcher .switcher-image, .switcher .switcher-text {
    width: 50%;
    float: left;
}

.switcher-container .uk-nav, .switcher-container .uk-switcher {
    display: block;
    float: left;
    width: 25%;
}

.switcher-container .uk-nav {
    margin-top: -2px;
}

.switcher-container .uk-switcher {
    width: 75%;
}
.switcher-container .uk-subnav-pill .uk-active *, .switcher-container .uk-subnav-pill .uk-active *:hover {
    background: none;
    color: #dbe1e5;
    box-shadow: none!important;
}

.switcher-container .uk-subnav li {
    width: 100%;
    float: left;
    background: none;
    border-right: 2px solid #dbe1e5;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    box-shadow: none!important;
    border-radius: 0;
}

.uk-switcher .article-area-image {
    margin-top: 0;
}

.uk-subnav>*>* {
    color: #DBE1E5!important;
}

.switcher-container .uk-subnav .uk-active, .switcher-container .uk-subnav .uk-active a {
    background: none;
    color: #c19161!important;
    border-color: #185071;
    box-shadow: none!important;
}

.switcher-container .uk-subnav-pill>*>:focus, .switcher-container .uk-subnav-pill>*>:hover {
    background: none;
    border: none;
    box-shadow: none;
}

.switcher-container .article-area {
    margin-top: -22px;
}

.outline-28 .switcher-container {
    margin-bottom: 50px;
    float: left;
    width: 100%;
    display: block;
}


.switcher-container .article-area-image.image-fullwidth {
    width: 100%;
}

/*******************************************************************************
 !  TIMELINE
*******************************************************************************/

.aboutHistory {
    background-image: url(/images/pages/aboutus/About_-_historie.jpg);
    background-position: center;
    background-size: cover;
    padding: 3rem 0;
    overflow: hidden;
    position: relative;
}

.aboutHistory:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,185071+87&0+0,1+87 */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(24,80,113,1) 87%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(24,80,113,1) 87%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(24,80,113,1) 87%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#185071',GradientType=1 ); /* IE6-9 */
    z-index: 10;
}

.aboutHistory .uk-slider > li {
    width: 200%!important;
}

.g-timeline .g-particle-intro {
    text-align: center;
    color: #ffffff;
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    
}

.g-timeline .g-particle-intro h3 {
    font-weight: 700;
    font-size: 38px;
}

.g-timeline.style1 {
    margin: 0;
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.g-timeline.style1 .g-timeline-container {
    margin-left: 0;
    width: 2000px;
    position: relative;
    display: block;
    float: left;
}

.g-timeline.style1 .g-timeline-slider {
    min-width: 100%;
    height: auto;
    width: auto;
    float: left;
}

.g-timeline.style1 .g-timeline-row {
    height: 3px;
    border-radius: 0;
    background: #dbe1e5;
    margin: 0;
    width: 100%;
    float: left;
}

.g-timeline.style1 > .g-content {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}

.g-timeline.style1 .g-timeline-item {
    text-align: left;
    width: 280px;
    float: left;
    position: absolute;
    margin-top: 0;
    z-index: 5;
}

.g-timeline.style1 .g-timeline-row:before, .g-timeline.style1 .g-timeline-row:after {
    content: '';
    display: none;
}

.g-timeline.style1 .top,.g-timeline.style1 .bottom {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.g-timeline.style1 .top,.g-timeline.style1 .bottom, .g-timeline.style1 .g-timeline-item, .g-timeline-item-container {
    height: 250px;
}

.g-timeline-item-container {
    position: relative;
}

.g-timeline.style1 .top .g-timeline-pin {
    position: absolute;
    bottom: -17px;
}

.g-timeline.style1 .top .g-timeline-year {
    position: absolute;
    bottom: 20px;
}

.g-timeline.style1 .top  .g-timeline-description  {
    position: absolute;
    bottom: 70px;
}

.g-timeline.style1 .bottom .g-timeline-pin {
    position: absolute;
    top: -17px;
}

.g-timeline-pin {
    width: 2px;
    height: 30px;
    position: relative;
    background: #7398AA;
    margin-left: 15px;
    display: block;
}


.g-timeline.style1 .g-timeline-item .g-timeline-year {
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
}

.g-timeline.style1 .g-timeline-item .g-timeline-description {
    color: #7398AA;
    line-height: 1.5;
    padding-left: 15px;
    font-size: 1.1rem;
}

.g-timeline.style1 .g-timeline-item .g-timeline-year {
    transform: none;
    margin: 0;
    margin-left: 15px;
}

.g-timeline.style1 .g-timeline-item .g-timeline-year {
    margin-top: 0px;
}

.g-timeline.style1 .g-grid.bottom .g-timeline-item .g-timeline-year {
    padding-top: 15px;
}


/*******************************************************************************
 !  VIP
*******************************************************************************/

.vipPage #g-intro, .vipPage #g-container-main, .vipPage #g-header, .view-login #g-container-main {
    background-color: rgba(1,1,1,0.8);
    color: #DFE3E6;
}

.vipPage #g-intro h1,
.vipPage #g-intro h2,
.vipPage #g-intro h3,
.vipPage #g-intro h4,
.vipPage #g-intro h5,
.vipPage #g-intro h6,
.vipPage #g-container-main h1,
.vipPage #g-container-main h2,
.vipPage #g-container-main h3,
.vipPage #g-container-main h4,
.vipPage #g-container-main h5,
.vipPage #g-container-main h6 {
    color: #DFE3E6;
}

.vipPage #g-intro p, .vipPage #g-container-main p, .vipPage #g-intro ul li {
    color: #AAAAAC;
}

.vipPage .uk-overlay-panel, .vipPage .g-slideshow-buttons a.button.standard span {
    color: #c19161!important;
}

.layout-g5_heliumproduct #g-expanded {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding: 5rem 0;
    background: #373E3F;
}

.layout-g5_heliumproduct.login #g-expanded {
    background-image: url(/images/products/datacentre/datacentre_vip_login_modul.jpg);
    background-position: center;
    background-size: cover;
}

.layout-g5_heliumproduct.login #g-expanded:before {
    z-index: -1;
}

.layout-g5_heliumproduct.login #g-expanded .moduletable > h3.g-title:after, label[for="remember"], #remember, .view-login #g-mainbar .nav.nav-tabs {
    display: none;
}

/* Login */

.layout-g5_heliumproduct #g-expanded #login-form h3, .afterlogin h2 {
    text-align: center;
    color: #c19161;
    font-size: 38px;
}

.layout-g5_heliumproduct #g-expanded #login-form .pretext {
    width: 600px;
    margin: 0 auto;
    text-align: center;
    color: #DFE3E6;
    margin-bottom: 70px;
    max-width: 100%;
}

#form-login-remember, #login-form ul,
.moduletable #login-form .control-group .input-prepend .add-on {
    display: none;
}

#login-form .userdata {
    width: 500px;
    margin: 0 auto;
    max-width: 100%;
}

#form-login-submit {
    text-align: center;
}

#login-form .login-button, .afterlogin .btn {
    background: #7398AA!important;
    color: #ffffff!important;
    
}

#login-form .login-button:hover, .afterlogin .btn:hover {
    background: #ffffff!important;
    color: #7398AA!important;
}

.view-login #g-container-main form {
    background: none;
    border: none;
}

.view-login #g-mainbar {
    color: #DFE3E6;
}

.view-login form label {
    margin-top: 20px;
}


/* Particle */

.g-features2-particle.vip {
    margin: 50px 0;
    position: relative;
}

.g-features2-particle.vip > .g-grid {
    position: relative;
}

.g-features2-particle.vip .g-particle-intro {
    margin: 0;
    position: relative;
    margin-top: 80px;
}

.g-features2-particle.vip .g-features-particle-image {
    width: 180px;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.g-features2-particle.vip .g-features-particle-image-extra {
    margin-top: 30px;
    display: block;
    float: left;
    width: calc(100% - 60px);
}

.g-features2-particle.vip .g-features-particle-image-extra img {
    width: 100%;
}

/*.g-features2-particle.vip .g-features-particle-image-extra {
    width: 45%;
    height: 500px;
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 260px;
}

.g-features2-particle.vip .g-features-particle-image-extra img {
    max-height: 700px;
    max-width: 100%;
    float: right;
}

.g-features2-particle.vip .g-grid:nth-child(even)  .g-features-particle-image-extra {
    left: 0;
    top: 100px;
    right: auto;
}

.g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-image-extra img {
    float: left;
}

.g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-item-text.with-image {
    width: calc(50% - 180px);
    float: right;
}*/

.g-features2-particle.vip .g-grid:nth-child(even) .g-particle-intro,
.g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-image {
    /*margin-left: 50%;*/
}

.g-features-particle.vip .g-grid, .g-features2-particle .g-grid {
    margin-bottom: 50px;
}

.g-features2-particle.vip .g-features-particle-item-text.with-image {
    width: calc(50% - 200px);
    float: left;
}

.g-features2-particle.vip .g-features-particle-item-text.with-side-image {
    min-height: 600px;
}

.g-features2-particle.vip .g-grid:nth-child(odd) .g-features-particle-item-text.with-side-image {
    min-height: 720px;
}

.g-features2-particle.vip .g-features-particle-title {
    margin-top: 45px;
}

.g-features2-particle.vip .g-features-particle-desc, .vipPage #g-intro ul li {
    font-size: 20px;
}

.g-features2-particle.vip .g-features-particle-image img {
    width: 100px;
}

.g-features2-particle.vip .g-features-particle-item-text-container {
    width: calc(100% - 181px);
    margin-left: 181px;
    display: block;
}

.g-features2-particle.vip .g-features-particle-item-text.item-text-left,
.g-features2-particle.vip .g-features-particle-item-text.item-text-right,
.g-features2-particle.vip .g-features-particle-item-text.item-text-bottom {
    width: calc(50% - 30px);
    float: left;
    display: block;
}

.g-features2-particle.vip .g-features-particle-item-text b,
.g-features2-particle.vip .g-features-particle-item-text strong, 
.vipPage #g-intro ul li {
    color: rgba(225, 225, 225, 1);
}

.vipPage #g-intro ul > br, .g-features2-particle.vip .g-features-particle-item-text.item-text-bottom > br, .g-features2-particle.vip .g-features-particle-item-text.item-text-bottom > .table-responsive > br {
    display: none;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.g-features2-particle.vip .g-features-particle-item-text b {
    font-weight: 400;
}

.g-features2-particle.vip .g-features-particle-item-text.item-text-left {
    padding-right: 30px;
}

.g-features2-particle.vip .g-features-particle-item-text.item-text-right {
    padding-left: 30px;
}

.g-features2-particle.vip .g-features-particle-item-text.item-text-bottom {
    width: calc(100% - 60px);   
}

.nogletal img {
    margin: auto;
    margin-top: 100px;
    display: block;
}

.g-features2-particle.sektion .g-grid {
    margin-bottom: 0;
}

/* Video */
.video-button {
    display: none!important;
}

.g-features2-particle.vip .vip-video {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
    margin-top: 3rem;
}

.g-features2-particle.vip .vip-video video {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    z-index: -1;
}

.g-features2-particle.vip .video-button {
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.vip-video-tekst {
    position: relative;
    width: 100%;
    float: left;
    padding-left: calc(50% + 200px);
    color: #c19161;
    font-size: 18px;
    line-height: 1.3;
    margin-top: -46px;
}

.g-features2-particle.vip .g-grid:nth-child(even) .vip-video-tekst {
    padding-left: 200px;
    padding-right: calc(50%);
}

/* Vip overview */
.vip-overview {
    position: absolute;
    top: 0;
    right: 30px;
    list-style-type: none;
    width: 190px;
    font-size: 12px;
    text-align: right;
    padding-top: 50px;
    z-index: 9999;
}

.vip-overview.fixed {
    position: fixed;
    z-index: 20;
}

.vip-overview.freeze {
    position: absolute;
    bottom: 0px;
    top: auto;
}

.vip-overview li {
    position: relative;
    display: block;
    height: 25px;
    padding-right: 20px;
    color: #7398AA;
    font-size: 16px!important;
}

.vip-overview li:not(.active):hover span {
    display: block!important;
    font-weight: 100;
    opacity: 0.85;
}

.vip-overview li:not(.active) {
    cursor: pointer;
}

.vip-overview li:after {
    content: "\f1db";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
    top: 6px;
    color: #7398AA;
}

.vip-overview li.active:after {
    content: "\f111";
}

/* Testimonials */

.vipPage #g-testimonials h3.g-title {
    text-align: center;
}

/* VIP table */

.g-features2-particle.vip table, .g-features2-particle.vip table tr, .g-features2-particle.vip table tr th, .g-features2-particle.vip table tr td {
    background: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
}

.g-features2-particle.vip table tr th {
    padding-top: 30px;
}

.g-features2-particle.vip table tr td, .g-features2-particle.vip table tr:first-child th {
    text-align: right;
    color: #AAAAAC;
}

.g-features2-particle.vip table tr th {
    color: #ffffff!important;
}

.g-features2-particle.vip table tr td:first-child {
    text-align: left;
}

.g-features2-particle.vip table tr th:first-child, .g-features2-particle.vip table tr td:first-child {
    min-width: 260px;
}


/*******************************************************************************
 !  ANNIVERSARY
*******************************************************************************/

.anniversary #g-page-surround {
    background-color: #dbe1e5;
}

.anniversary #g-footer:before {
    display: none;
}

.anniversary #g-footer {
    background: rgb(24, 80, 113);
}

.anniversary #g-footer .nav.menu {
    margin-top: 30px;
}

.anniversary #g-mainbar {
    padding-top: 0;
}

.anniversary form {
    max-width: 560px!important;
    margin: 0 auto;
}

.anniversary .ui.header,
.anniversary .ui.header .sub.header {
    text-transform: none;
    color: #185071!important;
    font-family: "axia", sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 28px;
}

.anniversary .ui.header .sub.header {
    font-weight: 500;
    margin-bottom: 35px;
}

.anniversary h1.ui.header {
    margin-top: 30px;
}

.anniversary form > p,
.anniversary form > .sub.header, 
.anniversary  form.form .field label {
    color: #185071!important;
    text-align: center!important;
    line-height: 1.5!important;
    font-size: 17px!important;
}

.anniversary form > p,
.anniversary  form.form .field label {
    font-weight: 900!important;
}

.anniversary form .text:not(.withMargin) {
    margin-bottom: 0!important;
}

.anniversary form label {
    width: 100%!important;
    margin: 20px 0!important;
    padding-right: 0!important;
}

.anniversary form input[type="text"] {
    border: 1px solid #185071!important;
    border-radius: 40px!important;
    background: none!important;
    height: 60px;
    color: #185071!important;
    margin: 0 auto!important;
    float: none!important;
    padding-left: 25px!important;
}

.anniversary form input[type="text"]::placeholder {
    color: #185071;
}

.anniversary #Company {
    margin-top: 40px!important;
}

.anniversary form button[type="submit"],
.anniversary form a.button
{
    background: #6C94A3!important;
    color: #ffffff!important;
    font-size: 15px!important;
}

.anniversary form a.button {
  width: 375px;
  margin-top: 50px!important;
}

.anniversary .ui.form .required.field>label:after, 
.anniversary .ui.form .required.fields.grouped>label:after, 
.anniversary .ui.form .required.fields:not(.grouped)>.field>label:after {
    display: none;
}

.anniversary .g-recaptcha {
    margin: 0 auto;
    width: 304px;
}

.anniversary .custom-error {
    text-align: center;
}

.anniversary .ui.form .field .checkbox {
    margin-bottom: -30px;
}

.anniversary .ui.form .field .checkbox label {
    text-align: left!important;
    padding-left: 50px;
}

.anniversary .ui.form .field .checkbox label:before {
    margin-top: 5px;
}

.anniversary .ui.form .field .checkbox label en {
    font-weight: 400!important;
    display: block;
    margin-top: 20px;
}


/*******************************************************************************
 !  RECRUITING JOBS
*******************************************************************************/
 
.reqruiting-row {
    margin-bottom: 30px;
}
 
.reqruiting-link a {
    background: none !important;
    border: 1px solid #7398AA !important;
    border-radius: 30px !important;
    color: #7398AA !important;
    padding: 15px 50px !important;
    letter-spacing: 1px !important;
    text-transform: none !important;
    font-size: 18px !important;
}

.reqruiting-title {
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
 
}

/**************************************************************************************************************************************************************
 !  RESPONSIVE
**************************************************************************************************************************************************************/


/*******************************************************************************
 !  MEDIA 1800
*******************************************************************************/

@media only screen and (max-width: 1800px) {
    
    /* Wider-container */
    .wider-container {
        margin-right: -150px;
        margin-left: -150px;
    }
    
    .wider-container .normal-container {
        margin-right: 150px;
        margin-left: 150px;
    }
    
    .contact .g-particle-intro {
        margin-right: -150px;
        margin-left: -150px;
        width: calc(100% + 300px);
    }
    
    /* Article */
    .article-goback {
        left: -200px;
    }
    
    /* Product */
    .product-list-products .product-list-item .product-title h3 {
        font-size: 35px;
    }
    
    /* Slideshow */
    #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 800px!important;
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 276px;
    }
    
    /* Slider */
    .googlemap .googlemap-button {
        width: 60%;
    }
    
}


/*******************************************************************************
 !  MEDIA 1600
*******************************************************************************/

@media only screen and (max-width: 1600px) {
    
    /* Wider-container */
    .wider-container {
        margin-right: -100px;
        margin-left: -100px;
    }
    
    .wider-container .normal-container {
        margin-right: 100px;
        margin-left: 100px;
    }
    
    .contact .g-particle-intro {
        margin-right: -100px;
        margin-left: -100px;
        width: calc(100% + 200px);
    }
    
    /* Article */
    .article-goback {
        left: -130px;
    }
    
    .article-goback-icon {
        padding-left: 0;
        width: 30px;
    }
    
    /* Cases */
    .cases ul.casemenu li {
        font-size: 18px;
    }
    
    .cases ul.casemenu {
        margin-left: 0;
        margin-right: 0;
    }
    
    /* Google maps */
    .googlemap .googlemap-button {
        width: 70%;
    }
    
    /* Product */
    .product-list-products .product-list-item .product-title h3 {
        font-size: 30px;
    }
    
    .product-list-products .product-list-item .product-pre-title {
        font-size: 18px;
        height: 18px;
    }
    
    /* Slideshow */
     #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 700px!important;
    }
    
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 255px;
    }
    
    /* Slider */

    .g-slider .slider-information {
        bottom: 100px;
    }
    
 
}

/*******************************************************************************
 !  MEDIA 1500
*******************************************************************************/

@media only screen and (max-width: 1500px) {
    
    /* VIP */
    .vip-overview {
        right: 20px;
        list-style-type: none;
        width: 170px;
    }
    
    .vip-overview li {
        font-size: 14px!important;
    }
    
}



/*******************************************************************************
 !  MEDIA 1400
*******************************************************************************/

@media only screen and (max-width: 1400px) {
    
    /* Wider-container */
    .wider-container {
        margin-right: -50px;
        margin-left: -50px;
    }
    
    .wider-container .normal-container {
        margin-right: 50px;
        margin-left: 50px;
    }
    
    .contact .g-particle-intro {
        margin-right: -50px;
        margin-left: -50px;
        width: calc(100% + 100px);
    }
    
    /* Article */
    .article-goback {
        left: -30px;
        top: 0;
    }
    
    /* Cases */

    
    /* Features */
    .g-particle-intro {
        margin-left: -35px;
    }
    
    /* Product */
    .product-list-products .product-list-item .product-title h3 {
        font-size: 26px;
    }
    
    .product-list-products .product-list-item .product-pre-title {
        font-size: 15px;
        height: 15px;
    }
    
    .product-list-products .product-list-item {
        padding: 50px 30px;
    }
    
    .product-headline-line {
        width: 55px;
    }
    
    /* Slideshow */
     #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 600px!important;
    }
    
    .g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 60px;
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 235px;
    }
    
    /* Slider */

    .g-slider .slider-information {
        bottom: 50px;
    }
    
    .g-owlcarousel .owl-nav .owl-prev {
        left: -1rem;
    }
    
    .g-owlcarousel .owl-nav .owl-next {
        right: -1rem;
    }
    
    
    /* VIP */
    
    
}


/*******************************************************************************
 !  MEDIA 1350
*******************************************************************************/

@media only screen and (max-width: 1350px) {
    
    /* VIP */
    
    .vip-overview li span, .vip-overview li:not(.active):hover span {
        display: none!important;
    }
}

/*******************************************************************************
 !  MEDIA 1300
*******************************************************************************/

@media only screen and (max-width: 1300px) {
    
    /* Wider-container */
    .wider-container {
        margin-right: -10px;
        margin-left: -10px;
    }
    
    .wider-container .normal-container {
        margin-right: 10px;
        margin-left: 10px;
    }
    
    .contact .g-particle-intro {
        margin-right: -10px;
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 218px;
    }
}


/*******************************************************************************
 !  MEDIA 1200
*******************************************************************************/

@media only screen and (max-width: 1200px) {
    
    /* Wider-container */
    .wider-container {
        margin-right: 0;
        margin-left: 0;
    }
    
    .wider-container .normal-container {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .contact .g-particle-intro {
        margin-right: 9px;
        margin-left: 9px;
        width: calc(100% - 2px);
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 165px;
    }
    
    /* Navigation */
    #g-navigation .g-main-nav .g-toplevel > li {
        font-weight: 300;
        margin: 0 1.2rem;
    }
    
    /* Intro */
    .outline-28 #g-intro.g-flushed .g-features-particle.testimonails {
        margin-top: 0;
    }
    
    /* About */
    .aboutHistory:before {
        width: 150px;
    }
    
    /* Features */
    .g-particle-intro {
        margin-left: -40px;
    }
    
    .g-features-particle.testimonails .g-features-particle-item:last-child .g-content {
        padding-right: 50px;
        padding-left: 40px;
        padding-top: 20px;
    }
    
    .g-features-particle.testimonails  .g-features-particle-desc {
        width: auto;
    }
    
    .g-features-particle.testimonails .g-features-particle-item,
    .g-features-particle.testimonails .g-features-particle-item:last-child{
        flex: 1 50%;
    }
    
    /* Google maps */
    .googlemap-information {
        width: 50%;
    }
    
    /* Produkter */
    .product-list-products .product-list-item {
        padding: 50px 40px;
    }
    
    .product-headline-line {
        width: 60px;
    }
    
    .product-list-products .product-list-item .product-title h3 {
        font-size: 22px;
    }
    
    .product-list-products .product-list-item .product-pre-title {
        font-size: 13px;
        height: 13px;
    }
    
    .article-area-title.with-image h3 {
        font-size: 30px;
    }
    
    /* Slideshow */
     #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 550px!important;
    }
    
    .g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 120px;
        margin-bottom: 5px;
    }
    
    
    .g-features2-particle.vip .g-features-particle-image-extra {
        width: 50%;
    }
    
    .g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
        display: block;
    }
    
    .g-owlcarousel .owl-nav .owl-prev {
        left: -1rem;
    }
    
    .g-owlcarousel .owl-nav .owl-next {
        right: -1rem;
    }
    
    /* Cases */
    
    .cases .case-item-box {
        width: 100%;
        padding: 10px;
    }
    
    .cases ul.casemenu li {
        font-size: 14px;
    }
    
    /* Slider */
    
    .g-slider .slider-information {
        width: 50%;
    }
    
    .g-slider .slider-information {
        bottom: 0px;
    }
    
    
    /* Footer */ 
    
    #g-footer .nav.menu li {
        font-size: 0.9rem;
    }

}


/*******************************************************************************
 !  MEDIA 960
*******************************************************************************/

@media only screen and (max-width: 960px) {
    
    /* General */
    
    .contact .custom-select .select-selected {
        padding: 8px 8px;
        font-size: 15px;
        height: 40px;
        width: 420px;
    }
    
    .select-items {
        top: -147px;
        width: 420px;
    }
    
    .select-items div, .select-selected {
        font-size: 14px;
    }
    
    .select-selected:after {
        top: 0px;
    }
    
    
    /* Navigation */
    #g-navigation .g-main-nav .g-toplevel > li {
        margin: 0 0.3rem;
    }
    
    
    /* Cases */
    .cases .case-item {
        height: 300px;    
    }
    
    .cases .case-link h4 {
        font-size: 20px;
        margin-top: 32px;
        height: 52px;
    }
    
    .case-fields-container .case-field {
        font-size: 14px;
    }
    
    .cases .case-client {
        width: 30px;
    }
    
    .cases .case-link {
        width: calc(100% - 30px);
    }
    
    .cases ul.casemenu li {
        font-size: 12px;
    }
    
    .cases ul.casemenu li a {
        padding: 10px 4px;
    }
    
    /* Features */
    .g-features-particle.testimonails, .g-features-particle.testimonails .g-features-particle-item:last-child {
        background: #dbe1e5;
    }
    
    .g-features-particle.testimonails .g-features-particle-item:last-child .g-content {
        position: relative;
    }
    
    /* Sektion */
    .sektion .g-features-particle-item-text.with-image {
        width: 60%;
        padding: 100px 28px 100px 0;
    }
    
    .sektion .g-features-particle-image {
        width: 40%;
    }
    
    /* Google maps */
    .googlemap .googlemap-button {
        width: 100%;
    }
    
    .googlemap .googlemap-information-text, .g-slider .slider-information-text {
        padding: 30px;
    }
    
    .googlemap-information {
        width: 58%;
    }
    
    /* Produkter */
    .product-list-headline {
        display: none;
    }
    
    .product-list-products {
        width: 100%;
        display: block;
    }
    
    .product-list-products .product-list-item {
        height: auto;
        flex: 0 1 auto;
        padding: 0;
    }
    
    .product-list-products .product-list-item .product-number {
        position: relative;
        top: 0;
        padding: 1rem 1.563rem 0;
        margin: 0;
    }
    
    .product-list-products .product-list-item .product-title {
        position: relative;
        top: 0;
        transform: none;
        padding: 1.563rem 3.126rem;
        font-size: 42px;
    }
    
    .product-list-products .product-list-item .product-pre-title {
        font-size: 20px;
    }
    
    .product-list-products .product-list-item .product-link {
        position: relative;
        bottom: 0;
        padding: 1rem 3.126rem;
        background: #373E3F;
        height: 86px;
    }
    
    .product-list-products .product-list-item .product-link .link {
        width: auto;
        float: right;
    }
    
    .product-list-products .product-list-item .product-title h3 {
        font-size: 34px;
    }
    
    .derforCsk .g-introtext {
        width: 90%;
    }
    
    .derforCsk .g-grid .g-features-particle-item.number-of-items-2:first-child {
        padding-right: 20px;
    }
    
    .derforCsk .g-grid .g-features-particle-item.number-of-items-2:last-child {
        padding-left: 20px;
    }
    
    .derforCsk .number-of-items-4 {
        width: 50%;
        flex: 0 50%;
        margin-bottom: 50px;
    }
    
    .article-area-title {
        width: 50%;
        margin-right: 0;
    }
    
    .article-area-title.with-image h3 {
        font-size: 30px;
    }
    
    .article-area-title.with-image {
        width: calc(60% - 100px);
        padding-right: 35px;
    }
        
    .g-features2-particle.processen .article-area-text {
        width: 40%;
        font-size: 18px;
    }
    
    /* Sektion */
    .g-features2-particle.sektion .g-features-particle-item-text.with-image, .sektion .g-features-particle-item-text.with-image {
        width: 100%;
        padding: 40px 0 100px 0!important;
    }
    
    .sektion .g-features-particle-image {
        width: 100%;
        position: relative;
        height: 500px;
    }
    
    
    /* Slideshow */
     #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 450px!important;
    }
    
    .g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 140px;
    }
    
    .g-slideshow .g-slideshow-desc {
        font-size: 32px;
    }
    
    .video-button {
        margin-top: -60px;
    }
    
    /* VIP */
    
    .g-features2-particle.vip .g-features-particle-item-text.with-image, .g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-item-text.with-image {
        width: calc(93% - 200px);
        float: left;
    }
    
    .g-features2-particle.vip .g-grid:nth-child(even) .g-particle-intro, .g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-image {
        margin-left: 0;
    }
    
    .vip-video-tekst, .g-features2-particle.vip .g-grid:nth-child(even) .vip-video-tekst {
        padding-left: 200px;
        margin-top: 20px;
        padding-right: 0;
    }
    
    .g-features2-particle.vip .g-grid .g-features-particle-image-extra {
        display: none;
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 130px;
    }
    
    .g-features2-particle.vip .g-features-particle-item-text.item-text-left {
        padding-right: 10px;
        width: calc(50% - 10px);
    }
    
    .g-features2-particle.vip .g-features-particle-item-text.item-text-right {
        padding-left: 10px;
        width: calc(50% - 10px);
    }
    
    .g-features2-particle.vip .g-features-particle-desc, .vipPage #g-intro ul li {
        font-size: 18px;
    }
    
    
    /* Slider */
    
    .g-slider .after-parallax {
        width: 100%;
    }
    
    .g-slider .uk-slideshow, .g-slider .g-slideshow-item, .g-slider .g-slideshow-item img {
        min-height: 600px;
    }
    
    .g-slider .slider-information-text {
        min-height: 0;
    }
    
    .g-slider .slideshow-image .g-slideshow-title {
        margin-top: 0;
    }
    
    .g-slider .slider-information-text {
        height: 440px;
    }
    
    /* Footer */
    #g-footer .nav.menu {
        display: block;
        margin-top: 40px;
    }
    
    #g-footer .nav.menu li {
        flex: 0 1 auto;
        margin: 0 20px;
        font-size: 1rem;
    }
    
}

/*******************************************************************************
 !  MEDIA 850
*******************************************************************************/

@media only screen and (max-width: 850px) {
    
    /* Slideshow */
     #g-header .g-slideshow:not(.heightAuto), #g-header .g-slideshow:not(.heightAuto) .uk-slideshow, #g-header .g-slideshow:not(.heightAuto) .g-slideshow-item {
        height: 400px!important;
    }
    
    .g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 160px;
    }
    
    .g-slideshow .g-slideshow-desc {
        font-size: 28px;
    }
    
}


/*******************************************************************************
 !  MEDIA 767
*******************************************************************************/

@media only screen and (max-width: 767px) {
    
    /* Generel */
    .row-fluid [class="span4"] {
        margin-left: 0!important;
        margin-right: 0!important;
    }
    
    .wider-container .normal-container {
        display: block;
        float: left;
    }
    
    section:not(#g-contact) .g-our-team .g-our-team-image img, section:not(#g-contact) .g-our-team-slider .g-our-team-image img, section:not(#g-contact) .g-our-team-slideset .g-our-team-image img {
        max-height: 100%;
    }
        
    /* Article */
    .article-area .article-area-title, .article-area .article-area-text {
        width: calc(100% - 45px);
        padding-left: 0;
        padding-right: 0;
    }
    
    .article-goback {
        top: 22px;
    }
    .aboutus #g-container-main .items-leading .article-area-title {
        width: 100%;
    }
    
    /* Navigation */
    #g-navigation {
        background: rgba(24,80,113,1);
    }
    
    #g-navigation .navigation-a {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 200px;
    }
    
    #g-navigation .g-logo {
        padding-left: 0;
    }
    
    #g-navigation .logo > .g-content img {
        float: none;
    }
    
    /* Intro */
    .outline-28 #g-intro.g-flushed .g-features-particle.testimonails {
        padding: 20px 0;
    }
    
    .frontpage #g-intro {
        padding: 3rem 0;
    }
    
    /* Features */
    
    .productPage #g-features {
        padding: 1rem 0;
    }
    
    /* Utility */
    
    .frontpage #g-utility  {
        padding-bottom: 0;
    }
    
    .contact #g-utility {
        padding: 0;
    }
    
    /* Expanded */
    
    .frontpage #g-expanded {
        padding-bottom: 0;
    }
    
    .layout-g5_heliumproduct #g-expanded {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    /* Testimonails */
    
    .productPage #g-testimonials {
        padding-bottom: 0;
    }
    
    
    /* Main */
    
    .aboutus #g-mainbar, .products #g-mainbar, .layout-g5_heliumcases #g-mainbar, .casesPage.view-article #g-mainbar {
        padding: 0;
    }
    
    .productPage #g-mainbar {
        padding: 1rem 0;
    }
    
    
    /* Footer */
    #g-footer {
        background-image: none;
        background: #7398AA;
        background: -moz-linear-gradient(top, #7398AA 71%, #7398AA 71%, #185071 71%);
        background: -webkit-linear-gradient(top, #7398AA 71%,#7398AA 71%,#185071 71%);
        background: linear-gradient(to bottom, #7398AA 71%,#7398AA 71%,#185071 71%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7398AA', endColorstr='#185071',GradientType=0 );
        padding-bottom: 3rem;
    }
    
    /*html[lang="en-GB"] #g-footer {
        background-image: none;
        background: #7398AA;
        background: -moz-linear-gradient(top, #7398AA 81%, #7398AA 81%, #185071 81%);
        background: -webkit-linear-gradient(top, #7398AA 81%,#7398AA 81%,#185071 81%);
        background: linear-gradient(to bottom, #7398AA 81%,#7398AA 81%,#185071 81%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7398AA', endColorstr='#185071',GradientType=0 );
        padding-bottom: 3rem;
    }*/
    
    #g-footer:before {
        height: 125px;
        top: -50px;
    }

    #g-above-footer {
        min-height: 320px;
    }
    
    #g-footer .nav.menu li {
        width: 100%;
        margin: 0;
    }
    
    
    /* About */
    .g-timeline.style1 .g-timeline-row {
        display: block;
    }
    
    /* Cases */
    .cases {
        margin: 0;
    }
    
    .cases .case-client {
        width: 60px;
    }
    
    .cases .case-link h4 {
        height: auto;
    }
    
    .cases .case-link {
        width: calc(100% - 60px);
    }
    
    .cases .case-item {
        height: 400px;
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .cases .case-item-box {
        padding: 20px;
    }
    
    .cases .span4 {
        width: 100%;
    }
    
    .cases-button {
        float: left;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 0;
    }
    
    .casemenu {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .case-topimage {
        margin-top: -82px;
    }
    
    .case-field {
        padding: 0px;
    }
    
    .case-fields .headline {
        margin-bottom: 0;
    }
    
    .case-fields .case-field p {
        margin-top: 3px;
    }
    
    /*.case-fields-container {
        padding: 20px 0;
    }*/
    
    .case-fields-container .case-field:first-child {
        margin-top: 20px;
    }
    
    .case-fields-container .case-field:last-child {
        margin-bottom: 20px;
    }
    
    .article-area.cases {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 45px);
    }
    
    .blog .items-row, .item-page .items-row {
        margin-bottom: 0;
        padding-bottom: 0;
        float: left;
        display: block;
    }
    
    .cases ul.casemenu {
        margin-left: 0px;
        display: block;
        border: none;
        float: left;
        margin-bottom: 50px;
    }
    
    .cases ul.casemenu li {
        flex: 0 1 auto;
        display: block;
        float: left;
        width: 100%;
        border: 2px solid #ffffff!important;
    }
    
    .case-fields-container {
        flex-wrap: wrap;
    }
    
    .case-fields-container .case-field {
        flex: 0 50%;
        width: 50%;
    }
    
    .caseSales, .caseSales .g-features-particle-image {
        margin-top: 10px;
    }
    
    .cases ul.casemenu li {
        font-size: 16px;
    }
    
    /* Chronoforms */
    .com_chronoforms6 .ui.form .field label, .com_chronoforms6 .ui.form .field input, .com_chronoforms6 .ui.form .field textarea {
        width: 100%;
    }
    
    /* Features */
    .g-features-particle, .g-features2-particle {
        margin-left: 0;
        margin-right: 0;
    }
    
    .processen.g-features2-particle .g-grid {
        margin-bottom: 0;
    }
    
    .g-features-particle .g-features-particle-item, .g-features2-particle .g-features-particle-item, .g-features-particle .g-features2-particle-item, .g-features2-particle .g-features2-particle-item {
        margin-bottom: 0;
    }
    
    .g-features-particle-button {
        margin-top: 40px;
    }
    
    .g-features-particle-item.moveSubfeature_mobile .g-content {
        display: flex;
        flex-wrap: wrap;
    }
    
    .g-features-particle-item.moveSubfeature_mobile .g-features-particle-image {
        order: 2;
        flex: 1 0 100%;
    }
    
    .g-features-particle-item.moveSubfeature_mobile .g-features-particle-subs {
        order: 1;
        flex: 1 0 100%;
        margin-bottom: 10px;
    }
    
    #g-above, .g-features-particle.testimonails, .g-features-particle.testimonails .g-features-particle-item:last-child, .g-features-particle.testimonails .g-features-particle-item:last-child .g-content {
        background: #ffffff;
    }
    
    .g-features-particle.testimonails .g-features-particle-item, .g-features-particle.testimonails .g-features-particle-item:last-child {
        flex: 1 100%;
    }
    
    .g-features-particle.testimonails .g-features-particle-item .g-content, .g-features-particle.testimonails .g-features-particle-item:last-child .g-content {
        margin: 0.625rem;
        padding: 0 1.876rem;
    }
    
    .g-features-particle.testimonails .g-features-particle-title {
        margin-top: 30px;
        margin-bottom: 0px;
    }
    
    /* Google maps */
    .googlemap .googlemap-information, .g-slider .slider-information {
        width: 100%;
        position: relative;
        bottom: 0;
    }
    
    .g-googlemap {
        width: 100%;
    }
    
    .g-googlemap > div {
        height: 400px!important;
    }
    
    .googlemap .googlemap-information-text {
        height: auto;
        padding-bottom: 60px;
    }
    
    .g-slider.g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 0;
    }
    
    .g-slider .uk-slideshow, .g-slider .g-slideshow-item, .g-slider .g-slideshow-item img {
        min-height: 300px;
    }
    
    .slider-information {
        float: left;
    }
    
    /* Out-team */
    .g-our-team .g-block {
        width: 100%;
    }
    
    .g-our-team.standard .g-particle-intro, .g-our-team.standard .our-team-items {
        width: 100%;
    }
    
    .g-our-team .g-particle-intro .g-title.g-main-title {
        margin-bottom: 0;
        margin-top: 0;
        margin-left: -9px;
    }
    
    .contact .g-our-team .g-particle-intro .g-title.g-main-title {
        margin-bottom: 35px;
    }
    
    .contact .g-our-team .g-introtext {
        margin-top: -120px;
        margin-left: -5px;
    }
    
    .g-our-team.standard .our-team-items {
        margin-top: 30px;
    }
    
    .datacentre .g-our-team.standard .g-our-team-item, .datacentre .g-our-team.standard .g-our-team-item .g-info-container, .specialbyggeri .g-our-team.standard .g-our-team-item {
        width: 100%;
        margin-bottom: 0!important;
    }
    
    .specialbyggeri .g-our-team.standard .g-our-team-item:last-child {
        margin-bottom: 40px!important;
    }
    
    select[name="teamPositions"] {
        position: relative;
        float: left;
        top: 0;
        margin-top: 34px;
        margin-left: -9px;
    }
    
    .contact .custom-select .select-selected {
        position: relative;
        float: left;
        top: 0;
        margin-top: 34px;
        margin-left: -9px;
        width: 100%;
    }
    
    .select-items {
        top: 72px;
        left: -9px;
        right: 0;
        width: 100%;
    }
    
    /* Products */
    .derforCsk .g-grid {
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .derforCsk .g-introtext {
        width: 100%;
        padding-left: 15px;
    }
    
    .derforCsk .g-grid .g-features-particle-item.number-of-items-2 {
        margin-bottom: 50px;
    }
    
    .derforCsk .g-grid .g-features-particle-item.number-of-items-2:first-child {
        padding-right: 0;
    }
    
    .derforCsk .g-grid .g-features-particle-item.number-of-items-2:last-child {
        padding-left: 0;
    }
    
    .derforCsk .number-of-items-4 {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 50px;
    }
    
    .sektion .g-features-particle-item-text:not(.with-image) .g-features-particle-title {
        font-size: 32px;
    }
    
    .processen-top {
        margin-top: 0;
        margin-bottom: 30px;
    }
    
    .processen-top .process-element {
        width: 100%;
        float: left;
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }
    
    .processen .article-area-image {
        text-align: center;
        margin-top: 50px;
        width: 100%;
        margin-bottom: 30px;
    }
    
    .g-features2-particle.processen .article-area-text {
        width: 100%;
    }
    
    .article-area-title.with-image {
        padding-right: 0;
    }
    
    .article-area-title.with-image h3 {
        font-size: 38px;
    }

    /* Slideshow */
    #g-header .g-slideshow .g-slideshow-item > div {
        background-position: 50% 0px!important;
        background-size: cover!important;
    }
    
    #g-header .g-slideshow, #g-header .g-slideshow .uk-slideshow, #g-header .g-slideshow .g-slideshow-item, #g-header .g-slideshow .g-slideshow-item > div {
        height: 500px!important;
    }
    
    .g-slideshow .g-slideshow-desc {
        display: block;
    }
    
    .slideshow-video, .slideshow-video > div {
        height: 400px!important;
    }
    
    .outline-28 .g-slideshow.greyOverlay .g-slideshow-desc {
        font-size: 22px;
        padding-top: 30px;
    }
    
    .outline-28 .g-slideshow.greyOverlay .uk-slideshow,
    .outline-28 .g-slideshow.greyOverlay .uk-slideshow .g-slideshow-item,
    .outline-28 .g-slideshow.greyOverlay .uk-slideshow .g-slideshow-item .after-parallax {
        min-height: 250px;
    }
    
    .uk-slider-container .uk-grid > * {
        padding-left: 0;
    }
    
    .uk-slider-container .uk-grid {
        margin-left: 0;
    }
    
    /* Switcher */
    .switcher-container .uk-nav, .switcher-container .uk-switcher {
        width: 100%;
    }
    
    /* VIP */
    
    .g-features2-particle.vip .g-particle-intro,
    .g-features2-particle.vip .g-features-particle-image, 
    .g-features2-particle.vip .g-features-particle-item-text.with-image, 
    .g-features2-particle.vip .g-grid:nth-child(even) .g-features-particle-item-text.with-image, 
    .vip-video-tekst, .g-features2-particle.vip .g-grid:nth-child(even) .vip-video-tekst {
        width: 100%;
    }
    
    .vip-video-tekst, .g-features2-particle.vip .g-grid:nth-child(even) .vip-video-tekst {
        padding-left: 0;
    }
    
    .vipPage #g-intro h4 {
        text-align: center;
        margin-top: 20px;
        float: left;
        width: 100%;
        display: block;
    }
    
    .g-features2-particle.vip .g-features-particle-item-text-container {
        width: 100%;
        margin-left: 0;
    }
    
    .g-features2-particle.vip .g-features-particle-item-text.item-text-left,
    .g-features2-particle.vip .g-features-particle-item-text.item-text-right,
    .g-features2-particle.vip .g-features-particle-item-text.item-text-bottom {
        padding: 0;
        width: 100%;
    }
    
    
    .googlemap {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px);
    }
    
    .aboutHistory:before {
        width: 100px;
    }
    
    .g-slider .slider-information-text {
        height: 350px;
    }
 

}

/*******************************************************************************
 !  MEDIA 600
*******************************************************************************/

@media only screen and (max-width: 600px) {
    
    
    /* Cases */
     .case-fields-container .case-field {
        flex: 0 100%;
        width: 100%;
    }
    
    /* Slideshow */
    #g-header .g-slideshow, #g-header .g-slideshow .uk-slideshow, #g-header .g-slideshow .g-slideshow-item, #g-header .g-slideshow .g-slideshow-item > div {
        height: 400px!important;
    }
    
    .g-slideshow-buttons {
        right: -50px;
    }
    
    .googlemap .googlemap-address-container {
        flex-wrap: wrap;
    }
    
    .googlemap .googlemap-address {
        width: 100%;
        flex: 0 100%;
    }
    
    .aboutDerforCSK, .aboutFactories {
        padding: calc(0.938rem + 0.625rem);
    }
    
    .g-slider .slider-information-text {
        height: 460px;
    }
    
}


/*******************************************************************************
 !  MEDIA 500
*******************************************************************************/

@media only screen and (max-width: 500px) {
    
    .contact .custom-select .select-selected {
        font-size: 12px;
        padding: 10px 8px;
    }
    
    .g-slider .slider-button-name {
        padding: 0px 10px;
        font-size: 16px;
    }
    
    .vip-overview {
        display: none!important;
    }
    
    .g-our-team .g-block.our-team-headline .g-info-container .g-our-team-name {
        font-size: 32px;
    }
    
}


/*******************************************************************************
 !  MEDIA 420
*******************************************************************************/

@media only screen and (max-width: 420px) {
    
    #g-expanded .g-title:after, .layout-g5_heliumproduct #g-expanded #login-form h3:after, .layout-g5_heliumproduct #g-expanded .moduletable > h3.g-title:after {
        height: 60px;
    }
    
    .contact .custom-select .select-selected {
        height: 52px;
        top: 50%; 
        padding-right: 40px;
    }
    
    .select-selected:after {
        top: 4px;
    }
    
    .select-items {
        top: 84px;
    }
    
    /* Footer */
    #g-footer {
        background-image: none;
        background: #7398AA;
        background: -moz-linear-gradient(top, #7398AA 68%, #7398AA 68%, #185071 68%);
        background: -webkit-linear-gradient(top, #7398AA 68%,#7398AA 68%,#185071 68%);
        background: linear-gradient(to bottom, #7398AA 68%,#7398AA 68%,#185071 68%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7398AA', endColorstr='#185071',GradientType=0 );
        padding-bottom: 3rem;
    }
    
    #g-footer .nav.menu {
        margin-top: 60px;
        margin-bottom: 40px;
        float: left;
    }
    
    #g-footer .nav.menu li {
        width: 100%;
        margin: 0;
    }
    
    /* Cases */
    .cases:not(.article-area ) {
        margin-left: -1.563rem;
        margin-right: -1.563rem;
    }
    
    /* Features */
    .g-features-particle-title, .g-our-team .g-particle-intro .g-title.g-main-title, .product-list-intro h1, .product-list-products .product-list-item .product-title h3 {
        font-size: 34px;
    }
    
    .g-features-particle-item.imageFullwidth_mobile .g-features-particle-image {
        /*margin-left: -1.563rem;
        margin-right: -1.563rem;*/
    }
    
    /* Sektion */
    .sektion .g-features-particle-item-text:not(.with-image) .g-features-particle-title {
        font-size: 26px;
    }
    
    /* Product */
    
    .derforCsk .g-features-particle-image, .derforCsk .g-features-particle-item-text.with-image {
        width: 100%;
    }
    
    .derforCsk .g-features-particle-image {
        width: 200px!important;
        height: 200px!important;
        margin-left: auto;
        margin-right: auto;
        display: block;
        position: relative;
        float: none;
    }
    
    .derforCsk .g-content {
        width: 100%;
        float: left;
        display: block;
    }
    
    .derforCsk .g-introtext, .derforCsk .g-grid .g-features-particle-item.number-of-items-2, .g-features-particle.vip .g-grid {
        margin-bottom: 20px;
    }
    
    .derforCsk.g-features2-particle .g-grid {
        margin-bottom: 0;
    }
    
    .datacentre .g-our-team.standard .g-our-team-item, .datacentre .g-our-team.standard .g-our-team-item .g-info-container, .specialbyggeri .g-our-team.standard .g-our-team-item {
        width: 100%;
        margin-bottom: 0;
    }
    
    /* Slideshow */
    #g-header .g-slideshow, #g-header .g-slideshow .uk-slideshow, #g-header .g-slideshow .g-slideshow-item, #g-header .g-slideshow .g-slideshow-item > div {
        height: 580px!important;
    }
    
    .g-slideshow .slideshow-image .g-slideshow-title {
        margin-top: 20px;
    }
    
    .aboutHistory:before {
        width: 50px;
    }
    
    
    /* Slider */
    .g-slider .slider-button-name {
        display: none;
    }
    
    .g-slider .slider-information-text {
        height: 500px;
    }
    
    

}


/*******************************************************************************
 !  MEDIA 375
*******************************************************************************/

@media only screen and (max-width: 375px) {
    
    .derforCsk .g-features-particle-image, .derforCsk .count, .derforCsk .g-features-particle-desc,
    .derforCsk .g-features-particle-item-text.with-image {
        width: 100%;
        display: block;
    }
    
    .derforCsk .g-features-particle-image {
        text-align: center;
    }
    
    .googlemap-button-text {
        font-size: 20px;
    }
    
    .contact .g-our-team .g-introtext {
        font-size: 30px;
    }
    
    .g-slider .slider-information-text {
        height: 620px;
    }
    
    .g-our-team .g-block.our-team-headline .g-info-container .g-our-team-name {
        font-size: 26px;
    }
}


/*******************************************************************************
 !  CONTAINER
*******************************************************************************/

.layout-g5_heliumcases #g-contact .g-grid, .casesPage #g-contact .g-grid {
    margin: 0 auto;
    display: block;
    width: 75rem;
}

@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
    .c-container, .layout-g5_heliumcases #g-contact .g-grid, .casesPage #g-contact .g-grid {
        width: 60rem;
    }
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    .c-container, .layout-g5_heliumcases #g-contact .g-grid, .casesPage #g-contact .g-grid {
        width: 48rem;
    }
}

@media only all and (max-width: 47.938rem) and (min-width: 30.062rem) {
    .c-container, .layout-g5_heliumcases #g-contact .g-grid, .casesPage #g-contact .g-grid {
        width: 30rem;
    }
}

@media only all and (max-width: 30rem) {
    .c-container, .layout-g5_heliumcases #g-contact .g-grid, .casesPage #g-contact .g-grid {
        width: 100%;
    }
}

