/*

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

*/

@font-face {
    font-family: 'Domaine Regular';
    src: url('DomaineDisp-Regular.eot');
    src: url('DomaineDisp-Regular.eot?#iefix') format('embedded-opentype'),
        url('DomaineDisp-Regular.woff2') format('woff2'),
        url('DomaineDisp-Regular.woff') format('woff'),
        url('DomaineDisp-Regular.ttf') format('truetype'),
        url('DomaineDisp-Regular.svg#DomaineDisp-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Domaine Semibold';
    src: url('DomaineDispSemibold.eot');
    src: url('DomaineDispSemibold.eot?#iefix') format('embedded-opentype'),
        url('DomaineDispSemibold.woff2') format('woff2'),
        url('DomaineDispSemibold.woff') format('woff'),
        url('DomaineDispSemibold.ttf') format('truetype'),
        url('DomaineDispSemibold.svg#DomaineDispSemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

:root {
    
    
    --color-primary: 92,92,67;
	--color-primary-dark: 69,69,50;
    --color-secondary: 240,232,212;
    /*--color-secondary-dark: 177,135,89;*/
    
    --color-black: rgba(0,0,0,1.00);
    --color-white: rgba(255,255,255,1.00);
    --color-grey: rgba(150,150,150,1.00);
    
    --font-default: 'Domaine Regular', Arial, Tahoma, sans-serif;
    --font-heading: 'Domaine Semibold', Arial, Tahoma, sans-serif;

}


#Thrane {
	width: 24px;
	height: 24px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(/images/system/Thrane.png);
	background-color: var(--color-second);
	background-repeat: no-repeat;
	text-indent: -999999px;
	z-index: 750;
	background-position: 2px 2px;
	opacity: 0.5;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
}
#Thrane:hover {
	background-color: var(--color-main);
	opacity: 1.0;
}
@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
	#Thrane {
	background-image: url(/images/system/Thrane2x.png);
	background-size: 20px;
}
}
.back-to-top {
	background-color: rgba(100,100,100,0.00);
	width: 50px;
	height: 50px;
	margin: 0;
	position: fixed;
	left: calc(50% - 25px);
    bottom: 50px;
	z-index: 1500!important;
	opacity: 0;
	transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-webkit-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	-moz-border-radius: 25px;
	border-radius: 25px;
    font-size: 50px;
    line-height: 1;
	color: rgba(var(--color-primary-dark),1.00);
}
#back-to-top.reveal {
	opacity: .5;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
	cursor: pointer;
}
#back-to-top.reveal:hover {
	opacity: 1;
    transition: opacity .3s ease-in;
    -moz-transition: opacity .3s ease-in;
    -webkit-transition: opacity .3s ease-in;
    -o-transition: opacity .3s ease-in;
}



html { 
    overflow-y: initial!important;
}
body {
    font-family: var(--font-default);
	font-size: 16px;
	background-color: rgba(var(--color-secondary),1.00);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgba(var(--color-primary),1.00);
	/*-webkit-text-stroke: 0.45px rgba(0, 0, 0, 0.1);
 	text-shadow: #fff 0px 1px 1px;*/
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,0d3870+47,763550+100 */

	
}

@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
body {
}
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--font-heading);
	color: inherit;
    color: rgba(var(--color-primary),1.00); 
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a, a:hover, a:focus {
	color: rgba(var(--color-primary),1.00);
    font-family: var(--font-heading);
}

.t3-wrapper {
	background-color: rgba(var(--color-secondary),1.00);
}


.section {
	padding-top: 58px;
}
.section h2 {
    margin: 0;
    padding: 18px 20px 12px 20px;
    color: rgba(var(--color-secondary),1.00);
	background-color: rgba(var(--color-primary),1.00);
    font-size: 46px;
    text-align: center;
}

.article-header {
	padding-top: 20px;
}

.t3-content {
    padding-top: 50px;
    padding-bottom: 20px;
}



.t3-wrapper {
	position: relative;
	left: 0;
	z-index: 99;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	overflow: visible;
}

.t3-module {
	margin-bottom: 0;
} 


/* Logo */
.t3-navbar {
	position: relative;
}
.logo {
	padding: 10px 0 0 10px;
	position: absolute;
	top: 0;
	left: 0;
}
.logo img {
	height: 40px;
}

/* Logo EO */



/* Nav */
#t3-mainnav {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	
	transition: box-shadow .3s ease-out;
	-moz-transition: box-shadow .3s ease-out;
	-webkit-transition: box-shadow .3s ease-out;
	-o-transition: box-shadow .3s ease-out;
}
#t3-mainnav.border {
	-webkit-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.75);
}
.t3-mainnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	padding-right: 20px;
}
.t3-mainnav .homelink {
    padding-top: 18px;
    padding-bottom: 18px;
}
.t3-mainnav .homeimage {
    width: 30px;
    height: auto;
}



