/**************************************************************************************************************************************************************
    ! GENEREL
**************************************************************************************************************************************************************/
/*
Rød: #AB304F -> #f14a51 -> #631f55
Lysgrøn: #bccdbb // 188,205,187
Grøn: #9BB39B -> #9bb39b
Mørkegrøn: #588157 -> #313d31
Megt Mørkegrøn: #313D31 // 49, 61, 49
Lysgrå: #EFF0F0
Border-grå: #C3C3C3
Grå: #5B6665
*/

.itpilotLink {
  text-align: center;
}

body {
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6,
.g-features-particle .g-features-particle-title a {
    color: #5B6665;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Noticia Text";
    margin-bottom: 10px;
}

p {
    line-height: 1.3;
}

figure.item-image {
    margin: 0px;
}

div[itemprop="articleBody"] h1, div[itemprop="articleBody"] h2, div[itemprop="articleBody"] h3, div[itemprop="articleBody"] h4, div[itemprop="articleBody"] h5, div[itemprop="articleBody"] h6 {
    font-family: 'Open sans';
}

/* Error */
.outline-_error h1 {
    text-align: center;
}

/* Grey background */

.grey-background section:not(#g-top):not(#g-navigation) > .g-container > .g-grid {
    background: #EFF0F0;
}

.grey-background .mainbar {
    margin-bottom: 0;
}

.grey-background div[itemprop="articleBody"] {
    padding-left: 100px;
    padding-right: 100px;
}



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

button, .button, .ui.button.green, .links-with-arrow a {
    background: #313d31!important;
    border-radius: 5px;
    color: #ffffff!important;
    letter-spacing: normal;
    text-transform: none;
    border: none!important;
    font-size: 20px;
    padding: 10px 40px;
    font-family: "Noticia Text";
}

button:hover,
.button:hover,
.ui.button.green:hover,
.links-with-arrow a:hover {
    background: #ffffff!important;
    color: #313d31!important;
}

.links-with-arrow a:hover {
    background: none!important;
}

.button-white {
    background: none!important;
    border: 1px solid #ffffff!important;
}

.button.simple, 
.button.simple .g-features-particle-icon,
.links-with-arrow a {
    background: none!important;
    border: none!important;
    color: #9BB39B!important;
}

.button.simple,
.links-with-arrow a {
    color: #5B6665!important;
}

.button.simple:hover, 
.links-with-arrow a:hover {
    color: #313d31!important;
}

.button.simple .g-features-particle-icon:hover {
    color: #b31f55!important;
}

.links-with-arrow a {
    padding: 10px 0;
}

.links-with-arrow a:after {
    content: "\f0a9";
    color: #9BB39B!important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
}

.button.simple:hover span, 
.button.simple span:hover, 
.links-with-arrow a:hover:after {
    color: #b31f55!important;
}

.arsregnskab .button {
  width: 580px;
  max-width: 100%;
  text-align: center;
}

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

/*******************************************************************************
    ! TOP
*******************************************************************************/

/* Logo */
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
    max-height: 100%;
    width: 350px;
    max-width: 80%;
}

/* Social */
#g-top .g-social {
    float: right;
}

#g-top .g-social a:hover {
    color: #b31f55;
}

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

#g-navigation {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
}

#g-navigation .g-content {
    margin: 0;
    padding: 0;
}

/* Menu */

#g-navigation .g-toplevel {
    border-right: 1px solid #C3C3C3;
    border-left: 1px solid #C3C3C3;
    line-height: 1;
    display: flex;
    margin-left: calc(0.625rem + 0.938rem);
    margin-right: calc(0.625rem + 0.938rem);
}

#g-navigation .g-main-nav .g-toplevel > li {
    margin: 0;
    padding: 20px;
    border-right: 1px solid #C3C3C3;
    flex: 1;
    font-weight: 700;
    text-align: center;
}

#g-navigation .g-main-nav .g-toplevel > li.active {
    border-top: 5px solid #b31f55;
    padding-top: 15px;
}

#g-navigation .g-main-nav .g-toplevel > li:before {
    content: "";
    position: absolute;
    left: 0px;
    right: 100%;
    top: 0px;
    background: #b31f55;
    height: 5px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition: 0.3s cubic-bezier(0, 0, 0, 1);
    transition: 0.3s cubic-bezier(0, 0, 0, 1);
}

#g-navigation .g-main-nav .g-toplevel > li.active:before {
    top: -5px;
}

