@font-face {
    font-family: 'lionmusicals';
    src: url('../fonts/lionmusicals_light.woff2') format('woff2'),
         url('../fonts/lionmusicals_light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('../fonts/lionmusicals_lightitalic.woff2') format('woff2'),
         url('../fonts/lionmusicals_lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('../fonts/lionmusicals_regular.woff2') format('woff2'),
         url('../fonts/lionmusicals_regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('../fonts/lionmusicals_regularitalic.woff2') format('woff2'),
         url('../fonts/lionmusicals_regularitalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_medium.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_mediumitalic.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_mediumitalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_bold.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_bolditalic.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_bolditalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_xbold.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_xbold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_xbolditalic.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_xbolditalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_heavy.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'lionmusicals';
    src: url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_heavyitalic.woff2') format('woff2'),
         url('https://lionmusicals.dk/wp-content/themes/Lion/assets/fonts/lionmusicals_heavyitalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}


@media only screen and (max-width: 520px) {
	button#Coi-Renew { display: none !important; }
}


:root { 
	scroll-behavior: auto !important;

	--darkColor: #181616;
	--lightColor: #fefbf3;
	/*--transition: 0.2s ease-in-out;*/
}


.splash3 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 240px;
	z-index: 1;
	transform: translate(80px, -60px) rotate(15deg);
}
@media only screen and (max-width: 1500px) {
	.splash3 {
		max-width: 200px;
		transform: translate(30px, -50px) rotate(15deg);
	}
}
@media only screen and (max-width: 991px) {
	.splash3 {
		max-width: 300px;
		transform: rotate(15deg);
		position: relative;
		top: unset;
		right: unset;
		margin: 0 auto;
		display: block;
	}
}
@media only screen and (max-width: 500px) {
	.page-template-page-about main#main .videoframe {
		margin: 0 -40px 30px;
	}
}

header#lionheader {
	padding: 0 40px;
	top: 0;
	left: 0;
	width: 100%;
	background: var(--darkColor);
	/*transition: all var(--transition);*/
	height: 150px;
	/*border-bottom: 1px solid rgb(0 0 0 / 40%);*/
	height: 100px;
	height: 60px;
}
.home header#lionheader:not(.active) {
	border-bottom: 1px solid rgb(0 0 0 / 0%);
}
header#lionheader > * {
    position: relative;
    z-index: 1;
}
header#lionheader .container,
header#lionheader .container-fluid {
	height: 100%;
}
header#lionheader .brand-logos {
    display: inline-flex;
    align-items: center;
    justify-content: center;
	position: relative;
}
/*
header#lionheader .brand-logos .brand {
	transition: all var(--transition);
}*/
/*header#lionheader.active .brand.lion {
	width: 7vw;
	height: 7vw;
	padding: .7vw;
}*/
header#header header#lionheader .brand.text img {
	max-width: 130px;
	width: 130px;
	max-width: 70px;
	width: 70px;
}
header#lionheader .left-side,
header#lionheader .right-side {
	width: 30vw;
}

header#header header#lionheader nav > ul {
	column-gap: 40px;
}
header#lionheader nav > ul > li {
	height: 100%;
	/*margin-right: 4vw;*/
}
header#lionheader nav > ul > li:last-of-type {
	/*margin-right: 0;*/
}
header#header header#lionheader nav > ul > li > a {
	color: var(--lightColor);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-weight: 600;
	padding: 0;
	position: relative;
	font-size: 2vw;
	letter-spacing: .2vw;
	
	font-size: 1.4vw;
	letter-spacing: .1vw;
	line-height: 91%;
	transition: all var(--transition);
	
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}
header#header  header#lionheader nav > ul > li.current-menu-item > a {
	color: #b48f50;
}
header#header header#lionheader nav > ul > li > a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
	bottom: -10px;
	border-width: 0 0 2px 0;
    border-style: solid;
    color: var(--lightColor);
    transition: left 150ms ease 0s, right 150ms ease 0s;
}
header#header header#lionheader nav > ul > li > a:focus:after,
header#header header#lionheader nav > ul > li > a:hover:after {
    left: 0;
    right: 0;
}















.bigtext {
	font-size: 1.3em;
}

















.no-image {
    aspect-ratio: 10 / 3;
}

canvas.sparticles {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	mix-blend-mode: overlay;
	/*width: 100%;
	height: 100%;*/
	pointer-events: none;
}



span#disney {
    position: fixed;
    z-index: 99999;
	color: #ffffff;
    transform: rotate(90deg);
    bottom: -2px;
    right: 40px;
	right: 20px;
    transform-origin: top right;
    line-height: 1;
    font-size: 15px;
    text-shadow: 0 0 10px black, 0 0 30px black, 0 0 50px black;
}
.page-template-page-credits span#disney {
	display: none;
}

html {
	font-size: 16px;
}

@media (min-width: 1000px) { 
	.w-80 {
		width: 80%;
		margin: 0 auto;
	}
}


div#loader {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 78%);
    z-index: 99999999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
div#loader video {
    height: 20vh;
}
body.loader {
	overflow: hidden;
	height: 100vh;
	width: 100vw;
}


.g-10, .gx-10 {
    --bs-gutter-x: 10rem;
}


div#social-sidebar {
	position: fixed;
	right: 0;
	z-index: 99999992;
	display: flex;
	flex-direction: column;
	top: 50%;
	margin-top: -54px;
	display: none !important;
}
div#social-sidebar a {
	padding: 10px;
	display: block;
	margin: 2px 0;
	background: #0050c1;
	border-radius: 5px 0 0 5px;
	border-right: 0;
	transition: background 0.3s ease;
	position: relative;
	
	display: flex;
	align-items: center;
	justify-content: center;
}
div#social-sidebar a:after {
	content: '';
	position: absolute;
	inset: 0;
	background-image: url(../../../../uploads/frost_bg.jpg);
	opacity: .3;
}
div#social-sidebar a:hover {
	background: #0091d7;
}
div#social-sidebar svg {
	fill: #ffffff;
	width: 20px;
	height: auto;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width: 768px) { 
	div#social-sidebar {
		margin-top: -40px;
	} 
	div#social-sidebar svg {
		width: 20px;
	}
	div#social-sidebar a {
		padding: 7px;
	}
}


.wow {
	visibility: hidden;
}

#wrapper {
	position: relative;
	margin: 0 30px;
	margin: 0 15px;
}
#wrapper:before,
#wrapper:after {
	content: '';
	position: fixed;
	height: 100vh;
	width: 30px;
	width: 15px;
	background: #181616;
	top: 0;
	z-index: 99999991;
}
#wrapper:before {
	left: 0;
}
#wrapper:after {
	right: 0;
}

.crystal {
	position: absolute;
	z-index: 9;
	aspect-ratio: 982 / 537;
	width: 210px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -74px;
	
	top: 0;
	width: 20vw;
	transform: translateY(-62%);
	max-width: 220px;
}



.crystal.crystal-bottom {
    transform: scaleY(-1);
    top: unset;
    bottom: -75px;
	
	bottom: 0;
	transform: scaleY(-1) translateY(-64%);
}

body {
	background: #ffffff;
	color: #0091d7;
	font-weight: normal !important;
	font-family: "arboria", sans-serif;
	font-size: 18px;
}

.italic,
h1.entry-title {
	letter-spacing: 0;
}

.yellow-text {
	color: #03336c !important;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700 !important;
	text-transform: uppercase;
}

h2 {
	font-size: 50px;
}
h3 {
	font-size: 34px;
}

.bluegradient span,
.bluegradient strong {
	display: inline;
	background: linear-gradient(2deg, #55c5f8, #2069a9, #55c5f8);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 20%));
}
.lightbluegradient span,
.lightbluegradient strong {
	display: inline;
	background: linear-gradient(2deg, #55c5f8, #c2e3ff, #55c5f8);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0px 2px 1px rgb(0 0 0 / 20%));
}

.section-heading .eyebrow {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: #ffffff;
	background: rgba(32, 105, 169, 0.7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	padding: 6px 18px;
	border-radius: 4px;
}
.section-heading h3 {
	margin: 0;
}

header#header {
	position: fixed;
	top: 0;
	left: 30px;
	left: 15px;
	width: calc(100% - 60px);
	width: calc(100% - 30px);
	z-index: 9999999;
	box-shadow: 0 4px 20px rgb(13 32 72 / 33%);
	transition: background .4s ease;
	text-transform: uppercase;
	/*background: #181616;*/
	background: rgb(255 255 255 / 70%);
	backdrop-filter: blur(30px);
	box-shadow: unset !important;
}
header#header > .topleftradius,
header#header > .toprightradius {	
	width: 10px;
	height: 10px;
	position: absolute;
	top: 100px;
	display: none;
}

header#header > .toprightradius {
	right: 0;
	transform: scaleX(-1);
}
header#header > * {
	position: relative;
	z-index: 1;
}
header#header:before {
	content: '';
	position: absolute;
	inset: 0;
	transition: opacity .4s ease-in-out;
	opacity: .2;
	top: 30px;
	background-image: url(../../../../uploads/frost_bg.jpg);
    background-size: 2700px;
    background-position: 50% 50%;
}
.home header#header {
	box-shadow: none;
	background: transparent;
	backdrop-filter: blur(0);
}
.home header#header:before {
	opacity: 0;
}
.home header#header.active:before {
	opacity: .2;
}
.home header#header.active {
	box-shadow: 0 4px 20px rgb(13 32 72 / 33%);
	backdrop-filter: blur(10px);
	background: rgb(255 255 255 / 70%);
}

.home header#header > .container .brand {
    opacity: 0;
    visibility: hidden;
}
.home header#header.active > .container .brand {
    opacity: 1;
    visibility: visible;
}

.topnav {
	color: #ffffff;
	letter-spacing: 0;
	position: relative;
	padding: 6px 0 0;
	z-index: 1;
	font-weight: 400;
	font-size: 15px;
	text-transform: initial;
	text-shadow: 0 0 5px #04476e, 0 0 6px #003d62, 0 0 8px #002a44;
	line-height: 1.2;
	color: #fefbf3;
}
.topnav .container > div {
	border: none;
	column-gap: 20px;
}

.topnav .lionlogo {
    max-width: 50px;
    height: auto;
}

header#header > .container {
	padding-top: 10px;
	padding-bottom: 10px;
} 

header#header .brand {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	transition: all .4s ease;
}
header#header .brand a {
	display: flex;
	padding: 0;
}
header#header .brand img {
	max-width: 180px;
}

