/*

	Design & Development:
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu

*/


:root {

    --color-tt-red: 235,88,65;
    --color-tt-red-light: 255,194,185;
    --color-tt-green: 0,82,72;
	
    --color-tt-grey: 35,30,31;
    --color-tt-grey-light: 200,200,200;

    --color-tt-white: 255,255,255;
    --color-tt-black: 0,0,0;
}



html {
	background-color: rgba(var(--color-tt-white),0.20);
	scroll-behavior: smooth;
}
body {
	background-color: rgba(var(--color-tt-white),1.00);
}


@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
.p:last-of-type {
	margin-bottom: 0;
}
.t4-row {
	margin: 0;
}
.t4-row .component {
	padding: 0;
}

/* Header */
#t4-header {
	background-color: rgba(var(--color-tt-white),1.00);
    border-bottom: 0 none transparent;
	display: block;
	min-height: 50px;
	position: fixed!important;
	width: 100%;
	top: 0;
	transition:            all .3s ease-out;
	-moz-transition:       all .3s ease-out;
	-webkit-transition:    all .3s ease-out;
	-o-transition:         all .3s ease-out;
	z-index: 150;
	/*
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.3);
	*/
}
.not-at-top #t4-header.t4-sticky {
	background-color: rgba(var(--color-tt-white),1.00);
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.frontpage #t4-header {
	background-color: rgba(var(--color-tt-white),0.00);
}
.frontpage.not-at-top #t4-header.t4-sticky {
	background-color: rgba(var(--color-tt-white),1.0);
	-webkit-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
	-moz-box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}

.frontpage .menu-icon3 span {
	background: #FFFFFF;
}
.frontpage.not-at-top .menu-icon3 span {
	background: #005248;
}


#t4-header .logo {
	height: 50px;
	padding-left: 20px;
	-ms-flex: 1 1 50%;
	flex: 0 1 50%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}
#t4-header .logo img {
    height: 20px;
    width: auto;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}






#t4-header .phone {
	display: none;
}
/* Header EO */

p:last-of-type {
	margin-bottom: 0;
}
.moduletable > h3,
.moduletable > .h3 {
	text-transform: none;
	font-weight: 400;
}

.language {
	position: absolute;
	top: 6px;
	right: 12px;
	z-index: 200;
	font-size: 14px;
}
.language .mod-languages li.lang-active {
	background-color: rgba(0,0,0,0.00);
}
.language .mod-languages li {
	margin: 0;
}
.language .mod-languages a {
	padding: 5px;
	color: rgba(var(--color-tt-grey),0.5)!important;
}
.language .mod-languages a:hover {
	text-decoration: none!important;
}
.language .mod-languages li.lang-active a {
	color: rgba(var(--color-tt-grey),1.0)!important;
	font-weight: 600;
}


.t4-content {
	padding-top: 0px;
}

.t4-topcontent .t4-section-inner {
	padding-top: 120px;
	padding-bottom: 120px;
}
.t4-ydelser {
	padding-top: 120px;
	padding-bottom: 120px;
}

.frontpage .t4-content {
	padding-top: 0px;
}

.t4-main-body {
	padding-top: 50px;
	padding-bottom: 0;
}

.com-content-article__body {
    margin-top: 0!important;
    margin-bottom: 0!important;
	padding: 30px;
}

/* Off-Canvas menu */
.sm-logo.sm-logo {
	background-color: rgba(var(--color-black),1.00);
    padding: 60px;
	padding-bottom: 30px;
    text-align: center!important;
}
.sm-logo img {
    width: 100%;
    height: auto;
}



/* Off-Canvas menu EO */



.headerline h3 {
	margin: 0 0 25px 0;
	position: relative;
	font-size: 40px!important;
	padding-left: 20px;
	display: inline-block;
	line-height: 1.1;
}
.headerline h3:before {
	content: '';
	display: block;
	height: 39px;
	width: 1.5px;
	position: absolute;
	top: 9px;
	left: 0px;
	background-color: rgba(var(--color-tt-red),1.00);
}
.headerline.white h3:before {
	background-color: rgba(var(--color-tt-white),1.00);
}