ul.navbar-nav {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	float: none;
	justify-content: right;
}
.menuwrap {
	float: right;
}
.navbar-default {
    font-family: var(--font-default);
	background-color: rgba(var(--color-primary),1.00);
	border-color: #e7e7e7;
	font-size: 18px;
}
.navbar {
	border: 0 none transparent;
	height: 60px;
}

.navbar-nav > li > a {
	padding-top: 21px;
	padding-bottom: 19px;
	text-decoration: none;
}

/* Color Main Menu Items */
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > span {
    color: var(--color-white);
	transition:            all .2s ease-out;
	-moz-transition:       all .2s ease-out;
	-webkit-transition:    all .2s ease-out;
	-o-transition:         all .2s ease-out;
}
/* Color on Hover on Main Menu Items */
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > .separator:hover, 
.navbar-default .navbar-nav > li > .separator:focus,
.navbar-default .navbar-nav > li > span:hover, 
.navbar-default .navbar-nav > li > span:focus {
	background-color: rgba(var(--color-primary-dark),1.00);
    color: rgba(var(--color-secondary),1.00);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > .separator,
.navbar-default .navbar-nav > .open > .separator:hover,
.navbar-default .navbar-nav > .open > .separator:focus,
.navbar-default .navbar-nav > .open > span,
.navbar-default .navbar-nav > .open > span:hover,
.navbar-default .navbar-nav > .open > span:focus {
	background-color: rgba(var(--color-primary-dark),1.00);
    color: rgba(var(--color-secondary),1.00);
}

/* Color on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .separator,
.navbar-default .navbar-nav > .active > span {
	background-color: rgba(var(--color-primary-dark),1.00);
    color: rgba(var(--color-secondary),1.00);
}
/* Color Hover on Active Main Menu Item */
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: var(--color-orange);
    color: var(--color-white);
}
/* Color on Current Main Manu Item */
.navbar-default .navbar-nav > .current > a {
	background-color: var(--color-orange);
    color: var(--color-white);
}
/* Color on Hover on Current Main Menu Item */
.navbar-default .navbar-nav > .current > a:hover,
.navbar-default .navbar-nav > .current > a:focus {
	background-color: var(--color-orange);
    color: var(--color-white);
}

.t3-mainnav .homelink {
    padding-top: 15px;
    padding-bottom: 15px;
}
.t3-mainnav .homeimage {
    width: 30px;
    height: auto;
}

/* Nav EO */


/* Header */
#header .moduleimage img {
    width: 100%;
	height: auto;
} 
#header .moduleimage p:last-of-type {
    margin-bottom: 0;
} 
#header .wrapper {
    position: relative;
}
#header .wrapper .modulelogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#header .wrapper .modulelogo div {
    width: 100%;
    height: 100%;
}
#header .wrapper .modulelogo img {
    width: 700px;
}
#header .wrapper .modulelogo .mod-custom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Header EO */

/* Odd Fellow  */
#erikmenved.section {
    margin-top: -58px;
	text-align: center;
}
#erikmenved {
    font-size: 18px;
}
#erikmenved .contentwrapper {
	background-color: rgba(var(--color-secondary),1.00);
	padding: 40px 0;
}


/* Odd Fellow  */
#oddfellow.section {
    margin-top: -58px;
	text-align: center;
}
#oddfellow {
    font-size: 18px;
}
#oddfellow .contentwrapper {
	background-color: rgba(var(--color-secondary),1.00);
	padding: 40px 0;
}


/* Odd Fellow  */
#video.section {
    margin-top: -58px;
}


/* Contact  */
#contact.section {
    margin-top: -58px;
}
#contact {
    font-size: 18px;
	text-align: center;
}
#contact .contentwrapper {
    background-color: var(--color-second);
	padding: 40px 0 20px 0;
}
#contact a {
    color: rgba(var(--color-primary),1.00);
}


#contact .wrapper .modulecontact strong {
    font-family: var(--font-nowaymedium);
}
#contact .wrapper .customcontact {
    text-align: right;
    padding-right: 30px;
}

#contact .wrapper .modulelogo {
    text-align: center;
}
#contact .wrapper .modulelogo img {
    width: 300px;
}
#contact .wrapper .t3-module p:last-of-type {
    margin-bottom: 0;
}
#contact .wrapper .moduleowner {
    text-align: left;
    padding-left: 30px;
}


/* Contact EO */


/* Footer */
#footer {
	background-color: rgba(var(--color-primary),1.00);
    padding-top: 20px;
    padding-bottom: 500px;
    text-align: center;
    font-family: var(--font-default);
}
#footer a {
    margin: 0 10px;
    font-size: 12px;
	color: rgba(var(--color-secondary),1.00);
	text-decoration: none;
    font-family: var(--font-default);
}
#footer a:hover {
	text-decoration: underline;
}
/* Footer EO */



.convertforms.rentform {
    font-family: var(--font-nowayregular);
	margin: 0 auto;
	text-align: left;
}

