/*

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

*/


@font-face {
    font-family: 'Springsnote Regular';
    src: url('springsnote-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Springsnote Bold';
    src: url('springsnote-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {

    --color-tt-yellow: 236,212,155;
    --color-tt-green: 161,204,157;
    --color-tt-green-dark: 55,130,102;
    --color-tt-orange: 206,85,28;
    --color-tt-blue: 25,97,136;
    --color-tt-blue-dark: 13,62,88;
    --color-tt-blue-light: 79,159,215;
    --color-tt-red: 163,2,2;
	
    --color-tt-grey: 100,100,100;
    --color-tt-grey-light: 239,239,239;
    --color-tt-grey-dark: 239,239,239;

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

	--font-regular: Springsnote Regular;
	--font-bold: Springsnote Bold;

font-family: var(--font-regular);
}


html { 
	background-color: rgba(var(--color-tt-white),1.0);
	/*
	background: url(/images/system/curtain.webp) no-repeat center center fixed; 
	background-size: cover;
	*/
}

body {
	background-color: rgba(var(--color-tt-black),0.00);
	height: 100%;
}

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


::selection {
	background-color: rgba(var(--color-tt-red),1.00);
	color: rgba(var(--color-tt-white),1.00);
}


#t4-chairs {
	position: fixed;
	left: 0;
	bottom: -1vw;
	width: 100vw;
}
#t4-chairs img {
	width: 100%;
	height: auto;
}


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

/* Header */
#t4-header {
	background-color: rgba(var(--color-tt-yellow),1.00);
    border-bottom: 0 none transparent;
	display: block;
    min-height: 50px;
	position: fixed!important;
	width: 100%;
	top: 0;
	margin-top: 0px;
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
	z-index: 50;
	/*
	-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),0.80);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.frontpage #t4-header {
	background-color: rgba(var(--color-tt-brown),0.00);
}
.frontpage.not-at-top #t4-header.t4-sticky {
	background-color: rgba(var(--color-tt-white),0.80);
	box-shadow: 0px -2px 4px 3px rgba(0,0,0,0.0);
}
.t4-row {
	margin: 0;
}
.row>* {
    padding-right: 0;
    padding-left: 0;
}
#t4-header .logo {
	display: flex;
	justify-content: center;
	margin: 10px 0 -25px 0;
}
#t4-header .logo img {
    width: 420px;
    height: auto;
	transition:            all .2s ease-out;
}

#t4-header .vertical-menu {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 35px;
	right: 30px;
	padding: 0;
}


#t4-header .login-header {
	width: 170px;
	font-family: var(--font-regular);
	position: absolute;
	top: 35px;
	right: 80px;
	font-size: 32px;
}
#t4-header .login-header a {
	color: rgba(var(--color-tt-blue),1.00);
	text-decoration: none;
	transition: all .2s ease-out;
	padding: 8px 15px;
	border-radius: 5px;
}
#t4-header .login-header a:hover {
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-blue),1.0);
}
#t4-header .login-header i {
	margin-left: 8px;
	font-size: 22px;
}

/* Header EO */


	

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

h3 {
	color: rgba(var(--color-tt-green-dark),1.00);
}
.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-section.frontcomponent .com-content-article.item-pagefrontpage,
.t4-section.frontcomponent .page-header-main {
	display: none;
}
.t4-content {
	padding-top: 0;
}


.com-content-article.item-page a {
	color: rgba(var(--color-tt-green-dark),1.0);
}


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