.convertforms.contactform h2 {
	font-weight: 700;
	margin-bottom: 0;
}
.convertforms.contactform .cf-label h5 {
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
.convertforms.contactform .cf-form-wrap {
	padding: 0;
}


/* Article */
.page-header-main {
    background-color: rgba(var(--color-tt-green),1.00);
	position: relative;
	margin: 0px;
	overflow: hidden;
    color: rgba(var(--color-tt-white),1.00);
	font-size: 15px;
}
.page-header-main .container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	padding: 4vw 10vw 4vw 10vw;
	display: flex;
	align-items: center;
}
.page-header-main h1 {
	margin: 0;
	font-size: var(--h1-font-size);
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main h2 {
	margin: 0 0 0 0;
	font-weight: 300;
	font-size: 2.3vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main img {
	width: 100%;
	height: auto;
	opacity: 0.3;
}
.page-header-main .topimage {
	height: 20vw;
}

.page-header-main .page-desc.header {
	display: none;
}

.item-image {
	width: 100%;
	margin-left: 0!important;
	margin-bottom: 15px!important;
}


.page-desc {
	font-size: 20px;
	padding: 10vw 0 0 0;
}



body.about .page-header-main {
    background-color: transparent;
	position: relative;
	margin: 0px;
	overflow: hidden;
    color: rgba(var(--color-tt-black),1.00);
	font-size: 15px;
	background-image: url('/images/system/gradient_red.png');
	background-repeat: no-repeat;
	background-size: 500px auto;
	min-height: 500px;
	margin: 0;
}
body.about .page-header-main h1 {
    color: rgba(var(--color-tt-black),1.00);
}
body.about .page-header-main .container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	padding: 6vw 0 4vw 0;
	display: block;
}
body.about .page-header-main .container .content {
	width: 60%!important;
	margin: 0 auto;
	padding: 0 50px;
}
body.about .page-desc {
	display: none;
}
body.about .page-desc.header {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	margin-top: 30px;
	margin-left: 4px;
	width: 100%;
}



body.about .page-desc.header:before {
	content: '';
	display: block;
	height: 39px;
	width: 1.5px;
	position: absolute;
	top: 8px;
	left: 0px;
	background-color: rgba(var(--color-tt-red),1.00);
}
/* Article EO */


/* Category */
.category_title {
	text-align: center;
	padding: 20px 0 0 0;
}
.category-desc {
    border: 0px none transparent;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
	text-align: center;
	font-size: 30px;
}
.com-content-category-blog {
	margin-top: 0px;
}
.com-content-category-blog.sponsorer .blog-items {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.com-content-category-blog.sponsorer .blog-items > div {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	padding: 15px;
}
.com-content-category-blog.sponsorer .blog-items img {
	width: 100%;
	height: auto;
}

/* Category EO */




/* Ydelser */
.moduletable.ydelser {
	width: 80vw;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
}
.moduletable.ydelser .mod-list {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	margin: 0 -30px;
}
.moduletable.ydelser .mod-list > div {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	padding: 0 50px 100px 50px;
	order: 3;
}

.moduletable.ydelser h5 {
	margin: 0 0 20px 0;
	font-size: 28px;
}

.moduletable.ydelser .mod-list .box.main {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	order: 1;
}
.moduletable.ydelser .mod-list .box.help {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	order: 2;
	color: rgba(var(--color-tt-red),1.00);
}
.moduletable.ydelser .mod-list .box.help h2 {
	font-size: 80px;
}
/* Ydelser EO */


/* Cases */

.moduletable.nextcase {
	width: 100%;
	margin: 80px auto 0 auto;
	padding: 120px 50px;
}
.moduletable.nextcase .linkbutton {
	margin-top: 20px;
}

.blog.cases a {
	text-decoration: none;
}
.blog.cases a:hover {
	text-decoration: underline;
}
.blog.cases .primary-cases {
	margin: 40px auto 0 auto;
	padding: 0px 5vw 0px 5vw;
}
.blog.cases .blog-items .wrapper {
    flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
	padding: 0 10px;
}
.blog.cases .primary-cases .blog-items .wrapper > div {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	padding: 0 10px 30px 10px;
}
.blog.cases .secondary-cases {
	padding: 60px 50px;
}
.blog.cases .secondary-cases .blog-items .wrapper {
	justify-content: center;
}
.blog.cases .secondary-cases .blog-items .wrapper > div {
	-ms-flex: 0 1 300px;
	flex: 0 1 300px;
	padding: 20px;
}
.com-content-article.case .com-content-article__body {
	padding: 50px 5vw;
}

body.cases.view-article .moduletable.udtalelse {
	display: none;
}
.case-overview {
	text-align: center;
}
.case-overview i {
	font-size: 20px;
	border-radius: 50%;
	border: 1px solid rgba(var(--color-tt-grey),1.0);
	padding: 15px;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
.case-overview i:hover {
	background-color: rgba(var(--color-tt-grey-light),0.6);
}

/* Cases EO */


/* Talk */
.moduletable.talk {
	width: 100%;
	margin: 0 auto 0 auto;
	padding: 120px 50px;
}
.moduletable.talk .linkbutton {
	margin-top: 20px;
}
/* Talk EO */



/* Contact */
.moduletable.contactbox {
	color: rgba(var(--color-tt-white),1.0);	
	padding: 120px 50px 120px 100px;
	background-color: rgba(var(--color-tt-green),1.0);	
	background-image: url('/images/system/gradient_green.png');
	background-repeat: no-repeat;
	background-size: 500px auto;
	margin: 0;
}
.moduletable.contactbox .linkbutton {
	margin-top: 20px;
}
.moduletable.contactbox .custom {
	width: 80%;
}
.moduletable.contactbox h3 {
	color: rgba(var(--color-tt-red-light),1.0);	
}

.cases.view-article .moduletable.contactbox {
	display: none;
}
/* Contact EO */




/* Footers */

.moduletable.footerbox {
	margin: 0;
	position: relative;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}

.moduletable.footerbox h3 {
	color: rgba(var(--color-tt-red-light),1.0);	
	font-size: 50px;
	margin-top: 0;
	margin-bottom: 20px;
}
.moduletable.footerbox em {
	font-size: 16px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 18px;
}
.moduletable.footerbox .linkbutton {
	font-size: 16px;
	font-weight: 300;
	margin-top: 30px;
}
.moduletable.footerbox .wrapper {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.moduletable.footerbox .content {
	padding: 50px 50px 50px 50px;
	color: rgba(var(--color-tt-white),1.0);	
	background-color: rgba(var(--color-tt-green),0.8);
	display: flex;
	justify-content: center;
	align-items: center;
}
.moduletable.footerbox .content.noimage {
	padding: 50px 50px 50px 50px;
	color: rgba(var(--color-tt-grey),1.0);	
	background-color: rgba(var(--color-tt-green),0.0);
	display: flex;
	justify-content: center;
	align-items: center;
}
.moduletable.footerbox .content.noimage h3 {
	color: rgba(var(--color-tt-grey),1.0);	
}
.moduletable.footerbox .text {
	width: 80%;
}
/* Footers EO */




/* Forvent */
.moduletable.forventbox {
	color: rgba(var(--color-tt-white),1.0);	
	padding: 120px 50px 120px 50px;
	margin: 0;
	position: relative;
	background-color: rgba(var(--color-tt-green),1.0);	
	text-align: center;
}
.moduletable.forventbox .custom {
	position: relative;
}
.moduletable.forventbox h3 {
	color: rgba(var(--color-tt-red-light),1.0);	
	font-size: 50px;
}

.moduletable.forventbox:before { 
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	background-image: url('/images/system/bg_hands.webp');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.cases.view-category .moduletable.forventbox {
	display: none;
}
/* Forvent EO */



/* Rød tråd box */
.moduletable.redthreadbox {
	color: rgba(var(--color-tt-white),1.0);	
	padding: 120px 50px 120px 100px;
	margin: 150px 0 0 0;
	position: relative;
	background-color: rgba(var(--color-tt-green),1.0);	
}
.moduletable.redthreadbox .custom {
	position: relative;
}
.moduletable.redthreadbox h3 {
	color: rgba(var(--color-tt-red-light),1.0);	
	font-size: 50px;
}

.moduletable.redthreadbox:before { 
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url('/images/system/gradient_green.png');
	background-repeat: no-repeat;
	background-size: 500px auto;
}
/* Rød tråd box EO */




/* Billedebox forside */
#t4-billedebox {
	width: 100vw;
}
#t4-billedebox .t4-section-inner {
	position: relative;	
	padding: 0;
}
#t4-billedebox .moduletable.textbox {
	color: rgba(var(--color-tt-white),1.0);	
	position: absolute;
	z-index: 110;
	padding: 100px 10vw 100px 10vw;
	display: flex;
	align-items: center;
	height: 100%;
}
#t4-billedebox .moduletable.imagebox {
	background-color: rgba(var(--color-tt-green),1.0);	
	position: relative;	
	overflow: hidden;
}
#t4-billedebox .moduletable.imagebox img {
	opacity: 0.4;
	max-width: none;
	margin-left: -50%;
}
#t4-billedebox .moduletable.textbox h3 {
	color: rgba(var(--color-tt-red-light),1.0);	
	font-size: 50px;
}
/* Billedebox forside EO */


