@font-face {
	font-family: "champion"; /* set name */
	font-weight: 700;
	src: url(../../../../themes/langkjaer/assets/fonts/Champion-HTF-Featherweight.woff) format("woff"),
		url() format("../../../../themes/langkjaer/assets/fonts/Champion-HTF-Featherweight.woff2"); /* url of the font */
}
@font-face {
	font-family: "champion"; /* set name */
	font-weight: 400;
	src: url(https://lionmusicals.dk/tina/wp-content/themes/langkjaer/assets/fonts/Champion-HTF-Bantamweight.woff) format("woff"),
		url() format("https://lionmusicals.dk/tina/wp-content/themes/langkjaer/assets/fonts/Champion-HTF-Bantamweight.woff2"); /* url of the font */
}

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


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

.page-template-page-starring main#main {
	background-position: center;
	background-image: url(../../../../uploads/tuner_lightsbg.jpg);
	text-shadow: 0 3px 6px rgb(0 0 0 / 70%);
}

#billede-galleri {
	/*filter: saturate(1.4);*/
	cursor: grab;
}
#billede-galleri:before,
#billede-galleri:after {
	height: 2px;
	width: 100%;
	content: '';
	display: block;
	background: linear-gradient(90deg, #a97615 0%, #f5a825 40%, #a97615 64%, #f5a825 82%, #a97615 100%);
	color: #ffffff;
}
#galleri {
	margin-top: 100px;
	margin-bottom: -30px;
}
#galleri .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}
#galleri img {
	width: 100%;
	margin-bottom: 30px;
}
#billede-galleri .swiper-slide {
	width: auto;
}
#billede-galleri .swiper-slide img {
	width: 100%;
	object-fit: cover;
}



.card {
	background: rgb(0 0 0 / 60%);
	margin-bottom: 10px;
	border-radius: 0 !important;
	color: #000000;
	border: none;
	border: 2px solid #e5a552 !important;
}
.card-header {
	background: transparent;
	padding: 0;
	text-transform: uppercase;
}
.card-header button {
	font-weight: 700;
	font-size: 18px;
	color: #ffffff !important;
	text-decoration: none !important;
	padding: 10px 20px !important;
}
.card-body {
	background: #ffffff;
}


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

.wow {
	visibility: hidden;
}

#wrapper {
	position: relative;
}


body {
	background: #000000;
	color: #ffffff;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
}

.italic,
h1.entry-title {
}
.standard {
}

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

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-family: 'champion';
	font-weight: 400;
	letter-spacing: .1rem;
}

h1, .h1 {
    font-size: 4rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2.5rem;
}
h4 {
	font-size: 2rem;
}

header#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 999;
	box-shadow: 0 4px 20px rgb(13 32 72 / 33%);
	transition: all .4s ease-in-out;
	background: #000000;
	font-size: 20px;
	font-family: 'champion';
}
header#header > * {
	position: relative;
	z-index: 1;
}
header#header:before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgb(87 14 11), rgb(108 18 12));
	transition: opacity .4s ease-in-out;
	background-size: cover;
	background-position: center;
	opacity: .5;
	background-size: 3000px;
	background-position: center -40%;
	background-image: url(../../../../uploads/turner_keybg.jpg);
}
.home header#header {
	box-shadow: none;
	background: transparent;
}
.home header#header:before {
	opacity: 0;
}
.home header#header.active:before {
	opacity: .5;
}
.home header#header.active {
	background: #000000;
	box-shadow: 0 4px 20px rgb(13 32 72 / 33%);
}

.topnav {
	color: #ffffff;
	font-size: 0.8rem;
	position: relative;
	z-index: 1;
	padding: 3px 0;
	display: none;
}
.topnav .container > div {
	border: none;
}

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

header#header .brand {
	display: flex;
	justify-content: center;
	margin: 0 !important;
	transition: all .4s ease;
}
.home header#header .brand {
	opacity: 0;
	visibility: hidden;
}
.home header#header.active .brand {
	opacity: 1;
	visibility: visible;
}
header#header .brand a {
	display: flex;
	padding: 0;
}
header#header .brand img {
	max-width: 400px;
	position: relative;
	/*left: 22px;*/
}

header#header .header-left,
header#header .header-right {
	width: 500px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	letter-spacing: .1em;
}
header#header .header-right {
	justify-content: flex-end;
}

header#header ul.menu li {
	font-weight: 700;
}
header#header ul.menu li a:hover,
header#header ul.menu li.current-menu-item a {
	color: #e5a552;
}
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;
	text-shadow: 0px 3px 10px rgb(0 0 0 / 70%);
}
nav#mainmenuNav a {
	font-weight: 700;
	display: flex;
	align-items: center;
	white-space: break-spaces;
}
nav#mainmenuNav a svg {
	width: 28px;
	height: auto;
	fill: #e5a552;
	margin-right: 1px;
	position: relative;
	top: -3px;
	filter: drop-shadow(0px 4px 2px rgb(0 0 0 / 70%));
}
nav#mainmenuNav a:hover {
	color: #e5a552;
}

.main-nav a.logo {
	max-width: 260px;
}

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

.main-nav {
	display: block;
	z-index: 9100;
}
.main-nav::before {
	/*background: linear-gradient(-40deg, rgb(66 1 40), rgb(133 0 125));*/
	background: linear-gradient(-40deg, rgb(0 0 0), rgb(118 72 45));
	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;
}
button#burger.is-open {
	top: 20px;
	right: 20px;
}
.burger:after,
.burger:before {
	content: "";
	display: block;
	height: 100%;
	background: #ffffff;
	transition: all 0.275s;
}
.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: #e5a552;
	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: #e5a552;
	margin-top: 60px;
}

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