header#header .header-left,
header#header .header-right {
	width: 500px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	text-shadow: 0 2px 7px #00578a, 0 0 10px #003f65, 0 0 10px #003152;
}
header#header .header-right {
	justify-content: flex-end;
}

header#header .header-left a,
header#header .header-right a {
	transition: .3s ease-in-out;
	display: inline-flex;
	align-items: center;
}
header#header .header-left a:hover,
header#header .header-right a:hover {
	transform: scale(1.1);
}

header#header ul.menu li {
	font-weight: 700;
}
header#header ul.menu li a:hover,
header#header ul.menu li a:active,
header#header ul.menu li a:focus,
header#header ul.menu li.current-menu-item a {
	color: #ffffff !important;
}
header#header ul.menu li:not(:last-child) {
	margin-right: 40px;
}
header#header .header-right ul.menu {
	margin-right: 40px !important;
}

nav#mainmenuNav {
	display: flex;
}
nav#mainmenuNav a {
	color: #ffffff;
	font-weight: 700 !important;
	display: inline-flex;
	align-items: center;
}
header#header .header-right nav#mainmenuNav > a > span {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 100%;
	margin-right: 10px;
	box-shadow: 0 0 10px 1px #026ba8;
}
nav#mainmenuNav a svg {
	width: 21px;
	height: auto;
	fill: #008df5;
}

body:not(.page-template-page-frontpage) div#content {
	margin-top: 219px;
	margin-top: 179px;
}

.main-nav {
	display: block;
	z-index: 99999999;
}
.main-nav::before {
	background: linear-gradient(0deg, rgb(64 205 247), rgb(5 145 255));
	opacity: .9;
}
.main-nav a:not(.logo) {
	color: #ffffff;
}

.open-main-nav {
	background: none;
	border: 0;
	cursor: pointer;
	outline: none !important;
	transition: all 0.2s ease-in-out;
	padding-top: 17px;
	margin-left: 30px;
}
.open-main-nav.active {
	margin-top: -8px;
}

.parent-burger {
	display: none;
}

.burger {
	position: relative;
	display: block;
	width: 28px;
	height: 4px;
	margin: 0 auto;
	background: #ffffff;
	transform: skew(0deg);
	transition: all 0.275s;
	
	box-shadow: 0 0 10px 1px #026ba8;
}
button#burger.is-open {
	top: 20px;
	right: 20px;
}
.burger:after,
.burger:before {
	content: "";
	display: block;
	height: 100%;
	background: #ffffff;
	transition: all 0.275s;
	
	box-shadow:  0 0 10px 1px #026ba8;;
}
.burger:after {
	transform: translateY(-12px) translateX(0px) skew(0deg);
	background: #ffffff;
}
.burger:before {
	transform: translateY(-16px) skew(0deg);
}

.main-nav .burger,
.main-nav .burger:before,
.main-nav .burger:after {
	background: #ffffff;
}
.main-nav .parent-burger {
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 9999;
}

/* Toggle State part */
.is-open .burger {
	transform: skew(5deg) translateY(-8px) rotate(-45deg);
}
.is-open .burger:before {
	transform: translateY(0px) skew(-10deg) rotate(75deg);
}
.is-open .burger:after {
	transform: translateY(-12px) translateX(10px) skew(-20deg);
	opacity: 0;
}


.page-template-page-frontpage .page {
	padding-top: 0;
	padding-bottom: 0;
}

.vip-ticket > a,
.standard-ticket > a {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vip-ticket > a:after {
	content: '';
	width: 50px;
	height: 150%;
	background: #f8af4a;
	position: absolute;
	opacity: .1;
	transform: skew(-30deg, 0deg);
	left: -80%;
	animation: vipshine 5s linear infinite;
}
@keyframes vipshine {
	0%, 70% {
		left: -80%;
	}
	100% {
		left: 160%;
	}
}


a {
	color: #ffffff;
}

h1 {
	padding-bottom: 0;
}
h2, h3 {
}

.page-template-page-tickets h1 {
	margin-bottom: 0;
}
.page-template-page-tickets #vipsec .container > h3 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #ffffff;
}
.page-template-page-tickets .bigtxt + h3 {
	color: #f8af4a;
	margin-top: 60px;
}

.page-template-page-tickets .page h3 {
	font-size: 36px;
	margin: 0;
}


/*.page-template-page-frontpage main#main {
	padding-top: 240px;
	padding-bottom: 90px;
	
	justify-content: flex-start;
	overflow: hidden;
}*/
/*
@media only screen and (max-width: 1750px) {
	.page-template-page-frontpage main#main {
		padding-top: 40px;
	}
}*/

.container {
	max-width: 1370px !important; 
	/*width: 80%;*/
}

main#main {
	background: transparent;
	padding-top: 80px;
	padding-bottom: 60px;
	
	padding: 3vw 0 3vw;
		
	background-attachment: unset;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


.page-template-page-tickets main#main {
	padding-top: 120px;
	
	padding-top: 4vw;
	background: #1295e8;
}
.page-template-page-tickets main#main:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../../../../uploads/frost_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	opacity: .5;
}
.page-template-page-tickets main#main .rabat {
    position: absolute;
    right: 60px;
    top: -190px;
    max-width: 360px;
}

@media only screen and (max-width: 1370px) {
	.page-template-page-tickets main#main {
		z-index: 6;
		padding-top: 120px !important;
	}
	section#vip-pakker {
		padding-bottom: 70px !important;
	}
	.page-template-page-tickets main#main .rabat {
		max-width: 310px;
		position: static;
		margin-top: -260px;
		pointer-events: none;
	}
}
@media only screen and (max-width: 991px) {
	.page-template-page-tickets main#main .rabat {
		margin-top: -290px;
	}
}
@media only screen and (max-width: 500px) {
    .page-template-page-tickets main#main .rabat {
		max-width: 220px;
        margin-top: -250px;
        margin-bottom: 10px;
    }
}

#content p + p,
#content p + h1,
#content p + h2,
#content p + h3 {
	margin-top: 24px;
}

#content p + h4 {
	margin-top: 40px;
	margin-bottom: 10px;
}

h1:before, h1:after {
	content: none;
}

#content .cta,
.frost-popup-content .cta {
	background: #ffffff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 19px 30px;
	line-height: 1;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #0091d7;
	text-shadow: none;
	transition: all .3s ease-in;
	font-size: 14px;
	border-radius: 8px;
	font-weight: 700 !important;
	position: relative;
	overflow: hidden;
	min-width: 290px;
	filter: drop-shadow(0px 7px 10px rgb(0 0 88 / 50%));
}
#content .cta:before,
.frost-popup-content .cta:before {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../../../../uploads/frost_bg.jpg);
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	opacity: .3;
	transition: all .3s ease-in;
}
#content .cta:hover:before
.frost-popup-content .cta:hover:before {
	background-position: 50% 30%;
}
#content .cta > *,
.frost-popup-content .cta > * {
	position: relative;
	z-index: 2;
}
#content .cta:hover,
.frost-popup-content .cta:hover {
	transform: scale(1.05);
	z-index: 3;
}
#content .cta svg,
.frost-popup-content .cta svg {
	fill: #0091d7;
	width: 24px;
	margin-right: 10px;
	height: auto;
}
#content .cta.cta2,
.frost-popup-content .cta.cta2 {
	background: #0050c1;
	color: #ffffff;
}
#content .cta.cta2 svg,
.frost-popup-content .cta.cta2 svg {
	fill: #ffffff;
}


body .page {
	margin-top: 0;
	padding-top: 60px;
	padding-top: 0;
	padding-bottom: 20px;
	width: 100%;
}
body .page .container {
	border: none !important;
	background: transparent;
}
body .page.post-19 {
	padding-bottom: 0;
}

header#header nav > ul > li > a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	padding: 0;
}


footer#footer {
	position: relative;
	z-index: 1;
}

.bottomleftradius,
.bottomrightradius {
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0px;
	z-index: 999;
	transform: scaleY(-1);
	display: none;
}
.bottomrightradius {
    right: 0;
    transform: scale(-1, -1);
}


#footerwrapper {
	position: relative;
	z-index: 3;
	background: #def0fa;
}

#footerwrapper img.footerbg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	z-index: 1;
	-webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.copyright {
	box-shadow: none;
	border: none;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	z-index: 999999;
	color: #fefbf3;
	background: #181616;
}

.copyright .yellow-text {
    color: #b48f50 !important;
}

.copyright .container {
	position: relative;
}

.copyright a.footerbrand {
	position: static;
	margin-bottom: 10px;
	border-color: #fefbf3;
	border-width: 1px;
	background: #181616; 
	padding: 5px;
	display: block;
	margin: 0 auto;
}
.copyright a {
	font-weight: 700;
	color: #fefbf3;
}
.copyright p {
	font-size: 11px;
	letter-spacing: 1px;
}

section#newsletter {
	padding: 80px 0 60px;
	position: relative;
	z-index: 10;
}

section#newsletter .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 9;
}
section#newsletter h2 {
	font-size: 40px;
	color: #ffffff;
}
section#newsletter p {
	max-width: 590px;
	margin: 20px auto 0;
}
section#newsletter form#mc4wp-form-1 {
	width: 100%;
	max-width: 500px;
	margin-bottom: 40px;
}
section#newsletter .mc4wp-form-fields .inside-mc {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 10px;
	width: 100%;
}
section#newsletter .mc4wp-form-fields input {
	background: rgb(255 255 255 / 70%);
	box-shadow: unset;
	border: none;
	padding: 0 20px;
	height: 48px;
	color: #004bb4;
	outline: none;
	text-align: center;
	flex: 1 1 calc(50% - 5px);
	min-width: 0;
	font-size: 14px;
}
section#newsletter .mc4wp-form-fields button {
	height: 48px;
	border: none;
	padding: 0 30px;
	outline: none;
	background: #0050c1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: none;
	transition: all .3s ease-in;
	font-size: 14px;
	font-weight: 700 !important;
	position: relative;
	overflow: hidden;
	filter: drop-shadow(0px 7px 10px rgb(0 0 88 / 50%));
	flex: 1 1 100%;
}
section#newsletter input::placeholder {
	opacity: 0.5;
	color: #0050c1;
}
section#newsletter .mc4wp-form-fields button:before {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../../../../uploads/frost_bg.jpg);
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 50% 20%;
	opacity: .3;
	transition: all .3s ease-in;
}
section#newsletter .mc4wp-form-fields button > * {
	position: relative;
	z-index: 2;
}