.t4-content-wrapper {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
.t4-content-wrapper .item-page {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding-right: 0px;
}
.t4-content-wrapper .sidebar-right {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	padding: 30px 15px 0 15px;
}
.sidebar-right:empty {
	display: none;
}

.sidebar-right .moduletable {
	margin-bottom: 30px;
}
 


#archive_view .contentheading,
.acym__powered__by__image  {
	display: none!important;
}


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

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

body.sm-open-144 .menu-icon3 span {
	background-color: rgba(var(--color-tt-white),1.00)!important;
}
body.frontpage .menu-icon3 span {
	background-color: rgba(var(--color-tt-white),1.00);
}
body.frontpage.not-at-top .menu-icon3 span {
	background-color: rgba(var(--color-tt-green-dark),1.00);
}

/* 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 */

.com-content-article__body strong {
	font-weight: 600;
}

.page-header-main {
    background-color: rgba(var(--color-tt-brown-dark),1.00);
	min-height: 30vw;
	position: relative;
	margin: 50px -15px 0 -15px;
	background-image: url('/images/content/header.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-header-main .container {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	align-items: center;
	padding: 30px 5vw;
}
.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: 2.3vw;
    color: rgba(var(--color-tt-white),1.00);
}
.page-header-main img {
	float: right;
	max-height: 30vw;
	width: auto;
}


.pull-right.item-image {
	width: 100%;
	margin-left: 0!important;
	margin-bottom: 15px!important;
}
/* Article EO */


/* Category */
.com-content-category-blog.sponsorer .blog-items,
.moduletable.logos .mod-list {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
	text-align: center;
	font-weight: 600;
}
.com-content-category-blog.sponsorer .blog-items > div,
.moduletable.logos .mod-list > div {
	flex: 1 1 100%;
	padding: 15px;
}
.com-content-category-blog.sponsorer .blog-items .item-image {
	width: 100%;
	margin: 0!important;
}
.com-content-category-blog.sponsorer .blog-items img,
.moduletable.logos .mod-list img {
	width: 100%;
	height: auto;
}
.com-content-category-blog.sponsorer .blog-item {
	margin-bottom: 0;
}
.com-content-category-blog.sponsorer .blog-item a,
.moduletable.logos .mod-list > div a {
	text-decoration: none;
}
.category-desc {
    padding: 30px 15px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    border: 0 none transparent;
}
/* Category EO */





/* Intro */
#t4-intro {
	line-height: 1.6;
	font-size: 20px;
}
#t4-intro .container {
    flex-wrap: wrap;
	display: flex;
	position: relative;
}
#t4-intro .container > div {
	padding: 30px;
}
#t4-intro .container .text {
	flex: 0 1 100%;
}
#t4-intro .container .badge {
	flex: 0 1 100%;
	text-align: center;
}
#t4-intro .container .badge img {
	width: 50%;
	max-width: auto;
}
#t4-intro .container .monkey {
	position: absolute;
	bottom: -230px;
	right: 0;
	z-index: 200;
}
#t4-intro .container .monkey img {
	width: 450px;
	max-width: auto;
}
#t4-intro h2 {
	font-size: 46px;
	margin-top: 0;
}
#t4-intro .linkbutton {
	font-size: 40px;
}

/* Intro EO */






figure.pull-right {
    margin: 30px 0px 30px 0px!important;
}







/* Contact Form */

#t4-contact {
    padding: 50px 30px;
	font-size: 15px;
    background-color: rgba(var(--color-tt-green),1.00);
	color: rgba(var(--color-tt-green-dark),1.00);
}
#t4-contact .convertforms {
    margin-top: 20px;
}
#t4-contact .convertforms .cf-form-wrap {
    padding: 0!important;
}
#t4-contact h3 {
	margin-top: 0;
	color: rgba(var(--color-tt-green-dark),1.00);
}
#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: 6;
    grid-row-end: 6;
}
#t4-contact .cf-control-group.captcha {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 7;
    grid-row-end: 7;
    text-align: center;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 4;
    grid-row-end: 4;
    display: flex;
    justify-content: center;
}  
#t4-contact .cf-control-group.newsletter {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 5;
    grid-row-end: 5;
    display: flex;
    justify-content: center;
}  



#t4-contact .cf-control-group.captcha .cf-control-input {
	gap: 0;
}


#t4-contact  .cf-recaptcha-v3-text-badge,
#t4-contact  .cf-recaptcha-v3-text-badge a {
	color: rgba(var(--color-tt-green-dark),1.00)!important;
}

