/*
	© Copyright 2018
	
	Thrane.nu
	Spangevej 19
	DK-8700 Horsens
	Denmark
	
	http://thrane.nu
	
	Dette css-dokument (Cascading Style Sheet) er beskyttet	af
	copyright og de love, der anvendes til beskyttelse heraf.
	Brug af hele, eller dele af dette stylesheet er forbudt
	uden forudgående tilladelse fra Thrane.nu og må kun anvendes
	med skriftlig godkendelse fra Thrane.nu.
*/

@import url('https://fonts.googleapis.com/css?family=Lato');

@font-face {
    font-family: 'FrancescoRegular';
    src: url('Francesco-Regular.eot');
    src: url('Francesco-Regular.eot?#iefix') format('embedded-opentype'),
         url('Francesco-Regular.woff') format('woff'),
         url('Francesco-Regular.ttf') format('truetype'),
         url('Francesco-Regular.svg#FrancescoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FrancescoSalmenumre';
    src: url('FrancescoSalmenumre.eot');
    src: url('FrancescoSalmenumre.eot?#iefix') format('embedded-opentype'),
         url('FrancescoSalmenumre.woff') format('woff'),
         url('FrancescoSalmenumre.ttf') format('truetype'),
         url('FrancescoSalmenumre.svg#FrancescoSalmenumre') format('svg');
    font-weight: normal;
    font-style: normal;
}

#Thrane {
	width: 20px;
	height: 20px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url(../gfx/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;
	background-size: 16px;
}
#Thrane:hover {
	background-color: rgba(59,59,58,1.00);
	opacity: 1.0;
}
@media only screen 
and (-webkit-min-device-pixel-ratio: 2) {
	#Thrane {
	background-image: url(../gfx/Thrane2x.png);
	background-size: 16px;
}
}


html { 
	/*background: url(../gfx/bg.jpg) no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: rgba(0,0,0,1.00);
}
body {
    font-family: 'FrancescoRegular', Arial, Tahoma, Helvetica, sans-serif;
	color: rgba(255,255,255,1.00);
	font-size: 18px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0;
	/*padding-top: 50px;*/
}



a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}
a:hover {
	color: rgba(255,255,255,1.00);
	text-decoration: underline;
}

.container {
	margin-right: auto;
	margin-left: auto;
}

#header {
	padding-top: 50px;
}
#header .container {
	text-align: right;
}
#header .logo img {
	width: 400px;
	height: auto;
	margin-right: 30px;
}


#tickets {
	margin-bottom: 150px;
}
.ticketWrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-top: 50px;
}
.ticketWrap .ticketBox {
	flex: 0 1 50%;
}
.ticketWrap .ticketBox:first-of-type {
	/*flex: 1 1 100%;*/
}
.ticketWrap .ticketBox .ticket {
	margin: 20px;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ticketWrap .venueWrap {
	display: inline-block;
	position: relative;
}
.ticketWrap .date {
    font-family: 'FrancescoSalmenumre', Arial, Tahoma, Helvetica, sans-serif;
	font-size: 55px;
	margin-right: 22px;
	line-height: 1.5em;
	text-align: center;
}
.ticketWrap .city {
	margin-top: -5px;
	font-size: 26px;
	margin-left: 12px;
}
.ticketWrap .buy {
	text-align: center;
	margin-top: 10px;
	flex: 1 1 100%;
}

.ticketWrap .buy a {
    font-family: 'Lato', Arial, Tahoma, Helvetica, sans-serif;
	color: rgba(255,255,255,1.00);
	background-color: rgba(166,156,84,1.00);
	line-height: normal;
	font-size: 18px;
	border-radius: 5px;
	padding: 6px 30px;
	transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
	-o-transition: background-color .3s ease-out;
}
.ticketWrap .buy a:hover {
	background-color: rgba(166,156,84,0.60);
	text-decoration: none;
}

.ticketWrap .venueWrap .soldout {
	background-color: rgba(208,2,27,0.80);
	text-align: center;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Safari */
    transform: rotate(-15deg); /* Standard syntax */
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	font-size: 30px;
	padding: 6px 0 0 0;
	text-transform: uppercase;
}
.ticketWrap .venueWrap .fewtickets {
	background-color: rgba(0,0,0,0.60);
	text-align: center;
	-ms-transform: rotate(-15deg); /* IE 9 */
    -webkit-transform: rotate(-15deg); /* Safari */
    transform: rotate(-15deg); /* Standard syntax */
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	font-size: 30px;
	padding: 6px 0 0 0;
	text-transform: uppercase;
}


#footer .footerWrap {
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-flex;
    display: -ms-flexbox;
	display: flex;
}
#footer .footerWrap > div {
	flex: 1 1 50%;
	position: relative;
}
#footer .footerWrap .tm img {
	width: 120px;
	position: absolute;
	left: 30px;
	bottom: 20px;
}
#footer .footerWrap .artist img {
	width: 60px;
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.slider {
	position: fixed;
}

.content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	overflow-y: scroll;
}

#presale {
	text-align: center;
	margin-bottom: 0px;
	margin-top: 60px;
	font-size: 30px;
	padding: 0 30px;
}
#presale a {
	text-decoration: underline;
}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .fullscreen-bg {
        background: url('../gfx/bg.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;
    }
}








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

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

.container {
	width: 1170px;
}	
	
}

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

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


	
}

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

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

	
	
}

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

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

.container {
	width: 100%;
}	
.ticketWrap .date {
	font-size: 7vw;
}

.ticketWrap .city {
	font-size: 3.5vw;
}
.ticketWrap .buy a {
	font-size: 2.5vw;
}	
	
}

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

  Media Query: max-width: 599px
  
----------------------------------------------------------------------------- */
@media (max-width: 599px) {
#header .logo img {
	width: 80vw;
}
.ticketWrap .ticketBox {
	flex: 1 1 100%;
}
.ticketWrap .date {
	font-size: 14vw;
}
.ticketWrap .city {
	font-size: 6.7vw;
}	

.ticketWrap .buy a {
	font-size: 5.4vw;
}	
	
}

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

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

	
}


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

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


	
}


/* Retina iPad in landscape */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 1550px;
	background-image: url(../gfx/bg.jpg);
	background-size: 1550px auto;
    background-position: 38% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
}


/* Retina iPad in portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 1550px;
	background-image: url(../gfx/bg.jpg);
	background-size: 1550px auto;
    background-position: 38% 0;
    background-repeat: no-repeat;
    z-index: -1;
}
}
/* Background on mobiledevices */
@media (max-device-width: 667px)  {
html {
	background-image: none;
}
.page-bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
	background-image: url(../gfx/bg.jpg);
	background-size: 1000px auto;
	background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
}
/* Background on mobiledevices EO */


@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