.moduletable.video {
	padding: 200px 50px;
	text-align: center;
}

/* Udtalelser */

.moduletable.udtalelse {
	margin-top: 100px;
	color: rgba(var(--color-tt-white),1.0);	
}
.moduletable.udtalelse .colwrapper {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.moduletable.udtalelse .colwrapper > div {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	background-color: rgba(var(--color-tt-green),1.0);	
}
.moduletable.udtalelse .colwrapper .col02 {
	margin-bottom: 150px;
	padding: 50px;
	background-image: url('/images/system/gradient_green.png');
	background-repeat: no-repeat;
	background-size: 680px auto;
}

.moduletable.udtalelse .colwrapper .col02 h3 {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
/* Udtalelser EO */


/* Split */

.moduletable.split {
	margin-top: 100px;
}
.moduletable.split .colwrapper {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.moduletable.split .colwrapper > div {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
.moduletable.split .colwrapper .col02 {
	margin-bottom: 150px;
	padding: 50px;
}
.moduletable.split .colwrapper .col02 h3 {
	font-size: 30px;
	margin-bottom: 25px;
	margin-top: 0;
}
.moduletable.split .colwrapper .col02 h2 {
	font-size: 40px;
	margin-top: 150px;
}

body.about .moduletable.split .colwrapper .col01 {
	order: 2;
}
body.about .moduletable.split .colwrapper .col02 {
	order: 1;
}


/* Split EO */




/* Intro */
#t4-intro {
	margin: 100px 0 100px 0;
	font-size: 20px;
	background-color: rgba(var(--color-tt-grey-light),0.2);	
}
#t4-intro .container {
	padding: 15vw 10vw;
}
#t4-intro .t4-section-inner {
    flex-wrap: wrap;
    display: flex
}
#t4-intro .moduletable.ide {
	padding: 80px 80px;
	flex: 0 1 100%;
	margin: 0;
	z-index: 100;
	order: 2;
}
#t4-intro .moduletable.ide h3 {
	margin-left: -20px;
}
#t4-intro .moduletable.image {
	flex: 0 1 100%;
	order: 1;
}
/* Intro EO */


/* Frontpage Content */
#t4-topcontent .moduletable.redthread {
	padding: 0 5vw;
	margin-top: 100px;
	font-size: 20px;
}
#t4-topcontent .moduletable.redthread .colwrapper {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-topcontent .moduletable.redthread .colwrapper > div{
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding: 0 4vw 4vw 4vw;
	
}
/* Frontpage Content EO */


/* Frontpage Ydelser */
#t4-ydelser .t4-section-inner {
	padding: 0 25px 25px 25px;
	margin-top: 100px;
	font-size: 20px;
}
#t4-ydelser .t4-section-inner {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-ydelser .t4-section-inner > div {
	position: relative;
}

#t4-ydelser .t4-section-inner .text {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	background-color: rgba(var(--color-tt-grey-light),0.20);
	background-image: url('/images/system/gradient_red.png');
	background-repeat: no-repeat;
	background-size: 680px auto;
	padding: 50px 25px 25px 50px;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
#t4-ydelser .t4-section-inner .text:hover {
	background-size: 880px auto;
}
#t4-ydelser .t4-section-inner .text .custom {
	position: relative;
	padding-left: 20px;
}
#t4-ydelser .t4-section-inner .text .custom:before {
	content: '';
	display: block;
	height: 39px;
	width: 1.5px;
	position: absolute;
	top: 8px;
	left: 0px;
	background-color: rgba(var(--color-tt-red),1.00);
}


#t4-ydelser .t4-section-inner .links {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	background-color: rgba(var(--color-tt-white),1.00);
	margin-top: 5vw;
	margin-left: 0;
	margin-bottom: 0;
	padding: 50px 25px 0 25px;
	line-height: 1.2;
}
#t4-ydelser .t4-section-inner .links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#t4-ydelser .t4-section-inner .links ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}
#t4-ydelser .t4-section-inner .links a {
	font-family: var(--heading-font-family);
	font-size: 40px;
	font-weight: 400;
	text-decoration: none;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
#t4-ydelser .t4-section-inner .links a:hover {
	color: rgba(var(--color-tt-red),1.00);
}
/* Frontpage Ydelser EO */



