/*

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

*/


:root {

    --color-tt-green-primary: 109,186,146;
    --color-tt-green-secondary: 77,146,110;
    --color-tt-green-tertiary: 59,113,85;
    --color-tt-brown: 176,124,97;
    --color-tt-brown-light: 238,218,188;
	
    --color-tt-grey-primary: 33,37,41;
    --color-tt-grey-secondary: 238,238,238;	
    --color-tt-white: 255,255,255;
    --color-tt-black: 0,0,0;

    --color-theme-light: 255,255,255;
    --color-theme-dark: 0,0,0;
    --margin-toggle: 0 0 0 1px;
    --content-toggle: "\e28f";
       
}

/* dark mode */
[data-theme="darkxxx"] {

    --color-tt-green-primary: 17,146,110;
    --color-tt-green-secondary: ;
	
    --color-tt-grey-primary: 33,37,41;
    --color-tt-grey-secondary: 30,30,30;	
    --color-tt-white: 50,50,50;
    --color-tt-black: 0,0,0;

    --color-theme-light: 0,0,0;
    --color-theme-dark: 255,255,255;
    --margin-toggle: 0 0 0 1px;
    --content-toggle: "\f186";

	
}

.gochi {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}


/* Dark Mode Toggler */

#checkbox-theme {
  display: none;
}
#theme-switch {
	width: 24px;
	height: 24px;
	background-color: rgba(var(--color-theme-light),1.0);
	border: 1px solid rgba(var(--color-theme-dark),1.0);
	border-radius: 12px;
}
#theme-switch label:before {
	cursor: pointer!important;
}
#checkbox-theme + label:before {
	font-size: 16px;
	background-color: #FF0000;
	width: 22px;
	height: 22px;
	transition: all .2s ease-out;
	border-radius: 50%;
	padding: 2px;	color: rgba(var(--color-theme-dark),1.00);
	background-color: rgba(var(--color-theme-light),1.00);
	margin: var(--margin-toggle);
}
/* light mode icon */
#checkbox-theme + label:before {
	content: var(--content-toggle);
}
/* dark mode icon */
#checkbox-theme:checked + label:before {
	content: var(--content-toggle);
	font-weight: 300;
}

/* Dark Mode Toggler EO */



html {
	background-color: rgba(var(--color-tt-grey-secondary),0.60);
	transition: all .2s ease-out;
	
}
body {
	background-color: rgba(var(--color-tt-white),1.00);
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}



.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


a {
	color: rgba(var(--color-tt-green-secondary),1.00);
	transition: all .2s ease-out;
	text-decoration: none;
}
a:hover {
	color: rgba(var(--color-tt-green-secondary),1.00);
	text-decoration: underline;
}


.com-content-article__body a {
	color: rgba(var(--color-tt-green-secondary),1.00);
	transition: all .2s ease-out;
	text-decoration: underline;
	font-weight: 600;
}
.com-content-article__body a:hover {
	color: rgba(var(--color-tt-green-tertiary),1.00);
	text-decoration: none;
}


div.com-content-article__body a[target="_blank"]::after {
  padding-inline-end: 2px;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f08e";
  underline: none;
  margin-left: 5px;
  display:inline-block;
  }

.moduletable > h3,
.moduletable > .h3 {
	color: rgba(var(--color-tt-grey-primary),1.00);
	font-size: 28px;
	font-weight: 700;
	margin: 16px 0 8px 0;
	padding: 0;
	text-transform: none;
}

.p:last-of-type {
	margin-bottom: 0;
}
.row {
	margin: 0;
}
.row > * {
	padding: 0;
}

p:last-of-type {
	margin-bottom: 0;
}


.t4-content {
	background-color: rgba(var(--color-tt-white),1.00);
}

.bodyWrapper {
	padding: 15px 20px 15px 20px;
}
.bodyWrapper.withSidebar {
	display: flex;
	flex-wrap: wrap;
}
.bodyWrapper .withSidebar {
	flex: 1 1 100%;
}
.bodyWrapper .sidebar-right {
	flex: 1 1 100%;
	padding: 30px;
}
.item-page [itemprop=articleBody] {
    margin-top: 0;
    margin-bottom: 0;
}

.bodyWrapper > div > h2:nth-child(1),
.bodyWrapper > div > h3:nth-child(1) {
	margin-top: 0;
}


.moduletable {
    border: 0 none transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
}


.t4-section.bg-green-primary {
	background-color: rgba(var(--color-tt-green-primary),1.00);
}
.t4-section.bg-grey-secondary {
	background-color: rgba(var(--color-tt-grey-secondary),1.00);
}



/* Header */
#t4-header {
	background-color: transparent;
	padding: 20px 20px 0 20px;
    border-bottom: 0 none transparent;
	display: block;
    min-height: 70px;
	position: fixed!important;
	width: 100%;
	top: 0;
	margin-top: 30px;
	transition: all .2s ease-out;
	z-index: 200;

	/*
	-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);
	*/
}

#t4-header .container {
	background-color: rgba(var(--color-tt-white),1.00);
    min-height: 70px;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);
	transition: all .2s ease-out;
}

.not-at-top #t4-header.t4-sticky {
	background-color: transparent;
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.frontpage #t4-header {
}
.frontpage.not-at-top #t4-header.t4-sticky {
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}

#t4-header .logo {
	flex: 0 1 100%;
    border-radius: 10px;
    overflow: hidden;
}
#t4-header .logo img {
    height: 70px;
    width: auto;
	transition: all .2s ease-out;
}

#t4-main-body {
	padding-top: 0;
	padding-bottom: 0;
}



#t4-topmenu {
	position: fixed;
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-grey-primary),1.00);
	font-size: 12px;
	height: 30px;
	z-index: 310;
	width: 100%;
	padding: 0 20px;
}
#t4-topmenu .container {
	display: flex;
	flex-wrap: wrap;
}
#t4-topmenu .container > div {
	flex: 1 1 33.33%;
}

#t4-topmenu a {
	color: rgba(var(--color-tt-white),1.00);
	display: inline-block;
	height: 30px;
	padding-top: 5px;
	text-decoration: none;
}
#t4-topmenu p {
	margin: 0;
}
#t4-topmenu a:hover {
	text-decoration: underline;
}
#t4-topmenu a:focus {
	text-decoration: none;
}

#t4-topmenu ul {
	padding: 0;
	margin: 0;
}
#t4-topmenu ul li {
	display: inline-block;
}
#t4-topmenu .intra a::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 7 Whiteboard';
	content: '\f08e';
	font-weight: 900;
	color: rgba(var(--color-tt-green-primary),1.00);
	margin-left: 6px;
}
#t4-topmenu .intra ul li::after {
	content: '\00B7';
	margin: 0 8px 0 10px;
}
#t4-topmenu .intra.mobile a::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 7 Whiteboard';
	content: '\f0ca';
	font-weight: 900;
	color: rgba(var(--color-tt-green-primary),1.00);
	margin-left: 6px;
}
#t4-topmenu .intra ul li:last-of-type::after {
	display: none;
}
#t4-topmenu .tilmeld {
	text-align: right;
}
#t4-topmenu .tilmeld a::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 7 Whiteboard';
	content: '\e74f';
	font-weight: 900;
	color: rgba(var(--color-tt-green-primary),1.00);
	margin-left: 6px;
}



