/*

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

*/
@font-face {
    font-family: 'evogriaregular';
    src: url('evogria-webfont.woff2') format('woff2'),
         url('evogria-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'evogriaitalic';
    src: url('evogria_italic-webfont.woff2') format('woff2'),
         url('evogria_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#Thrane {
	width: 24px;
	height: 24px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(/images/system/Thrane.png);
	background-color: rgba(84,84,84,1.00);
	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: rgba(240,138,18,1.00);
	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(240,138,18,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 { 
    background: url(/images/system/bg.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	background-color: transparent!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    color: rgba(255,255,255,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 {
}
}



a, a:hover, a:focus {
	color: rgba(240,138,18,1.00);
}


.section {
	padding-top: 100px;
    text-align: center;
}


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




h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'evogriaitalic', Arial, Tahoma, Helvetica, sans-serif;
	color: inherit;
	color: rgba(240,138,18,1.00);   
}
h2 {
    font-size: 60px;
    margin-bottom: 40px;
}

.t3-wrapper {
	background: transparent;
	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 {
	width: 100px;
	padding: 12px 0 0 14px;
	position: absolute;
	top: 0;
	left: 0;
}
.logo img {
	max-width: 100%;
}

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

.t3-mainnav .viruslink {
    padding-top: 20px;
    padding-bottom: 16px;
}
.t3-mainnav .virusimage {
    width: 30px;
    height: auto;
}
.t3-mainnav .handicaplink {
    padding-top: 20px;
    padding-bottom: 16px;
}
.t3-mainnav .handicapimage {
    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: 'evogriaitalic', Arial, Tahoma, Helvetica, sans-serif;
	background-color: rgba(0,0,0,1.0);
	border-color: #e7e7e7;
	font-size: 24px;
	font-weight: bold;
}
.navbar {
	border: 0 none transparent;
	height: 70px;
}


.navbar-nav > li > a {
	padding-top: 26px;
	padding-bottom: 24px;
}
.navbar-default .navbar-nav > li > a {
	color: rgba(255,255,255,1.00);
	outline: none;
	transition: 		color .3s ease-out;
	-moz-transition: 	color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: 		color .3s ease-out;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
	color: rgba(240,138,18,1.00);
	outline: none;
}
.navbar-default .navbar-nav > li > a:hover {
	color: rgba(240,138,18,1.00);
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus {
	color: rgba(255,255,255,1.00);
	background-color: transparent;
}
/* Nav EO */

/* GrillRock */
#grillrock {
	padding-top: 100px;
    text-align: center;
}
/* GrillRock */





/* Intro */
#intro {
	padding-top: 100px;
    text-align: center;
}
#intro img {
    width: 800px;
	margin-bottom: 20px;
	height: auto;
	max-width: 80%;
}
#intro .modulejulefrokost img {
    width: 800px;
	max-width: 100%;
}

#intro .modulejulefrokost h4 {
    font-size: 40px;
}
 
#intro h2,
#intro h3,
#intro h4 {
    color: rgba(255,255,255,1.00);
}

#intro h2 {
    font-family: 'evogriaregular', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 120px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-shadow: 7px 7px 0px rgba(0,0,0,0.40);
}
#intro h3 {
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 10px;
}
#intro h4 {
    margin-top: 25px;
}

#intro .moduleintro {
    padding: 0 40px;
}
#intro .moduleintro h3 {
    font-size: 40px;
}
#intro .moduleintro h4 {
    font-size: 25px;
}

/* Intro EO */





/* Footer */
#footer {
    margin-top: 600px;
    margin-bottom: 100px;
    text-align: center;
}
#footer a {
    margin: 0 5px;
    font-size: 12px;
    color: rgba(191,191,191,1.00);
}
/* Footer EO */


/* Contact */
#contact ul {
	list-style: none;
}
/* Contact EO */

/* Instagram */
#instagram i {
    margin-left: 20px;
}
#instagram a {
	transition: 		all .2s ease-out;
	-moz-transition: 	all .2s ease-out;
	-webkit-transition: all .2s ease-out;
	-o-transition: 		all .2s ease-out;
}
#instagram a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
}


/* Instagram EO */


/* Facebook */
.ffp-feed-wrap {
    border: 0px none #f1f1f1!important;
    border-radius: 0!important;
}
.ffp-feed-header-cover-blank {
    height: 56px;
    background: rgba(240,138,18,1.00)!important;
}
.ffp-feed-load-more-btn {
    background: rgba(240,138,18,1.00)!important;
}
a.ffp-feed-header-name {
    text-decoration: none;
    font-size: 23px;
    color: rgba(255,255,255,1.00)!important;
    font-weight: 600;
	display: none;
}
/* Facebook EO */