main#main .container,
#sangtekst .container {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.home main#main .container {
	width: 80%;
}
.page-template-page-tickets main#main .container {
	justify-content: flex-start;
}

main#main .postText {
	display: block !important;
	max-width: unset;
	width: 100%;
}


section#firstsec {
	top: 0;
	left: 0;
	width: 100%;
	background: url(../../../../uploads/frost2027.jpg);
	background-position: center 6%;
	background-size: 2520px;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	/*height: 100dvh;*/
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

section#firstsec > .container {
	margin-top: 580px;
	margin-bottom: 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

section#firstsec img#hero-logo {
	width: 38vw;
    min-width: 550px;
	max-width: 650px;
	pointer-events: none;
	filter: drop-shadow(0 4px 30px rgba(0,0,0,0.3));
}
/* hero-stemmer removed for 2027 */
section#firstsec img#hero-falkonersalen {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: -9vw;
	margin-top: 0vw;
    transform: translateX(28vw);
	width: 8vw;
	min-width: 500px;
	z-index: 1;
}
section#firstsec p.premiere {
	color: #ffffff;
	text-shadow: 0 2px 8px rgba(0,0,0,0.4);
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	line-height: 1;
}

/* hero video removed for 2027 */

#firstsec .container,
#firstsec .container > * {
	position: relative;
	z-index: 99;

}
#firstsec .actions,
#sangtekst .actions,
#buy-tickets .actions {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
#firstsec .actions {
	margin-top: 20px;
}
#firstsec .cta {
	font-size: 16px;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 0 !important;
	font-size: .7vw;
	font-size: max(14px, 0.7vw);
	padding: .9vw 1.0vw;
	min-height: 60px;
	min-width: 260px;
	width: 14vw;
}
#firstsec .cta svg {
	width: 1.3vw;
	min-width: 20px;
}
#firstsec .cta + .cta.cta2,
#buy-tickets .cta + .cta.cta2 {
	margin-left: 16px !important;
}
#firstsec #premieredato h3 {
	font-size: 2.5rem !important;
	letter-spacing: .4rem;
}
#firstsec #premieredato p {
	letter-spacing: 2px;
	font-size: 30px;
	margin-top: 20px;
	line-height: 2.5rem;
}

@media only screen and (max-width: 1600px) {
	section#firstsec {
		background-position: center 6%;
		background-size: 1920px;
		height: 100dvh;
	}
}
@media only screen and (max-width: 1200px) {
    section#firstsec {
        background-position: center 0%;
        background-size: 1380px;
        height: 100dvh;
    }
}

@media only screen and (max-width: 767px) {
	section#firstsec {
		align-items: flex-end;
		padding-bottom: 40px;
		background-size: cover;
		background-image: url(../../../../uploads/mobilhero.jpg);
	}
	section#firstsec > .container {
    	margin-top: unset;
	}
	section#firstsec p.premiere {
		font-size: 6vw;
		margin: 2vw 0;
	}
	section#firstsec img#hero-logo {
		width: 85vw;
		min-width: unset;
		max-width: unset;
	}
	section#firstsec .cta {
		font-size: 15px;
		padding: 15px 30px;
		min-width: 270px;
	}
	section#firstsec .cta + .cta {
		margin-top: 10px !important;
	}

	#firstsec .actions {
		flex-direction: column;
		align-items: center;
	}
	#firstsec .cta + .cta.cta2 {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
	#firstsec .cta {
		width: 100%;
	}
}


section#videosec .container + .container {
	margin-top: 100px;
}

section#videosec {
	padding: 50px 0 70px;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
section#videosec:before {
	content: '';
	position: absolute;
	inset: 0;
	background: url(../../../../uploads/frozen_bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: .3;
}
section#videosec > .container {
	position: relative;
}

/* img.together removed for 2027 */

#videocontainer {
	position: relative;
}
#videocontainer video {
	width: 96% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}
#videocontainer img {
	position: absolute;
	z-index: 2;
	top: -4%;
	left: 0;
	right: 0;
	pointer-events: none;
}


section#about-forestilling {
	background: linear-gradient(0deg, rgb(87 14 11 / 87%), rgb(108 18 12 / 85%));
	position: relative;
	overflow: hidden;
}

section#about-forestilling > * {
/*section#videosec > * {*/
	position: relative;
}
section#about-forestilling h3,
section#videosec h3 {
	font-size: 40px;
	margin-bottom: 24px;
}
section#about-forestilling .row > div:first-child {
	padding-top: 80px;
	padding-bottom: 80px;
}


section#trailer {
    background: url(../../../../uploads/frost_bg.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#trailer > .container img {
	position: absolute;
	max-width: 830px;
	margin-top: -150px;
	left: -330px;
	z-index: 1;
	pointer-events: none;
}
section#trailer > .container {
	position: relative;
}

.videoframe {
	-webkit-mask-image: url(../../../../uploads/videofrost.png);
	mask-image: url(../../../../uploads/videofrost.png);
	mask-repeat: no-repeat;  
	mask-size: cover;
	mask-size: 100%;
	position: relative;
}

.videoframe {
	mask-size: 100% 100%;
}

.videoframe > img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.videoframe .video-controls {
	position: absolute;
	border-radius: 10px;
	bottom: 40px;
	left: 40px;
	right: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 8px;
	color: white;
	font-family: sans-serif;
	font-size: 14px;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in;
}
.videoframe:hover .video-controls {
	opacity: 1;
	visibility: visible;
}
.videoframe .video-controls button {
	background: none;
	border: none;
	color: white;
	font-size: 20px;
	cursor: pointer;
	line-height: 1;
}
.videoframe .video-controls input[type="range"] {
	flex: 1;
	accent-color: white;
}

@media (max-aspect-ratio: 1/1) {
	.home .videoframe {
		-webkit-mask-image: unset;
		mask-image: unset;
		mask-repeat: unset;
		mask-size: unset;
		mask-size: unset;
	}
	#trailerVideo {
		aspect-ratio: 4 / 5;
		width: 100%;
		height: auto;
		object-fit: cover;
	}
}


section#sangtekst {
	padding: 120px 0 130px;
	position: relative;
	background: #b4f3ff;
	z-index: 1;
	/*overflow: hidden;*/
	display: flex;
	align-items: center;
	justify-content: center;
}
section#sangtekst:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    mix-blend-mode: soft-light;
    filter: saturate(2);
    background: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
}
#sangtekst .crystal.crystal-bottom {
    bottom: unset;
    top: -42px;
    z-index: 2;
	
	top: 0;
	transform: scaleY(-1) translateY(33%);
}

/*section#sangtekst:before {
	position: absolute;
	content: '';
	background: #0069de;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	mix-blend-mode: color-burn;
	pointer-events: none;
}
section#sangtekst:after {
	position: absolute;
	content: '';
	background: linear-gradient(90deg, transparent, #0069de, transparent);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	pointer-events: none;
}*/


section#sangtekst video {
    position: absolute;
    object-fit: cover;
    object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

section#sangtekst .container > img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 740px;
    transform: translate(-126%, 32%);
}

#verdenspremiere {
    background-size: cover;
    background-position: center 50%;
	position: relative;
    background-size: cover;
    background-position: center;
}
#verdenspremiere > * {
	position: relative;
}
#verdenspremiere h2 {
	/*text-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 20px #ffffff, 0 0 60px #ffffff;*/
}
#verdenspremiere p.bigger {
	font-size: 40px;
}
#verdenspremiere p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #ffffff;
	/*text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 30px #ffffff;*/
}
#verdenspremiere .yellow-text {
    color: #70d5ff !important;
	color: #b8eaff !important;
}
#verdenspremiere p + p {
	margin-top: 40px;
}
#verdenspremiere .cta2 {
	margin-left: 20px;
}
#verdenspremiere .bigger i.j-star {
	width: 30px;
	height: 30px;
	top: 2px;
}
#verdenspremiere i.j-star {
	background: url(https://assets.codepen.io/13471/snowflake.png);
    background-size: cover;
	filter: invert(1);
    width: 20px;
	height: 20px;
    display: inline-block;
    background-position: center;
    margin: 0 10px;
	position: relative;
	top: 3px;
}
#verdenspremiere .actions {
	margin-top: 20px;
}
#verdenspremiere hr {
    width: 100%;
    max-width: 820px;
    border-top: 1px solid white;
    margin: 20px 0;
    opacity: 1;
}


.focusVenue.text-center > p {
	letter-spacing: 0;
}

.ticketStatus {
	background: rgba(255,255,255,.35);
	max-width: 400px;
	padding: 10px;
	margin: 20px auto;
	backdrop-filter: blur(10px);
	border-radius: 7px;
	color: #ffffff;
}

section#billetpriser {
	background: #385799;
	padding: 50px 0 30px;
}

section#vip-pakker {
	padding-top: 60px;
	padding-bottom: 100px;

	padding: 2vw 0 4vw;

	position: relative;
	z-index: 5;
}
section#vip-pakker > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section#vip-pakker:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0050c1;
    opacity: .8;
    z-index: 1;
}
section#vip-pakker .container {
	margin: 0 auto;
	max-width: 1300px !important;
	position: relative;
	z-index: 1;
}
section#vip-pakker .container > p {
	color: #ffffff;
}
section#vip-pakker h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
	margin-bottom: 30px;
	color: #ffffff;
}
section#vip-pakker h2 span {
	font-size: 22px;
}
section#vip-pakker .container > p {
	margin-top: -30px;
	margin-bottom: 50px;
}

section#vip-pakker .vip-pakker {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
	column-gap: 40px;
}

section#vip-pakker .vip-pakker .vip-pakke {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
	width: 40%;
	width: 100%;
	max-width: 500px;
	border-radius: 10px;
	border: 4px solid #ffffff;
	box-shadow: 0px 6px 24px rgb(0 46 110);
	overflow: hidden;
}
section#vip-pakker .vip-pakker .vip-pakke:hover {
    transform: translateY(-10px) scale(1.05);
}