#g-navigation .g-main-nav .g-toplevel > li:hover:before {
    right: 0px;
}

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

#g-navigation .g-main-nav .g-toplevel > li:last-child {
    border-right: none;
}

#g-navigation .g-main-nav .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content {
    box-shadow: none;
    color: #b31f55;
}

/* Dropdown */
#g-navigation .g-main-nav .g-dropdown {
    width: 100%;
    border-radius: 0;
    border-color: #C3C3C3;
}

.g-main-nav .g-sublevel > li > .g-menu-item-container {
    border: none;
    font-size: 16px;
}

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


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

#g-header {
    padding: 0;
}

#g-header .g-content {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#g-header .uk-cover-background.uk-position-cover {
    z-index: 0;
}

#g-header .uk-cover-background.uk-position-cover:before {
    content: '';
    background-image: url(/images/logo/hvid-test.png);
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    bottom: -100px;
    right: -100px;
    width: 50%;
    z-index: -1;
    opacity: 0.2;
}

.uk-cover-background.uk-position-cover:after {
    content: '';
    background-color: rgba(1,1,1, 0.3);
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

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

#g-intro, #g-features, #g-utility, #g-above, #g-testimonials {
    padding: 1rem 0;
}

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

#g-features > .g-container > .g-grid {
    background: #eff0f0;
}

.forside #g-features .moduletable.links-with-arrow {
    float: right;
    margin-top: -16px;
}

.forside #g-features .links-with-arrow a, .forside #g-features .links-with-arrow p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.forside #g-features .platform-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.forside #g-features .g-title {
    margin-bottom: 24px;
}


/*******************************************************************************
    ! UTILITY
*******************************************************************************/

.forside #g-utility .g-features-particle .g-features-particle-item:first-child {
    flex: 0 30%;
}

.forside #g-utility .g-features-particle .g-features-particle-item:last-child {
    flex: 0 70%;
    position: relative;
}

.forside #g-utility .g-features-particle .g-features-particle-item:last-child .g-content {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}

.forside #g-utility .g-features-particle .g-features-particle-title {
    display: block;
    text-align: left;
    padding: 0;
    margin-top: 0;
}

.forside #g-utility .g-features-particle .g-features-particle-desc {
    display: block;
    width: 100%;
    text-align: left;
}

.forside #g-utility .g-features-particle .g-features-particle-title:after {
    display: none;
}

.forside #g-utility .utility-a .g-features-particle-image {
    padding-right: 30px;
    width: 90%;
}

.kontakt #g-utility .utility-b {
    background: #EFF0F0;
}

.kontakt #g-utility .g-title {
    margin-top: 0;
}


/*******************************************************************************
    ! TESTIMONIALS
*******************************************************************************/

.forside #g-testimonials .testimonials-b {
    background: #eff0f0;
}

.forside #g-testimonials .g-title {
    margin-bottom: 25px;
    margin-top: 0;
}

/*******************************************************************************
    ! CONTAINER-MAIN
*******************************************************************************/

#g-container-main {
    position: relative;
}

#g-mainbar {
    padding-bottom: 0;
    background: none;
}

.mainbar {
    margin-bottom: 3rem;
}

.view-category #g-container-main .sidebar {
    display: none;
}

.view-category #g-container-main .mainbar {
    flex: 0 100%;
    width: 100%;
}

.view-article #g-container-main .mainbar:not(.size-100) {
    border-right: 0.5px solid #313D31;
}

div[itemprop="articleBody"] .moduletable {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

div[itemprop="articleBody"] .moduletable:last-child {
    margin-bottom: 0;
}

div[itemprop="articleBody"] .moduletable > h3 {
    text-align: center;
    margin: 20px 0 30px;
}

.mainbar:not(.size-100) .category-blog-top-container:after, .mainbar:not(.size-100) .article-top-container:after {
    height: 72px;
}

/* Mainbar bottom */
.mainbar-bottom .moduletable {
    background: #EFF0F0;
    padding: 30px;
}


/* Sidebar */

.sidebar .platform-content > .moduletable > h3 {
    margin-top: -5px;
}


/* Share */
#share {
    float: right;
    margin-top: -52px;
}

#share button.uk-button {
    background: none!important;
    color: #313d31!important;
}

#share button.uk-button i {
    margin-right: 10px;
}

#share .uk-dropdown.uk-dropdown-bottom {
    width: 100px;
}