.page-template-page-frontpage main#main {
	padding-top: 0;
	padding-bottom: 0;
	justify-content: flex-start;
}

.container {
	max-width: 1370px !important; 
}

main#main {
	background: transparent;
	padding-top: 60px;
	padding-bottom: 60px;
	background-attachment: unset;
	background-position: center top;
}

#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 {
	background: #303826;
	background: linear-gradient(-40deg, rgb(48 56 38), rgb(72 78 68));
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	padding: 15px 30px 15px 30px;
	line-height: 1;
	position: relative;
	margin: 0;
	text-transform: uppercase;
	color: #ffffff;
	text-shadow: none;
	transition: all .3s ease-in;
	font-size: 18px;
	border-radius: 0;
	font-weight: 700 !important;
	position: relative;
	overflow: hidden;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/brown.jpg);
    background-size: cover;
	color: #000000;
}
#content .cta:before {
	content: '';
	position: absolute;
	inset: 0;
	background-size: 350px;
	background-repeat: no-repeat;
	background-position: -30px -70px;
	mix-blend-mode: overlay;
	opacity: .5;
	transition: all .3s ease-in;
}
#content .cta:hover:before {
	background-position: -30px -90px;
}
#content .cta > * {
	position: relative;
	z-index: 2;
}
#content .cta:hover {
	transform: scale(1.05);
	z-index: 3;
}
#content .cta svg {
	fill: #000000;
	width: 24px;
	margin-right: 10px;
	height: auto;
}
#content .cta.cta2 svg {
	fill: #ffffff;
}
#content .cta.cta2 {
	background: #820003;
	background: linear-gradient(-40deg, rgb(118 20 16), rgb(138 36 30));
	color: #ffffff;
	background-image: url(../../../../uploads/turner_bannerbg.jpg);
    background-size: 1000px;
	background-position: left center;
	text-shadow: 0 2px 5px rgb(0 0 0 / 60%);
}
#content .cta:hover {
}


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;
	text-shadow: 0 0 10px rgb(0 0 0 / 80%);
}

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

#footerwrapper {
	position: relative;
	overflow: hidden;
	text-shadow: 0 2px 5px black;
}
div#footerwrapper:before {
    content: '';
    position: absolute;
    inset: 0;
    background: url(../../../../uploads/turner_keybg.jpg);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 4000px;
    background-position: center 18%;
}


.copyright {
	box-shadow: none;
	border: none;
	background: #000000;
	background: transparent;
	color: #ffffff;
	padding-top: 80px;
	padding-bottom: 100px;
	position: relative;
	z-index: 9;
	font-size: .8em;
}

.copyright .container {
	position: relative;
}

.copyright a.footerbrand {
	position: static;
	margin-bottom: 10px;
	border-color: #ffffff;
	border-width: 2px;
	background: #385799; 
	background: transparent;
	padding: 5px;
	display: block;
	margin: 0 auto;
}
.copyright a.footerbrand img {
	filter: brightness(7);
}
.copyright a {
	font-weight: 700;
	color: #e5a552;
}
.copyright p {
	/*font-size: 13px;*/
	line-height: 0.7;
}

section#newsletter {
	position: relative;
	z-index: 9;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
	background-size: 2600px;
	/*background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/newsletter.jpg);*/
	text-shadow: 0 0 10px black, 0 0 10px black;
}

section#newsletter:before,
section#newsletter:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section#newsletter:before {
    background: linear-gradient(180deg, black, transparent);
}

section#newsletter img {
	max-width: 400px;
}

section#newsletter .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
	padding-top: 100px;
	padding-bottom: 0;
}
section#newsletter .container > * {
	position: relative;
	z-index: 1;
}

section#newsletter h2 {
	font-size: 40px;
	color: #ffffff;
}
section#newsletter p {
	font-size: 20px;
	max-width: 590px;
	margin: 20px auto 0;
}
section#newsletter .mc4wp-form-fields .inside-mc {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
section#newsletter .mc4wp-form-fields input {
	background: rgba(0,0,0,.5);
	box-shadow: unset;
	border-bottom: none;
	border: none;
	padding: 22px 30px;
	height: 40px;
	color: #ffffff;
	outline: none;
	min-width: 200px;
	margin-right: 10px;
	border: 1px solid rgb(255 255 255 / 40%);
}
section#newsletter .mc4wp-form-fields button {
	/*background: #e5a552;*/
	height: 44px;
	border: none;
	padding: 0 30px;
	outline: none;
	font-size: 16px;
    background-size: cover;
    font-weight: 700;
    text-transform: uppercase;
	color: #ffffff;
	background-image: url(../../../../uploads/turner_bannerbg.jpg);
	background-size: 1000px;
	background-position: left center;
	text-shadow: 0 2px 5px rgb(0 0 0 / 60%);
}
section#newsletter input::placeholder {
	opacity: 0.5;
	color: #ffffff;
}


main#main .container {
	position: relative;
	z-index: 3;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
main#main .postText {
	display: block !important;
	max-width: unset;
	width: 100%;
}


section#firstsec {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 1040px;
	background-color: #000000;
	background-image: url(../../../../uploads/turner_keybg.jpg);
	background-size: 2520px;
	background-position: center -870px;
	/*padding-top: 140px;
	padding-bottom: 200px;*/
	position: relative;
	text-shadow: 0px 3px 10px rgb(0 0 0 / 70%);
}
/*section#firstsec img {
	filter: drop-shadow(2px 4px 6px black);
}*/
section#firstsec:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black 0, transparent 40%);
}