section#vip-pakker .vip-pakke .vip-inner {
	padding: 30px 40px;
	background: #0a9afb;
	color: #ffffff;
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	/*box-shadow: 0 20px 30px rgba(0,0,0,.3);*/
}
section#vip-pakker .vip-pakker .vip-pakke .vip-inner:before {
	content: '';
	position: absolute;
	inset: 0;
	background-size: 1020px;
	background-position: 50% 0%;
	background-image: url(../../../../uploads/frost_bg.jpg);
	opacity: .4;
}
section#vip-pakker .vip-pakke .vip-inner > * {
	position: relative;
	z-index: 1;
}
section#vip-pakker .vip-pakke .vip-inner .vip-headline {
	background: transparent;
	padding: 0;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
section#vip-pakker .vip-pakke .vip-inner .vip-headline h4 {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	font-size: 15px;
	margin: 0;
	/*margin-right: 10px;*/
	margin-bottom: 10px;
	background: #ffffff;
	border-radius: 100px;
	color: black;
	padding: 12px 23px;
}
.vip-headline > p {
	background: #ffffff4d;
	padding: 2px 28px 2px 50px;
	text-align: center;
	border-radius: 0 20px 20px 0;
	position: relative;
	left: -30px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-text {
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	padding: 0;
	color: #ffffff;
	margin-top: 10px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-text p {
	margin: 0;
	text-transform: uppercase;
}
section#vip-pakker .vip-pakke .vip-inner .vip-text p:last-child strong {
	margin-top: 20px;
	margin-bottom: 10px;
	display: block;
}

section#vip-pakker .vip-pakke .vip-inner .vip-price {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
}
section#vip-pakker .vip-pakke .vip-inner .vip-price br {
	display: none;
}
section#vip-pakker .vip-pakke .vip-inner .vip-price strong {
	font-size: 30px;
	line-height: 1.2;
	margin-left: 15px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-price small {
	font-size: 13px;
	margin-top: 20px;
}
section#vip-pakker .vip-pakke #julestjerne {
	position: absolute;
	width: 200px;
	right: -15%;
	bottom: -15%;
}

p.vip-price > strong {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
p.vip-price > strong > span {
	display: inline-block;
	margin: 0 15px;
	color: #5ff3ff;
	color: #ffffff;
}
p.vip-price > strong > span > span {
	display: block;
	font-size: 12px;
	margin-right: 10px;
	color: #ffffff;
}

.vip-pakke + p a img {
	border-radius: 5px;
	box-shadow: 0 3px 20px 3px rgba(0,0,0,.50);
}


section#viprow {
	background-color: #000000;
	position: relative;
	z-index: 5;
}
section#viprow .container {
	padding-top: 60px;
	padding-bottom: 80px;
}
section#viprow img.cutimage {
	position: absolute;
	top: -5px;
	border-top: 5px solid #cd1719;
	right: 30px;
}
section#viprow .fordele {
	padding: 0 70px;
}
section#viprow h2,
section#viprow a.h2,
.viptitle {
	font-size: 48px;
	line-height: 1;
	letter-spacing: -1px;
	margin-bottom: 30px;
	color: #ffffff;
	display: inline-block;
	background: #00a76c;
	padding: 14px 20px;
	box-shadow: 0 0 0 5px #000000, 0 0 0 10px #ffffff;
}
section#viprow h3 {	
	margin-top: 0;
	margin-bottom: 60px;
	color: #ffffff;
}
section#viprow .container > p:empty:before,
section#vipsec .container > p:empty:before {
	content: none;
}
section#viprow .container > p:empty,
section#vipsec .container > p:empty {
	margin: 0;
}

.standard-packages-row {
	justify-content: center;
}
.standard-packages-row .standard-ticket {
	border: 2px solid #0050c1;
	border-radius: 10px;
	margin-bottom: 30px;
	background: transparent;
	padding: 4px;
	backdrop-filter: blur(10px);
	filter: drop-shadow(0px 7px 10px rgb(0 0 88 / 50%));
}
.standard-packages-row .standard-ticket .standard-ticket-header {
	background: transparent;
}
.standard-packages-row .standard-ticket .standard-ticket-header h5 {
	font-size: 12px;
}
.standard-packages-row .standard-ticket .standard-ticket-header h5 strong {
	font-weight: 700 !important;
}

.standard-packages-row + p small {
	opacity: .7;
}
.standard-packages-row + p {
	font-size: 15px;
} 
.standard-packages-row .standard-ticket .standard-ticket-content p.normalprice:before {
	width: 110%;
	height: 2px;
	background: #ae8c3e;
	transform: rotate(-10deg) translate(-6px, 12px);
}




div#buyTickets {
	min-height: 600px;
	padding: 160px 0 200px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	z-index: 1;
	border-top: 2px solid rgba(255, 255, 255, 0.3);
}
div#buyTickets .buyTicketsBg {
	position: absolute;
	width: 120%;
	height: calc(100% + 100px);
	left: -10%;
	bottom: 50px;
	transform: rotate(-3deg);
	border-top: 2px solid rgba(255, 255, 255, 0.3);
	background: rgba(0, 14, 47, 0.6);
	z-index: 3;
}
div#buyTickets .container {
	position: relative;
	z-index: 4;
	max-width: 1100px !important;
}
.forestillinger-template .billetter {
	background: transparent;
}
.forestillinger-template .billetter .billet {
	margin-bottom: 15px;
	background: rgb(0, 9, 37);
	color: #ffffff;
	border-radius: 5px;

	border: 1px solid #edc49d !important;
	background: transparent;
	color: #ffffff;
	border-radius: 0px;
}

#priser .header__custom,
#priser-2 .header__custom {
	padding-top: 130px;
	padding-bottom: 120px;
}

#priser .wrapper,
#priser-2 .wrapper {
	padding: 0;
}


.priser {
	display: flex;
	width: 100%;
	font-size: 15px;
	margin-bottom: 80px;
	border-width: 30px;
	border-style: solid;
	border-color: #ffffff;
	padding: 60px;
	box-sizing: content-box;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	max-height: 200px;
}

.priser.closed .feature-li {
	opacity: 0;
}

.foldContainer {
	position: absolute;
	width: 100%;
	padding: 25px;
	text-align: center;
	bottom: 0;
	left: 0;
}



.table-header > p:first-of-type {
	display: none;
}

.priser p {
	margin: 0;
}

.priser p + p {
	margin-top: 20px;
}

.table-col {
	flex-grow: 1;
	position: relative;
	width: 34%;
}

.table-col:not(.table-info) {
	text-align: center;
	width: 22%;
	border-width: 0 1px 0 0;
}

.table-header {
	border-bottom: 1px solid rgba(61, 106, 219, 0.3);
	height: 170px;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

main#main .table-header h3 {
	font-size: 22px;
	text-shadow: None;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 28px;
}
main#main .table-header p {
	margin: 10px 0;
}

.table-header span.peryear,
.table-header span.year {
	display: none;
}


.feature-li {
	padding: 20px 20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: all 0.6s;
}
.feature-li.parent {
	border-bottom: 1px solid #fff;
}
.priser .table-col:first-child {
	text-align: left;
}
.priser .table-col:first-child .feature-li {
	justify-content: flex-start;
}

.features .feature-li:last-child {
	border: none;
}

.feature-li svg {
	height: 14px;
	width: 14px;
}
.feature-li.true svg {
	fill: #fff;
	background: #ae8c3e;
	box-sizing: content-box;
	padding: 10px;
	border-radius: 50%;
}
.feature-li.false svg {
	fill: #fff;
	opacity: 0.3;
}

.feature-li span.mobiletitle {
	margin-left: 10px;
	display: none;
}

.table-col.table-info .feature-li {
	padding: 8px 15px;
}

.table-footer {
	border-top: 1px solid rgba(61, 106, 219, 0.3);
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 80px;
}

.table-col.table-mellem .mostpopular {
	position: absolute;
	top: -30px;
	width: 100%;
	left: -1px;
	background: #008a64;
	color: #ffffff;
	border-radius: 3px 3px 0 0;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-width: 0 1px 0 1px;
	border-color: #008a64;
	border-style: solid;
	box-sizing: content-box;
}

.table-col.table-mellem {
	background: rgba(0, 138, 100, 0.05);
}

.table-info .table-header {
	padding: 15px;
}

.table-header h2,
.table-header .h2 {
	font-size: 28px;
}

.select {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.select span {
	font-size: 13px;
}

button.toggleBtn {
	height: 30px;
	position: relative;
	width: 60px;
	border-width: 2px;
	border-style: solid;
	border-color: #008a64;
	border-image: initial;
	border-radius: 100px;
	margin: 0px 10px;
	outline: none;
}

.togglebtninner {
	background-color: #008a64;
	height: 28px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 28px;
	border-radius: 50%;
	transition: transform 100ms cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
}

.select span.discount {
	margin-left: 6px;
	color: #008a64;
}

.priser.active .togglebtninner {
	transform: translateX(105%);
}

.priser.active .permonth,
.priser.active .month {
	display: none;
}

.priser.active .peryear,
.priser.active .year {
	display: inline;
}

.image-row > div:not(.image-col) {
	padding: 100px;
	text-align: justify;
}
.image-row .image-col {
	padding: 0;
}
.image-row .image-col img {
	width: 100%;
	height: 100%;
	max-height: 670px;
	object-fit: cover;
	margin: 0;
}

.image-row.bg-blue-1 {
	background: #000925;
	position: relative;
}
.image-row.bg-blue-2 {
	position: relative;
}
.row.image-row.bg-blue-2 > div:not(.image-col) {
	background: #001450;
}

.image-row h4 {
	font-size: 46px;
	text-align: left;
}
.image-row p {
	font-size: 20px;
}


.imgContainer {
	/*border: 5px solid #f8af4a;*/
}
.imgContainer video {
	pointer-events: none;
}
.imgWrap {
	width: 100%;
	position: relative;
	z-index: 1;
}
.modal__trigger {
	z-index: 2;
	color: #000000;
}

.page-template-page-starring main#main {
	padding-bottom: 40px;
}

.page-template-page-starring main#main:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../../../../uploads/frozen_bg-scaled.jpg);
    background-size: cover;
    background-position: center;
	opacity: .3;
} 


.imgWrap img,
.imgWrap video {
	width: 100%;
	max-height: 494px;
}
.imgWrap img {
	filter: saturate(1.3);
}

.vip-ticket {
	border: none;
	color: #191919;
	padding: 15px 15px 40px;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	min-height: 280px;
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 3px 3px 30px rgba(0,0,0,.2);
	overflow: hidden;
}

.vip-packages > div:nth-child(4) .vip-ticket {
	color: #ffffff;
	background-size: 100%;
	background-repeat: repeat;
}
.vip-packages > div:nth-child(4) .vip-ticket .icons svg {
	fill: #ffffff;
}
.vip-packages > div:nth-child(4) .vip-ticket .frameHorizontal:after {
	color: #ffffff;
}