#t4-topmenu .some {
	text-align: center;
	font-size: 20px;
	line-height: 1;
}
#t4-topmenu .some a {
	color: rgba(var(--color-tt-green-primary),1.00);
}


.intrapopupbox .eb-header {
	font-weight: 600;
	color: rgba(var(--color-tt-white),1.00);
	opacity: 1;
	margin-bottom: 10px;
}
.intrapopupbox p {
	margin: 0;
}
.intrapopupbox a {
	color: rgba(var(--color-tt-white),1.00);
}
.intrapopupbox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 2;
}
.intrapopupbox a::after {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: 'Font Awesome 7 Whiteboard';
	content: '\f08e';
	font-weight: 900;
	color: rgba(var(--color-tt-green-primary),1.00);
	margin-left: 6px;
}

.mainnav {
	display: none;
}


#t4-breadcrumbs {
	position: fixed;
	top: 150px;
	transition: all .2s ease-out;
	z-index: 210;
	display: none;
}
#t4-breadcrumbs .mod-breadcrumbs__wrapper {
	margin-left: 105px;
	background-color: rgba(var(--color-tt-grey-secondary),1.00);
	display: inline-block;
	border-radius: 0 0 10px 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.30);
	clip-path: inset(0px -10px -10px -10px);
}
#t4-breadcrumbs.t4-section.t4-breadcrumbs {
    border-top: 0 none transparent;
}
#t4-breadcrumbs ol {
	padding: 7px 12px 6px 12px!important;
}
#t4-breadcrumbs ol li {
	padding: 0!important;
}
#t4-breadcrumbs .moduletable {    
	font-size: 11px;
    line-height: 1;
}
#t4-breadcrumbs i.fa-house {
	margin-right: 3px;
	color: rgba(var(--color-tt-green-secondary),1.0);
	font-size: 10px;
}
#t4-breadcrumbs i.fa-chevron-right {
	margin: 0 4px;
	color: rgba(var(--color-tt-grey-primary),0.60);
}
#t4-breadcrumbs ol li a {
	color: rgba(var(--color-tt-grey-primary),1.0);
}
#t4-breadcrumbs ol li.breadcrumb-item.active {
	color: rgba(var(--color-tt-green-secondary),1.0);
	font-weight: 700;
}
/* Header EO */


[data-tooltips] {
    cursor: pointer;
    border-bottom: 0 dashed #c0c6cf;
    display: inline-block;
}
[data-tooltips-element=tooltip] {
  --background-color: #ffffff;
  --border-color: #c0c6cf;
  --text-color: #1e2228;
  --title-background-color: #f4f5f6;
  --title-border-color: #f4f5f6;
  --title-text-color: #1e2228;
  --border-width: 0px;
  --border-radius: 4px;
  --padding: 8px 10px;
  --title-size: 1.1em;
  --box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  --arrow-size: 10px;
}
[data-tooltips-element=tooltip][data-tooltips-theme=dark] {
  --background-color: #FF0000;
  --border-color: #4f5a6c;
  --text-color: #ffffff;
  --title-background-color: #1e2228;
  --title-border-color: #1e2228;
  --title-text-color: #ffffff;
}
[data-tooltips-element=tooltip][data-tooltips-theme=dark][data-tooltips-style=green] {
  --background-color: rgba(var(--color-tt-green-primary),1.0);
  --border-color: #5dbc7e;
  --text-color: #ffffff;
  --title-background-color: rgba(var(--color-tt-green-secondary),1.0);
  --title-border-color: #0a441e;
  --title-text-color: #ffffff;
}
[data-tooltips-element=tooltip] [data-tooltips-element=title] {
  font-size: 14px;
  font-weight: bold;
  color: var(--title-text-color);
  background-color: var(--title-background-color);
  padding: var(--padding);
  margin: 0;
}
[data-tooltips-element=tooltip] [data-tooltips-element=content] {
  font-size: 12px;
  color: var(--text-color);
  padding: var(--padding);
}

/* Off-Canvas menu */
.sm-logo {
	background-color: rgba(var(--color-tt-white),1.00)!important;
    padding: 0;
	padding-bottom: 20px;
    text-align: center!important;
}
.sm-logo img {
    width: 100%;
    height: auto;
    margin-left: -2px;
}
.menu-icon-cont {
	top: 60px!important;
	z-index: 500;
}
/*
.sm-content-inner > .sm-btn-110 {
    right: 25px;
}
*/

.sm-menu {
	width: calc(100vw - 50px)!important;
	max-width: none!important;
}
.sm-content-inner {
	padding: 0!important;
}
.menu-icon-cont .menu-icon3 {
	width: 36px;
	margin: 7px 11px 7px 3px;
	margin: 7px 35px 7px 3px;
}
.menu-icon3 span {
	background-color: rgba(var(--color-tt-grey-primary),1.0)!important;
	transition: all .2s ease-out;
	right: 0!important;
	left: auto!important;
	height: 3px!important;
}
.menu-icon3 span:nth-child(1) {
	width: 30px;
	transition: all .2s ease-out;
}
.menu-icon3 span:nth-child(2) {
	width: 22px;
	transition: all .2s ease-out;
}
.menu-icon3 span:nth-child(3) {
	width: 14px;
	transition: all .2s ease-out;
}

.menu-icon3:hover span:nth-child(1) {
	width: 14px;
}
.menu-icon3:hover span:nth-child(2) {
	width: 22px;
}
.menu-icon3:hover span:nth-child(3) {
	width: 30px;
}

.sm-close .menu-icon3 span,
.sm-close .menu-icon3:hover span {
	width: 30px;
}
body.sm-open-110 .menu-icon-cont {
	height: 100vh;
    background-color: rgba(var(--color-tt-green-tertiary),1.00);
    top: 0!important;
    z-index: 200;
}

body.sm-open-110 .menu-icon-cont .menu-icon3 {
	margin: 7px 11px 7px 3px;
}
body.sm-open-110 .menu-icon-cont .menu-icon3 span {
	background-color: rgba(var(--color-tt-white),1.0)!important;
}


.sm-level .off-nav-392 {
	display: none;
}




/* Off-Canvas menu EO */