.samtykkebox .eb {
	font-family: var(--body-font-family);
}
.samtykkebox .eb-content h3 {
    margin-top: 0px!important;
}
.samtykkebox .eb a {
	color: rgba(var(--color-black),1.00);
    text-decoration: underline;
}
.samtykkebox .eb a:hover {
    text-decoration: none;
}
.samtykkebox .eb-btn {
	display: block;
	height: auto;
    width: 100%;
	padding: 8px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(var(--color-white),1.00);
	background-color: rgba(var(--color-black),1.00)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}



video {
	width: 100%;
	height: auto;
}


/* Contact Form */
#t4-contact {
    padding: 50px 0;
	font-size: 15px;
    background-color: rgba(var(--color-tt-grey-light),1.00);
}
#t4-contact .convertforms {
    margin-top: 20px;
}
#t4-contact .convertforms .cf-form-wrap {
    padding: 0!important;
}
#t4-contact h3 {
	margin-top: 0;
}
#t4-contact p:last-of-type {
	margin-bottom: 0;
}
#t4-contact  a {
	font-weight: 700;
	text-decoration: none;
}
#t4-contact  a:hover {
	text-decoration: underline;
}
#t4-contact .cf-control-group {
    padding: 0px;
}
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: 1;
    grid-template-rows: auto;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
	
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 3;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
}  
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}


#t4-contact .cf-control-group.consent label {
    color: rgba(var(--color-tt-grey),1.00)!important;
    
}
#t4-contact .cf-control-group.consent label a {
    color: rgba(var(--color-tt-grey),1.00);
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
    text-decoration: underline;
}
#t4-contact .cf-control-group.consent label a:hover {
    text-decoration:  none;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: center;
}
#t4-contact .cf-control-group.message textarea {
    height: 90px;
}
#t4-contact .cf-control-group.send button {
	background-color: rgba(var(--color-tt-green),1.00);
	font-weight: 700!important;
}

#t4-contact .convertforms.cf-success.cf-success-hideform .cf-fields,
#t4-contact .convertforms.cf-success.cf-success-hideform .cf-footer {
    display: none;
}

.convertforms.cf-success .cf-response {
	color: rgba(var(--color-black),1.00);
    background-color: transparent!important;
	line-height: 1.4;
}

.checkbox_styled {
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.checkbox_styled + label::before {
    content: "";
    display: inline-block;
    background: rgba(var(--color-tt-white),1.00);
    border-radius: 3px;
    border: 1px solid rgba(var(--color-tt-green),1.00);
    height: 14px;
    width: 14px;
    position: absolute;
    top: 2px;
    left: 0;
}
.checkbox_styled:checked + label::after {
    height: 14px;
    width: 14px;
    background-color: transparent;
    position: absolute;
    left: 0px;
    top: -3px;
    border-radius: 0px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f00c";
    color: rgba(var(--color-tt-green-dark),1.00);
    font-size: 18px;
}
.checkbox_styled + label {
    cursor: pointer;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 20px!important;
}
/* Contact Form EO */


/* Slogan */
#t4-slogan {
	color: rgba(var(--color-tt-white),1.00);
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	padding: 30px 0;
	background-image: url("/images/system/header.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* Slogan EO */



/* Call to action */
#t4-call-to-action .mod-list {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-call-to-action .mod-list > div {
	-ms-flex: 1 1 100%;
	flex: 0 1 100%;
	padding: 30px 0 0 0;
}

#t4-call-to-action .featured-image {
	position: relative;
}
#t4-call-to-action .overlay {
	background-color: rgba(var(--color-tt-black),0.40);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
    text-decoration: underline;
}
#t4-call-to-action .box:hover .overlay {
	background-color: rgba(var(--color-tt-black),0.00);
}
#t4-call-to-action .textwrap {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
}
#t4-call-to-action .text {
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-black),0.00);
	position: relative;
	padding-right: 20px;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
#t4-call-to-action .box:hover .text {
	background-color: rgba(var(--color-tt-black),0.60);
}
#t4-call-to-action .text h3 {
	margin: 0;
	font-size: 30px;
	padding: 10px 15px;
}

#t4-call-to-action .text i {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 40px;
}


/* Call to action EO */



/* Samtykke */

.samtykkebox .eb {
	font-size: 16px;
	color: rgba(var(--color-tt-grey),1.00);
}
.samtykkebox .eb-dialog {
	background-color: rgba(var(--color-tt-white),1.00)!important;
}
.samtykkebox .eb-content h3 {
	margin-top: 0px!important;
	font-weight: 700;
}
.samtykkebox .eb-content.rstbox-content h3 {
    margin-top: 0;
}
.samtykkebox .eb a {
	color: rgba(var(--color-tt-green),1.00);
    text-decoration: underline;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.samtykkebox .eb a:hover {
	color: rgba(var(--color-tt-green),1.00);
    text-decoration: none;
}
.samtykkebox .button {
	text-align: center;
}
.samtykkebox .eb-btn {
	display: inline-block;
	height: auto;
	padding: 8px 24px 6px 24px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	color: rgba(255,255,255,1.00);
	background-color: rgba(var(--color-tt-green),1.00)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
	margin-top: 15px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.samtykkebox .eb-btn:hover {
	color: rgba(var(--color-tt-white),1.00)!important;
	background-color: rgba(var(--color-tt-green-dark),1.00)!important;
    opacity: 1;
	border-radius: 6px;
}
/* Samtykke EO */

/* Footer */
#t4-footer {
	font-size: 15px;
	font-weight: 300;
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-grey-light),0.50);
	background-color: rgba(var(--color-tt-red),1.0);
	border-top: 0 none transparent;
	padding: 50px 50px;
	margin: 0px 0px 0 0px;
}
#t4-footer h3 {
	color: rgba(var(--color-tt-white),1.00);
	margin: 0 0 30px 0;
	font-size: 40px;
}
#t4-footer a {
	text-decoration: none;
	color: rgba(var(--color-tt-white),1.00);
}
#t4-footer a:hover {
	text-decoration: underline;
}
#t4-footer .t4-section-inner {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-footer .t4-section-inner > div {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-right: 100px;
}
#t4-footer .t4-section-inner .moduletable.contact,
#t4-footer .t4-section-inner .moduletable.some {
	padding-bottom: 30px;
}