#share .uk-dropdown {
    border: none;
    border-radius: 0;
    background: #EFF0F0;
    padding: 0px 15px;
}

#share .uk-nav-dropdown>li>a:focus, #share .uk-nav-dropdown>li>a:hover {
    background: #b31f55;
}


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

#g-above-footer {
    padding: 0;
}

#g-above-footer .g-container {
    background: #EFF0F0;
    padding: calc(3rem - 30px) 0 3rem;
    border-top: 30px solid #ffffff;
}

#g-above-footer .moduletable > .g-title {
    text-align: center;
    margin-bottom: 50px;
}

#g-above-footer .g-container .g-features-particle {
    width: 80%;
    margin: 0 auto;
}

#g-above-footer .g-features-particle .g-grid:nth-child(n+2) {
    display: none;
}

.hvem-stotter-os #g-above-footer .g-features-particle .g-grid:nth-child(n+2) {
    display: flex;
}


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

#g-footer {
    padding: 0;
    background: none;
}

#g-footer .g-container {
    background: #313d31;
    padding: 3rem 0;
    position: relative;
    z-index: 0;
}

#g-footer .g-container:before {
    content: '';
    background-image: url(/images/logo/hvid-test.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    bottom: -100px;
    left: 0;
    width: 50%;
    z-index: -1;
    opacity: 0.1;
}

#g-footer .g-container .g-grid {
    z-index: 1;
}

#g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6 {
    color: #ffffff;
    margin-top: 0;
}

#g-footer a {
    color: #ffffff;
}

#g-footer a:hover {
    color: rgba(255,255,255,0.8);
}

#g-footer .g-logo {
    margin: 20px auto;
    display: block;
    width: 200px;
}

#g-footer .g-block .g-content  {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#g-footer .g-block.footer-b {
    border-left: 0.5px solid #ffffff;
    border-right: 0.5px solid #ffffff;
}

#g-footer .footer-a .moduletable  {
    padding-left: 50px;
}

#g-footer .footer-c .moduletable  {
    padding-left: 30px;
}

#g-footer .footer-b .moduletable  {
    padding-left: 50px;
    padding-right: 50px;
}


#g-footer .footer-b img {
    float: right;
    margin-top: -72px;
    margin-right: -25px;
}

#g-footer .g-social {
    margin-top: -20px;
}

#g-footer .g-logo.g-logo-helium img {
  max-width: 100%;
  width: 200px;
}

#g-footer .nav {
    flex-direction: column;
    margin-left: 0;
}

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

/*******************************************************************************
    ! ARTICLES
*******************************************************************************/

.view-article #g-container-main .item-image {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.view-article #g-container-main .item-image > .img_caption, .items-leading .item-image > .img_caption {
    max-width: 100%;
    width: 100%!important;
}

.view-article #g-container-main p.img_caption {
    text-align: right!important;
    color: #313D31;
    margin: 5px 0;
    font-style: italic;
}

.view-article #g-container-main p.img_caption:before {
    content: 'Foto: ';
}


/* Fakta */
.facts-box {
    background: rgba(188,205,187,0.3);
    color: #313d31;
    padding: 2rem;
    box-sizing: border-box;
}

.facts-box h4 {
    font-family: "Open Sans";
    font-size: 32px;
}

.facts-box p {
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
}

/* Extra-box */