.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-secondary),1.00);
	min-height: 35vw;
	position: relative;
	margin-top: 30px;
	overflow: hidden;
}
.page-header-main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
	background-color: rgba(var(--color-tt-green-secondary),0.70);
}
.page-header-main .topimage {
	position: absolute;
}
.page-header-main .topimage img {
	width: auto;
	max-height: 75vw;
	max-width: none;
	margin-left: -20%;
}
.page-header-main .container {
	position: relative;
	display: flex;
	align-items: center;
	padding: 120px 5vw 30px 5vw;
    z-index: 2;
}
.page-header-main h1 {
	margin: 0;
	font-size: 7.5vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main h2 {
	margin: 0 0 0 0;
	font-weight: 300;
	font-size: 4.5vw;
    color: rgba(var(--color-tt-white),1.00);
}
/* Article EO */


/* Category */

/* Category EO */


/* Slider */
#t4-slider .moduletable.header {
	text-align: center;
    color: rgba(var(--color-tt-white),1.00);
    margin-top: -60px;
    position: relative;
    z-index: 100;
}
#t4-slider .moduletable.header .custom {
	display: inline-block;
	width: 84vw;
}
#t4-slider .moduletable.header h2 {
	background-color: rgba(var(--color-tt-green-secondary),1.0);
	margin: 0;
	font-size: 28px;
	padding: 15px 15px;
	border-radius: 10px 10px 0 0;
}
#t4-slider .moduletable.header h3 {
	background-color: rgba(var(--color-tt-green-primary),1.0);
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 0 0 10px 10px;
}

/* Slider EO */



/* Intro */
#t4-intro .container {
	padding: 80px 50px;
}
#t4-intro .moduletable.text {
	text-align: center;
}
#t4-intro a {
	font-weight: 600;
}
#t4-intro .moduletable.values .mod-list {
	display: flex;
	flex-wrap: wrap;
}
#t4-intro .mod-list > div {
	flex: 1 1 33.33%;
	text-align: center;
	padding: 25px 0;
}
#t4-intro article {
	position: relative;
}
#t4-intro .iconwrap {
	display: flex;
	justify-content: center;
	align-items: center;
}

#t4-intro .iconwrap a {
	text-decoration: none;
}
#t4-intro .icon {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-primary),1.00);
	border-radius: 50%;
	height: 100px;
	width: 100px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 65px;
	transition: all .2s ease-out;
}
#t4-intro h3 a {
	text-decoration: none;
    color: rgba(var(--color-tt-grey-primary),1.00);
    font-weight: 600;
}
#t4-intro .linkbutton {
	margin-top: 25px;
}
#t4-intro article:hover .linkbutton {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
}
#t4-intro article:hover .icon {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
}

#t4-intro .mod-list .box:nth-child(1) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#t4-intro .mod-list .box:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#t4-intro .mod-list .box:nth-child(3) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* Intro EO */



/* Classes */
#t4-classes {
	padding: 0 20px;
    color: rgba(var(--color-tt-white),1.00);
}
#t4-classes a,
#t4-classes a:hover {
    color: rgba(var(--color-tt-white),1.00);
	text-decoration: none;
}
#t4-classes .moduletable.classes .mod-list {
	display: flex;
	flex-wrap: wrap;
}
#t4-classes .mod-list > div {
	flex: 1 1 100%;
	overflow: hidden;
}
#t4-classes .mod-list .box:nth-child(1) {
	border-radius: 10px 10px 0 0;
}
#t4-classes .mod-list .box:nth-child(3) {
	border-radius: 0 0 10px 10px;
}
#t4-classes .mod-list .box:nth-child(4) {
	display: none;
}
#t4-classes article {
	position: relative;
	aspect-ratio: 1/1;
	overflow: hidden;
}
#t4-classes article img.image_intro {
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: relative;
}
#t4-classes article::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
}
#t4-classes article .contentwrap {
	position: absolute;
	bottom: 0;
	left: 0;
    z-index: 2;
    padding: 20px;
    height: 65%;
    font-size: 14px;
	transition: all .2s ease-out;
}
#t4-classes article .content h2 {
	margin: 0 0 3px 0;
	font-size: 27px;
}
#t4-classes article .content h3 {
	margin: 0 0 8px 0;
	padding-bottom: 8px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid rgba(var(--color-tt-white),1.00);
}
#t4-classes article .content {
    height: 100%;
    padding: 20px;
    border-radius: 5px;
	transition: all .2s ease-out;
	overflow: hidden;
}
#t4-classes article:hover .content {
    background-color: rgba(var(--color-tt-green-secondary),0.80);
}
#t4-classes article img {
	transition: all .2s ease-out;
}
#t4-classes article:hover img {
	scale: 1.1;
}
#t4-classes article .readmore {
	position: absolute;
	bottom: 0;
	left: 0;
    background-color: rgba(var(--color-tt-green-secondary),1.0);
    width: calc(100% - 40px);
    text-align: right;
    padding: 10px 15px;
	transition: all .2s ease-out;
	opacity: 0;
	font-weight: 600;
	margin: 20px;
    border-radius: 0 0 5px 5px;
}
#t4-classes article .readmore i {
	margin-left: 4px;
}
#t4-classes article:hover .readmore {
	opacity: 1;
}
#t4-classes article:hover .contentwrap {
    height: 75%;
}
/* Classes EO */



/* Coworkers */
#t4-cowork {
	padding: 0 20px;
}
#t4-cowork a,
#t4-cowork a:hover {
	text-decoration: none;
}
.mod-list.coworker {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.mod-list.coworker > div {
	flex: 0 1 50%;
	padding: 10px;
}
.boxcard article {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.boxcard .imagewrap,
.imagewrap-modal {
	aspect-ratio: 2/2;
	overflow: hidden;
	position: relative;
}

.boxcard .imagewrap .mod-articles-tags {
	position: absolute;
	bottom: 7px;
	left: 7px;
	z-index: 50;
	margin-top: 0;
}
.boxcard .imagewrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: rgba(var(--color-tt-green-secondary),0.70);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease-out;
	opacity: 0;
}
.boxcard article:hover .imagewrap .overlay {
    background-color: rgba(var(--color-tt-green-secondary),0.50);
    opacity: 1;
}
.boxcard article:hover .imagewrap .overlay span {
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-primary),1.0);
    border-radius: 5px;
    font-size: 14px;
    padding: 8px 15px;
    font-weight: 700;
}
.boxcard article:hover .imagewrap .overlay i {
	margin-left: 5px;
}

.boxcard .imagewrap .mod-articles-tags a {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    font-size: 8px;
    border-radius: 5px;
    padding: 5px 7px;
}
.boxcard .imagewrap .mod-articles-tags a:hover {
	text-decoration: none;
}

.boxcard h2 {
	color: rgba(var(--color-tt-white),1.00);
	text-align: center;
	font-size: 16px;
	padding: 12px 14px 0 14px;
	margin: 0;
}
.boxcard .worktitle {
	color: rgba(var(--color-tt-white),1.00);
	display: flex;
	justify-content: center;
	padding: 6px 12px 12px 12px;
	font-size: 13px;
}