.vip-pakke ul.vip-feature {
	list-style: none;
	padding: 0;
	margin: 20px auto 30px;
	width: 100%;
	padding-left: 20px;
}
.vip-pakke ul.vip-feature li:before {
	content: '';
	position: absolute;
	left: -20px;
	width: 5px;
	height: 5px;
	background: #5ff3ff;
	top: 4px;
}
.vip-pakke ul.vip-feature li {
	padding-left: 0px;
	text-align: left;
	position: relative;
	font-size: 13px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.vip-pakke ul.vip-feature li:last-child {
	margin-bottom: 0px;
}


.vip-packages > div {
	transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.vip-packages > div:hover {
	transform: translateY(-5px);
}


.vip-packages > div:nth-child(1) .vip-ticket:hover { box-shadow: 0 0 30px #bf953f, 3px 3px 30px rgba(0,0,0,.2); }
.vip-packages > div:nth-child(2) .vip-ticket:hover { box-shadow: 0 0 30px #bfbfbf, 3px 3px 30px rgba(0,0,0,.2); }
.vip-packages > div:nth-child(3) .vip-ticket:hover { box-shadow: 0 0 30px #924d2b, 3px 3px 30px rgba(0,0,0,.2); }
.vip-packages > div:nth-child(4) .vip-ticket:hover { box-shadow: 0 0 30px #924d2b, 3px 3px 30px rgba(0,0,0,.2); }




.vip-ticket .frameVertical {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 600px;
	opacity: .05;
	background: repeating-linear-gradient(45deg, #000000, #000000 30px, transparent 30px, transparent 50px);
	background-size: 100% 200%;
	animation: barberpole 10s linear infinite;
}

.vip-ticket .frameHorizontal:before {
	content: '';
	background-color: #000000;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	height: 100px;
	border-radius: 5px;
	margin: 0px 15px 20px;
}


.vip-ticket p.inkl {
	margin-top: auto !important;
	margin-bottom: 5px;
}
.page-template-page-frontpage .vip-ticket p.inkl {
	margin-top: 10px;
}

.vip-ticket .help {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}



.vip-ticket h5 {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: black;
	color: #ffffff;
	padding: 15px 0 15px;
	position: relative;
}
.vip-ticket h5 span {
	font-size: 15px;
}

.vip-ticket h6 {
	font-size: 14px;
	text-align: center;
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vip-ticket > p {
	max-width: 440px;
	margin: 0 auto 10px;
}

.vip-packages > div:after {
	content: '';
	position: absolute;
	background: black;
	width: calc(100% - 10px);
	height: calc(100% + 20px);
	top: -10px;
	left: 5px;
	opacity: 1;
	z-index: 0;
	transition: opacity .4s ease-in;

}


.vip-packages .col-md-6 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}


.page-template-page-tickets .row.vip-packages {
	margin-top: 40px;
}
.row.vip-packages > * {
	position: relative;
}
.page-template-page-tickets .vip-ticket p.inkl {
	font-size: 17px;
}
.page-template-page-tickets .vip-ticket p.price {
	font-size: 16px;
	position: absolute;
	bottom: 0;
	right: 0px;
	padding: 11px 25px;
	margin: 0 !important;
	color: black;
	text-shadow: none;
}
.page-template-page-tickets .vip-ticket p.price span {
	position: relative;
}
.page-template-page-tickets .vip-ticket p.price:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 30px 0 0 0;
	z-index: 0;
	right: 0;
}


section#buyTickets {
	padding-top: 0;
	padding-bottom: 0;
	background: #0050c1;
	color: #ffffff;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}
section#buyTickets .row > div {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	/*font-size: 2rem;*/
	line-height: 1.2;
	position: relative;
}

/*
section#buyTickets .row > div h3 {
	font-size: 36px;
}*/

/*
section#buyTickets:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
*/

.by {
    position: relative;
    z-index: 5;
}
.by h3 {
	font-size: 36px;
}
.by h2 {
	font-size: 50px;
}
.by p {
	font-size: 32px;
}

section#buyTickets video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
	object-position: center;
}

.aarhus:before,
.odense:before,
.aarhus:after,
.odense:after {
	content: '';
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.aarhus:before,
.odense:before {
	z-index: 3;
	box-shadow: inset 0 0 80px 0px #0050c1;
}
.aarhus:after,
.odense:after {
	background-image: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	mix-blend-mode: soft-light;
    filter: saturate(2);
	z-index: 2;
}


section#buyTickets .cta-ticket {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    line-height: 1;
    margin-top: 8px;
    font-size: 16px;
    padding: 7px 30px;
    border-radius: 5px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
    padding: 15px 40px;
	font-weight: 700;
    background: #069649;
}

.page-template-page-tickets .billetter {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	background: transparent;
	color: #ffffff;
}
.page-template-page-tickets .billetter .billet {
	width: 49.2%;
	background: rgba(255,255,255,.35);
	margin-bottom: 20px;
	transition: unset;
	backdrop-filter: blur(10px);
	border-radius: 9px;
	overflow: hidden;
}
.page-template-page-tickets
.billetter
.billet
> div.dato
.dateWrap:before {
	content: none;
}
.page-template-page-tickets .billetter .billet > div.status,
.page-template-page-tickets .billetter .billet > div.venue {
	display: none;
}
.page-template-page-tickets .billetter .billet > div.dato .dateWrap {
	background: #0050c1;
	text-shadow: none;
	border-radius: 5px;
	padding: 10px 10px;
	color: #ffffff;
	min-width: 60px;
}
.page-template-page-tickets .billetter .billet > div.tidspunkt {
	max-width: 210px;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	font-size: 14px;
	text-shadow: 0 1px 2px rgb(0 0 0 / 70%);
}
.page-template-page-tickets .billetter .billet > div.tidspunkt > * {
	font-size: 14px;
	line-height: 1.5;
}
.page-template-page-tickets .billetter .billet > div.tidspunkt span.premiere,
.page-template-page-tickets .billetter .billet > div.tidspunkt span.forpremiere {
	color: #0050c1;
	background: #ffffff;
	padding: 3px 8px 2px;
	border-radius: 5px;
	font-size: 12px !important;
	letter-spacing: 0 !important;
	font-weight: 700 !important;
	text-shadow: none;
}
.page-template-page-tickets
.billetter
.billet
> div.action {
	max-width: unset;
}
.page-template-page-tickets
.billetter
.billet
> div.dato
.dateWrap
span.monthYear {
	font-size: 12px;
	line-height: 1;
}
.page-template-page-tickets .billetter .billet .action a {
	letter-spacing: 0;
	font-size: 11px;
	padding: 6px 3px;
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	border-radius: 5px;
	max-width: 100px;
	min-height: 40px;
	box-shadow: none;
	background: #069649;
	
	display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-template-page-tickets
.billetter
.billet
.action
a.vip {
	background: linear-gradient(-9deg, #bf953f, #b38728, #fbf5b7, #aa771c);
	color: black;
	text-shadow: unset;
	border: none;
}
.page-template-page-tickets
.billetter
.billet
.action
a:last-child {
	margin-left: 10px;
}
.page-template-page-tickets
.billetter
.billet
.action
a:before {
	content: none;
}
.page-template-page-tickets .billetter .billet > div.dato {
	max-width: 60px;
	margin-right: 10px;
}
.page-template-page-tickets .statusIcon,
.page-template-page-tickets .statusIcon:after {
	border-radius: 0;
}


.page-template-page-frontpage .socials {
	text-align: right;
	display: flex;
	flex-direction: row;
	padding-top: 25px;
	position: relative;
	z-index: 11;
	justify-content: flex-end;
}
.page-template-page-frontpage .socials a {
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	margin-left: 15px;
}
.page-template-page-frontpage .socials svg {
	height: 100%;
	width: 100%;
	fill: #fff;
}


.page-id-15 .splash-wrapper {
	max-width: 220px;
	position: absolute;
	right: 100px;
	top: -130px;
}

section#buy-tickets {
    padding-top: 30px;
    padding-bottom: 120px;
	
	padding: 3vw 0 5vw;
	
    position: relative;
    background: #ffffff;
}
section#buy-tickets:before {
	content: '';
	position: absolute;
	inset: 0;
    background-image: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	opacity: .3;
}
section#buy-tickets .container {
	position: relative;
	z-index: 1;
}

section#buy-tickets .rabat {
    position: absolute;
    max-width: 240px;
    right: 150px;
    top: -90px;
}
@media (max-width: 1330px) {
	section#buy-tickets .rabat {
		right: 0;
	}
}
@media (max-width: 991px) {
    section#buy-tickets .rabat {
        position: static;
        max-width: 220px;
        margin-top: -70px;
        margin-bottom: -20px;
    }
}

section#buy-tickets h3 {
	font-size: 50px;
}
section#buy-tickets .bigtxt a {
	color: #f8af4a !important;
}


.medvirkende-cv {
	border: 4px solid #f8af4a;
	background: #385799;
	padding: 30px;
	text-align: center;
}

.medvirkende-cv .modal__trigger {
	position: relative !important;
	display: block;
	width: unset;
	height: unset;
	background: #f8af4a;
	text-align: center;
	color: #385799;
	margin-top: 8px;
	font-size: 15px;
	letter-spacing: 0;
}

.modal__content {
	background: #ffffff;
	/*color: #000000;*/
}
.modal__close svg {
	fill: #000000;
}
.nomedia .imgContainer {
	display: none;
}
.medvirkende-box + .medvirkende-info .imgContainer p.read_more {
	color: white;
	font-size: 10px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-right: 0;
	padding-bottom: 20px;
	text-align: center;
}
.medvirkende-box + .medvirkende-info .imgContainer p.read_more:before {
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,.75) 0%, transparent 40%);
	content: unset;
}