/*section#firstsec > img {
    position: absolute;
    transform: translateX(-12%);
    min-width: 2500px;
	top: 0;
}*/

section#firstsec > span:first-child {
    position: absolute;
    top: 30px;
    font-family: 'champion';
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: .15em;
    display: flex;
    align-items: center;
    white-space: break-spaces;
}
section#firstsec > span:first-child small {
    font-size: .5em;
}

#firstsec .container,
#firstsec .container > * {
	position: relative;
	z-index: 99;
}
#firstsec h2 {
	font-size: 3.0rem;
	font-weight: 500;
	text-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
#firstsec h4 {
	font-size: 1.2rem;
	text-shadow: 0 0 20px rgb(0 0 0 / 80%);
}
#firstsec .actions,
#sangtekst .actions,
#buy-tickets .actions {
	display: flex;
	margin-top: 30px;
	justify-content: center;
}
#firstsec .actions {
	flex-wrap: wrap;
	min-width: 100%;
	max-width: 700px;
	margin-top: 20px;
}
#firstsec .cta {
	/*font-size: 18px;*/
	padding: 14px 20px;
	min-width: 270px;
	display: block;
	text-align: center;
	margin: 0 10px !important;
}
#buy-tickets .cta + .cta.cta2 {
	margin-left: 16px !important;
}
#firstsec #premieredato h3 {
	font-family: 'champion', sans-serif;
	font-size: 2.5rem !important;
	letter-spacing: 0.4rem;
	line-height: 3rem;
	margin-top: 20px;
	margin-bottom: 0;
}
#firstsec #premieredato p {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

#firstsec-songs {
	max-width: 600px;
	position: absolute;
	top: 44px;
	display: none;
}
#firstsec-tinaturner {
    max-width: 640px;
    position: absolute;
    top: 100px;
    transform: translate(-17%, 250px);
	transform: translateX(64%);
}
#firstsec-flare {
    position: absolute;
    top: 240px;
    transform: translateX(19%);
	transform: translateX(108%);
    max-width: 600px;
}
#firstsec-logo {
	max-width: 90%;
	width: 700px;
	margin-bottom: -20px;
}
#firstsec #firstsec-mobilelogo {
	display: none;
}

#firstsec #hero-info {
	position: absolute;
	z-index: 9;
	bottom: 100px;
	bottom: 5vh;
	text-align: center;
}
#firstsec #hero-info .yellow-text {
	display: block;
}

section#about {
    padding-top: 240px;
    padding-bottom: 240px;
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	filter: sepia(.3);
	z-index: 9;
	font-size: 1.1em;
	background: #222222;
	background: url(../../../../uploads/turner_bannerbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
	/*color: #000000;*/
	text-shadow: 0 2px 5px rgb(0 0 0 / 70%);
}
section#about:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 50%);
}
section#about img {
	margin-bottom: 40px;
}

section#about .yellow-text {
	color: #000000 !important;
	font-weight: 700;
}

section#about .container {
	position: relative;
	z-index: 1;
}
section#about h3 {
    font-size: 32px;
}

section#spot {
	background: #000000;
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	/*background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/su_1.jpg);*/
}
section#spot:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 1;
    backdrop-filter: blur(30px);
}
section#spot .container {
	position: relative;
	z-index: 2;
}
video.videobg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*filter: blur(100px);*/
}
div#spotcontainer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#spotcontainer .goldframe {
    position: absolute;
    z-index: 9;
    pointer-events: none;
    height: auto;
	width: 115%;
	max-width: unset;
	transform: translateX(-0.4%) translateY(0.5%);
}
div#spotcontainer .goldframe.mobileframe {
    width: 126%;
    transform: translateX(-0.6%) translateY(-0.5%);
}
div#spotcontainer video {
	position: relative;
}
div#spotcontainer .belle-1,
div#spotcontainer .belle-2 {
    position: absolute;
    max-width: 540px;
    z-index: 0;
    top: 10%;
}
div#spotcontainer .belle-1 {
    left: 0;
    transform: translateX(-70%) scaleX(-1);
}
div#spotcontainer .belle-2 {
    right: 0;
    transform: translateX(70%);
}

#verdenspremiere {
    padding-top: 104px;
    padding-bottom: 110px;
    background-size: cover;
    background-position: center 50%;
	position: relative;
	background: url(../../../../uploads/turner_spillesteder.jpg);
    background-size: cover;
    background-position: center top;
}
#verdenspremiere:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #000000;
    opacity: .5;
}
#verdenspremiere > * {
	position: relative;
}
#verdenspremiere h2,
#verdenspremiere h3 {
	text-shadow: 0 4px 20px rgb(0 0 0 / 70%);
}
#verdenspremiere p.bigger {
	font-size: 40px;
}
#verdenspremiere p {
	text-shadow: 0 2px 10px rgb(0 0 0 / 70%);
	font-size: 24px;
	line-height: 1;
}
#verdenspremiere p + p {
	margin-top: 16px;
}
#verdenspremiere .cta2 {
	margin-left: 20px;
}

#verdenspremiere .bigger i.j-star {
	width: 30px;
	height: 30px;
	top: 2px;
}

#verdenspremiere i.j-star {
    background: url(../../../../uploads/star.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: center;
    margin: 0 10px;
	position: relative;
	/*top: 5px;*/
}
#verdenspremiere .actions {
	margin-top: 40px;
}