.boxcard .worktitle .list-inline-item:not(:last-child) {
	margin-right: 0;
}
.boxcard .worktitle .list-inline-item:not(:last-child):after {
    content: "\00B7";
    margin: 0 6px 0 4px;
}
.boxcard .worktitle .tags > li {
    margin-right: 0;
}
.boxcard .mod-articles-item {
	position: relative;
	padding-bottom: 65px;
}
#t4-cowork .boxcard .mod-articles-item,
.jnwp-news-wall-inner .boxcard .mod-articles-item {
	padding-bottom: 0;
}
#jnwp-news-wall-wrapper-166 .jnwp-wall-item {
width: calc(50%);
}

.jnwp-wall-item .content {
    align-items: flex-start!important;
}


.boxcard > div{
	height: 100%;
}
.boxcard .data {
	font-size: 12px;
	text-align: center;
	padding: 12px;
	color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-primary),1.00);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 68px;
    clear: both;
}
.boxcard .data a {
	color: rgba(var(--color-tt-white),1.00);
}
.boxcard .data p {
	margin-bottom: 4px;
}
.boxcard .data p:last-of-type {
	margin-bottom: 0;
}
.boxcard .data i {
	margin-right: 5px;
}
#t4-cowork .boxcard .data {
	display: none;
}




[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=container] {
    padding: 20px;
}
[data-modals-element=modal][data-modals-theme=dark] [data-modals-element=slide-content] {
    border-radius: 10px;
}
[data-modals-element=modal][data-modals-theme=dark] [data-modals-type=inline] [data-modals-element=slide-content] {
    padding: 0;
    background-color: rgba(var(--color-tt-green-secondary),1.00);
}
[data-modals-element=modal][data-modals-theme=dark] .text {
    padding: 20px;
    background-color: rgba(var(--color-tt-white),1.00);
}

[data-modals-element=modal][data-modals-theme=dark] h2 {
	text-align: center;
	margin-top: 12px;
	color: rgba(var(--color-tt-white),1.00);
	padding: 0 10px;
}
[data-modals-element=modal][data-modals-theme=dark] [data-modals-orientation=vertical] [data-modals-element=slide-before] {
    display: none;
}


.coworker .lessons {
	font-size: 14px;
    background-color: rgba(var(--color-tt-grey-secondary),1.00);
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.coworker .lessons h5 {
	margin: 0;
}
.coworker .mod-articles-tags {
	margin-top: 10px;
}
.coworker .mod-articles-tags a {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    font-size: 13px;
    border-radius: 5px;
}
.coworker .mod-articles-tags a:hover {
	text-decoration: none;
}




.jnwp-news-wall-wrapper {
	max-width: 100%;
}
.jnwp-news-wall-inner {
	margin: 0 -10px;
}
.jnwp-wall-item {
    padding: 10px;
}
.jux-controls {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.jux-filters-group.jux-tag .filter {
	display: none;
}
.jux-filters-group.jux-tag .filter.show-all,
.jux-filters-group.jux-tag .filter.tag-0-3-klasse,
.jux-filters-group.jux-tag .filter.tag-4-6-klasse,
.jux-filters-group.jux-tag .filter.tag-7-9-klasse {
	display: inline-block;
}
.jux-controls button.active {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    border-color: rgba(var(--color-tt-green-secondary),1.00);
}
.jux-controls button:hover {
    background-color: rgba(var(--color-tt-green-primary),1.00);
    border-color: rgba(var(--color-tt-green-primary),1.00);
}

.jux-controls button:focus {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    border-color: rgba(var(--color-tt-green-secondary),1.00);
}
.jnwp-loadmore_wrap {
	display: none;
}
.jux-controls.filter-button,
.jux-filters,
.filter-extra {
	display: flex;
	flex-wrap: wrap;
}

.jux-controls .jux-filters.
.jux-controls .filter-extra {
	flex: 1 0 100%;
}
.jux-filters .filter {
	margin-top: 6px;
}

#t4-cowork .moduletable.header {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    font-weight: 700;
    margin: 30px -20px 15px -20px;
    font-size: 24px;
    padding: 20px 30px;

}

/* Coworkers EO */



/* Traditions */
#t4-traditioner {
	padding: 0 20px;
}
#t4-traditioner a,
#t4-traditioner a:hover {
	text-decoration: none;
}
.mod-list.tradition {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px;
}
.mod-list.tradition > div {
	flex: 0 1 50%;
	padding: 10px;
}
#t4-traditioner .boxcard .mod-articles-item {
	position: relative;
	padding-bottom: 12px;
}
#t4-traditioner .boxcard .imagewrap {
	aspect-ratio: 3/2;
}
#t4-traditioner .boxcard .imagewrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
}
/* Traditions *EO /



/* Files */
.mod_docman.mod_docman--documents ul li {
    margin-bottom: 4px!important;
}
/* Files EO */


/* Enhed Front */
.bodyWrapper.enhedfront {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
	padding-top: 0;
}
.bodyWrapper.enhedfront .com-content-article__body {
	flex: 1 1 100%;
	order: 1;
	margin-top: 0;
	padding: 0 20px;
}
.bodyWrapper.enhedfront .com-content-article__image {
	flex: 1 1 100%;
	order: 2;
	margin: 0 -20px;
}
.bodyWrapper.enhedfront .item-image {
  margin-bottom: 0;
  margin-top: 20px;
  border-radius: 10px;
	overflow: hidden;
}
.bodyWrapper.enhedfront h2 {
	margin-top: 0;
  color: rgba(var(--color-tt-green-secondary),1.00);
}
/* Enhed Front EO */



/* Contact Form */
#t4-contact {
    padding: 80px 50px 90px 50px;
	font-size: 15px;
	color: rgba(var(--color-tt-brown-light),1.00);
    background-color: rgba(var(--color-tt-blue-light),1.00);
}
#t4-contact .convertforms {
    margin-top: 20px;
}
#t4-contact .convertforms .cf-form-wrap {
    padding: 0!important;
}

#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.phone {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 2;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.consent {
    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: 4;
    grid-row-end: 4;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group {
    justify-content: flex-end;
}

#t4-contact .cf-control-input input,
#t4-contact .tf-phone-control {
    background-color: rgba(var(--color-tt-brown-light),1.00);
    border-color: rgba(var(--color-tt-brown-light),1.00);
	color: rgba(var(--color-tt-blue),1.00);
}



#t4-contact .cf-control-group.consent label {
    color: rgba(var(--color-tt-brown-light),1.00)!important;
    font-size: 12px;
    
}
#t4-contact .cf-control-group.consent label a {
    color: rgba(var(--color-tt-brown-light),1.00);
	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.consent .cf-list-auto-columns {
    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-brown),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-tt-brown-light),1.00);
	font-weight: 700;
	font-size: 18px;

    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-brown-light),1.00);
    border-radius: 3px;
    border: 1px solid rgba(var(--color-tt-brown-light),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-blue),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 */