.starrings {
	margin-bottom: 30px;
	position: relative;
}
.medvirkende-box {
	margin-bottom: 0;
	border-radius: 10px;
	overflow: hidden;
	border: 4px solid #ffffff;
	box-shadow: 0px 6px 24px rgb(0 46 110);
}
.medvirkende-box canvas {
	z-index: 3;
}
.medvirkende-box + .medvirkende-info {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 40px;
	padding: 30px;
	width: calc(100% - 80px);
	z-index: 999;
	pointer-events: none;
}
.medvirkende-box + .medvirkende-info:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140%;
	background: linear-gradient(180deg, #ffffff00, rgba(255, 255, 255, .7) 80%);
	border-radius: 5px;
}
.medvirkende-box.ensemble + .medvirkende-info:before {
	height: 90%;
}
.medvirkende-info small {
	color: #ffffff;
}
.medvirkende-info > * {
	position: relative;
}
.medvirkende-info .name,
.medvirkende-cv .name {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 0;
	font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 2px #ffffff, 0 0 2px #ffffff, 0 0 5px #ffffff;
}
.medvirkende-info p.read_more_button {
	font-size: 13px;
}
.medvirkende-info .role,
.medvirkende-cv .role {
	color: #0050c1 !important;
	font-weight: 700;
}
#content .medvirkende-info p + p,
#content .medvirkende-cv p + p {
	margin-top: 0;
}
body #content .modal__content h2 {
}
body #content .modal__content h2:before, 
body #content .modal__content h2:after {
	background: #0050c1;
}

#modal__temp {
	background: #ffffff;
}
#modal__temp.modal__trigger--active {
	border-radius: 0;
}

main#main .entry-title {
	font-size: 60px;
}


.ampli-gallery a:before {
	padding-bottom: 130% !important;
}

.page-template-page-about main#main {
	/*background-image: url() !important;*/
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 100px;
}

.page-template-page-about main#main:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .3;
}
.page-template-page-about main#main h4 {
	margin-bottom: 40px;
}
.page-template-page-about main#main .videoframe {
	margin-bottom: 30px;
}


.page-template-page-credits main#main video {
    position: absolute;
    object-fit: cover;
    object-position: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.page-template-page-credits main#main:before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    mix-blend-mode: soft-light;
    filter: saturate(2);
    background: url(../../../../uploads/frozen_bg.jpg);
    background-size: cover;
}
.page-template-page-credits main#main {
	padding-bottom: 110px;
	background: #006ce0;
}

#pw-highlight-team {
	width: 100%;
	position: relative;
	z-index: 2;
	background: url(../../../../uploads/frost_bg.jpg);
	background-size: 2700px;
	background-position: 50% 66%;
	background-repeat: no-repeat;
	border-radius: 20px;
}

#pw-highlight-team > span.disney {
    position: absolute;
    z-index: 1;
	color: #ffffff;
    transform: rotate(90deg);
    bottom: 7px;
    right: 15px;
    transform-origin: top right;
    line-height: 1;
    font-size: 15px;
    text-shadow: 0 0 10px black, 0 0 30px black, 0 0 50px black;
}

#pw-highlight-team video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	mix-blend-mode: multiply;
	opacity: 0;
}
#pw-highlight-team img {
	margin-bottom: 30px;
}
/*#pw-highlight-team:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #0f95f6;
	opacity: .3;
}*/
#pw-highlight-team > div {
	text-align: center;
	border: 5px solid #ffffff !important;
	border-radius: 20px;
	padding: 50px 20px 70px;
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #0075be;
	font-weight: 700;
	text-shadow: none;
	box-shadow: 0px 6px 24px rgb(0 46 110);
}
#pw-highlight-team > div > p {
	margin-top: 60px;
	color: #ffffff;
	color: #0075be;
	/*text-shadow: 0 0 10px #005db9, 0 0 10px #005db9, 0 0 20px #005db9;*/
	max-width: 1000px;
	line-height: 1.2;
	font-size: 14px;
	font-style: italic;
}
#pw-highlight-team > div .oneline {
	display: flex;
	align-items: baseline;
	white-space: break-spaces;
}
#pw-highlight-team > div .row:not(:last-of-type) {
	margin-bottom: 14px;
}

#pw-highlight-team > div .row > div span {
	display: block;
	line-height: 1;
}
#pw-highlight-team > div .row > div span.sep {
    margin: 0 20px;
    /*background: #2d60ce;*/
    width: 2px;
    height: 24px;
    position: relative;
    top: 4px;
}
#pw-highlight-team > div .row > div span.role {
	font-size: 16px;
	margin-bottom: 2px;
	display: block;
	font-style: italic;
	font-weight: 500;
}
#pw-highlight-team > div .row > div span.name + .role {
	margin-top: 10px;
}
#pw-highlight-team > div .row > div span.name {
	font-size: 20px;
	background: linear-gradient(270deg, #006dbf, #40aef2, #3e8ac2, #0074bc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

#pw-highlight-team > div .row.row-1 > div span.name,
#pw-highlight-team > div .row.row-2 > div span.name,
#pw-highlight-team > div .row > div span.name.thomas {
	font-size: 30px;
}
#pw-highlight-team > div .biggest {
	font-size: 170%;
}
#pw-highlight-team > div .bigger {
	font-size: 140%;
}
#pw-highlight-team > div .big {
	font-size: 115%;
}
#pw-highlight-team > div small {
	font-size: 90%;
}



@media only screen and (max-width: 1540px) {
	header#header .brand img {
		max-width: 180px;
	}
	nav#mainmenuNav a {
		font-size: 17px;
	}
	nav#mainmenuNav a svg {
		width: 25px;
	}
}
@media only screen and (max-width: 1350px) {
	header#header .header-left,
	header#header .header-right ul {
		display: none !important;
	}
	.parent-burger {
		display: block !important;
	}
	
	header#header:before {
		background-size: 1600px;
		background-position: 50% 50%;
	}
	
	section#about-forestilling {
		padding: 80px 0 0;
	}
	section#about-forestilling .col-md-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}



@media only screen and (max-width: 1100px) {
	.vip-pakker .vip-pakke {
		width: fit-content;
	}

	.vip-pakke ul.vip-feature {
		width: 80%;
	}

	section#vip-pakker .vip-pakker {
		flex-direction: column;
		align-items: center;
	}

	section#vip-pakker .vip-pakke .vip-inner {
		max-width: 500px;
	}

	section#vip-pakker .vip-pakke + p {
		margin-top: 40px;
	}
	section#vip-pakker .vip-pakker .vip-pakke:nth-child(2) {
		top: 0;
		margin: 30px 0;
	}
	section#vip-pakker .vip-pakker .vip-pakke:nth-child(1) .vip-inner {
		left: 0;
	}
	section#vip-pakker .vip-pakker .vip-pakke:nth-child(3) .vip-inner {
		right: 0;
	}

	section#buyTickets:before {
		background-size: cover;
		background-position: center;
	}
}

@media only screen and (max-width: 1050px) {
	span#disney {
    	bottom: -2px;
    	right: 19px;
	}
	
	.topnav {
		margin-bottom: -10px;
		font-size: 12px;
	}
	
	header#lionheader nav#mainmenuNav {
		display: none;
	}
	header#header header#lionheader .brand.text img {
		max-width: 50px;
		width: 50px;
	}
	#wrapper {
		position: relative;
		margin: 0 14px;
	}
	#wrapper:before, #wrapper:after {
		width: 14px;
	}
	header#header {
		left: 14px;
		width: calc(100% - 28px);
	}
	header#lionheader {
		height: 40px;
	}
	header#header > .topleftradius,
	header#header > .toprightradius {
		top: 70px;
	}
	
	body:not(.page-template-page-frontpage) div#content {
		margin-top: 126px;
	}
	
	section#sangtekst .container,
	#buy-tickets .container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	
	section#newsletter h3.bluegradient span {
		-webkit-text-fill-color: unset;
		color: #ffffff;
	}
	section#newsletter .social-icon-wrapper svg {
		fill: #ffffff !important;
	}
}

@media only screen and (max-width: 991px) {
	
	.fadeInLeft {
		animation-name: fadeInUp;
	}
	/*
	header#header:before {
		background-size: 1110px;
		background-position: 100% 50%;
	}*/
	header#header:before {
		background-size: 180vw;
		background-position: 50% 50%;
		transform: translateX(-48%);
		left: 0;
		width: 400%;
		right: unset;
	}
	
	#verdenspremiere h2 {
		font-size: 30px;
	}
	#verdenspremiere p {
		font-size: 18px;
	}
	#verdenspremiere i.j-star {
		width: 16px;
		height: 16px;
		margin: 0 6px;
		top: 3px;
	}
	
	section#videosec {
		padding-top: 40px !important;
		padding-bottom: 60px;
		text-align: center;
	}
	section#videosec p {
		text-align: center;
	}
	img.together {
		top: unset;
		position: unset;
		max-width: 270px;
		margin-top: 20px;
		margin-bottom: -360px;
	}
	
	section#trailer {
		padding: 40px 0;
	}
	
	section#sangtekst {
    	padding: 60px 0 80px;
	}
	
	#pw-highlight-team img {
		width: 380px !important;
		max-width: 70% !important;
	}
	#pw-highlight-team img + img {
		width: 360px !important;
		max-width: 70% !important;
		margin-top: -40px !important;
	}
	#pw-highlight-team > div .row > div span.role {
		font-size: 14px;
		margin-bottom: 2px;
	}
	#pw-highlight-team > div .row.row-1 > div span.name,
	#pw-highlight-team > div .row.row-2 > div span.name,
	#pw-highlight-team > div .row > div span.name.thomas {
		font-size: 20px;
	}
	#pw-highlight-team > div .row > div span.name {
		font-size: 16px;
	}
	#pw-highlight-team > div > p {
		font-size: 14px;
		margin-top: 40px;
	}
	#pw-highlight-team > div .row > div span.sep {
		margin: 0 16px;
		height: 18px;
	}
	#pw-highlight-team > div {
    	border: 4px solid #ffffff !important;
    	border-radius: 15px;
    	padding: 30px 20px 50px;
	}
	
	.page-template-page-tickets .billetter .billet {
		width: 100%;
	}
}