.page-template-page-tickets main#main {
	background: url(../../../../uploads/turner_ticket_bg.jpg) !important;
	background-size: 3000px !important;
	background-position: top !important;
	background-repeat: no-repeat;
}
.page-template-page-tickets main#main:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	z-index: 1;
	display: block;
	inset: 0;
}

.playreverse {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.ticketStatus {
	background: rgb(0 0 0 / 50%);
	max-width: 400px;
	padding: 10px;
	margin: 20px auto;
	border-radius: 0;
}

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

section#vip-pakker .vip-pakker > .vip-pakke:nth-child(1) .vip-inner {
	background-size: cover;
}
section#vip-pakker .vip-pakker > .vip-pakke:nth-child(2) .vip-inner {
	background-size: cover;
}
section#vip-pakker .vip-pakker > .vip-pakke:nth-child(3) .vip-inner {
	background-size: cover;
}

section#vip-pakker .vip-pakker > .vip-pakke:nth-child(3) .vip-inner .vip-headline h4 {
	background: #820003;
	background: linear-gradient(-40deg, rgb(118 20 16), rgb(138 36 30));
	color: #ffffff;
} 

section#vip-pakker {
	padding-top: 20px;
	padding-bottom: 60px;
	position: relative;
	z-index: 5;
	overflow: hidden;
    background-size: cover;
    background-position: center;
	background-image: url(../../../../uploads/turner_bannerbg.jpg);
}
section#vip-pakker .container {
	margin: 0 auto;
	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;
	text-shadow: 0 3px 5px rgb(0 0 0 / 70%);
}
section#vip-pakker h2 .yellow-text {
	
}
section#vip-pakker h2 span {
	font-size: 22px;
}
section#vip-pakker .container > p {
	margin-top: -30px;
	margin-bottom: 50px;
}
section#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);
	border-radius: 0;
	overflow: hidden;
	transform: scale(1);
}
section#vip-pakker .vip-pakke:hover {
	transform: scale(1.1);
}
@media only screen and (max-width: 800px) {
	section#vip-pakker .vip-pakke:hover {
		transform: scale(1);
	}
}
section#vip-pakker .vip-pakker {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 20px;
}
.vip-pakker .vip-pakke {
	width: 35%;
	margin: 0 2%;
}

section#vip-pakker .vip-pakke .vip-inner {
	padding: 20px 20px;
	color: #ffffff;
	position: relative;
	display: flex;
	flex-direction: column;
	border-radius: 0;
	height: 100%;
	box-shadow: 0 20px 30px rgba(0,0,0,.3);
	background-size: cover;
	background-position: left center;
	background: rgb(0 0 0 / 60%);
}

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;
	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: .7em;
	margin: 0;
	margin-right: 10px;
	border-radius: 0;
	color: black;
	padding: 12px 23px 10px;
	font-weight: 700;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/brown.jpg);
    background-size: cover;
}
.vip-headline > p {
	background: #ffffff4d;
	padding: 2px 28px 2px 50px;
	text-align: center;
	border-radius: 0;
	position: relative;
	left: -30px;
}
section#vip-pakker .vip-pakke .vip-inner .vip-text {
	margin-bottom: 20px;
	text-align: center;
	font-size: 19px;
	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: auto;
	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: 14px;
	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: #e5a552;
}
p.vip-price > strong > span > span {
	display: block;
	font-size: 12px;
	margin-right: 10px;
	color: #ffffff;
}

.vip-pakke + p a img {
	border-radius: 0;
	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;
	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 .standard-ticket .standard-ticket-header {
	color: #ffffff;
	background: #000000;
	font-weight: 700;
	border-radius: 0;
}
.standard-packages-row .standard-ticket .standard-ticket-header h5 {
	font-size: 15px;
	font-weight: 700 !important;
}
.standard-packages-row .standard-ticket .standard-ticket-header h5 strong {
	font-weight: 700 !important;
}
.standard-packages-row .standard-ticket {
	border: 2px solid #000000;
	border-radius: 0;
	margin-bottom: 30px;
	background: transparent;
	padding: 4px;
	background: rgb(0 123 166 / 58%);
	color: #ffffff;
	background: rgb(113 64 116 / 70%);
    border-radius: 0;
}
.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: #000000;
	transform: rotate(-10deg) translate(-6px, 6px);
}




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: 0;

	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: 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;
}


.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 {
}
.imgWrap {
	width: 100%;
	position: relative;
	z-index: 1;
}
.modal__trigger {
	z-index: 2;
	font-size: 16px;
	margin-top: 10px;
}

.imgWrap img {
	width: 100%;
}
.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: 50px;
	padding-right: 20px;
}
.vip-pakke ul.vip-feature li:before {
	content: '';
	position: absolute;
	left: -20px;
	width: 5px;
	height: 5px;
	background: #e5a552;
	top: 4px;
}
.vip-pakke ul.vip-feature li {
	padding-left: 0px;
	text-align: left;
	position: relative;
	font-size: 18px;
	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: 0;
	z-index: 0;
	right: 0;
}


section#buyTickets {
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: #000000;
    background-size: 2650px;
	background-position: center;
    color: #000000;
	background-image: url(../../../../uploads/turner_andrebyer.jpg);
	background-repeat: no-repeat;
    color: #ffffff;
	text-shadow: 0 3px 6px rgb(0 0 0 / 70%);
}
section#buyTickets:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgb(0 0 0 / 30%);
}

section#buyTickets .container {
	max-width: 1000px !important;
	position: relative;
	z-index: 1;
}
section#buyTickets h1 {
	margin-bottom: 40px;
}