#t4-contact .cf-control-group.consent label,
#t4-contact .cf-control-group.newsletter label {
    color: rgba(var(--color-tt-green-dark),1.00)!important;
    
}
#t4-contact .cf-control-group.consent label a,
#t4-contact .cf-control-group.newsletter label a {
    color: rgba(var(--color-tt-green-dark),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,
#t4-contact .cf-control-group.newsletter 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: 100px;
}
#t4-contact .cf-control-group.send button {
	background-color: rgba(var(--color-tt-green-dark),1.00);
	font-weight: 600!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-white),1.00);
    background-color: rgba(var(--color-tt-red),1.00);
	line-height: 1.4;
	font-weight: 600;
	width: auto;
    display: inline-block;
}

.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 */


.item-page-movie {
	padding: 50px 50px;
}
.item-page-movie h1 {
	margin-top: 0!important;
}
.imagewrapper {
	position: relative;
}
.imagewrapper .trailer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.imagewrapper .trailer i {
    color: rgba(var(--color-tt-white),0.80);
    font-size: 200px;
	transition: all .2s ease-out;
    text-shadow: 3px 3px 3px rgba(0,0,0,.50)
}
.imagewrapper .trailer i:hover {
    color: rgba(var(--color-tt-white),1.00);
    text-shadow: 3px 3px 3px rgba(0,0,0,.50)
}

figure.item-image-movie {
	float: left;
	width: 35%;
	padding: 0 50px 50px 0;
	margin: 0;
}

.linkbutton.premiere {
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 30px;
}
.item-page-movie .tickets {
	text-align: center;
	clear: both;
    background: rgba(var(--color-tt-yellow),1.00);
    margin: 0 -50px 50px -50px;
    padding: 50px;
}
.item-page-movie .tickets h3 {
	font-size: 60px;
	font-family: var(--font-regular);
	font-weight: normal;
}
.item-page-movie .tickets a {
	background-color: rgba(var(--color-tt-blue-dark),1.00);
	color: rgba(var(--color-tt-white),1.00);
	padding: 10px 15px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 10px 10px;
	text-decoration: none;
	transition: all .2s ease-out;
	display: inline-block;
	line-height: 1;
}
.item-page-movie .tickets a:hover {
	scale: 1.1;
}
.item-page-movie .tickets a {
	background-color: rgba(var(--color-tt-blue-dark),1.00);
	color: rgba(var(--color-tt-white),1.00);
	padding: 10px 15px;
	font-weight: 600;
	font-size: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 10px 10px;
	text-decoration: none;
	transition: all .2s ease-out;
	display: inline-block;
	line-height: 1;
}
.item-page-movie .tickets a.notactive {
	background-color: rgba(var(--color-tt-red),1.00);
}
.item-page-movie .tickets a i {
	margin-left: 6px;
}

[data-tooltips] {
    cursor: pointer;
    border-bottom: 0 dashed #c0c6cf;
    display: inline-block;
}





/* Featured Film */
#t4-featured {
	padding: 0 15px;
	margin-top: -400px;
}
#t4-featured .mod-list {
    flex-wrap: wrap;
	display: flex;
	margin: 0 -15px;
}
#t4-featured .mod-list > article {
	flex: 0 1 25%;
	padding: 30px 0 0 0;
	padding: 15px;
}
#t4-featured a {
    text-decoration: none;
}
#t4-featured h3 {
	font-family: var(--font-regular);
	text-align: center;
	font-size: 80px;
	color: rgba(var(--color-tt-white),1.00);
	text-transform: none;
	font-weight: normal;
}

#t4-featured .image {
	overflow: hidden;
	aspect-ratio: 1 / 1.48;
}
#t4-featured .mod-articles-item-content {
	position: relative;
}
#t4-featured .overlay {
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-blue-light),0.7);
	padding: 15px;
	font-size: 5.0vw;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .2s ease-out;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#t4-featured .mod-articles-item-content:hover .overlay {
	opacity: 1;
}
#t4-featured .header {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(var(--color-tt-blue-light),1.0);
}
#t4-featured .header a {
	display: block;
	padding: 12px 20px;
}
#t4-featured .quicklinks {
	font-size: 50px;
	margin-top: -40px;
}