@media only screen and (max-width: 800px) {
	#pw-highlight-team > div .oneline {
		flex-direction: column;
		align-items: center;
	}
	#pw-highlight-team > div .row > div span.sep {
		height: unset;
		background: unset;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.container {
		width: 100% !important;
	}
	
	#sangtekst .actions,
	#buy-tickets .actions {
		flex-direction: column;
		align-items: center;
	}
	#sangtekst .cta + .cta.cta2,
	#buy-tickets .cta + .cta.cta2 {
		margin-left: 0 !important;
		margin-top: 10px !important;
	}
	#sangtekst .cta,
	#buy-tickets .cta {
		width: 100%;
	}

	form#mc4wp-form-1 {
		width: 100%;
		max-width: 340px;
	}
	section#newsletter .mc4wp-form-fields .inside-mc {
		/*flex-direction: column;*/
	}
	section#newsletter .mc4wp-form-fields input {
		flex: 1 1 100%;
	}

	header#header > .container {
		min-height: 76px;
	}

	section#sangtekst video#sangtekstvideo {
		max-width: calc(100% + 30px);
		min-width: 49vw;
		margin-left: -10px;
		width: calc(100% + 30px);
	}
	section#sangtekst {
		padding: 30px 0 60px;
	}
	section#verdenspremiere {
		margin-top: 30px;
		margin-bottom: 0px;
	}


	section#about-forestilling h3 {
		font-size: 25px;
	}

	section#videosec h3 {
		font-size: 25px;
	}

	section#about-forestilling {
		padding: 50px 0 0;
	}
	
	section#trailer {
		padding: 20px 0 10px;
	}

	section#buy-tickets {
		padding-top: 20px;
		padding-bottom: 40px;
	}

	
	#pw-highlight-team > div {
		padding: 20px 20px;
	}
	#pw-highlight-team > div .biggest {
		font-size: 100%;
	}
	#pw-highlight-team > div .bigger {
		font-size: 90%;
	}
	#pw-highlight-team > div .row > div span.role {
		font-size: 13px;
	}
	#pw-highlight-team > span.disney {
		bottom: 4px;
		right: 9px;
		font-size: 10px;
	}
	
	section#anmeldelser blockquote {
		font-size: 15px;
	}
	section#anmeldelser i.j-star {
		width: 17px;
		height: 17px;
		margin: 0px 2px;
	}
	section#anmeldelser .row p {
		font-size: 12px;
	}
	
	section#anmeldelser blockquote span {
		font-size: 1.5rem;
		display: block;
		margin-bottom: 6px;
	}
	section#anmeldelser blockquote span:before,
	section#anmeldelser blockquote span:after {
		font-size: 50px;
		top: -14px;
		left: -18px;
	}
	section#anmeldelser blockquote span:after {
		left: unset;
		right: -22px;
	}
	section#anmeldelser .bigquote i.j-star {
		width: 23px;
		height: 23px;
	}
	section#anmeldelser .bigquote h5 {
		font-size: 14.5px;
	}
}
@media only screen and (max-width: 660px) {
	body, html {
		font-size: 14px;
		line-height: 1.4;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 25px;
	}

	main#main .entry-title {
		font-size: 40px;
	}

	section#buyTickets h4 {
		font-size: 19px;
	}
	section#buyTickets p {
		font-size: 14px;
	}

	section#buy-tickets h3 {
		font-size: 30px;
	}
	section#buy-tickets span small {
		font-size: 16px !important;
	}
	section#buy-tickets h3 + div {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	section#buy-tickets h3 + div a {
		margin: 5px 0 !important;
		width: 80%;
	}
	
	.smalltext {
		font-size: 12px !important;
	}
}

@media only screen and (max-width: 600px) {
	section#newsletter {
		padding: 30px 0 30px;
	}
	section#newsletter h3 {
        font-size: 17px;
    }
	
	section#vip-pakker .vip-pakker .vip-pakke {
		max-width: 390px;
	}
	section#vip-pakker .vip-pakker .vip-pakke:hover {
		transform: unset;
	}
	
	header#header .brand img {
		max-width: 100px;
	}
	
	.page-template-page-tickets .page h3 {
		font-size: 24px;
	}

	main#main {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	section#vip-pakker h2 {
		font-size: 40px;
	}
	section#vip-pakker h2 span {
		font-size: 20px;
	}

	.page-template-page-tickets .billetter .billet {
		padding: 10px 20px 10px 10px;
	}
	.page-template-page-tickets .billetter .billet > div.action {
		flex-direction: column;
	}
	.page-template-page-tickets .billetter .billet > div.action > a {
		width: 100%;
		margin: 0 !important;
		max-width: 100% !important;
	}

	.billetter .billet:nth-child(1) .action:before,
	.billetter .billet:nth-child(2) .action:before {
		max-width: 100%;
		width: 100%;
		margin-bottom: 4px;
		display: block;
	}

	.open-main-nav {
		margin-left: 20px;
	}
	header#header .is-open {
		opacity: 0;
	}

	section#newsletter h2 {
		font-size: 40px;
	}
	section#newsletter .container img {
		max-width: 220px;
	}
	section#newsletter p {
		font-size: 14px;
		line-height: 1.1;
	}
	
	#verdenspremiere h2 {
		font-size: 24px;
	}
	#verdenspremiere p {
		letter-spacing: -0.4px;
		display: flex;
        flex-direction: column;
	}
	#verdenspremiere i.j-star {
		width: 10px;
		height: 10px;
		margin: 0 2px;
		top: 0px;
		display: none;
	}
	#verdenspremiere hr {
		margin: 16px 0;
	}

	section#vip-pakker {
		padding: 25px 0 30px !important;
	}

	/*html {
		font-size: 13px;
	}*/
	.smalltext {
		font-size: 10px !important;
	}
	
	#pw-highlight-team > div > p {
		font-size: 9px;
		margin-top: 40px;
	}
	.page-template-page-credits main#main {
		padding-bottom: 60px;
	}
}

@media only screen and (max-width: 500px) {
	body {
		font-size: 14px;
		line-height: 1.4;
	}
	header#header > .container {
		padding-top: 3px;
		padding-bottom: 3px;
	}
	
	header#lionheader {
        height: 50px;
    }
	header#header header#lionheader .brand.text img {
		max-width: 60px;
		width: 60px;
	}
	header#header > .topleftradius,
	header#header > .toprightradius {
        top: 50px;
    }

	body:not(.page-template-page-frontpage) div#content {
        margin-top: 136px;
    }


	.page-template-page-tickets .billetter .billet {
		padding: 7px 16px 7px 7px;
	}
	.page-template-page-tickets .billetter .billet > div.dato {
		max-width: 60px;
		margin-right: 10px;
	}
	.page-template-page-tickets .billetter .billet > div.dato .dateWrap {
		padding: 11px 6px;
	}
	.page-template-page-tickets .billetter .billet > div.tidspunkt span.premiere {
		padding: 3px 8px;
		font-size: 10px !important;
	}
	.page-template-page-tickets .billetter .billet .action a {
		font-size: 11px;
		padding: 2px 3px;
	}
	.page-template-page-tickets .billetter .billet {
		margin-bottom: 10px;
	}
	.page-template-page-tickets .billetter .billet > div.tidspunkt > * {
		font-size: 11px;
	}

	section#verdenspremiere h2.yellow-text {
		font-size: 7vw;
	}
	section#sangtekst .bigger {
		font-size: 9vw;
	}
	
	section#vip-pakker .vip-pakke .vip-inner .vip-headline {
		flex-direction: column;
	}
	section#vip-pakker .vip-pakke .vip-inner .vip-headline h4 {
		margin-right: 0;
	}
	
	section#buyTickets .row > div {
    	min-height: 240px;
	}

	section#anmeldelser blockquote {
		font-size: 13px;
	}
	
	
	section#firstsec .cta {
		font-size: 13px;
		min-height: 50px;
	}
	
	section#videosec {
        padding-top: 30px !important;
    }
	
	section#vip-pakker .vip-pakke .vip-inner .vip-headline h4 {
		font-size: 13px;
	}
	.vip-headline > p {
		padding: 2px 18px 2px 40px;
		left: -30px;
	}

	nav#mainmenuNav a {
		font-size: 14px;
	}
	
	
	section#vip-pakker h2 {
		font-size: 30px;
	}
	section#vip-pakker h2 span {
        font-size: 14px;
    }

	section#buyTickets .buyTickets-inner > h2 {
        font-size: 27px;
    }

	section#vip-pakker .vip-pakke .vip-inner .vip-headline h5 {
		font-size: 20px;
	}
	
	section#buyTickets .buyTickets-inner > h2 {
        font-size: 28px !important;
    }
}


/* ============================================
FLOATING CTA BUTTON
============================================ */
.floating-cta {
	position: fixed;
	bottom: 20px;
	right: 70px;
	z-index: 1000000;
}

.floating-cta-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	background: #B0008E;
	color: #ffffff;
	padding: 18px 28px;
	border-radius: 50px;
	text-decoration: none;
	font-family: 'Baskervville', Georgia, serif;
	font-size: 18px;
	cursor: pointer;
	border: none;
	box-shadow: 0 8px 30px rgba(176, 0, 142, 0.4);
	transition: all 0.3s ease;
	animation: pulse-glow 2s ease-in-out infinite;
}

.floating-cta-btn:hover {
	background: #3f156b;
	color: #ffffff;
	transform: translateY(-5px) scale(1.05);
	box-shadow: 0 12px 40px rgba(176, 0, 142, 0.5);
}

.floating-cta-btn .btn-icon {
	width: 26px;
	height: 26px;
}

@keyframes pulse-glow {
	0%, 100% {
		box-shadow: 0 8px 30px rgba(176, 0, 142, 0.4);
	}
	50% {
		box-shadow: 0 8px 40px rgba(176, 0, 142, 0.6), 0 0 20px rgba(176, 0, 142, 0.3);
	}
}


/* ============================================
FROST COMPETITION POPUP
Alle styles er scoped til .frost-popup namespace
============================================ */

/* Overlay */
.frost-popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.frost-popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Popup window */
.frost-popup-window {
	position: relative;
	background: #ffffff;
	max-width: 420px;
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 25px 80px rgba(63, 21, 107, 0.3);
	transform: scale(0.9) translateY(20px);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}

.frost-popup-overlay.active .frost-popup-window {
	transform: scale(1) translateY(0);
}

/* Close button */
.frost-popup-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	background: rgba(63, 21, 107, 0.1);
	border: none;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.frost-popup-close:hover {
	background: rgba(63, 21, 107, 0.2);
	transform: rotate(90deg);
}

.frost-popup-close::before,
.frost-popup-close::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background: #ffffff;
	border-radius: 1px;
}

.frost-popup-close::before {
	transform: rotate(45deg);
}

.frost-popup-close::after {
	transform: rotate(-45deg);
}