.extra-container {
    width: calc(100% + 30px);
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.extra-text-box, .facts-box {
    flex: 0 50%;
    width: 50%;
    margin-left: 15px;
    margin-right: 15px;
}

/* Folder */
.folder-container {
    width: calc(100% + 30px);
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.folder-container .file {
    flex: 0 calc(50% - 30px);
    width: calc(50% - 30px);
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.folder-container .file:not(.video) {
    height: 250px;
}

.folder-container .file a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.folder-container .file.video {
    flex: 0 100%;
    width: 100%;
}

/* Images in article */

.view-article #g-container-main .item-page > div[itemprop="articleBody"] img {
    float: left;
    padding-right: 30px;
}

.view-article #g-container-main .item-page > div[itemprop="articleBody"] p strong {
    width: 100%;
    float: left;
    display: block;
}


.item-page .item-image img {
    width: 100%;
}


/*******************************************************************************
    ! ARTICLES - CATEGORY
*******************************************************************************/

.moduletable .category-module {
    border: none;
    padding: 0;
    display: flex;
    margin: 0 calc(((0.625rem + 0.938rem) * -1) / 2);
}

.moduletable .category-module > div {
    flex: 1;
    margin: 0 calc((0.625rem + 0.938rem) / 2);
}


/* Nyeste projekter */

.category-module.nyeste-projekter {
    padding-bottom: 20px;
}

.category-module.nyeste-projekter div.background {
    width: 100%;
    height: 350px;
    position: relative;
    z-index: 0;
}

.category-module div.background {
    background-position: center;
    background-size: cover;
}

.category-module.nyeste-projekter div.background:before {
    content: '';
    background: rgba(1,1,1, 0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: none;
}

.category-module.nyeste-projekter div.background:hover:before {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
}

.category-module.nyeste-projekter .category-article-text {
    opacity: 0;
    display: block;
    -webkit-transition: none;
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    padding: 20px 40px;
    border: 1px solid #ffffff;
    z-index: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.category-module.nyeste-projekter div.background:hover .category-article-text {
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.category-module.nyeste-projekter .mod-articles-category-title {
    font-weight: 700;
    font-size: 22px;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
    display: block;
    width: 100%;
}

.category-module.nyeste-projekter .mod-articles-category-introtext {
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
    display: block;
    width: 100%;
}

#g-sidebar .mod-articles-category-introtext {
    margin-bottom: -10px;   
}

.category-module.nyeste-projekter .button.simple {
    text-align: center;
    width: 100%;
    color: #ffffff!important;
}

.category-module.nyeste-projekter .button.simple .g-features-particle-icon {
    color: #ffffff!important;
    margin-left: 20px;
}


/* Seneste nyheder */

.category-module.seneste-nyheder {
    display: block;
}

.category-module.seneste-nyheder div.background {
    flex: 0 1 auto;
}

.category-module.seneste-nyheder .category-article-item {
    width: calc(33% - 22px);
    float: left;
    display: block;
}

.category-module.seneste-nyheder .category-article-image {
    width: 100%;
    float: left;
    display: block;
    height: 250px;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}

.category-module.seneste-nyheder .category-article-text {
    width: 100%;
    float: left;
    display: block;
}

.category-module.seneste-nyheder .mod-articles-category-date, 
#g-container-main .created-date,
.mod-articles-category-date {
    display: block;
    border-bottom: 0.5px solid #313D31;
    padding: 5px 0 8px;
}

.category-module.seneste-nyheder .mod-articles-category-date .fa, 
#g-container-main .created-date i {
    color: #313d31;
    margin-right: 10px;
    font-size: 22px;
}

.category-module.seneste-nyheder .mod-articles-category-title {
    font-weight: 700;
    color: #5B6665!important;
    font-size: 20px;
    margin: 10px 0 8px;
    display: block;
}

.category-module.seneste-nyheder .mod-articles-category-introtext {
    margin: 0;
    line-height: 1.5;
}


/* Sidebar module */

.sidebar .category-module {
    display: block;
}

.sidebar .category-module li {
    float: left;
    display: block;
    width: 100%;
}

.sidebar .category-module .background-image {
    width: 100%;
    height: 150px;
}

.sidebar .category-module .mod-articles-category-title {
    color: #424753;
    font-weight: 800;
    font-size: 1.2rem;
    margin-top: 5px;
    display: none;
}

.sidebar .category-module-item {
    margin-bottom: 30px!important;
}

.pagination {
    float: left;
    width: 100%;
}

.com-content-category-blog__navigation.w-100 {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    position: relative;
}

.com-content-category-blog__counter.counter {
	position: absolute;
	right: 0;
}

.page-item.active .page-link {
	background: #b31f55;
	border-color: #b31f55;
}

.page-link {
	color: #b31f55;
}

/*******************************************************************************
    ! CATEGORY-BLOG
*******************************************************************************/

.category-blog-top, .article-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    height: 150px;
    background: #ffffff;
    color: #ffffff;
    font-family: "Noticia Text";
    background: #313d31;
    background-image: url(/images/topbilleder/Artikler_og_nyheder_1920x150.jpg);
    background-size: cover;
    background-position: center;
    font-size: 2rem;
}

.moduletable.article-top {
    position: relative;
    z-index: 1;
}

.article-top h3 {
    margin: 0;
    color: #ffffff;
    font-size: 2rem;
}

.category-blog-top-container, .article-top-container {
    width: 100%;
    height: 150px;
    position: relative;
}

.article-top-text, .article-top h3 {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    width: 100%;
}

.category-blog-top-container:before, .article-top-container:before, .custom.article-top:before {
    content: '';
    background: rgba(49, 61, 49, 0.7);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: none;
}

.article-top-container:before, .custom.article-top:before {
    z-index: 0;
}

.category-blog-top-container:after, .article-top-container:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    background: #ffffff;
    top: 150px;
}