div.featuredmovie-trailer [data-modals-element=slide-content] {
    padding: 0!important;
	background-color: rgba(var(--color-tt-black),1.0)!important;
	height: auto;
}

[data-modals-class=featuredmovie-trailer]:after {
  /* Set the font for this icon style */
  font-family: 'Font Awesome 6 Pro';
  /* Set the weight for this icon style */
  font-weight: 900;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: '\f04b';
}


div.featuredmovie-trailer .trailer-popup {
	position: relative;
}
div.featuredmovie-trailer .chairs {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

/* Featured Film EO */




/* Other Movies */
#t4-other-movies {
	padding: 70px 30px;
}
#t4-other-movies h3 {
	font-family: var(--font-regular);
	text-align: center;
	font-size: 80px;
	color: rgba(var(--color-tt-white),1.00);
	text-transform: none;
	font-weight: normal;
	margin-bottom: 30px;
}

/* Other Movies EO */





.gallery-items .imagecaption {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 700;
}
.glightbox-clean .gslide-desc {
    font-size: .86em;
    margin-bottom: 0;
	font-family: var(--body-font-family);
    line-height: 1.4em;
}
.glightbox-clean .gslide-desc .title { 
	font-weight: 700;
	margin-top: 10px;
	font-size: 18px;
}
.glightbox-container .gslide-description .gdesc-inner .gslide-desc .caption:not(:empty) {
    margin: 5px auto 22px auto;
}



/* Samtykke */



.samtykkebox .eb {
	font-size: 16px;
	color: rgba(var(--color-tt-grey),1.00);
	font-family: var(--body-font-family);
}
.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-dark),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-dark),1.00);
    text-decoration: none;
}
.samtykkebox .button {
	text-align: center;
}
.samtykkebox .eb-btn {
	display: block;
	height: auto;
    width: 100%;
	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: 13px;
	font-weight: 300;
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-green-dark),1.00);
	border-top: 0 none transparent;
	text-align: center;
	padding: 20px 50px 0 50px;
}
#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 {
	display: flex;
	flex-wrap: wrap;
}
#t4-footer .t4-section-inner > div {
	flex: 1 1 100%;
	display: flex;
	align-items: center;
	padding: 20px 0;
}
#t4-footer .t4-section-inner > div > div {
	width: 100%;
	
}
#t4-footer .t4-section-inner .moduletable.bike {
	padding: 0px;
	align-items: flex-end;
	order: 4;
}
#t4-footer .t4-section-inner .moduletable.bike img {
	width: 100%;
	max-width: none;
}
#t4-footer p {
	margin-bottom: 0;
}
#t4-footer .t4-section-inner .moduletable.some ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#t4-footer .t4-section-inner .moduletable.some ul li {
	position: relative;
	height: 48px;
	padding-left: 50px;
}
#t4-footer .t4-section-inner .moduletable.some ul i {
	font-size: 32px;
	position: absolute;
	left: 0;
	top: -7px;
}
/* Footer EO */


.sidebar-right .convertforms.newslettersignup {
	padding: 20px;
}

.convertforms.newslettersignup {
	background-color: rgba(var(--color-tt-green),1.0);
	border-radius: 8px;
}
.convertforms.newslettersignup .cf-form-wrap {
    padding: 0px;
}

.convertforms.newslettersignup .intro h3 {
	margin-top: 0;
}
.convertforms.newslettersignup .intro p {
	font-size: 18px!important;
}
.com-content-article__body .convertforms.newslettersignup {
	padding: 30px;
	width: 500px;
}


.b4p-format {
	text-transform: uppercase;
	font-weight: 700;
}
.b4p-format strong {
	color: rgba(var(--color-tt-red),1.00);
}

blockquote {
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-green-dark),1.0);
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px 25px;
	border-radius: 8px;
	display: flex;
}
.com-content-article.item-page blockquote a {
	color: rgba(var(--color-tt-white),1.00);
}
blockquote::before {
  /* Set the font for this icon style */
  font-family: 'Font Awesome 6 Pro';
  /* Set the weight for this icon style */
  font-weight: 300;
  font-size: 24px;
  /* Make sure icons render pixel-perfect */
  -webkit-font-smoothing: antialiased;
  /* Set the Unicode value for the "fa-ghost" icon */
  content: '\f05a';
  line-height: 1.2;
  margin-right: 10px;
}