section#buyTickets .cta-ticket {
	display: inline-flex;
	align-items: center;
	/*background: linear-gradient(-4deg, #761717, #3e0b09);*/
	color: #ffffff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 17px;
	position: relative;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	line-height: 1;
	margin-top: 8px;
	font-size: 14px;
	padding: 10px 30px;
	/*background: linear-gradient(-40deg, rgb(118 20 16), rgb(138 36 30));*/
	border-radius: 0;
	font-weight: 700 !important;
	
	/*background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/berry.jpg);*/
	background-size: cover;
	background: #069649;
}
section#buyTickets .cta-ticket:before {
	content: "";
	width: 30px;
	height: 200%;
	position: absolute;
	top: -10px;
	left: -50px;
	background: rgba(255, 255, 255, 0.3);
	pointer-events: none;
	transform: rotate(25deg);
	animation: glassfx linear infinite;
	animation-duration: 5s;
	transition: all 0.4s linear;
}
section#buyTickets .container {
	position: relative;
}

section#buyTickets .cta-ticket.cta-ticket2 {
	color: black;
	margin-right: 10px;
	text-shadow: none;
	min-width: 138px;
	text-align: center;
	justify-content: center;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/brown.jpg);
	background-size: cover;
}

section#buyTickets h4 {
	margin: 0;
	/*color: #e5a552;*/
}

section#buyTickets .focusVenue {
	background: rgba(255, 255, 255, 0.2);
	padding: 20px;
	background: transparent;
	border-radius: 0;
	padding: 0;
	margin: 0 auto 40px;
	font-size: 21px;
}
section#buyTickets .focusVenue h4 {
	font-size: 32px;
}
section#buyTickets .focusVenue .cta-ticket {
	font-size: 16px;
}

section#buyTickets .focusVenue h4 {
}
.page-template-page-tickets .billetter {
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	background: transparent;
}
.page-template-page-tickets .billetter .billet {
	width: 49.2%;
	background: rgba(0,0,0,.6);
	margin-bottom: 20px;
	transition: unset;
	border-radius: 0;
	background: rgb(0 0 0 / 50%);
	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: #e5a552;
	text-shadow: none;
	border-radius: 0;
	padding: 10px 10px;
	color: #ffffff;
	font-weight: 700;
	background-image: url(../../../../uploads/turner_bannerbg.jpg);
	background-size: 620px;
	background-position: left center;
	text-shadow: 0 2px 5px rgb(0 0 0 / 60%);
}
.page-template-page-tickets .billetter .billet > div.tidspunkt {
	max-width: 210px;
	flex-direction: column;
	text-align: left;
	align-items: flex-start;
	font-size: 14px;
}
.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: #000000;
	background: #e5a552;
	padding: 3px 8px;
	border-radius: 0;
	font-size: 12px !important;
	font-weight: 700 !important;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/brown.jpg);
	background-size: cover;
}
.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 {
	font-size: 12px;
	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: 0;
	max-width: 130px;
	font-weight: 700;
	box-shadow: none;
	letter-spacing: 0;
	background: #526c31;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
	background: linear-gradient(-40deg, rgb(118 20 16), rgb(138 36 30));
	background: #069649;
}
.page-template-page-tickets
.billetter
.billet
.action
a.vip {
	background: linear-gradient(-9deg, #bf953f, #b38728, #fbf5b7, #aa771c);
	color: black;
	text-shadow: unset;
	border: none;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/brown.jpg);
    background-size: cover;
}
.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: 70px;
	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;
}

section#buy-tickets {
	padding-top: 60px;
	padding-bottom: 100px;
	position: relative;
	z-index: 6;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-position: bottom;
	color: #ffffff;
	background-image: url(https://lionmusicals.dk/skoenheden/wp-content/uploads/su_9.jpg);
}
section#buy-tickets:before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background: rgb(0 0 0 / 50%);
}
section#buy-tickets .container {
	position: relative;
	z-index: 1;
}

section#buy-tickets .splash {
    position: absolute;
    width: 200px;
    height: 200px;
    right: 0;
    top: 0;
    transform: translate(10px, -30px);
}
@media (max-width: 991px) {
	section#buy-tickets .splash {
		display: none;
	}
}
@media (max-width: 500px) {
	#buy-tickets > .container > .row.standard-packages-row > * > img {
    	max-width: 180px !important;
	}
}

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


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

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

.modal__content {
	background: #000000;
	color: #ffffff;
}
.modal__content:before {
	content: '';
	position: absolute;
	inset: 0;
	opacity: .9;
	background-size: 2000px;
    background-position: center;
    background-image: url(../../../../uploads/turner_ticket_bg.jpg);
}
.modal__content > * {
	position: relative;
	z-index: 1;
}
.modal__content h2 {
	color: #ffffff;
}
.modal__close svg {
	fill: #ffffff;
}
.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;
}
.medvirkende-box {
	margin-bottom: 0;
}
.medvirkende-box canvas {
	z-index: 3;
}
.medvirkende-box + .medvirkende-info {
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 30px;
	padding: 30px 20px 50px;
	width: calc(100% - 60px);
	z-index: 3;
	pointer-events: none;
}
.medvirkende-box + .medvirkende-info:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 140%;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,.5) 80%);
}
.medvirkende-info small {
	color: #ffffff;
}
.medvirkende-info > * {
	position: relative;
}
.medvirkende-info .name,
.medvirkende-cv .name {
	font-size: 30px;
}
.medvirkende-info .role,
.medvirkende-cv .role {
	color: #e5a552;
}
#content .medvirkende-info p + p,
#content .medvirkende-cv p + p {
	margin-top: 0;
	line-height: 1;
}
body #content .modal__content h2 {
}
body #content .modal__content h2:before, 
body #content .modal__content h2:after {
	background: #e5a552;
}

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

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