/* Program */

#program .wrapper {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
#program .wrapper > div {
	-ms-flex: 1 1 50%;
	flex: 1 1 50%;
	max-width: 50%;
	margin-bottom: 0;
	padding: 15px;
}
#program .wrapper .moduletickets {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
}

#program .moduleprogram h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 6px;
}
#program h3.module-title {
    font-size: 35px;
}
#program .moduleItemIntrotext {
    margin-bottom: 35px;
    font-size: 16px;
}
#program .moduleItemIntrotext a {
    margin: 0 6px;
	transition: 		color .3s ease-out;
	-moz-transition: 	color .3s ease-out;
	-webkit-transition: color .3s ease-out;
	-o-transition: 		color .3s ease-out;
}
#program .moduleItemIntrotext a:hover {
    color: rgba(255,255,255,1.00);
}
#program .date {
    font-family: 'evogriaregular', Arial, Tahoma, Helvetica, sans-serif;
    font-size: 18px;
}
/* Program EO */


/* Map */
#map img {
    width: 100%;
}
/* Map EO */



/* Sponsor */
#sponsor img {
	width: 250px!important;
	height: auto;
}
#sponsor .moduleItemImage {
    width: 150px;
    border-radius: 50%;
    border: 0px solid rgba(240,138,18,0.00);
	transition: border .2s ease-out;
	-moz-transition: border .2s ease-out;
	-webkit-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;
    overflow: hidden;
    position: relative;
}
#sponsor .moduleItemImage img {
    width: 100%;
    height: auto;
}
#sponsor .moduleItemImage:hover {
    border: 0px solid rgba(240,138,18,1.00);
}

#sponsor .k2ItemsBlock {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    justify-content: center;
}

#sponsor .k2ItemsBlock > div {
	-ms-flex: 1 1 180px;
	flex: 1 1 180px;
	max-width: 180px;
    padding: 15px;
}
#sponsor .overlay {
    border-radius: 50%;
    background-color: rgba(240,138,18,0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    opacity: 0;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
    line-height: 1;
}
#sponsor .overlay i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,1.00)!important;
}
#sponsor .moduleItemImage:hover .overlay {
    opacity: 1;
}
#sponsor .overlaylink {
    display: block;
}

/* Sponsor EO */





/* Tickets */
#tickets h2,
#tickets h3 {
    color: rgba(255,255,255,1.00);
    margin-bottom: 5px;
}

a.buyticket {
    font-family: 'evogriaregular', Arial, Tahoma, Helvetica, sans-serif;
    color: rgba(255,255,255,1.00);
    background-color: rgba(240,138,18,1.00);
    border-radius: 10px;
    padding: 12px 17px 8px 17px;
    font-size: 22px;
    margin: 30px 0;
    display: inline-block;
	transition: background-color .2s ease-out;
	-moz-transition: background-color .2s ease-out;
	-webkit-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
}
a.buyticket:hover {
    text-decoration: none;
    background-color: rgba(206,111,0,1.00);
}
a.buyticket i {
    margin-right: 10px;
}


#tickets .moduleItemImage {
    width: 150px;
    border-radius: 50%;
    border: 0px solid rgba(240,138,18,0.00);
	transition: border .2s ease-out;
	-moz-transition: border .2s ease-out;
	-webkit-transition: border .2s ease-out;
	-o-transition: border .2s ease-out;
    overflow: hidden;
    position: relative;
}
#tickets .moduleItemImage img {
    width: 100%;
    height: auto;
}
#tickets .moduleItemImage:hover {
    border: 0px solid rgba(240,138,18,1.00);
}

#tickets .k2ItemsBlock {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
    justify-content: center;
}

#tickets .k2ItemsBlock > div {
	-ms-flex: 1 1 180px;
	flex: 1 1 180px;
	max-width: 180px;
    padding: 15px;
}
#tickets .overlay {
    border-radius: 50%;
    background-color: rgba(240,138,18,0.60);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 40px;
    opacity: 0;
	transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
    line-height: 1;
}
#tickets .overlay i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,1.00)!important;
}
#tickets .moduleItemImage:hover .overlay {
    opacity: 1;
}
#tickets .overlaylink {
    display: block;
}

/* Tickets EO */



.eb-content.rstbox-content h3 {
    margin-top: 0;
}
.eb a {
	color: rgba(240,138,18,1.00);
}
.eb {
    font-family: 'Roboto Condensed', sans-serif;
}
.samtykkebox .eb-btn {
	display: block;
	height: auto;
    width: 100%;
	padding: 8px 12px 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgba(255,255,255,1.00);
    background-color: rgba(74,74,74,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;
}





#corona .t3-module {
	padding: 0 40px;
}
#corona h2 br {
    display: none;
}
.itemHeader {
    margin-top: 35px;
}
.itemHeader h1 {
    margin-top: 0;
}