/* Disclaimer */
#t4-disclaimer {
	text-align: center;
	font-size: 10px;
	padding: 10px 0;
	color: rgba(var(--color-tt-grey),0.80);
	background-color: rgba(var(--color-tt-grey-light),0.60);
}
#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 {
	font-family: var(--font-regular);
    color: rgba(var(--color-tt-white),1.00)!important;
    background-color: rgba(var(--color-tt-orange),1.00);
    border-radius: 5px;
    padding: 7px 16px 6px 16px;
	transition: 		all .2s ease-out;
    display: inline-block;
    text-decoration: none!important;
    line-height: 1;
}
.linkbutton:hover {
    color: rgba(var(--color-tt-white),1.00);
    background-color: rgba(var(--color-tt-orange),1.00);
    text-decoration: none;
    scale: 1.1;
}
.linkbutton i {
	margin-right: 8px;
}


/* Slider */
#t4-slider . {
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
#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;
}
#t4-slider .sliderbutton i {
	margin-left: 8px;
}
#t4-slider .logo {
	width: 40vw;
}
#t4-slider .monkey {
	width: 25vw;
}
#t4-slider .col01 {
	width: 40%!important;
}
#t4-slider .col02 {
	width: 60%!important;
}
/* Slider EO */	






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

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

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


#t4-footer .t4-section-inner > div {
	flex: 1 1 50%;
}
#t4-footer .t4-section-inner .moduletable.bike,
#t4-footer .t4-section-inner .moduletable.some {
	flex: 1 1 100%;
}

/* Category */
.com-content-category-blog.sponsorer .blog-items > div,
.moduletable.logos .mod-list > div {
	flex: 0 1 33.33%;
}

/* Category EO */



}








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

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

@media (min-width: 768px) {

body {
	margin: 0 auto!important;
}	

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

#t4-header {
    border-bottom: 0 none transparent;
	display: block;
    min-height: 120px;
	position: fixed!important;
	width: 100%;
	top: 0;
}




/* Header EO */	

#t4-slider {
	padding-top: 120px;
}
	
/* Navigation Menu */	
#t4-header .mainnav {
	padding-right: 30px;
	margin-top: 75px;
}
#t4-header .t4-navbar {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
}
	

.tdr.nav-link img {
	width: 20px;
	height: auto;
	margin-top: -2px;
	margin-right: 4px;
}

/* Main Menu Items */
#t4-header .nav > li > a,
#t4-header .nav > li > .separator,
#t4-header .nav > li > span {
	padding: 10px 10px 10px 10px;
	margin: 0 5px;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	height: auto;
	font-weight: 600;
	transition:            all .2s ease-out;
    border-radius: 5px;
}

/* 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 .nav > li > a,
.frontpage #t4-header .nav > li > span {
    color: rgba(var(--color-tt-white),1.0);
}
.frontpage.not-at-top #t4-header .nav > li > a,
.frontpage.not-at-top #t4-header .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-red),1.0);
    color: rgba(var(--color-tt-white),1.0);
}

.frontpage.not-at-top #t4-header .nav > li > a:hover, 
.frontpage.not-at-top #t4-header .nav > li > a:focus,
.frontpage.not-at-top #t4-header .nav > li > .separator:hover, 
.frontpage.not-at-top #t4-header .nav > li > .separator:focus,
.frontpage.not-at-top #t4-header .nav > li > span:hover, 
.frontpage.not-at-top #t4-header .nav > li > span:focus {
	background-color: rgba(var(--color-tt-red),1.0);
    color: rgba(var(--color-tt-white),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-red),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-red),1.0);
    color: rgba(var(--color-tt-white),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-red),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-red),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-red),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 {
	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 */		
	