.page-template-page-about main#main {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 120px;
	padding-bottom: 120px;
	font-size: 21px;
	background: url(../../../../uploads/tuner_aboutbg.jpg) !important;
	background-size: 3000px !important;
	background-position: center top !important;
	text-shadow: 0 3px 6px rgb(0 0 0 / 70%);
}
.page-template-page-about main#main:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
}

div#about2 {
    position: relative;
    padding: 120px 0 100px;
	font-size: 21px;
}
div#about2:before {
	content: '';
	position: absolute;
	inset: 0;
	background: #000000;
	opacity: .3;
	z-index: 1;
}
div#about2 .container {
	position: relative;
	z-index: 1;
}



section#more-about {
    padding: 80px 0;
	background-image: url(../../../../uploads/turner_aboutbg2.jpg);
	background-position: calc(50% + 190px) -160px;
	background-size: 3000px;
}
section#more-about:before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgb(0 0 0 / 30%);
}
section#more-about .container {
	position: relative;
	z-index: 2;
}

section#turner-qoute {
	padding: 80px 0;
	background: #2d2d2d;
	background-image: url(../../../../uploads/turner_ticket_bg.jpg);
	background-size: 3000px;
	background-position: 50% -1090px;
}
.blockquote-wrapper {
   display: flex;
   padding: 0 20px;
}
.blockquote {
    position: relative;
    /*font-family: 'Montserrat', sans-serif;*/
    font-weight: 800;
    color: #ffffff;
    padding: 30px 0;
    width: 100%;
    max-width: 800px;
    z-index: 1;
    margin: 0 auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
	text-shadow: 0 3px 7px rgb(0 0 0 / 70%);
}

/* Blockquote header */
.blockquote p {
    position: relative;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

/* Blockquote right double quotes */
.blockquote:after {
    position: absolute;
    content: "”";
    color: rgba(255, 255, 255, 1);
	color: #ef9f2d;
    font-size: 10rem;
    line-height: 0;
    bottom: -43px;
    right: 30px;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 60px;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #ef9f2d;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0 !important;
    padding-top: 20px;
    z-index: 1;
}











.page-template-page-credits #main {
	padding-top: 60px;
	background-size: cover !important;
	background-position: center !important;
	background-attachment: unset !important;
}
.page-template-page-audition #main {
	padding-top: 0;
}

#pw-highlight-team {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	border: 1px solid rgb(255 255 255 / 15%);
	box-shadow: 0px 0px 110px rgb(41 83 100 / 40%);
}
#pw-highlight-team img {
	margin-bottom: 30px;
}

main#main #pw-highlight-team:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
	/*background: rgb(181 81 24 / 70%);*/
	background: rgb(0 0 0 / 70%);
    border-radius: 0;
}
#pw-highlight-team .container {
	text-align: center;
	padding: 40px 20px;
	width: 100%;
	position: relative;
	z-index: 1;
	border-radius: 0;
	overflow: hidden;
}
#pw-highlight-team .container .row:not(:last-of-type) {
	margin-bottom: 30px;
}

#pw-highlight-team .container .row > div span {
	display: block;
	line-height: 1;
}
#pw-highlight-team .container .row > div span.role {
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
	color: #e5a552;
}
#pw-highlight-team .container .row > div span.name + .role {
	margin-top: 10px;
	color: #e5a552;
}
#pw-highlight-team .container .row > div span.name {
	font-size: 26px;
	font-weight: 700;
}
#pw-highlight-team .container .row.row-1 > div span.name {
	font-size: 30px;
}
#pw-highlight-team .container biggest {
	font-size: 42px;
}
#pw-highlight-team .container .bigger {
	font-size: 35px !important;
}
#pw-highlight-team .container small {
	font-size: 90%;
}
#pw-highlight-team .container .row.row-1 {
	width: 90%;
}
#pw-highlight-team .container .row.row-2 {
	width: 60%;
}
#pw-highlight-team .container .row.row-5 {
	width: 40%;
}
#pw-highlight-team .container .row.row-6 {
	width: 40%;
}
#pw-highlight-team .container .row.row-7 {
	width: 70%;
}
.page-template-page-credits #main {
	background: #031521;
	background: url(../../../../uploads/turner_holdetbag.jpg) !important;
	background-size: cover !important;
}

.starbg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    pointer-events: none;
    z-index: 1;
	background: rgb(0 0 0 / 50%);
	background: rgb(40 25 43 / 62%);
}
.starbg * {
	display: none !important;
}

.stars, .twinkling {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
}

.stars {
  background:#000 url(https://lionmusicals.dk/skoenheden/wp-content/uploads/stars.png) repeat top center;
  z-index:0;
}


@media screen and (orientation:portrait) {
	#firstsec .bg-desktop {
		display: none;
	}
	#firstsec .bg-mobile {
		display: block !important;
		object-position: center top;
	}
}

@media only screen and (max-width: 1700px) {
	main#main #pw-highlight-team:before {
		background-size: cover;
	}
}