.moduleSoMe {
    font-size: 30px;
}
.moduleSoMe a,
.customSoMe.offcanvas a {
    margin: 0 10px;
	transition: color .2s ease-out;
	-moz-transition: color .2s ease-out;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	color: rgba(240,138,18,1.00)!important;
}
.moduleSoMe a:hover,
.customSoMe.offcanvas a:hover {
    color: rgba(255,255,255,1.00)!important;
}
.moduleSoMe.float {
    position: fixed;
    top: 85px;
    right: 10px;
    font-size: 30px!important;
	color: rgba(240,138,18,1.00);
}
.customSoMe.offcanvas {
    text-align: center;
}

.customSoMe.offcanvas a {
    font-size: 30px!important;
}
.off-menu_172 dl dt:after, .off-menu_172 dl.level1 > dt:after {
    width: 0px!important;
}

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

  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) {
	


	
	
/* Contest */
	
#contest .moduleText {	
	padding: 60px;
	font-size: 13px;
}
#contest .moduleText .module-inner {
	width: 55%;
	width: 100%;
}
#contest .moduleText .customText h2 {
	font-size: 50px;
	margin-bottom: 5px;
}	
#contest .moduleText .customText .cta a {
	padding: 10px 25px;
	font-size: 16px;
	margin: 15px 0;
}

#contest .moduleText .customText h4 {
	font-size: 25px;
	margin-top: 35px;
}
/* Contest EO */	
	
/* Program */
#program .wrapper > div {
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
}

#program .moduleprogram h2 {
    font-size: 30px;
}
#program h3.module-title {
    font-size: 35px;
}
/* Program EO */
	
}


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

  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: 40px;
    text-align: center;
}    
    
/* Off Canvas */
.off-canvas-toggle {
  z-index: 100;
}
/* Off Canvas EO */

.navbar-default {
	background-color: transparent;
}

/* Logo */
.t3-navbar {
	position: relative;
}
.logo {
	width: 300px;
	padding: 11px 12px 0 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: auto;
	right: 0;
}
.t3-mainnav {
  padding-right: 0;
}
.sm-logo {
    padding: 25px 85px!important;
}
/* Logo EO */
    
#off-menu_172 {
    z-index: 9999!important;
}	
.cpnb-m-cookies-floatButton {
    z-index: 8000!important;
}
    
    
/* Intro */
#intro {
	padding-top: 40px;
}
#intro img {
    width: 90vw;
}
#intro .modulejulefrokost h4 {
    font-size: 60px;
}
#intro h2 {
    font-size: 15vw;
    margin-bottom: 20px;
    margin-top: 15px;
    text-shadow: 7px 7px 0px rgba(0,0,0,0.40);
}
#intro h3 {
    font-size: 9vw;
    margin-bottom: 0px;
    margin-top: 10px;
}
#intro h4 {
    font-size: 3vw;
    margin-top: 25px;
}
/* Intro EO */
    
    
	
/* Contest */
	
#contest .moduleText {
	position: relative;	
	padding: 20px;
	font-size: 4vw;
	padding-top: 0;
	z-index: 100;
}
#contest .moduleText {
	background-color: rgba(125,0,16,1.00);
	background-color: rgba(1,53,163,1.00);
	background-color: rgba(43,56,87,1.00);
}	
#contest .moduleText .module-inner {
	width: 100%;
	text-align: center;
}	
#contest .moduleText .customText h2 {
	font-size: 17vw;
	margin-bottom: 5px;
}
#contest .moduleText .customText .cta a {
	font-size: 5vw;	
}

#contest h3 {
	font-size: 8vw;
}

    
.moduleSoMe.float {
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 30px!important;
	color: rgba(240,138,18,1.00);
}    

    
#corona h2 br {
    display: block;
}

.itemHeader {
    margin-top: 5px;
}  
    
}


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

  Media Query: max-width: 599px
  
----------------------------------------------------------------------------- */
@media (max-width: 599px) {
	
.cpnb-left-menu-toggle::after {
    background: rgba(240,138,18,1.00)!important;
}
.cpnb-left-menu-toggle-button {
    background: rgba(240,138,18,1.00)!important;
}
    
    
}


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

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

/* Files */	
#press .rsfiles-layout {
	flex: 0 1 100%;
}	
/* Files EO */	
	
	
}


@media (min-width: 768px) {

}