#t4-header .phone {
	display: block;
	flex: 0 0 200px;
	padding: 0;
	text-align: center;
}
#t4-header .phone a {
	color: rgba(var(--color-tt-white),1.00);
	background-color: rgba(var(--color-tt-green-dark),1.00);
	padding-top: 17px;
	width: 200px;
	height: 70px;
	display: block;
	font-weight: 700;
	font-size: 24px;
	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-header .phone a:hover {
	color: rgba(var(--color-tt-green-dark),1.00);
	background-color: rgba(var(--color-tt-white),1.00);
}
#t4-header .phone p {
	margin: 0;
}
#t4-header .phone i {
	margin-right: 10px;
}
	
/* Intro */
#t4-intro .container {
	padding: 80px 200px;;
}
#t4-intro .container .text {
	flex: 0 1 65%;
}
#t4-intro .container .badge {
	flex: 0 1 35%;
}
#t4-intro .container .badge img {
	width: 100%;
}
/* Intro EO */
	



/* Call to action */
#t4-call-to-action {
	padding: 0 50px;
	color: rgba(var(--color-tt-blue),1.0);
	background-color: rgba(var(--color-tt-yellow),1.0);
}

#t4-call-to-action .mod-list {
    flex-wrap: wrap;
	display: flex;
}
#t4-call-to-action .mod-list > div {
	flex: 0 1 33.33%;
	padding: 30px 50px 0 50px;
}
#t4-call-to-action h3 {
	font-family: var(--font-regular);
	text-align: center;
	font-size: 80px;
	color: rgba(var(--color-tt-blue-dark),1.00);
	text-transform: none;
	font-weight: normal;
	margin-bottom: 30px;
}
/* Call to action EO */



/* Biografer */

#t4-biografer {
	color: rgba(var(--color-tt-green-dark),1.0);
	background-color: rgba(var(--color-tt-yellow),1.0);
	padding: 0;
	font-size: 12px;
	text-align: center;
	padding: 75px 0 10vw 0;
}
#t4-biografer a {
	text-decoration: none;
}
#t4-biografer a:hover {
	text-decoration: underline;
}
#t4-biografer .mod-list {
    flex-wrap: wrap;
	display: flex;
}
#t4-biografer .mod-list > div {
	flex: 0 1 20%;
	padding: 15px 15px 15px 15px;
}
#t4-biografer h3 {
	font-size: 16px;
}
#t4-biografer p:last-of-type {
	margin-bottom: 0;
}
/* Biografer EO */

	

.page-header-main {
	margin-top: 130px;
	min-height: 16vw;
	margin: 0px -45px 0 -45px;
}

.page-header-main h1 {
	font-size: 3.5vw;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.page-header-main h2 {
	font-size: 1.0vw;
}	
.page-header-main img {
	max-height: 16vw;
}	

#t4-facebook {
	padding: 0;
} 
	
/* Footer */
#t4-footer em {
	display: inline;
}
#t4-footer span::before {
	content: "\A";
	white-space: normal;
}
/* Footer EO */

	
#t4-footer {
	text-align: left;
	padding: 0 50px 0 50px;
}
#t4-footer .t4-section-inner > div {
	flex: 1 1 25%;
	display: flex;
	align-items: center;
	padding: 40px 0;
}
#t4-footer .t4-section-inner .moduletable.bike,
#t4-footer .t4-section-inner .moduletable.some {
	flex: 1 1 25%;
}

#t4-footer .t4-section-inner > div > div {
	width: 100%;
}
#t4-footer .t4-section-inner .moduletable.bike {
	order: 0;
}
#t4-footer .t4-section-inner .moduletable.bike img {
	width: 80%;
	max-width: 350px;
}
/* Footer EO */


figure.pull-right {
    margin: 30px 0px 30px 30px!important;
}
	
/* Contact Form */
#t4-contact {
    margin: 0 -30px;
}
#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: 2;
    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: 5;
    grid-row-end: 5;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.newsletter {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 4;
}
#t4-contact .cf-control-group.captcha {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 6;
    text-align: center;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group,
#t4-contact .cf-control-group.newsletter .cf-checkbox-group {
    justify-content: center;
}
/* Contact Form EO */	

.pull-right.item-image {
	width: 40%;
	margin-left: 40px!important;
	margin-bottom: 30px!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;
}	


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