/* Call to action */
#t4-call-to-action {
	padding: 0 20px;
	margin-top: -40px;
}
.mod-list.calltoaction {
	color: rgba(var(--color-tt-white),1.00);
	display: flex;
	flex-wrap: wrap;
    background-color: rgba(var(--color-tt-green-primary),1.00);
    border-radius: 10px;
    overflow: hidden;
}
.mod-list.calltoaction a,
.mod-list.calltoaction a:hover {
	color: rgba(var(--color-tt-white),1.00);
	text-decoration: none;
}
.mod-list.calltoaction > div {
	flex: 0 1 50%;
	position: relative;
}
.mod-list.calltoaction h3 {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    margin: 0;
    font-weight: 300;
    font-size: 18px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-list.calltoaction .box:nth-child(1) h3,
.mod-list.calltoaction .box:nth-child(3) h3,
.mod-list.calltoaction .box:nth-child(5) h3 {
    border-right: 1px solid rgba(var(--color-tt-green-primary),1.00);
}

.mod-list.calltoaction .iconwrap {
	aspect-ratio: 3/2;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13vw;
}
.mod-list.calltoaction .box:nth-child(1) .iconwrap,
.mod-list.calltoaction .box:nth-child(3) .iconwrap,
.mod-list.calltoaction .box:nth-child(5) .iconwrap {
    border-right: 1px solid rgba(var(--color-tt-green-secondary),1.00);
}
.mod-list.calltoaction .box:last-of-type {
    border-right: 0 none transparent;
}

.mod-list.calltoaction .box .iconwrap {
	transition: all .2s ease-out;
	line-height: 1;
}
.mod-list.calltoaction .box:hover .iconwrap {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
}
.mod-list.calltoaction .box .iconwrap i {
	transition: all .2s ease-out;
}
.mod-list.calltoaction .box:hover .iconwrap i {
	scale: 1.2;
}
/* Call to action EO */



/* Samtykke */

/* Samtykke EO */


/* Search */
body.search .page-header-main {
	margin-bottom: 0;
}
body.search #search-form {
	margin: 0;
}
body.search .formwrapper {
	margin: 0 -16px;
}
body.search .js-finder-search-query {
    border-radius: 0;
    font-size: 22px;
    padding: 12px 20px;
    width: 100%;
    max-width: 100%;
}
body.search .form-control-feedback {
    display: none;
}

body.search .searchfield {
	flex: 1 1 100vw;
}
body.search .searchbutton {
	flex: 1 1 100vw;
	margin-left: 0!important;
}
body.search .searchbutton button {
	width: 100vw;
	height: 60px;
	border: 0 none transparent;
	background-color: rgba(var(--color-tt-green),1.00);
	transition:            all .2s ease-out;
}
body.search .searchbutton button:hover {
	background-color: rgba(var(--color-tt-green),0.8);
}
body.search .searchbutton button i {
    color: rgba(var(--color-tt-white),1.00);
    font-size: 24px;
}

mark,
.mark {
    color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-green),1.0);
}

body.search #search-results {
	padding: 0 30px 50px 30px;
	margin-top: 0;
	border: 0 none transparent;
}
body.search .result__item+.result__item {
    border-top: 1px solid rgba(var(--color-tt-grey),0.40);
    margin-top: 1.5em;
    padding-top: 1.5em;
}
.result__title-link {
	text-decoration: none;
	font-weight: 700;
	color: rgba(var(--color-tt-green),1.0);
}
.result__title-link:hover {
	text-decoration: underline;
	color: rgba(var(--color-tt-green),1.0);
}

.awesomplete {
    width: 100%;
}

.awesomplete > ul {
  text-shadow: none;
  background: linear-gradient(to bottom right, #fff, #fffc);
  border: 1px solid rgba(var(--color-tt-green),1.00);
  border-radius: 0;
  margin: -1px 0 0 0;
  box-shadow: .05em .2em .6em #0003;
}
.awesomplete > ul li {
  padding: 12px 48px;
}
.awesomplete > ul:before {
  content: "";
  border: inherit;
  background: #FFF;
  border-bottom: 0;
  border-right: 0;
  width: 0;
  height: 0;
  padding: .4em;
  position: absolute;
  top: -8px;
  left: 48px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	transition:            all .2s ease-out;
}
.awesomplete > ul > li:hover {
  color: #000;
	background: rgba(var(--color-tt-grey-light),1.00);
}
.awesomplete mark {
	background: rgba(var(--color-tt-green-light),1.00);
    color: rgba(var(--color-tt-black),1.00);
	transition:            all .2s ease-out;
	border-radius: 4px;
}

.awesomplete li:hover mark {
	background: rgba(var(--color-tt-green),1.00);
    color: rgba(var(--color-tt-white),1.00);
}

.awesomplete li[aria-selected="true"] mark {
	color: inherit;
	background: rgba(var(--color-tt-green),1.00);
}
.awesomplete > input {
	border: 0 none rgba(var(--color-tt-grey-light),1.00);
	transition: all .1s ease-out;
}
.awesomplete > input:focus {
	background: rgba(var(--color-tt-green-light),1.00);
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0 none rgba(var(--color-tt-grey-light),1.00);
}


#search-query-explained {
	display: none;
}
#search-result-empty {
	padding-bottom: 35px;
}
.moduletable.menusearch {
	padding: 20px;
	margin-top: 20px;
}
.moduletable.menusearch .js-finder-search-query {
    border-radius: 5px;
    font-size: 18px;
    padding: 10px 10px;
    width: 260px;
    max-width: 100%;
	background: rgba(var(--color-tt-green-light),1.00);
	border: 0 none transparent;
}
.moduletable.popupsearch .form-control {
	max-width: 100%;
}
.moduletable.popupsearch input {
    font-size: 28px;
    padding: 20px 70px 20px 30px;
    font-weight: 600;
	border: 1px solid rgba(var(--color-tt-green),1.00);
	border-radius: 10px;
}
.searchpopup .fa-magnifying-glass {
	padding: 0!important;
}
.searchpop .eb-close.placement-inside {
	top: 28px;
	right: 22px;
}


.moduletable.offcanvassearch .input-group {
	display: block;
}
.moduletable.offcanvassearch {
	padding: 20px;
}
.moduletable.offcanvassearch input {
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
	border: 0 none rgba(var(--color-tt-green),1.00);
	border-radius: 10px 10px 0 0!important;
	max-width: none;
	width: 100%;
}
.moduletable.offcanvassearch .searchbutton {
    color: rgba(var(--color-tt-white),1.00);
    font-size: 18px;
    padding: 10px 15px 10px 15px;
    font-weight: 600;
	border: 0 none rgba(var(--color-tt-green),1.00);
	border-radius: 0 0 10px 10px!important;
	max-width: none;
	width: 100%;
    background-color: rgba(var(--color-tt-green-tertiary),1.00);
}
/* Search EO */


#t4-fakta {
	margin-top: 50px;
}

/* Counter Up */