#t4-footer .t4-section-inner .disclaimer a {
	color: rgba(var(--color-tt-white),0.50);
}
#t4-footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#t4-footer .t4-section-inner .some li {
	margin-bottom: 8px;
}
#t4-footer i {
	color: rgba(var(--color-tt-white),1.00);
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	margin-top: -2px;
}
/*
#t4-footer span::before {
	content: "\A";
	white-space: pre;
}
*/


/* Footer EO */


/* Disclaimer */
#t4-disclaimer {
	text-align: center;
	font-size: 10px;
	padding: 10px 0;
	color: rgba(var(--color-tt-grey),0.80);
}
#t4-disclaimer a {
	text-decoration: none;
}
#t4-disclaimer a:hover {
	text-decoration: underline;
}
/* Disclaimer EO */



a, a:focus {
    color: var(--color-primary-dark);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
	text-decoration: underline;
}
a:hover {
    color: var(--color-primary-light);
	text-decoration: none;
}



.container {
    width: 100%!important;
	max-width: 100%!important;
	margin: auto;
	padding: 0;
}	
.moduletable {
    border: 0 none transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}
.linkbutton {
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-red),1.00);
    border-radius: 5px;
    padding: 7px 30px 6px 30px;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
    display: inline-block;
    text-decoration: none!important;
}
.linkbutton:hover {
    color: rgba(var(--color-tt-grey),1.00)!important;
    background-color: rgba(var(--color-tt-grey-light),1.00);
    text-decoration: none;
}
.linkbutton i {
	margin-right: 8px;
}
.linkbutton.grey {
    color: rgba(var(--color-tt-grey),1.00)!important;
    background-color: rgba(var(--color-tt-grey-light),1.00);
}
.linkbutton.grey:hover {
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-red),1.00);
}


.t4-ydelser .linkbutton,
.t4-intro .linkbutton,
.moduletable.split .linkbutton {
	margin-top: 30px;
}



#t4-casessecondary {
	margin: 0 -30px;
    background-color: rgba(var(--color-tt-grey-light),0.2);
    padding: 50px 10px;
}
#t4-casessecondary .t4-section-inner {
	width: 60%!important;
    flex-wrap: wrap;
	display: flex;
}
#t4-casessecondary .t4-section-inner > div {
	flex: 0 1 25%;
	padding: 10px;
}
#t4-casessecondary .t4-section-inner .header {
	flex: 0 1 100%;
	text-align: center;
	margin-bottom: 40px;
}


	



#t4-footer .t4-section-inner {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-footer .t4-section-inner > div {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	padding-right: 100px;
}


/* Slider */
#t4-slider {
	margin: 0 0px;
}
.sliderbutton i {
	margin-left: 8px;
}
#t4-slider .sliderbutton {
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
/* Slider EO */	

/*
.com-content-article__body [type="t4.row"] {
	margin: 0 -15px;
}
.com-content-article__body [type="t4.row"] .col {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 0px 15px 20px 15px;
}

*/




/* -----------------------------------------------------------------------------

  Media Query: min-width: 576px - from 576px to 767px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 576px) {
	
/* Header */
#t4-header {
	margin-top: 0;
}
/* Header EO */	

/* Frontpage Content */
#t4-topcontent .moduletable.redthread {
	padding: 0 10vw;
}

/* Frontpage Content EO */
	





}








/* -----------------------------------------------------------------------------

  Media Query: min-width: 768px - from 768px to 991px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 768px) {




body.frontpage .t4-content {
	padding-top: 0px;
}	
	


.headerline h3 {
	font-size: 50px!important;
}
	
	
	
/* Header EO */	

#t4-slider {
	padding-top: 0;
}
/* Navigation Menu */	
#t4-header .mainnav {
	padding-right: 50px;
}
#t4-header .t4-navbar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
	
/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 10px 25px 10px 25px;
	margin: 0;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	height: 60px;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}

/* Color Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > span {
    color: rgba(var(--color-tt-grey),1.0);
}
.frontpage #t4-header.t4-sticky .nav > li > a,
.frontpage #t4-header.t4-sticky .nav > li > span {
    color: rgba(var(--color-tt-white),1.0);
}
.frontpage.not-at-top #t4-header.t4-sticky .nav > li > a,
.frontpage.not-at-top #t4-header.t4-sticky .nav > li > span {
    color: rgba(var(--color-tt-grey),1.0);
}

	
/* Color on Hover on Main Menu Items */
#t4-header .nav > li > a:hover, 
#t4-header .nav > li > a:focus,
#t4-header .nav > li > .separator:hover, 
#t4-header .nav > li > .separator:focus,
#t4-header .nav > li > span:hover, 
#t4-header .nav > li > span:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
	
.frontpage #t4-header.t4-sticky .nav > li > a:hover, 
.frontpage #t4-header.t4-sticky .nav > li > a:focus,
.frontpage #t4-header.t4-sticky .nav > li > .separator:hover, 
.frontpage #t4-header.t4-sticky .nav > li > .separator:focus,
.frontpage #t4-header.t4-sticky .nav > li > span:hover, 
.frontpage #t4-header.t4-sticky .nav > li > span:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
	
	