#g-container-main .blog, #g-container-main .item-page, .view-article #g-container-main div[itemprop="articleBody"], .view-article #g-container-main #g-sidebar {
    margin-top: 150px;
}

#g-container-main .blog h2 a {
    color: #424753;
    font-family: "Open Sans";
    font-size: 1.5rem;
}

#g-container-main .blog .items-leading > div, .items-row > div {
    margin-bottom: 50px;
}

.items-row > div:nth-last-child(-n+2) {
    margin-bottom: 0;
}

#g-container-main .blog p.img_caption {
    display: none;
}

#g-container-main .blog .item > h1,
#g-container-main .blog .item > h2,
#g-container-main .blog .item > h3,
#g-container-main .blog .item > h4,
#g-container-main .blog .item > h5,
#g-container-main .blog .item > h6,
#g-container-main .blog .items-leading > div > div > h1,
#g-container-main .blog .items-leading > div > div > h2,
#g-container-main .blog .items-leading > div > div > h3,
#g-container-main .blog .items-leading > div > div > h4,
#g-container-main .blog .items-leading > div > div > h5,
#g-container-main .blog .items-leading > div > div > h6 {
    display: none;
}

#g-container-main .blog .leading-0 > h1,
#g-container-main .blog .leading-0 > h2,
#g-container-main .blog .leading-0 > h3,
#g-container-main .blog .leading-0 > h4,
#g-container-main .blog .leading-0 > h5,
#g-container-main .blog .leading-0 > h6,
#g-container-main .blog .blog-item > div > h1,
#g-container-main .blog .blog-item > div > h2,
#g-container-main .blog .blog-item > div > h3,
#g-container-main .blog .blog-item > div > h4,
#g-container-main .blog .blog-item > div > h5,
#g-container-main .blog .blog-item > div > h6 {
    display: none;
}

#g-container-main .created-date {
    width: 100%;
    float: left;
}


.com-content-category-blog__items.blog-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.com-content-category-blog__items.blog-items > .com-content-category-blog__item.cols-2 {
    width: calc(50% - 12px)!important;
}



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

#load-form {
    text-align: center;
}

.chronoforms .ui.form .field>label,
.nui > .field > label {
    display: none;
}

.chronoforms .ui.form .field>input,
.nui > .field > input {
    height: 60px!important;
    font-size: 20px!important;
    border-color: #313d31!important;
    border-radius: 0!important;
    color: #313d31!important;
    border-width: 1px!important;
}

.chronoforms .ui.form .field>input::placeholder,
.nui > .field > input::placeholder {
    color: #313d31;
    font-size: 20px;
}

.chronoforms .ui.form .field {
    margin: 0 0 2em;
}

.chronoforms .ui.form .field>textarea,
.nui > .field > textarea {
    height: 180px!important;
    font-size: 20px!important;
    border-color: #313d31!important;
    border-radius: 0!important;
    color: #313d31!important;
    border-width: 1px!important;
}

.chronoforms .ui.form .field>textarea::placeholder,
.nui > .field > textarea::placeholder {
    color: #313d31;
    font-size: 20px;
}

.chronoforms6_credits,
.chronocredits {
    display: none;
}

.ui.green.button, .ui.green.buttons .button, .nui.button {
    background: #313d31!important;
    padding-top: 16px;
    padding-bottom: 18px;
}


/*******************************************************************************
    ! CONTACTS
*******************************************************************************/

.g-contacts.style1.vertical .g-contacts-item {
    margin-bottom: 0;
}

.g-contacts.style1.vertical .g-contacts-item.spacer {
    display: block;
    margin-bottom: 20px;
}

#g-utility .g-contacts-item a {
    color: #424753;
}

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

.g-features-particle .g-features-particle-button .g-features-particle-icon, .links-with-arrow a:after {
    padding: 0;
    height: auto;
    width: auto;
    line-height: 1;
    margin-left: 20px;
    margin-top: 10px;
}