/* Footer EO */

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

.page-header-main h1 {
	font-size: 4.5vw;
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
.page-header-main h2 {
	font-size: 1.4vw;
}		

	
	
/*
.com-content-article__body [type="t4.row"] .col {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
}	
*/	
	


/* Category */
.com-content-category-blog.sponsorer .blog-items > div,
.moduletable.logos .mod-list > div {
	flex: 0 1 25%;
}
/* Category EO */

.t4-content-wrapper .item-page {
	-ms-flex: 1 1 65%;
	flex: 1 1 65%;
	padding-right: 0px;
}
.t4-content-wrapper .sidebar-right {
	-ms-flex: 1 1 35%;
	flex: 1 1 35%;
	margin-top: 0;
}	
}





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

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

@media (min-width: 992px) {


	






/* Contact Form */
#t4-contact {
    padding: 50px 7vw;
}
#t4-contact .container {
    flex-wrap: wrap;
	display: flex;
}
#t4-contact .moduletable.text {
	flex: 1 1 40%;
	padding: 30px 30px 30px 0;
}
#t4-contact .moduletable.form {
	flex: 1 1 60%;
	padding: 30px 0 30px 30px;
}	

#t4-contact .convertforms {
    margin-top: 0px;
}
#t4-contact .cf-fields {
    display: grid;
    grid-template-columns: auto;
    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: 2;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.send {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    grid-row-end: 6;
}
#t4-contact .cf-control-group.captcha {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 6;
    grid-row-end: 7;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 4;
    grid-row-end: 5;
}

#t4-contact .cf-control-group.newsletter {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
}
#t4-contact .cf-control-group.consent .cf-checkbox-group,
#t4-contact .cf-control-group.newsletter .cf-checkbox-group {
    justify-content: flex-start;
}
#t4-contact .cf-control-group.send button {
    height: 45px;
}
/* Contact Form EO */	

	

	
	
	
/* Call to action */

/* Call to action EO */	

	

/* Footer */
#t4-footer .t4-section-inner > div {
	flex: 0 1 25%;
	display: flex;
	align-items: center;
	padding: 50px 0;
}
/* Footer EO */

	
/* Sponsorer */
#t4-sponsorer {
	padding: 60px 12vw;
}
/* Sponsorer EO */


}






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

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

@media (min-width: 1200px) {

/* Category */
.com-content-category-blog.sponsorer .blog-items > div,
.moduletable.logos .mod-list > div {
	flex: 0 1 20%;
}
/* Category EO */


.t4-content-wrapper .item-page {
	-ms-flex: 1 1 75%;
	flex: 1 1 75%;
	padding-right: 0px;
}
.t4-content-wrapper .sidebar-right {
	-ms-flex: 1 1 25%;
	flex: 1 1 25%;
	padding-left: 25px;
	margin-top: 0;
}	
	
}




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

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

@media (min-width: 1400px) {

	/* Contact Form */

#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: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
#t4-contact .cf-control-group.email {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
#t4-contact .cf-control-group.message {
    grid-column-start: 2;
    grid-column-end: 3;
    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.captcha {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 5;
    grid-row-end: 5;
    text-align: right;
}
#t4-contact .cf-control-group.consent {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 4;
    grid-row-end: 4;
    justify-content: flex-end;
}
#t4-contact .cf-control-group.newsletter {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 3;
    justify-content: flex-end;
}
}

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



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

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

@media (min-width: 1680px) {



	
}



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

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

@media (min-width: 1920px) {

body .t4-wrapper {
max-width: 1920px !important;
margin: auto;
}	

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


/* Sponsorer */
#t4-sponsorer {
	padding: 60px 230px;
}	
/* Sponsorer EO */


.page-header-main {
	height: 307.0px;
	min-height: 307.0px;
}
	.page-header-main h1 {
	font-size: 86px;
}
.page-header-main h2 {
	font-size: 27px;
}	
.page-header-main .container {
	padding: 30px 96px;
}
.page-header-main img {
	max-height: 307.0px
}	




#t4-contact {
	padding: 50px 135px;
}



}