#t4-header .nav > .open > a,
#t4-header .nav > .open > a:hover,
#t4-header .nav > .open > a:focus,
#t4-header .nav > .open > .separator,
#t4-header .nav > .open > .separator:hover,
#t4-header .nav > .open > .separator:focus,
#t4-header .nav > .open > span,
#t4-header .nav > .open > span:hover,
#t4-header .nav > .open > span:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
/* Color on Active Main Menu Item */
#t4-header .nav > .active > a,
#t4-header .nav > .active > .separator,
#t4-header .nav > .active > span {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
/* Color Hover on Active Main Menu Item */
#t4-header .nav > .active > a:hover,
#t4-header .nav > .active > a:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
/* Color on Current Main Manu Item */
#t4-header .nav > .current > a {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
/* Color on Hover on Current Main Menu Item */
#t4-header .nav > .current > a:hover,
#t4-header .nav > .current > a:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-red),1.0);
}
/* Arrow when submenues are present */
#t4-header .nav > .dropdown > a .item-caret::before,
#t4-header .nav > .dropdown > .separator .item-caret::before {
	border-color: transparent!important;
    border-top-color: rgba(var(--color-tt-grey),1.0)!important;
	position: absolute;
	top: auto!important;
	right: 0!important;
	bottom: 0!important;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-bottom-color: rgba(var(--color-tt-grey),1.0)!important;
}
#t4-header .nav > .dropdown > a .item-caret,
#t4-header .nav > .dropdown > .separator .item-caret {
	height: 0;
	width: 0;
}
/* Color on Caret on Active Main Menu Item */
#t4-header .nav > .active > a .item-caret::before, 
#t4-header .nav > .active > .separator .item-caret::before {
	background-color: rgba(255,130,186,0.00);
    color: rgba(255,255,255,1.00);
	border-bottom-color: var(--color-primary-light)!important;
    border-top-color: var(--color-primary-light)!important;
}	
/* Hover on submenues */
#t4-header .nav > .open > a .item-caret::before,
#t4-header .nav > .open > .separator .item-caret::before {
	border-bottom-color: var(--color-primary-light)!important;
    border-top-color: var(--color-primary-light)!important;
}

/* Hover on Arrow when submenues are present */
#t4-header .nav > .dropdown > a:hover .item-caret::before,
#t4-header .nav > .dropdown > a:focus .item-caret::before,
#t4-header .nav > .dropdown > .separator:hover .item-caret::before,
#t4-header .nav > .dropdown > .separator:focus .item-caret::before {
	border-top-color: var(--color-primary-light)!important;
	border-bottom-color: var(--color-primary-light)!important;
}	
/* Dropdown */
#t4-header .nav .dropdown-menu {
	background-color: rgba(var(--color-tt-green),1.0);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.176);
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 0 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
/* Padding on Dropdown */
#t4-header .nav .mega-inner,
#t4-header .nav .mega-col-nav {
	padding: 0;
}

/* Padding on submenu items */
#t4-header .nav .dropdown-menu li > a {
	padding: 9px 15px 8px 15px;
	text-decoration: none;
}
/* Color on submenu items */
#t4-header .nav .dropdown-menu li > a {
	color: rgba(var(--color-tt-grey),1.0);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
/* Hover on submenu items */
#t4-header .nav .dropdown-menu li > a:hover,
#t4-header .nav .dropdown-menu li > a:focus {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-grey),1.0);
}
/* Color on active dropdown parent */
#t4-header .nav > li.dropdown.show > a {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-grey),1.0);
}	
/* Hover on Arrow when submenues are present */
#t4-header .nav > li.dropdown.show > a .item-caret::before {
	border-top-color: var(--color-primary-light)!important;
	border-bottom-color: var(--color-primary-light)!important;
}		
/* Color on Active dropdown item */
#t4-header .nav > li.dropdown .current.active a {
	background-color: rgba(var(--color-tt-green-dark),0.0);
    color: rgba(var(--color-tt-grey),1.0);
}	
/* Navigation Menu EO */		
	

	
/* Intro */
#t4-intro {
	margin: 100px 0 100px 0 ;
	font-size: 20px;
}
#t4-intro .container {
	padding: 10vw 10vw;
	padding: 0;
}

#t4-intro .moduletable.ide {
	padding: 0 150px 0 400px;
	flex: 0 1 50%;
	z-index: 100;
	order: 1;
	display: flex;
	align-items: center;
}
#t4-intro .moduletable.ide h3 {
	margin-left: -20px;
}
#t4-intro .moduletable.image {
	flex: 0 1 50%;
	/*margin-left: -200px;
	order: 2;
	overflow: hidden;*/
}
#t4-intro .moduletable.image .custom {
	height: 100%;
}
#t4-intro .moduletable.image img {
	height: 160vw;
	width: auto;
	height: auto;
	width: 100%;
	max-width: none;
	margin-left: -60%;
}
/* Intro EO */



	
/* Frontpage Content */
#t4-topcontent .moduletable.redthread {
	padding: 0 5vw;
}
#t4-topcontent .moduletable.redthread .colwrapper > div{
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;
	
}
/* Frontpage Content EO */


	
.moduletable.ydelser {
	width: 80vw;
	margin: 0 auto;
}
.moduletable.ydelser .mod-list > div {
	-ms-flex: 1 1 50%;
	flex: 0 1 50%;
}
	

/* Contact */
.moduletable.contactbox {
	padding: 120px 50px 120px 50%;
}
.moduletable.contactbox .custom {
	width: 80%;
}
/* Contact EO */



/* Forvent */
.moduletable.forventbox {
	padding: 120px 50px 120px 50px;
}
.moduletable.forventbox .custom {
	width: 100%;
}
/* Forvent EO */



/* Rød tråd box */
.moduletable.redthreadbox {
	padding: 120px 50px 120px 30%;
}
.moduletable.redthreadbox .custom {
	width: 100%;
}
/* Rød tråd box EO */