/* Header decoration */
.frost-popup-header {
	position: relative;
	background-color: #00A7B5;
	background-image: url(https://media.disneylandparis.com/d4th/en-usd/images/hd19647-hd19648_2027dec31_world_world-of-frozen-key-visual-digital-elsa_16-9_zoom2_tcm1861-290347.jpg);
    background-position: -200px top;
    background-size: 700px;
    background-repeat: no-repeat;
	padding: 20px 20px 180px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: start;
}

.frost-popup-header::after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	height: 40px;
	background: #ffffff;
	border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

/* Crystal decorations */
.frost-popup-crystal-left,
.frost-popup-crystal-right {
	position: absolute;
	bottom: 10px;
	width: 50px;
	height: 50px;
	opacity: 0.3;
}

.frost-popup-crystal-left {
	left: 15px;
}

.frost-popup-crystal-right {
	right: 15px;
	transform: scaleX(-1);
}

/* Logo */
.frost-popup-logo {
	position: relative;
	z-index: 2;
	max-width: 80px;
	height: auto;
}

/* Content */
.frost-popup-content {
	padding: 10px 30px 30px;
	text-align: center;
	position: relative;
	margin-top: -20px;
}

.frost-popup-title {
	font-family: 'Baskervville', Georgia, serif !important;
	font-size: 24px !important;
	font-weight: 400 !important;
	color: #3f156b !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	line-height: 1.3 !important;
	text-transform: unset !important;
}

.frost-popup-text {
	font-family: Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: #00859B !important;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	line-height: 1.6 !important;
}

.frost-popup-text strong {
	color: #B0008E !important;
	font-weight: 700 !important;
}

/* CTA Button */
.frost-popup-cta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: #B0008E;
	color: white !important;
	padding: 14px 28px;
	border-radius: 30px;
	text-decoration: none !important;
	font-family: 'Baskervville', Georgia, serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.frost-popup-cta:hover {
	background: #3f156b;
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(176, 0, 142, 0.4);
	color: white !important;
	text-decoration: none !important;
}

.frost-popup-cta-icon {
	width: 20px;
	height: 20px;
}

/* Footer logos */
.frost-popup-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 20px;
	border-top: 1px solid rgba(0, 133, 155, 0.15);
}

.frost-popup-footer img {
	height: 28px;
	width: auto;
	opacity: 0.7;
}

/* Snowflake decoration */
.frost-popup-snowflake {
	position: absolute;
	pointer-events: none;
	opacity: 0.15;
}

.frost-popup-snowflake-1 {
	top: 100px;
	left: 10px;
	width: 30px;
}

.frost-popup-snowflake-2 {
	top: 180px;
	right: 15px;
	width: 25px;
}

.frost-popup-snowflake-3 {
	bottom: 80px;
	left: 20px;
	width: 20px;
}

/* Responsive */
@media (max-width: 480px) {
	.frost-popup-header {
		background-position: -270px top;
		background-size: 740px;
		padding: 20px 20px 180px;
	}
	
	.frost-popup-window {
		max-width: 340px;
	}

	.frost-popup-content {
		padding: 10px 20px 25px;
	}

	.frost-popup-title {
		font-size: 20px !important;
	}

	.frost-popup-text {
		font-size: 14px !important;
	}

	.frost-popup-cta {
		padding: 12px 24px;
		font-size: 15px !important;
	}

}


/* ============================================
   VIP-PAKKER REDESIGN — Remove this block to restore original design
   ============================================ */
section#vip-pakker {
	padding: 80px 0 90px;
	background: url(../../../../uploads/frost_bg.jpg) center center / cover no-repeat;
}
section#vip-pakker > video {
	display: none !important;
}
section#vip-pakker:before {
	background: rgba(0, 30, 90, 0.75) !important;
	opacity: 1 !important;
}
section#vip-pakker .container {
	max-width: 1100px !important;
}
section#vip-pakker h2 {
	margin-bottom: 40px;
	text-shadow: 0 2px 30px rgba(0,0,0,0.8), 0 0 60px rgba(0,0,0,0.4);
}
section#vip-pakker .vip-pakker {
	gap: 30px;
}
section#vip-pakker .vip-pakker .vip-pakke {
	max-width: 480px;
	border: 1px solid rgba(255,255,255,0.12) !important;
	box-shadow: 0 8px 32px rgba(0,0,0,0.3) !important;
	background: rgba(255,255,255,0.06);
	backdrop-filter: blur(16px);
	-webkit-backdrop-filter: blur(16px);
}
section#vip-pakker .vip-pakker .vip-pakke:hover {
	transform: translateY(-6px) !important;
	border-color: rgba(85,197,248,0.4) !important;
	box-shadow: 0 20px 60px rgba(0,80,193,0.3), 0 0 40px rgba(85,197,248,0.1) !important;
}
section#vip-pakker .vip-pakke .vip-inner {
	padding: 40px 40px 35px;
	background: transparent !important;
}
section#vip-pakker .vip-pakker .vip-pakke .vip-inner:before {
	display: none !important;
}
section#vip-pakker .vip-pakke .vip-inner .vip-headline h4 {
	background: transparent !important;
	border: 1px solid rgba(255,255,255,0.3) !important;
	color: #ffffff !important;
	font-size: 12px;
	letter-spacing: 3px;
	padding: 10px 24px;
	text-align: center;
	align-items: center !important;
}
section#vip-pakker .vip-pakke .vip-inner .vip-headline h5 {
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-text {
	line-height: 1.5;
	color: rgba(255,255,255,0.7);
	margin-bottom: 25px;
	margin-top: 5px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-price strong {
	font-size: 32px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-price small {
	color: rgba(255,255,255,0.5);
}
p.vip-price > strong > span {
	color: #55c5f8 !important;
}
p.vip-price > strong > span > span {
	color: rgba(255,255,255,0.5) !important;
	font-size: 11px;
	letter-spacing: 1px;
}
.vip-headline > p {
	background: rgba(255,255,255,0.08) !important;
}
/* === END VIP-PAKKER REDESIGN === */

/* ============================================
   BUYTICKETS CITY GRID REDESIGN — Remove this block to restore original design
   ============================================ */
section#buyTickets {
	position: relative;
	overflow: hidden;
	padding: 80px 0 90px !important;
	background: #050510 !important;
}
section#buyTickets > video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	opacity: 0.45;
	pointer-events: none;
}
section#buyTickets:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 20, 70, 0.6);
	z-index: 2;
	pointer-events: none;
}
section#buyTickets .buyTickets-inner {
	position: relative;
	z-index: 3;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 30px;
}
section#buyTickets .buyTickets-inner > h2 {
	font-size: 48px;
	margin-bottom: 5px;
}
section#buyTickets .city-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
}
section#buyTickets .city-card {
	background: rgba(255, 255, 255, 0.06);
	backdrop-filter: blur(12px);
	-webkit-backdrop-filter: blur(12px);
	border: 1px solid rgba(255, 255, 255, 0.1);
	padding: 35px 25px;
	text-align: center;
	transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
	width: calc(25% - 15px);
	box-sizing: border-box;
}
section#buyTickets .city-card:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px);
}
section#buyTickets .city-card .by {
	position: relative;
	z-index: 1;
}
section#buyTickets .city-card h3 {
	font-size: 26px;
	margin: 0 0 4px;
	color: #ffffff;
	font-weight: 700;
}
section#buyTickets .city-card h4 {
	font-size: 15px;
	margin: 0 0 10px;
	font-weight: 400;
	line-height: 1.3;
}
section#buyTickets .city-card .city-date {
	font-size: 17px;
	color: rgba(255, 255, 255, 0.7);
	margin: 0 0 16px;
	font-weight: 600;
}
section#buyTickets .city-card .cta-ticket {
	display: inline-block;
	background: #069649 !important;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	padding: 10px 22px;
	line-height: 1;
	text-decoration: none;
	letter-spacing: 0.5px;
	transition: background 0.3s ease;
}
section#buyTickets .city-card .cta-ticket:hover {
	background: #05803e !important;
}
section#buyTickets .buyTickets-splash--desktop {
	position: absolute;
	top: 0px;
	right: 0px;
	transform: translate(100%, -42%);
	width: 240px;
	height: auto;
	z-index: 10;
	pointer-events: none;
	filter: drop-shadow(0 4px 20px rgba(0,0,0,0.4));
}
section#buyTickets .buyTickets-splash--mobile {
	display: none;
}

/* Responsive: 3 columns on tablets */
@media (max-width: 1100px) {
	section#buyTickets .city-card {
		width: calc(33.333% - 14px);
	}
	section#buyTickets .buyTickets-splash--desktop {
		width: 180px;
	}
}
/* 2 columns on small tablets */
@media (max-width: 768px) {
	section#buyTickets {
		padding: 50px 0 60px !important;
	}
	section#buyTickets .buyTickets-inner > h2 {
		font-size: 36px;
	}
	section#buyTickets .city-grid {
		gap: 12px;
	}
	section#buyTickets .city-card {
		width: calc(50% - 6px);
		padding: 22px 14px;
	}
	section#buyTickets .city-card h3 {
		font-size: 24px;
	}
	section#buyTickets .city-card h4 {
		font-size: 15px;
	}
	section#buyTickets .buyTickets-splash--desktop {
		display: none;
	}
	section#buyTickets .buyTickets-splash--mobile {
		display: block;
		margin: -100px auto 20px;
		width: 240px;
		filter: drop-shadow(0 4px 20px rgba(0,0,0,0.4));
	}
}
/* 1 column on mobile */
@media (max-width: 480px) {
	section#buyTickets .city-card {
		width: 100%;
	}
}
/* === END BUYTICKETS CITY GRID REDESIGN === */

/* ============================================
   VIDEOSEC WITH TRAILER — Remove this block to restore original layout
   ============================================ */
section#videosec .row {
	gap: 0;
}
section#videosec .col-lg-6:first-child {
	padding-right: 40px;
	display: flex;
	align-items: stretch;
}
section#videosec .col-lg-6:first-child > div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
section#videosec .col-lg-6:first-child p {
	line-height: 1.45;
	margin-bottom: 10px;
}
section#videosec .col-lg-6:first-child p + p {
	margin-top: 10px;
}
section#videosec .col-lg-6:first-child p:last-child {
	margin-bottom: 0;
}
section#videosec .col-lg-6:last-child {
	padding-left: 20px;
}
section#videosec .videoframe {
	position: relative;
}
@media (max-width: 991px) {
	section#videosec .col-lg-6:first-child {
		padding-right: 15px;
		margin-bottom: 40px;
	}
	section#videosec .col-lg-6:last-child {
		padding-left: 15px;
	}
}
/* === END VIDEOSEC WITH TRAILER === */