.convertforms.rentform .cf-control-group.send .cf-btn {
    padding: 12px 15px 10px 15px!important;
}
.convertforms.rentform .cf-control-group.send .cf-btn-text {
    font-size: 22px;
}



/* Cookie */

.cc-trigger.cc-trigger-icon svg path {
    fill: var(--cc-trigger-icon);
    stroke: none!important;
}

/* Cookie EO */




.linkbutton {
    color: var(--color-white);
    background-color: var(--color-main);
    border-radius: 5px;
    padding: 6px 12px;
    font-family: var(--font-nowaymedium);
	transition: 		all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	-o-transition: 		all .3s ease-out;
    display: inline-block;
}
.linkbutton:hover {
    color: var(--color-white);
    background-color: var(--color-main-dark);
    text-decoration: none;
}
.linkbutton i {
    margin-right: 6px;
}



.eb-content h3 {
    margin-top: 0;
}
.eb a {
	color: rgba(240,138,18,1.00);
}
.eb {
    font-family: var(--font-default);
}
.samtykkebox .eb-btn {
    font-family: var(--font-heading);
    text-transform: uppercase;
	display: block;
	height: auto;
    width: 100%;
	padding: 14px 12px 10px 12px;
	font-size: 18px;
	line-height: 1;
	color: rgba(255,255,255,1.00);
	background-color: rgba(var(--color-primary),1.00)!important;
	background-image: none;
	border: 0 none #cccccc;
	border-radius: 6px;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--color-main)!important;
}







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

  Media Query: max-width: 1500px
  
----------------------------------------------------------------------------- */
@media (max-width:1500px) {

#header .wrapper .modulelogo img {
    width: 40vw;
}

	
	
}




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

  Media Query: min-width: 1200px
  
----------------------------------------------------------------------------- */
@media (min-width: 1200px) {

}

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

  Media Query: max-width: 1199px
  
----------------------------------------------------------------------------- */
@media (max-width:1199px) {



	
	
}


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

  Media Query: max-width: 991px
  
----------------------------------------------------------------------------- */
@media (max-width: 991px) {
	
/* Practical */
#practical .wrapper .modulespace,
#practical .wrapper .modulespecs {
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    padding: 35px;
}
/* Practical EO */	
	
/* Contact */
#contact .container {
    width: 100%;
}
#contact .wrapper {
    align-items: flex-start;
}
#contact .wrapper .modulelogo {
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    order: 1;
    padding-bottom: 40px;
}
#contact .wrapper .modulecontact {
    -ms-flex: 1 1 50%;
	flex: 1 1 50%;
    order: 2;
}
#contact .wrapper .moduleowner {
    -ms-flex: 1 1 50%;
	flex: 1 1 50%;
    order: 3;
}
/* Contact EO */  
    
#rent .container {
    width: 750px;
}
    
	
}


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

  Media Query: max-width: 767px
  
----------------------------------------------------------------------------- */
@media (max-width: 767px) {

#t3-mainnav.border {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}	

.section {
	padding-top: 50px;
}    
    
    
.section h2 {
    font-size: 6vw;
}   

    
/* Off Canvas */

/* Off Canvas EO */

.navbar-default {
	background-color: rgba(var(--color-primary),1.00);
}
.navbar {
    border: 0 none transparent;
    height: 50px;
}
/* Logo */
.t3-navbar {
	position: relative;
}
.logo {
	width: 150px;
	padding: 10px 0 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
 .logo img {
    height: 30px;
}  
.t3-mainnav {
  padding-right: 0;
}
.sm-logo {
    padding: 25px 65px!important;
}
/* Logo EO */
    

    


    
/* Contact */
#contact .wrapper {
    align-items: flex-start;
}
#contact .wrapper > div {
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    text-align: center!important;
}
#contact .wrapper .modulecontact {
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    order: 2;
}
#contact .wrapper .modulecontact .customcontact {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
    
#contact .wrapper .moduleowner {
    -ms-flex: 1 1 100%;
	flex: 1 1 100%;
    order: 3;
}
#contact .wrapper .moduleowner {
    padding-left: 0px;
}
/* Contact EO */    
    

    
#practical .moduleimages {
    margin-bottom: -50px;
}
    
#practical.section {
    margin-top: -50px;
}
    
#rent .container {
    width: 100%;
}    
#terms.section {
    margin-top: -50px;
}  
    
    

    
 
    
    
}


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

  Media Query: max-width: 599px
  
----------------------------------------------------------------------------- */
@media (max-width: 599px) {
	


    
    
/* Contact */
#video.section,
#contact.section {
    margin-top: -49px;
} 
/* Contact EO */   
    
   

.convertforms .cf-one-half {
    width: 100%!important;
}
    
}


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

  Media Query: max-width: 480px
  
----------------------------------------------------------------------------- */
@media (max-width: 480px) {	
	

	
	
}


@media (min-width: 768px) {

}