@media only screen and (max-width: 1350px) {
	header#header .header-left,
	header#header .header-right ul {
		display: none !important;
	}
	.parent-burger {
		display: block !important;
	}
	html {font-size: 14px;}
}
@media only screen and (max-width: 1350px) {

	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-height: 800px) {
	.page-template-page-frontpage main#main {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media only screen and (max-width: 1170px) {

	#firstsec-tinaturner {
		max-width: 640px;
		width: 86vw;
		top: -40px;
		transform: translate(-17%, 250px);
	}
	
	main#main .container {
		position: relative;
		z-index: 3;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		min-height: 100%;
	}
	#firstsec .container > .row > div:first-child {
		position: unset;
		margin-bottom: -550px;
	}
	
	#firstsec .actions,
	#buy-tickets .actions {
		flex-direction: column;
		align-items: center;
	}
	#firstsec .cta,
	#sangtekst .cta,
	#buy-tickets .cta {
		width: 100%;
		max-width: 320px;
	}
	#content .cta {
        padding: 10px 30px 10px 20px;
    }
	#buy-tickets .container {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	#firstsec .cta {
		margin: 0 !important;
	}
	#firstsec .cta + .cta.cta2, #buy-tickets .cta + .cta.cta2 {
		margin: 0 !important;
		margin-top: 10px !important;
	}

	section#buy-tickets h3 small {
		font-size: max(2vw, 13px) !important;
	}
	section#buy-tickets h3 {
		font-size: max(4vw, 23px);
	}
	section#buy-tickets h3 + h3 {
		font-size: max(2vw, 13px);
	}
	
	/*#pw-highlight-team .container .bigger {
		font-size: 30px !important;
	}
	#pw-highlight-team .container .row > div span.name {
		font-size: 20px;
	}
	#pw-highlight-team .container .row > div span.role {
		font-size: 20px;
	}*/
	
}
@media only screen and (max-width: 1100px) {
	.page-template-page-tickets .billetter .billet {
		width: 100%;
	}
	.vip-pakker .vip-pakke {
		width: fit-content;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	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: 991px) {
	section#videosec .container + .container {
		margin-top: -150px;
	}
	
	.page-template-page-about #main .row > div:first-child {
		padding-right: 20%;
	}
	.page-template-page-about #main .row > div:last-child {
		position: unset;
	}
	
	header#header:before {
		background-size: 1700px;
		background-position: center -35%;
	}
}

@media only screen and (max-width: 880px) {
	body {
		font-size: 20px;
	}
	
	section#firstsec {
		background-size: 270vw;
		background-position: center -91vw;
	}
	
	section#firstsec > span:first-child {
		font-size: 1em;
		left: 20px;
		top: 26px;
	}
}

@media only screen and (max-width: 767px) {
	
	#pw-highlight-team .container .row > div span.role {
		font-size: 15px;
		margin-bottom: 2px;
	}
	#pw-highlight-team .container small {
		font-size: 90%;
	}
	#pw-highlight-team .container biggest {
		font-size: 30px;
	}
	#pw-highlight-team .container .row.row-1 > div span.name {
		font-size: 20px;
	}
	#pw-highlight-team .container .row > div span.name {
		font-size: 18px;
	}
	
	section#about {
		padding-top: 70px;
		padding-bottom: 70px;
		/*font-size: 17px;*/
	}
	
	section#spot {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section#spot .container {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	section#buyTickets {
		background-size: cover;
	}
	section#buyTickets:before {
		background: rgb(0 0 0 / 70%);
	}
	
	#firstsec #premieredato h3 {
		font-size: 5vw !important;
		letter-spacing: 0.7vw;
		line-height: 6vw;
		margin-top: 2vw;
	}
	div#fantastisk-musical p {
		font-size: 3vw;
	}
	
	.page-template-page-about main#main {
		padding-top: 50px;
		padding-bottom: 0px;
		/*font-size: 18px;*/
		line-height: 1.4;
	}
	.page-template-page-about main#main h3 {
		font-size: 21px;
	}
	
	div#about2 {
		position: relative;
		padding: 30px 0 30px;
		/*font-size: 18px;*/
		line-height: 1.4;
	}

	h2 {
		font-size: 40px;
	}
	h3 {
		font-size: 26px;
	}
	
	.container {
		width: 100% !important;
	}
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	form#mc4wp-form-1 .inside-mc {
		width: 100%;
		max-width: 340px;
		margin-left: auto;
		margin-right: auto;
	}
	section#newsletter .mc4wp-form-fields .inside-mc {
		display: flex;
		flex-direction: column;
	}
	section#newsletter .mc4wp-form-fields input,
	section#newsletter .mc4wp-form-fields button {
		margin: 3px 0;
	}

	header#header > .container {
		min-height: 76px;
	}
	section#firstsec {
		max-height: 100dvh;
		height: 100dvh;
	}

	#firstsec .cta {
		font-size: 15px;
		min-width: 270px;
		font-size: clamp(18px, 3.2vw, 25px) !important;
	}
	#firstsec .cta + .cta {
		margin-top: 10px !important;
	}
	.cta {
		font-size: clamp(18px, 3.2vw, 25px) !important;
	}

	.page-template-page-frontpage main#main {
		padding-top: 0px !important;
	}

	#verdenspremiere {
		margin-top: 0px;
		margin-bottom: 0px;
    	padding-top: 60px;
    	padding-bottom: 50px;
	}

	section#about-forestilling h3 {
		font-size: 30px;
	}
	section#about-forestilling {
		padding: 50px 0 0;
	}
	.page-template-page-about #main .postText.d-flex > .row > div:last-child {
		position: static;
	}
	
	section#buy-tickets {
		padding-top: 20px;
		padding-bottom: 50px;
	}
	
	#verdenspremiere p.bigger {
		font-size: 28px;
	}
	#verdenspremiere p {
		text-shadow: 0 2px 6px rgb(0 0 0 / 70%);
		font-size: 20px;
	}
	#verdenspremiere p + p {
		margin-top: 9px;
	}
	#verdenspremiere i.j-star {
		width: 15px;
		height: 15px;
		margin: 0 5px;
		position: relative;
		top: 2px;
	}
	
	/*#content .cta {
		font-size: 13px;
	}*/
	
	#pw-highlight-team .container {
		padding: 40px 20px;
	}
	
	/*#pw-highlight-team .container biggest {
		font-size: 100%;
	}
	#pw-highlight-team .container bigger {
		font-size: 90%;
	}
	#pw-highlight-team .container .row > div span.role {
		font-size: 13px;
	}*/
	
	section#newsletter {
		padding: 40px 0 40px;
	}
	
	.copyright p {
		/*font-size: 14px;*/
		line-height: 1.2;
		margin: 0 !important;
	}
	.copyright p + .d-block {
		margin-top: 20px !important;
	}
	section#newsletter img {
		max-width: 350px;
	}

	.standard-packages-row .standard-ticket .standard-ticket-header h5 {
		font-size: 12px;
	}
	
	main#main {
		background: transparent;
		padding-top: 40px;
		padding-bottom: 20px;
	}

	section#vip-pakker {
		padding-bottom: 0px;
	}
	
	section#buyTickets {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	
	.page-template-page-about #main .row > div:first-child {
		padding-right: 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 700px) {
	section#newsletter .container {
		padding-top: 50px;
		padding-bottom: 0;
	}

	section#newsletter .mc4wp-form-fields input {
		background: rgb(255 255 255 / 15%);
		padding: 22px 16px;
		min-width: 200px;
		width: 270px;
		margin-right: 0;
	}
	section#newsletter .mc4wp-form-fields button {
		width: 270px;
	}
	.copyright {
    	padding-top: 0px;
    	padding-bottom: 40px;
	}
	
	
}