.g-features-particle .g-features-particle-title {
    width: 100%;
    padding: 10px;
    font-size: 26px;
    line-height: 1;
}

.g-features-particle .g-features-particle-title:after {
    content: '';
    border-bottom: 0.5px solid #313D31;
    display: block;
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    
}

.g-features-particle p, .g-features2-particle p {
    line-height: 1.3;
    width: 90%;
    margin: 0 auto;
    height: 100px;
}


.g-features-particle-item img {
    transition-timing-function: ease-in-out;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    width: 100%;
    height: 150px;
}

.g-features-particle-item:hover img {
    transform: scale(1.2);
}


/*******************************************************************************
    ! MAPS (GOOGLE)
*******************************************************************************/

#g-header .g-googlemap {
    margin-top: 30px;
}



/*******************************************************************************
    ! MENU
*******************************************************************************/

.moduletable .nav.menu {
    border: none;
    padding: 0;
    width: 100%;
}

.moduletable .nav.menu li {
    border: none;
    margin-bottom: 0;
    
}

.moduletable .nav.menu li.current {
    font-weight: 700;
}

/* sidebar */

.sidebar .moduletable .nav.menu {
    border-bottom: 0.5px solid #313D31;
    padding-bottom: 20px;
}

.sidebar .moduletable .nav.menu li a {
    color: #5B6665;
    margin-left: 20px;
}

.sidebar .moduletable .nav.menu li a:before {
    content: '';
    border: solid #5B6665;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-right: 15px;
    margin-left: -27px;
}


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

.g-our-team > .g-grid > .g-block {
    width: 33%;
    flex: 0 33%;
}

.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 .g-info-container, .g-our-team-slider .g-info-container, .g-our-team-slideset .g-info-container {
    padding: 10px 0;
    text-align: left;
    background: none;
}

.g-our-team-name {
    font-family: 'Open sans';
}

.g-our-team .g-our-team-position  {
    font-style: italic;
    font-weight: 700;
    font-size: 1rem;
}

.g-our-team-social a {
    display: block;
    width: 100%;
}

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


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

.g-owlcarousel-showcase.g-owlcarousel-4-items{
    width: 80%;
    margin: 0 auto;
}

.g-owlcarousel .owl-nav button.owl-prev {
    left: -65px;
}
    
.g-owlcarousel .owl-nav button.owl-next {
    right: -65px;
}

.g-owlcarousel .owl-nav button.owl-prev, .g-owlcarousel .owl-nav button.owl-next {
    background: none!important;
    color: #313d31!important;
}


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

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

.g-slideshow .g-slideshow-title {
    font-size: 44px;
    line-height: 1.5;
    font-weight: 700;
    font-family: "Open Sans";
}

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

.g-slideshow .g-slideshow-buttons {
    margin-top: 80px;
}


/*******************************************************************************
    ! SOCIAL
*******************************************************************************/

.g-social a {
    color: #313D31;
    font-size: 42px;
    padding-left: 0;
    margin-top: 24px;
    display: inline-block;
}


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

/*******************************************************************************
    ! 1200px
*******************************************************************************/

@media only screen and (max-width: 1200px) {
    
    /* Navigation */
    #g-navigation .g-main-nav .g-toplevel > li {
        padding: 20px 0;
    }
    
    /* Header */
    #g-header .uk-cover-background.uk-position-cover:before {
        width: 65%;
        top: -50px;
        bottom: -50px;
    }
    
    /* Mainbar */
    .view-article #g-container-main .mainbar:not(.size-100) .item-page > div[itemprop="articleBody"] img {
        max-width: 50%;
    }
    
    /* Footer */
    #g-footer .g-container:before {
        width: 65%;
    }
    
    #g-footer .footer-b img {
        float: left;
        margin-top: 0;
        margin-right: 0;
    }
    
    /***************************************************************************
        ! MODULES / COMPONENTS 
    ***************************************************************************/
    
    /* Category - Article */
    .category-module.nyeste-projekter > div {
        height: 400px;
    }
    
    /* features */
    .g-features-particle .g-features-particle-title {
        font-size: 20px;
        padding: 0;
    }
    
    /* Slideshow */
    .g-slideshow-item.uk-active, .uk-slideshow.uk-overlay-active {
        min-height: 400px;
    }
    
    .g-slideshow .g-slideshow-desc {
        display: block;
        font-size: 18px;
    }
  
  
}

/*******************************************************************************
    ! 960px
*******************************************************************************/