/* Frontpage Ydelser */
#t4-ydelser .t4-section-inner {
	padding: 0 0vw 7vw 5vw;
	margin-top: 100px;
}
#t4-ydelser .t4-section-inner .text {
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	padding: 11vw 15vw 0vw 5vw;
}
#t4-ydelser .t4-section-inner .links {
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	margin-top: 5vw;
	margin-left: -12vw;
	margin-bottom: -4vw;
	padding: 5vw 0vw 0vw 5vw;
}	
#t4-ydelser .t4-section-inner .links a {
	font-size: 46px;
}
/* Frontpage Ydelser EO*/

	
/* Footer */
#t4-footer {
	padding: 80px 100px;
}
#t4-footer .t4-section-inner > div {
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
#t4-footer .t4-section-inner .some {
	-ms-flex: 1 1 200px;
	flex: 1 1 200px;
}
#t4-footer .t4-section-inner .firmanavn {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}
#t4-footer .t4-section-inner .disclaimer {
	display: flex;
	align-items: flex-end;
}
#t4-footer .t4-section-inner .moduletable.contact,
#t4-footer .t4-section-inner .moduletable.some {
	padding-bottom: 0px;
}
/* Footer EO */

	

/* Udtalelser */
.moduletable.udtalelse .colwrapper > div {
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;	
}

.moduletable.udtalelse .colwrapper .col01 {
	margin-top: 100px;
}
.moduletable.udtalelse .colwrapper .col02 {
	margin-bottom: 100px;
	padding: 100px;
}

/* Udtalelser EO */	


/* Split */
.moduletable.split .colwrapper > div {
	-ms-flex: 0 1 50%;
	flex: 0 1 50%;	
}

.moduletable.split .colwrapper .col01 {
	margin-top: 100px;
}
.moduletable.split .colwrapper .col02 {
	margin-bottom: 100px;
	padding: 0 100px 100px 100px;
}
body.about .moduletable.split .colwrapper .col01 {
	order: 1;
}
body.about .moduletable.split .colwrapper .col02 {
	order: 2;
}
/* Split EO */	

	
/* Contact Form */
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}

#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}
/* Contact Form EO */	

.item-image {
	width: 40%;
	margin-left: 40px!important;
	margin-bottom: 15px!important;
}
	

.ma-search-input-grid .col1 {
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	margin-bottom: 15px;
}
.ma-search-input-grid .col2 {
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	margin-bottom: 15px;
	padding-left: 15px;
}
.ma-search-input-grid .col2 .col-submit {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
.ma-search-input-grid .col2 .col-clear {
	-ms-flex: 0 1 110px;
	flex: 0 1 110px;
}
.ma-search-input-grid .col2 .col-submit button {
	width: 100%;
}
.ma-search-input-grid .col2 .col-clear button {
	width: 110px;
}	




.page-header-main .container {
	padding: 6vw 10vw 5vw 10vw;
}		
.page-header-main {
	font-size: 18px;
}	
.page-header-main h1 {
	font-size: var(--h1-font-size);
}		
	
	
/* Footer */
#t4-footer .footer-1 {
	text-align: left;
}
#t4-footer .footer-2 {
	text-align: right;
}

#t4-footer .row > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}
/* Footer EO */


.blog.cases .primary-cases {
	display: flex;
	justify-content: center;
}
.blog.cases .blog-items .wrapper {
    flex-wrap: wrap;
	display: flex;
	margin: 0 auto;
	width: 60%;
}
.blog.cases .primary-cases .blog-items .wrapper > div {
	-ms-flex: 1 1 50%;
	flex: 0 1 50%;
}
	

#t4-billedebox .moduletable.imagebox img {
	margin-left: 0;
	width: 100vw;
}
	
/*
.com-content-article__body [type="t4.row"] .col {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}	
*/	

.page-desc {
	font-size: 26px;
	width: 60%;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
}	
	
	
}





/* -----------------------------------------------------------------------------

  Media Query: min-width: 992px - from 992px to 1199px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 992px) {

body {
	margin: 0 auto!important;
	padding: 0 30px;
}	
.t4-main-body {
	padding-top: 60px;
}
#t4-header {
	height: 60px;
	margin: 0 -30px;
}
#t4-header .logo {
	padding-left: 45px;
	-ms-flex: 1 1 400px;
	flex: 0 1 400px;
	height: 60px;
}
#t4-header .logo img {
    height: 20px!important;
}	

.blog.cases .primary-cases {
	margin: 40px -30px 0 -30px;
	padding: 0px 0 80px 0;
}


#t4-slider {
	margin: 0 -30px;
}
#t4-cases {
	margin: 0 -30px;
}
	
/* Contact Form */	
#t4-contact .container {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#t4-contact .moduletable.text {
	-ms-flex: 1 1 40%;
	flex: 1 1 40%;
	padding-right: 30px;
}
#t4-contact .moduletable.form {
	-ms-flex: 1 1 60%;
	flex: 1 1 60%;
}	
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: auto auto 140px;
    grid-template-rows: auto auto 20px;
    grid-gap: 10px;
    padding: 0px;
    margin: 0!important;
}
#t4-contact .cf-control-group.name {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: end;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}
#t4-contact .cf-control-group.send button {
    height: 90px;
}
/* Contact Form EO */	

	
#t4-footer {
	margin: 0px -30px 0 -30px;
}


.page-header-main,
body.about .page-header-main {
	margin: 0px -30px 0 -30px;
}

/* Cases */	
.moduletable.nextcase {
	text-align: center;
	width: 900px;
}	
.com-content-article.case .com-content-article__body {
	padding: 100px 10vw;
}
/* Cases EO */


/* Talk */	
.moduletable.talk {
	text-align: center;
	width: 900px;
}	
/* Talk EO */



/* Contact */
.moduletable.contactbox {
	margin: 0 -30px;
}
.moduletable.contactbox .custom {
	width: 400px;
}
/* Contact EO */



/* Footers */
#t4-footerbox {
	margin: 0 -30px;
}
/* Footers EO */



/* Forvent */
.moduletable.forventbox {
	margin: 0 -30px;
}
.moduletable.forventbox .custom {
	width: 600px;
}
/* Forvent EO */



/* Rød tråd box */
.moduletable.redthreadbox {
	margin: 150px -30px 0 -30px;
}
.moduletable.redthreadbox .custom {
	width: 600px;
}
/* Rød tråd box EO */