@media only screen and (max-width: 660px) {
	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 + div a {
		margin: 5px 0 !important;
		width: 80%;
	}
	
	header#header .brand img {
		max-width: 140px;
	}


	#firstsec h4 {
		font-size: 1rem;
	}
	#about h3 {
        font-size: 19px;
    }
	section#about {
		/*font-size: 15px;*/
		line-height: 1.4;
	}
	section#about .container > .row > div:first-child > p {
		text-align: unset;
	}
	
	#spot .container {
		padding-left: 30px;
		padding-right: 30px;
	}

}
@media only screen and (max-width: 650px) {
	.pw-large-logo.text-center img {
		width: 200px !important;
	}
	.page-template-page-credits #main {
		padding-top: 15px;
		padding-bottom: 0;
	}
	/*#pw-highlight-team .container .bigger {
		font-size: 20px !important;
	}
	#pw-highlight-team .container .row > div span.name {
		font-size: 14px;
	}
	#pw-highlight-team .container .row > div span.role {
		font-size: 14px;
	}*/
	#pw-highlight-team .container .row {
		width: 100% !important;
	}
	#pw-highlight-team .container .row:not(:last-of-type) {
		margin-bottom: 16px;
	}
	#pw-highlight-team .container .row > div {
		max-width: 100%;
		flex: 0 0 100% !important;
	}
	/*#pw-highlight-team .container .row > div + div {
		margin-top: 16px;
	}*/
}
@media only screen and (max-width: 600px) {
	.page-template-page-tickets .page h3 {
		font-size: 24px;
	}

	main#main {
		padding-top: 40px;
		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;
	}
	.page-template-page-tickets .billetter .billet > div.action > a:first-child {
		margin-bottom: 4px !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 img {
		/*max-width: 220px;*/
	}
	
	/*.page-template-page-about #main img {
		right: 20px;
	}*/
}

@media only screen and (max-width: 550px) {
	#firstsec #premieredato p {
		font-size: 1rem;
	}
	.topnav {
		font-size: 1rem;
	}
	
	#verdenspremiere {
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 500px) {
	body {
		font-size: 18px;
	}
	
	#verdenspremiere p.bigger {
		font-size: 20px;
	}
	#verdenspremiere .bigger i.j-star {
		width: 20px;
		height: 20px;
		top: 4px;
	}
	#verdenspremiere p {
		font-size: 17px;
	}
	#verdenspremiere i.j-star {
		width: 12px;
		height: 12px;
		margin: 0 1px;
		top: 3px;
	}
	
	#verdenspremiere .cta2 {
		margin-top: 10px;
		margin-left: 0;
	}
	#verdenspremiere .actions .cta {
		width: 100%;
	}
	
	section#newsletter img {
		max-width: 270px;
	}

	.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;
	}

	#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;
		margin-bottom: 10px;
	}
	section#vip-pakker .vip-pakke .vip-inner .vip-headline h5 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 450px) {
	header#header .brand img {
		max-width: 150px;
	}
	
	section#vip-pakker .vip-pakke .vip-inner .vip-headline h4 {
		font-size: 13px;
	}
	.vip-headline > p {
		padding: 2px 18px 2px 40px;
		left: -30px;
	}

	#verdenspremiere h2 {
        font-size: 22px;
    }
	
	#firstsec #premieredato h3 {
		font-size: 1.4rem !important;
	}
	
	#verdenspremiere p {
        font-size: 17px;
    }
}

@media only screen and (max-width: 400px) {
	nav#mainmenuNav a {
		font-size: 14px;
	}
}

@media only screen and (max-height: 1000px) {
    #firstsec .container > .row > div:first-child {
        position: unset;
        margin-top: -30px;
        margin-bottom: -485px;
    }
	/*section#firstsec > img {
		transform: translate(30px, -200px);
	}*/
}