@media only screen and (max-width: 960px) {
    
    /* Navigation */
    .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
        font-size: 13px;
    }
    
    /* Mainbar */
    .mainbar:not(.size-100) {
        width: 70%;
        flex: 0 70%;
    }
    
    .sidebar {
        width: 30%;
        flex: 0 30%;
    }
    
    /* Footer */
    #g-footer .g-block.footer-a,
    #g-footer .g-block.footer-b,
    #g-footer .g-block.footer-c {
        width: 33%;
        flex: 0 33%;
    }
    
    #g-footer .footer-b .moduletable {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    #g-footer .footer-a .moduletable {
        padding-left: 30px;
    }
    
    


    /* Footer */
    #g-footer .g-container:before {
        width: 100%;
    }
    
    /***************************************************************************
        ! MODULES / COMPONENTS 
    ***************************************************************************/
    
    /* Category - Article */
    .category-module.nyeste-projekter .category-article-text {
        top: 20px;
        left: 20px;
        right: 20px;
        bottom: 20px;
        padding: 20px;
    }
    
    .category-module.seneste-nyheder .category-article-item {
        width: calc(33% - 23px);
    }

    /* Features */
    .g-features-particle p, .g-features2-particle p {
        height: 130px;
    }
    
    /* Our team */
    .grey-background div[itemprop="articleBody"] {
        padding-left: 0;
        padding-right: 0;
    }
}

/*******************************************************************************
    ! 767px
*******************************************************************************/

@media only screen and (max-width: 767px) {
    
    .row > * {
    	padding-left: 0;
    	padding-right: 0;
    }
    
    .row, .thumbnails {
        margin-left: -12px;
    }
    
    /* Offcanvas toggle */
    .g-offcanvas-toggle {
        top: 2.2rem;
    }
    
    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover, 
    #g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active,
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
        background: rgba(0,0,0, 0.3);
    }
    
    #g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
        border-color: #9bb39b;
    }
    
    /* top */
    #g-top .g-social-header {
        display: none;
    }
    
    #g-top .g-logo {
        padding: 0; 
        height: 70px;
        margin-top: 5px;
    }
    
    /* header */
    #g-header .g-container, #g-above .g-container {
        width: 100%;
    }
    
    #g-header .g-container .g-content, #g-above .g-container .g-content {
        padding: 0;
        margin: 0;
    }
    
    /* Utility */
    .forside #g-utility .g-features-particle .g-features-particle-item:first-child, 
    .forside #g-utility .g-features-particle .g-features-particle-item:last-child {
        flex: 0 100%;
    }
    
    .forside #g-utility .g-features-particle .g-features-particle-item:last-child .g-content {
        top: 0;
        position: relative;
        transform: none;
    }
    
    /* Mainbar */
    .mainbar:not(.size-100) {
        width: 100%;
        flex: 0 100%;
    }
    
    .sidebar {
        width: 100%;
        flex: 0 100%;
        margin-top: -50px;
    }
    
    .view-article #g-container-main .mainbar:not(.size-100) {
        border: none;
    }
    
    .view-article #g-container-main #g-sidebar {
        margin-top: 0;
        padding-top: 0;
    }
    
    .view-article #g-container-main .item-page > div[itemprop="articleBody"] img, .view-article #g-container-main .mainbar:not(.size-100) .item-page > div[itemprop="articleBody"] img {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    
    
    /* Footer */
    #g-footer .footer-c .moduletable {
        padding-left: 50px;
    }
    
    #g-footer .g-block.footer-a,
    #g-footer .g-block.footer-b,
    #g-footer .g-block.footer-c {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 25px;
    }
    
    #g-footer .footer-a .moduletable,
    #g-footer .footer-b .moduletable,
    #g-footer .footer-c .moduletable {
        padding-left: 0.938rem;
    }
    
    #g-footer .g-block.footer-b {
        border: none;
    }
    
    #g-footer .g-container:before {
        background-size: 100%;
        background-position: bottom;
        top: 0;
        bottom: 0;
    }
    
    
    /***************************************************************************
        ! MODULES / COMPONENTS 
    ***************************************************************************/
    
    /* Article */
    .article-top-text {
        font-size: 22px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .extra-container {
        flex-wrap: wrap;
    }
    
    .extra-text-box, .facts-box {
        width: 100%;
        flex: 0 100%;
    }
    
    .extra-text-box{
        margin-bottom: 30px;
    }
    
    .folder-container .file {
        width: 100%;
        flex: 0 100%;
    }
    
    /* Category - Article */
    .moduletable .category-module {
        display: block;
        margin: 0;
        margin-left: -15px;
        margin-right: -15px;
    }
    
    .moduletable .category-module div.background {
        margin: 0;
        height: 350px;
        margin-bottom: 15px;
    }
    
    .moduletable .category-module > div:last-child {
        margin-bottom: 0px;
    }
    
    .category-module.seneste-nyheder {
        margin-bottom: 3rem;
        float: left;
        position: relative;
    }

    .category-module.seneste-nyheder > div {
        height: auto!important;
    }
    
    .category-module.seneste-nyheder .category-article-item {
        padding-right: 0;
        width: calc(100% - 30px);
        margin-bottom: 30px;
    }
    
    .moduletable .category-module.sidebar-articles > div {
        /*height: 200px!important;*/
        margin: 0;
        margin-bottom: 40px;
    }
    
    .moduletable .category-module.sidebar-articles > div.category-article-text {
        height: auto!important;
    }
    
    .category-module.nyeste-projekter div.background:before {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
    }
    
    .category-module.nyeste-projekter div.background .category-article-text {
        display: block;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    /* Category blog */
    #g-container-main .blog .span6 {
        margin-bottom: 30px;
    }
    
    #g-container-main .blog .span6:last-child {
        margin-bottom: 0;
    }
    
    .com-content-category-blog__items.blog-items > .com-content-category-blog__item.cols-2 {
        width: calc(100%)!important;
    }
    
    /* Chronoform */
    .testimonials-b .ui.form.G2-form {
        margin-bottom: 80px;
    }
    
    #load-form {
        text-align: center;
    }
    
    /* Features */
    .g-features-particle p, .g-features2-particle p {
        height: auto;
    }
    
    
    /* Maps (Google) */
    .g-googlemap > div {
        height: 300px!important;
    }
    
    /* Our team */
    .g-our-team > .g-grid > .g-block {
        width: 100%;
        flex: 0 100%;
        margin-bottom: 30px;
    }
    
    
    /* Slideshow */
    .g-slideshow .g-slideshow-buttons {
        margin-top: 20px;
    }
    
    .g-slideshow .g-slideshow-title {
        line-height: 1;
        font-size: 30px;
    }

    
    
  
}