/* Billedebox forside */
#t4-billedebox .t4-section-inner {
	margin: 150px -30px 0 -30px;
	padding: 0;
}
/* Billedebox forside EO */


/* Udtalelser */
.moduletable.udtalelse {
	margin-left: -30px;
	margin-right: -30px;
}

.moduletable.udtalelse .colwrapper .col01 {
	margin-top: 150px;
}
.moduletable.udtalelse .colwrapper .col02 {
	margin-bottom: 150px;
	padding: 120px 150px 50px 150px;
}


/* Udtalelser EO */	




/* Split */
.moduletable.split {
	margin-left: -30px;
	margin-right: -30px;
}

.moduletable.split .colwrapper .col01 {
	margin-top: 150px;
	margin-top: -150px;
}
.moduletable.split .colwrapper .col02 {
	margin-bottom: 150px;
	padding: 0 150px 150px 150px;
	max-width: 800px;
}
/* Split EO */	



/* Frontpage Ydelser */
#t4-ydelser .t4-section-inner {
	padding: 0 0vw 7vw 15vw;
	margin-top: 100px;
}
#t4-ydelser .t4-section-inner .text {
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	padding: 11vw 15vw 0vw 5vw;
}
#t4-ydelser .t4-section-inner .links {
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	margin-top: 5vw;
	margin-left: -12vw;
	margin-bottom: -6vw;
	padding: 5vw 0vw 0vw 5vw;
}	
/* Frontpage Ydelser EO */		
	



/* Intro */

#t4-intro {
	margin-left: -30px;
	margin-right: -30px;
}
/*
#t4-intro .moduletable.image {
	flex: 0 1 60%;
}
*/
#t4-intro .moduletable.image img {
	height: 90vw;
}
/* Intro EO */

	
}






/* -----------------------------------------------------------------------------

  Media Query: min-width: 1200px -  - from 1200px to 1399px (inclusive)
  
----------------------------------------------------------------------------- */

@media (min-width: 1200px) {

.page-header-main {
	font-size: 26px;
}	
.page-header-main h1 {
}
	
.moduletable.ydelser {
	width: 60vw;
}	
/* Frontpage Content */
#t4-topcontent .moduletable.redthread {
	padding: 0 15vw;
}
/* Frontpage Content EO */		


.moduletable.udtalelse .colwrapper .col02 h3 {
	font-size: 40px;
}
.moduletable.split .colwrapper .col02 h3 {
	font-size: 30px;
}


/* Billedebox forside */
#t4-billedebox .moduletable.textbox {
	padding: 100px 384px 100px 384px;
}
/* Billedebox forside EO */



/* Intro */

#t4-intro {
	margin-left: -30px;
	margin-right: -30px;
}
/*
#t4-intro .moduletable.image {
	flex: 0 1 55%;
}
*/
#t4-intro .moduletable.image img {
	height: 100%;
	margin-left: 0;
}
/* Intro EO */

/* Footers */
.moduletable.footerbox .content {
	height: 35vw;
}
/* Footers EO */
	
}




/* -----------------------------------------------------------------------------

  Media Query: min-width: 1400px - from 1400px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1400px) {

.page-header-main h1 {
}	

	
}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1680px - from 1680px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1680px) {

.page-header-main .container {
}	
	

.moduletable.udtalelse .colwrapper .col02 {
	padding-right: 250px;
}

/* Intro */


#t4-intro .moduletable.image {
	/*flex: 0 1 40%;*/
}
#t4-intro .moduletable.image img {
	height: 100%;
	margin-left: 0;
}
/* Intro EO */

}



/* -----------------------------------------------------------------------------

  Media Query: min-width: 1920px - from 1920px and up
  
----------------------------------------------------------------------------- */

@media (min-width: 1920px) {

body {
	/*max-width: 1920px!important;*/
}	
#t4-topcontent .t4-section-inner,
#t4-ydelser .t4-section-inner {
	max-width: 1920px!important;
	margin: 0 auto;
}
/* Header */	
#t4-header {
	/*max-width: 1920px;*/
}
/* Header EO */		


.page-header-main {
	font-size: 26px;
	min-height: 600px;
}	
.page-header-main .container {
}	
	
.moduletable.ydelser {
	width: 60%;
}

/* Frontpage Content */
#t4-topcontent .moduletable.redthread {
	padding: 0 287px;
}
/* Frontpage Content EO */	

	
/* Cases */	
.com-content-article.case .com-content-article__body {
	padding: 100px 200px;
}
/* Cases EO */

/* Frontpage Ydelser */
#t4-ydelser .t4-section-inner {
	padding: 0 96px 134px 288px;
	margin-top: 100px;
}
#t4-ydelser .t4-section-inner .text {
	-ms-flex: 0 1 60%;
	flex: 0 1 60%;
	padding: 211px 288px 0 96px;
}
#t4-ydelser .t4-section-inner .links {
	-ms-flex: 0 1 40%;
	flex: 0 1 40%;
	margin-top: 96px;
	margin-left: -230px;
	margin-bottom: -77px;
	padding: 96px 0 0 96px;
}	
/* Frontpage Ydelser EO*/	
	

/* Intro */

/*
#t4-intro .container {
	padding: 100px 384px 100px 384px;
}
*/


#t4-intro {
	margin: 100px -30px 100px -30px;
	font-size: 20px;
}
/*
#t4-intro .container {
	padding: 100px 100px 100px 350px;
}
*/
#t4-intro .t4-section-inner {
    flex-wrap: wrap;
    display: flex
}
#t4-intro .moduletable.ide {
	z-index: 100;
	order: 1;
}
#t4-intro .moduletable.ide h3 {
	margin-left: -20px;
}
/*
#t4-intro .moduletable.image {
	flex: 0 1 50%;
	margin-left: -300px;
	order: 2;
}*/
/* Intro EO */



/* Footers */
.moduletable.footerbox .content {
	height: 30vw;
}
/* Footers EO */



}