.lgx_counter_up_inner {
	padding: 50px 20px!important;
}
.lgx_app_item {
	padding: 15px;
	display: flex;
	justify-content: center;
	flex: 0 0 160px!important;
}
.lgx_app_item_inner {
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    width: 120px;
    height: 120px;
    border-radius: 20px;
    padding: 0 5px!important;
    margin: 0!important;
    position: relative;
}
.lgx_counter_up_title {
	text-align: center;
	font-family: "Gochi Hand", cursive;
	font-size: 60px!important;
	color: rgba(var(--color-tt-white),1.00)!important;
	margin: 0;
	line-height: 1!important;
	text-transform: none;
	font-weight: 300!important;
}
.lgx_counter_value_wrap span {
	font-family: "Gochi Hand", cursive;
	color: rgba(var(--color-tt-white),1.00)!important;
	font-size: 55px!important;
	line-height: 1!important;
	margin-top: 32px;
}
.lgx_app_item_title {
	color: rgba(var(--color-tt-white),1.00)!important;
	font-weight: 300!important;
	font-size: 13px!important;
	margin-top: -8px!important;
	line-height: 1.1;
}

/* Counter EO */




.container {
    width: 100%!important;
	max-width: 100%!important;
	margin: auto;
	padding: 0;
}	

.linkbutton {
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-green-primary),1.00);
    border-radius: 5px;
    padding: 7px 16px 6px 16px;
    display: inline-block;
    text-decoration: none!important;
    font-weight: 400;
    transition: all .1s ease-out;
}
.linkbutton:hover {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-green-secondary),1.00);
    text-decoration: none;
}
.linkbutton i {
	margin-left: 6px;
}


/* Footer */
#t4-footer {
    background-color: rgba(var(--color-tt-grey-primary),0.90);
    margin: 0;
}
/* Footer EO */	




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

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

@media (min-width: 576px) {
	
/* Header */

/* Header EO */	

.page-header-main .container {
	padding: 140px 5vw 30px 5vw;
}

/* Contact Form */

#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: 50% 50%;
    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: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.phone {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    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: 3;
    grid-row-end: 3;
}
/* Contact Form EO */


/* Classes */
#t4-classes .mod-list .box:nth-child(1) {
	border-radius: 10px 10px 0 0;
}
#t4-classes .mod-list .box:nth-child(3) {
	border-radius: 0 0 10px 10px;
}
#t4-classes article .contentwrap {
    height: 35%;
    font-size: 17px;
}
#t4-classes article .content h2 {
	margin: 0 0 3px 0;
	font-size: 27px;
}
#t4-classes article .content h3 {
	margin: 0 0 12px 0;
	padding-bottom: 12px;
	font-size: 18px;
}
#t4-classes article:hover .contentwrap {
    height: 45%;
}
/* Classes EO */



#t4-intro .mod-list > div {
	padding: 50px;
}



/* Coworkers */	
.mod-list.coworker {
	margin: 0 -15px;
}
.mod-list.coworker > div {
	flex: 0 1 33.33%;
	padding: 15px;
}
/* Coworkers EO */	



/* Traditions */
.mod-list.tradition {
	margin: 0 -15px;
}
.mod-list.tradition > div {
	flex: 0 1 33.33%;
	padding: 15px;
}

/* Traditions *EO /




#jnwp-news-wall-wrapper-166 .jnwp-wall-item {
width: calc(33.3333%);
}
.jnwp-news-wall-inner {
	margin: 0 -15px;
}
.jnwp-wall-item {
    padding: 15px;
}

#t4-cowork .moduletable.header {
    margin: 30px -20px 15px -20px;
    font-size: 30px;
    padding: 20px 30px;

}


.boxcard .imagewrap .mod-articles-tags a {
    font-size: 12px;
    padding: 5px 8px;
}



/* Breadcrumbs */
#t4-breadcrumbs {
	top: 120px;
	display: inline-block;
}
#t4-breadcrumbs .mod-breadcrumbs__wrapper {
	margin-left: 93px;
}
/* Breadcrumbs EO */




#t4-slider .moduletable.header .custom {
	width: 80vw;
}
#t4-slider .moduletable.header h2 {
	font-size: 36px;
	padding: 15px 25px;
}
#t4-slider .moduletable.header h3 {
	font-size: 24px;
	padding: 10px 25px;
}


	
}








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

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

@media (min-width: 768px) {

body {
	margin: 0 auto!important;
	padding: 0 30px;
}	

.bodyWrapper {
	padding: 30px 40px 30px 40px;
}


/* Header */
#t4-header .logo {
	flex: 0 1 100%;
}
#t4-topmenu,
#t4-header {
	margin-left: -30px;
	margin-right: -30px;
}

#t4-header .logo {
	flex: 1 1 33.33%;
}
#t4-intro {
	margin: 0 -30px;
}
#t4-intro .mod-list .box:nth-child(1) {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#t4-intro .mod-list .box:nth-child(2) {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#t4-intro .mod-list .box:nth-child(3) {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/* Header EO */	





/* Navigation Menu */	
#t4-header .t4-navbar {
	display: flex;
	justify-content: flex-end;
	padding: 10px 0 10px 10px;
}
#t4-header .t4-megamenu .nav-link {
	align-items: flex-start;

}
#t4-header .menu-item-caption {
	display: flex;
	justify-content: center;
}
#t4-header .menu-item-caption .mega-caption {
	opacity: 1;
	bottom: 14px;
	font-size: 12px;
}

/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 15px 10px 10px 10px; /* THIS */
	margin: 0 10px 0 0;
	text-decoration: none;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	height: 60px;
	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-primary),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-secondary),1.0);
    color: rgba(var(--color-tt-white),1.0);
    border-radius: 5px;
}
	


#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-secondary),1.0);
    color: rgba(var(--color-tt-white),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-secondary),1.0);
    color: rgba(var(--color-tt-white),1.0);
    border-radius: 5px;
}
/* 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-secondary),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on Current Main Manu Item */
#t4-header .nav > .current > a {
	background-color: rgba(var(--color-tt-green-secondary),1.0);
    color: rgba(var(--color-tt-white),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-secondary),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Arrow when submenues are present */
#t4-header .nav > .dropdown > a .item-caret::before,
#t4-header .nav > .dropdown > .separator .item-caret::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(var(--color-tt-green-secondary),1.0);
	position: absolute;
	top: auto!important;
	right: 16px!important;
	bottom: 6px!important;
	border: none!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(var(--color-tt-white),1.0);
}	
/* Hover on submenues */
#t4-header .nav > .open > a .item-caret::before,
#t4-header .nav > .open > .separator .item-caret::before {
	background-color: rgba(var(--color-tt-white),1.0);
}

/* 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 {
	background-color: rgba(var(--color-tt-white),1.0);
}	
/* Dropdown */
#t4-header .nav .dropdown-menu {
	background-color: rgba(var(--color-tt-green-secondary),1.0);
    border: 0px none rgba(0, 0, 0, 0.00);
    border-radius: 0px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.30);
    font-size: 15px;
    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;
    border-radius: 0 8px 8px 8px;
}
#t4-header .nav .dropdown-menu .dropdown-item {
    font-weight: 600;
}