/*******************************************************************************
    ! 600px
*******************************************************************************/

@media only screen and (max-width: 600px) {
    
    
    /* Header */
    #g-header .uk-cover-background.uk-position-cover:before {
        width: 100%;
    }
    
    /* features */
    
    .forside #g-features .links-with-arrow {
        display: none;
    }
    
    /***************************************************************************
        ! MODULES / COMPONENTS 
    ***************************************************************************/
    
    /* Category - Article */
    .category-module.seneste-nyheder .category-article-image, .category-module.seneste-nyheder .category-article-text {
        width: 100%;
        min-height: 150px;
    }
    
    .category-module.seneste-nyheder .mod-articles-category-date {
        width: 100%;
    }
}


/*******************************************************************************
    ! 420px
*******************************************************************************/

@media only screen and (max-width: 420px) {
    
    /* Top */
    #g-top .g-logo.g-logo-helium img, #g-top .g-logo.g-logo-helium svg {
        float: right;
    }
    
    /***************************************************************************
        ! MODULES / COMPONENTS 
    ***************************************************************************/
    
    /* Category - Article */
    .moduletable .category-module div.background, .category-module.nyeste-projekter > div {
        height: 420px;
    }
    
    .category-module.nyeste-projekter > div {
        margin-bottom: 20px;
    }
    
    .category-module.nyeste-projekter .category-article-text {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        padding: 15px;
    }
    
    .moduletable .category-module.sidebar-articles div.background {
        height: 275px;
    }
    
    /* Owl showcase */
    .g-owlcarousel .owl-nav button.owl-prev {
        left: -30px;
    }
    
    .g-owlcarousel .owl-nav button.owl-next {
        right: -30px;
    }

}

/*******************************************************************************
    ! 350px
*******************************************************************************/

@media only screen and (max-width: 350px) {
    
    /* Category - Article */
    .moduletable .category-module > div {
        height: 450px;
    }
    
    .moduletable .category-module.sidebar-articles > div {
        height: auto;
    }

}