/* 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-white),1.0);
	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-primary),1.0);
    color: rgba(var(--color-tt-white),1.0);
}
/* Color on active dropdown parent */
#t4-header .nav > li.dropdown.show > a {
	background-color: rgba(var(--color-tt-green-secondary),1.0);
    color: rgba(var(--color-tt-white),1.0);
    border-radius: 5px 5px 0 0;
}	
/* Hover on Arrow when submenues are present */
#t4-header .nav > li.dropdown.show > a .item-caret::before {
	background-color: rgba(var(--color-tt-white),1.0);
}		
/* Color on Active dropdown item */
#t4-header .nav > li.dropdown .current.active a {
	background-color: rgba(var(--color-tt-green-primary),1.0);
    color: rgba(var(--color-tt-white),1.0);
}	


#t4-header .nav .dropdown-menu li:first-of-type > a {
    border-top-right-radius: 8px;
}
#t4-header .nav .dropdown-menu li:last-of-type > a {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}


#t4-header .nav-item.has-icon .menu-item-title {
	display: none;
}
#t4-header .nav > li.has-icon > a {
	padding: 18px 10px 10px 4px;
	font-size: 20px;
}
#t4-header .nav > li.has-icon > a:hover {
	background-color: transparent!important;
}
#t4-header .nav > li.has-icon > a {
	background-color: transparent!important;
    color: rgba(var(--color-tt-grey-primary),1.0);
}
/* Navigation Menu EO */		
	


/* Breadcrumbs */
#t4-breadcrumbs {
	margin-left: -10px;
	margin-right: -10px;
}
#t4-breadcrumbs {
	top: 120px;
}
#t4-breadcrumbs .mod-breadcrumbs__wrapper {
	margin-left: 73px;
}
/* Breadcrumbs EO */
	

/* Slider */
#t4-slider {
	margin: 0 -30px;
}
/* Slider EO */


/* Call to action */
.mod-list.calltoaction > div {
	flex: 0 1 33.33%;
}

.mod-list.calltoaction .box:nth-child(1) h3,
.mod-list.calltoaction .box:nth-child(2) h3,
.mod-list.calltoaction .box:nth-child(4) h3 ,
.mod-list.calltoaction .box:nth-child(5) h3 {
    border-right: 1px solid rgba(var(--color-tt-green-primary),1.00);
}
.mod-list.calltoaction .box:nth-child(3) h3 {
    border-right: 1px solid transparent;
}

.mod-list.calltoaction .iconwrap {
    font-size: 8vw;
}
.mod-list.calltoaction .box:nth-child(1) .iconwrap,
.mod-list.calltoaction .box:nth-child(2) .iconwrap,
.mod-list.calltoaction .box:nth-child(4) .iconwrap ,
.mod-list.calltoaction .box:nth-child(5) .iconwrap {
    border-right: 1px solid rgba(var(--color-tt-green-secondary),1.00);
}
.mod-list.calltoaction .box:nth-child(3) .iconwrap {
    border-right: 1px solid transparent;
}
/* Call to action EO */
	



/* Article */
.page-header-main {
	min-height: auto;
	margin-left: -30px;
	margin-right: -30px;
}
.page-header-main .topimage {
	height: 100%;
	width: 100%;
}
.page-header-main .topimage img {
	max-height: 100%;
	margin-left: 0;
}
.page-header-main .container {
	padding: 140px 5vw 30px 5vw;
}
.page-header-main h1 {
	font-size: 4.0vw;
}
.page-header-main h2 {
	font-size: 2.2vw;
}
/* Article EO */



	
/* Footer */
#t4-footer {
    margin: 0 -30px;
}
/* Footer EO */	

	

/* Contact Form */

#t4-contact {
	margin-left: -30px;
	margin-right: -30px;
	padding: 80px 20vw 90px 20vw;
	background-size: 50vw auto;
}
#t4-contact .container {
	max-width: 600px!important;
}
#t4-contact .cf-fields {
    grid-template-columns: 50% 50%;
}
#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.phone {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    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: 3;
    grid-row-end: 3;
}
/* Contact Form EO */	




#t4-slider .moduletable.header h2 {
	font-size: 36px;
}
#t4-slider .moduletable.header h3 {
	font-size: 24px;
}
#t4-slider .moduletable.header br {
	display: none;
}


/* Counter Up */
.lgx_counter_up_app {
	margin: 0 -30px;
}
.lgx_app_item_inner {
    width: 160px;
    height: 160px;
}
.lgx_counter_value_wrap span {
	font-size: 75px!important;
	margin-top: 38px;
}

.lgx_app_item_title {
	font-size: 14px!important;
	margin-top: -12px!important;
}
/* Counter Up EO */


/* Classes */
#t4-classes .mod-list > div {
	flex: 0 1 50%;
}
#t4-classes .mod-list .box:nth-child(1) {
	border-radius: 10px 0 0 0;
}
#t4-classes .mod-list .box:nth-child(2) {
	border-radius: 0 10px 0 0;
}
#t4-classes .mod-list .box:nth-child(3) {
	border-radius: 0 0 0 10px;
}
#t4-classes .mod-list .box:nth-child(4) {
	display: block;
	border-radius: 0 0 10px 0;
}
#t4-classes article .contentwrap {
    height: 31vw;
    font-size: 16px;
}
#t4-classes article .content h2 {
	margin: 0 0 3px 0;
	font-size: 27px;
}
#t4-classes article .content h3 {
	margin: 0 0 12px 0;
	padding-bottom: 12px;
	font-size: 18px;
}
#t4-classes article:hover .contentwrap {
    height: 36.5vw;
}
/* Classes EO */



.jnwp-news-wall-inner {
	margin: 0 -15px;
}
#t4-cowork .moduletable.header {
    margin: 50px -50px 15px -50px;
    font-size: 30px;
    padding: 20px 60px;

}





	
}





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

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

@media (min-width: 992px) {

.bodyWrapper .withSidebar {
	flex: 1 1 65%;
}
.bodyWrapper .sidebar-right {
	flex: 1 1 35%;
}


/* Navigation Menu */	
.mainnav {
	display: block;
}

#t4-header,
#t4-header .container,
#t4-header .logo img {
    height: 80px;
}

/* Navigation Menu EO */

/* Contact Form */	
#t4-contact .container {
    flex-wrap: wrap;
	display: flex;
}
#t4-contact .moduletable.text {
	flex: 1 1 40%;
	flex: 1 1 100%;
}
#t4-contact .moduletable.form {
	flex: 1 1 60%;
	flex: 1 1 100%;
}	
#t4-contact .cf-fields {
    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.phone {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2;
    justify-self: center;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-self: center;
}

#t4-contact .cf-control-group.send button {
    width: 180px;
}
/* Contact Form EO */	

	
/* Article */
.page-header-main {
	min-height: auto;
}
.page-header-main .container {
	padding: 150px 5vw 30px 5vw;
}
.page-header-main .topimage img {
    max-height: none;
    width: 120%;
    height: auto;
}
/* Article EO */
	
	
/* Breadcrumbs */
#t4-breadcrumbs {
	top: 130px;
}
#t4-breadcrumbs .mod-breadcrumbs__wrapper {
	margin-left: 83px;
}
/* Breadcrumbs EO */
	
	
	
/* Intro */

#t4-intro .container {
	padding: 80px 150px;
}
#t4-intro .container > .text {
	padding: 0 100px;
}
#t4-intro .container > .logo {
	padding: 0 0px;
}
/* Intro EO */	



/* Footer */

#t4-footer .container > div {
	flex: 0 1 33.33%;
}
/* Footer EO */	



/* Classes */
#t4-classes article .contentwrap {
    height: 25.5vw;
}
#t4-classes article:hover .contentwrap {
    height: 29.5vw;
}
/* Classes EO */



/* Coworkers */	
.mod-list.coworker > div {
	flex: 0 1 25%;
}
.boxcard h2 {
	font-size: 20px;
}	

#jnwp-news-wall-wrapper-166 .jnwp-wall-item {
width: calc(25%);
}

/* Coworkers EO */	

	

/* Traditions */
.mod-list.tradition > div {
	flex: 0 1 25%;
}

/* Traditions *EO /



/* Enhed Front */
.bodyWrapper.enhedfront {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.bodyWrapper.enhedfront .com-content-article__body {
	flex: 1 1 50%;
	order: 2;
	margin-top: 0;
	padding-left: 50px;
}
.bodyWrapper.enhedfront .com-content-article__image {
	flex: 1 1 50%;
	order: 1;
	margin: 0 0 0 -50px;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.bodyWrapper.enhedfront .item-image {
  margin-bottom: 0;
  margin-top: 0;
  max-height: 500px;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
}
.bodyWrapper.enhedfront h2 {
	margin-top: 0;
  color: rgba(var(--color-tt-green-secondary),1.00);
}
/* Enhed Front EO */


}






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

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

@media (min-width: 1200px) {






	

/* Intro */


#t4-intro .container > .text {
	padding: 0 100px;
}
#t4-intro .container > .logo {
	padding: 0 50px;
	text-align: right;
}
#t4-intro .container > .logo img {
	max-width: 350px ;
}

/* Intro EO */	

/* Footer */

#t4-footer .container > div {
	flex: 0 1 25%;
}
/* Footer EO */	



/* Classes */
#t4-classes .mod-list > div {
	flex: 1 1 33.33%;
}
#t4-classes article .contentwrap {
    height: 21vw;
    font-size: 16px;
}
#t4-classes article:hover .contentwrap {
    height: 24vw;
}
#t4-classes .mod-list .box:nth-child(1) {
	border-radius: 10px 0 0 10px;
}
#t4-classes .mod-list .box:nth-child(2) {
	border-radius: 0;
}
#t4-classes .mod-list .box:nth-child(3) {
	border-radius: 0 10px 10px 0;
}
#t4-classes .mod-list .box:nth-child(4) {
	display: none;
}
/* Classes EO */



/* Call to action */
.mod-list.calltoaction > div {
	flex: 0 1 16.66%;
}

.mod-list.calltoaction .box h3 {
    border-right: 1px solid rgba(var(--color-tt-green-primary),1.00)!important;
}
.mod-list.calltoaction .box:nth-child(6) h3 {
    border-right: 1px solid transparent!important;
}

.mod-list.calltoaction .iconwrap {
    font-size: 3.8vw;
}
.mod-list.calltoaction .box .iconwrap {
    border-right: 1px solid rgba(var(--color-tt-green-secondary),1.00)!important;
}
.mod-list.calltoaction .box:nth-child(6) .iconwrap {
    border-right: 1px solid transparent!important;
}
/* Call to action EO */


/* Coworkers */	
.mod-list.coworker > div {
	flex: 0 1 20%;
}
.boxcard h2 {
	font-size: 20px;
}	

#jnwp-news-wall-wrapper-166 .jnwp-wall-item {
width: calc(20%);
}
/* Coworkers EO */	


/* Traditions */
.mod-list.tradition > div {
	flex: 0 1 20%;
}
/* Traditions *EO /



#t4-slider .moduletable.header .custom {
	width: 960px;
}


}




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

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

@media (min-width: 1400px) {



#t4-header .nav > li.has-icon > a {
	padding: 24px 20px 10px 4px;
	font-size: 24px;
}
#t4-header {
    min-height: 120px;
}
#t4-header,
#t4-header .container,
#t4-header .logo img {
    height: 100px;
}

/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 23px 25px 10px 25px;
	font-size: 18px;
	height: 80px;
}
#t4-header .menu-item-caption .mega-caption {
	bottom: 20px;
	font-size: 14px;
}




/* Breadcrumbs */
#t4-breadcrumbs {
	top: 150px;
}
#t4-breadcrumbs .mod-breadcrumbs__wrapper {
	margin-left: 105px;
}
/* Breadcrumbs EO */



/* Counter Up */

.lgx_app_item {
	padding: 25px 25px;
}
/* Counter UpEO */


/* Classes */
#t4-classes article .contentwrap {
    height: 19vw;
    font-size: 17px;
}
#t4-classes article:hover .contentwrap {
    height: 22vw;
}
/* Classes EO */


/* Article */
.page-header-main .container {
	padding: 180px 5vw 40px 5vw;
}
.page-header-main h1 {
	font-size: 56px;
}
.page-header-main h2 {
	font-size: 31px;
}
.page-header-main .topimage img {
    width: 100%;
}
/* Article EO */


}



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

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

@media (min-width: 1680px) {

/* Classes */
#t4-classes article .contentwrap {
    height: 15vw;
}
#t4-classes article:hover .contentwrap {
    height: 17.5vw;
}
/* Classes EO */



/* Coworkers */	
.mod-list.coworker > div {
	flex: 0 1 16.66%;
}
.boxcard h2 {
	font-size: 22px;
}	

#jnwp-news-wall-wrapper-166 .jnwp-wall-item {
width: calc(16.666%);
}
/* Coworkers EO */	


/* Traditions */
.mod-list.tradition > div {
	flex: 0 1 25%;
}
/* Traditions *EO /


}



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

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

@media (min-width: 1920px) {

body {
	max-width: 1920px!important;
}	

/* Header */	
#t4-topmenu,
#t4-header {
	max-width: 1920px;
}
/* Header EO */		


/* Call to action */
.mod-list.calltoaction .iconwrap {
    font-size: 73px;
}
/* Call to action EO */




/* Contact Form */

#t4-contact {
	background-size: 768px auto;
}
/* Contact Form EO */


.page-header-main .container {
	padding: 180px 96px 40px 96px;
}
	
/* Classes */
#t4-classes article .contentwrap {
    height: 260px;
}
#t4-classes article:hover .contentwrap {
    height: 300px;
}
/* Classes EO */






}

