/* tjek .stage-slider { height: 800% !important; } */

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	
}
html {
	box-sizing: border-box;
	overflow-x: hidden;
}
body {
	font-size: 20px;
	font-size: calc(16px + (20 - 16) * (100vw - 400px) / (1800 - 400));
	font-size: calc(11px + (20 - 11) * (100vw - 400px) / (1800 - 400));
	font-family: 'Nunito', sans-serif;
}
b, strong {
	font-weight: 800;
}
*, *:before, *:after {
  box-sizing: inherit;
}
* {
	padding: 0;
	margin: 0;
}
*:focus {
	outline: 0;
}
ul{
	list-style: none outside none;
	padding-left: 0;
	margin: 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-family: adonis-web, serif;
	font-size: 60px;
	font-size: calc(30px + (60 - 30) * (100vw - 400px) / (1800 - 400));
	line-height: 1.07;
	font-style: normal;
	font-weight: 700;
	margin: 0.4em 0;
}
h1 {
	font-size: 80px;
	font-size: calc(30px + (80 - 30) * (100vw - 400px) / (1800 - 400));
	max-width: 80vw;
	margin: 0 auto;
}
p {
	max-width: 80vw;
	margin: 0 auto;
	margin-bottom: 1em;
}
p.small {
	font-size: 16px;
	font-size: calc(12px + (16 - 12) * (100vw - 400px) / (1800 - 400));
}
.header-small {
	display: block;
	margin: 0 auto;
	font-family: 'Nunito', sans-serif;
	font-size: calc(16px + (20 - 16) * (100vw - 400px) / (1800 - 400));
	font-weight: 800;
}
a { color: inherit; }
h1:after, h2:after, h3:after, h4:after, h5:after, h6:after, .header-small:after {
	content: "";
	line-height: 1;
	text-align: center;
	display: block;
	width: 120px;
	height: 4px;
	border-bottom: 2px #22252C solid;
	background: transparent;
	margin: 0.6em auto 0.8em auto;
}
.introtags {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: calc( 40vw + 300px);
	margin: 0 auto;
}
.introtags div{
	flex-grow: 1;
	flex-basis: 0;
}
.stage {
	background-color: #BEB3A0;
}
.slider.passive {
	display: none;
}
div.pad {
	padding: 2em 3em;
	padding: 6vh 6vw;
}
.stage-slider-images li > div:last-child {
	/*background-color: #BEB3A0;*/
	color: #22252C;
}
.stage-slider-images li:nth-child(2n+2) > div:last-child {
	background-color: #22252C;
	color: #BEB3A0;
}
.billede {
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
}
.billede.noscale {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: inherit;
}
.two-halfs .row {
    display: table;
	width: 100%;
}
.half {
    vertical-align: middle;
    display: table-cell;
}
.gallery {
	display: table;
	height: 100%;
	height: 100vh;
	width: 100%;
}
.gallery .row {
	display: table;
	width: 100%;
	height: 33.3333%;
}
.gallery .row25 {
	height: 25%;
}
.gallery .row50 {
	height: 50%;
}
.gallery .row .gal-item {
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	display: table-cell;
	background-position: 50% 50%;
	background-size: cover;
	position: relative;
}
.gallery .row .gal-item-2 {
	background-position: 60% 100%;
}
.gallery .row .gal-item-9 {
	background-position: 45% 50%;
}
.gallery .row .gal-item-10 {
	background-position: 25% 50%;
}
.controlled .vid-item:after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	background-size: 50px 50px;
	background-image: url(arrow-play.svg);
}
.grey {
	background-color: #C0B3A0;
	color: #21252C;
}
.transparent {
	background-color: transparent;
	color: #C0B3A0;
}
#logo {
	background:url(klovnen_jody.svg) no-repeat;
	background-size: contain;
	width: 501px;
	height: 150px;
	width: 417px;
	height: 125px;
	margin: 0 auto;
}
.transparent #logo {
	fill: #C0B3A0;
}
.transparent *:after {
	border-bottom-color: #C0B3A0;
}
.grey *:after {
	border-bottom-color: #21252C;
}
.purple {
	background-color: #403250;
	color: #C0B3A0;
}
.purple #logo {
	fill: #C0B3A0;
}
.purple *:after {
	border-bottom-color: #C0B3A0;
}
.red {
	background-color: #CE4646;
	color: #21252C;
}
.purple #logo {
	fill: #21252C;
}
.red *:after {
	border-bottom-color: #21252C;
}
.dark {
	background-color: #21252C;
	color: #C0B3A0;
}
.dark *:after {
	border-bottom-color: #C0B3A0;
}
.profil {
	display: table;
    width: 100%;
}
.columns  {
	display: table;
    margin: 0 auto;
}
.columns > div {
	vertical-align: middle;
	width: 50%;
	display: table-cell;
	padding: 10px;
}
.profil .roundpic {
	height: 1px;
	padding-bottom: 100%;
	background-image:url(arne.jpg);
	background-size: cover;
	border-radius: 50%;
}
.profil .col-1 {
	padding: 30px;
}
.profil .col-2 {
	text-align: left;
}
#teater .columns > div {
	vertical-align: top;
}
#teater ul {
	margin-bottom: 1em;
	margin-left: 20px;
	text-align: left;
}
#teater li {
	vertical-align: top;
	font-size: 16px;
	font-size: calc(12px + (16 - 12) * (100vw - 400px) / (1800 - 400));
}
#teater strong {
	font-size: 16px;
	font-size: calc(12px + (16 - 12) * (100vw - 400px) / (1800 - 400));
}
#teater  ul li:before {
	content: '\2014';
	position: absolute;
	margin-left: -20px;
}
/* pager */
.lSPagerWrap {
	position: absolute;
	right: 10px;
	top: 48%;
}
.slider .lSSlideOuter {
	float:left;
	clear: both;
}
.slider .lSPager.lSpg {
	text-align: left;
	margin: 0 !important;
	border-left: 2px solid transparent;
}
.slider .lSPager.lSpg > li {
	cursor: pointer;
	display: block;
	padding: 5px 0;
	clear: both;
	line-height: 1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-left: -1px;
}
.slider.lSPager.lSpg > li:first-of-type {
	margin-top: 10px;
}
.slider .lSPager.lSpg > li:last-of-type {
	margin-bottom: 10px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background-color: white;
	border-radius: 30px;
	display: inline-block;
	height: 16px;
	width: 16px;
	border: 2px solid transparent;
	overflow: hidden;
	text-indent: -999em;
	position: relative;
	z-index: 99;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #D90135;
	background-color: transparent;
	border: 2px solid white;
}

.nav_menu {
	position: fixed;
	top: 20px;
	left: 20px;
	height: 40px;
	width: 40px;
	outline: 0;
}
.nav_menu * {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	fill: #21252C
}
.menu a {
	text-decoration: none;
}
.nav-red .nav_menu * {
	fill: #CE4646;
}
.nav-purple .nav_menu * {
	fill: #403250;
}
.nav-grey .nav_menu * {
	fill: #21252C;
}
.nav-dark .nav_menu * {
	fill: #C0B3A0;
}

a.nav_arrow {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -30px;
	height: 60px;
	width: 60px;
	outline: 0;
}
a.nav_arrow .a_circle {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
	fill: #CE4646;
}
a.nav_arrow .a_arrow {
	/*transition: all 0.2s;*/
	fill: #FFF;
}
a.nav_arrow:hover .a_arrow {
	-webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	 -webkit-animation: myMove 0.9s; 
    animation: myMove 0.9s;
}

.arrow-purple .nav_arrow .a_circle {
	fill: #403250;
}
.arrow-grey .nav_arrow .a_circle {
	fill: #21252C;
}
.arrow-dark .nav_arrow .a_circle {
	fill: #C0B3A0;
}
.lSPagerWrap,
.nav_arrow {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0.4s;
	transition: opacity 0.3s ease-in-out 0.4s;
}
.slider.passive, .slider.controlled {
	-webkit-transition: transform 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out;
}

/*body:not(.intro).menu-toggled .slider.passive,*/
body.menu-toggled .slider.passive {
	transform: scale(1,-1) translate3d(50vw,0,0);
}
/*body:not(.intro).menu-toggled .slider.controlled ,*/
body.menu-toggled .slider.controlled {
	transform: translate3d(-50vw,0,0);
}
.menu-toggled .lSPagerWrap,
.menu-toggled .nav_arrow {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in-out 0.0s;
	transition: opacity 0.1s ease-in-out 0.0s;
}
.curtain  {
	display: none;
	width: 100%;
    height: 100%;
    position: relative;
    z-index: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.7s;
	transition: visibility 0s linear 0.7s;
}
.cleft {
	transform: translate3d(1px, 0 ,0);
}
.cright {
	transform: translate3d(-1px, 0 ,0);
}
.cleft svg {
	transform-origin: right top;
	transform: translate3d(0vw,0,0);
    height: 100vh;
    width: 50vw;
    left: 0px;
	-webkit-transition: transform 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out;
    position: absolute;
}

.cright svg {
	transform-origin: left top;
	transform: translate3d(0vw,0,0);
	height: 100vh;
    width: 50vw;
    left: 50vw;
	-webkit-transition: transform 0.7s ease-in-out;
	transition: transform 0.7s ease-in-out;
    position: absolute;
	z-index: 10;
}

.cleft svg path,
.cright svg path {
	fill: #BEB3A0;
	fill: #21252B;
	fill: #000001;
}

.stage {
	background-color: #21252B;
	background-color: #000001;
}

.cleft svg,
.cright svg {
	transform: scale(0.001,1);
}

.menu-toggled .curtain  {
	visibility: visible;
	transition-delay:0s;
}
.menu-toggled .cleft svg#c_left {
	transform: translate3d(-50vw,0,0) scale(1,1);
}
.menu-toggled .cright svg#c_right {
	transform: translate3d(50vw,0,0) scale(1,1);
}

.menu {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.7s;
	transition: visibility 0s linear 0.7s;
	overflow: hidden;
}
.menu-toggled .menu {
	visibility: visible;
	transition-delay:0s;
}
.menu ul {
	position: absolute;
	list-style: none;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*max-width: 320px;*/
	max-width: 400px;
    width: 100%;
	text-align: center;
	z-index: 100;
}
.menu li {
  color: #CE4646;
  opacity: 0;
  font-size: 1.5em;
  height: 2em;
  line-height: 2em;
	-webkit-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}
.menu-toggled .menu li {
	opacity: 1;
}
.menu-toggled .menu li:hover {
	-webkit-transition: color 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.menu li:nth-child(1) {
	-webkit-transition: opacity .5s .05s, color .2s .0s;
	        transition: opacity .5s .05s, color .2s .0s;
}
.menu li:nth-child(2) {
	-webkit-transition: opacity .5s .10s, color .2s .0s;
	        transition: opacity .5s .10s, color .2s .0s;
}
.menu li:nth-child(3) {
	-webkit-transition: opacity .5s .15s, color .2s .0s;
	        transition: opacity .5s .15s, color .2s .0s;
}
.menu li:nth-child(4) {
	-webkit-transition: opacity .5s .20s, color .2s .0s;
	        transition: opacity .5s .20s, color .2s .0s;
}
.menu li:nth-child(5) {
	-webkit-transition: opacity .5s .25s, color .2s .0s;
	        transition: opacity .5s .25s, color .2s .0s;
}
.menu li:nth-child(6) {
	-webkit-transition: opacity .5s .30s, color .2s .0s;
	        transition: opacity .5s .30s, color .2s .0s;
}
.menu li:nth-child(7) {
	-webkit-transition: opacity .5s .35s, color .2s .0s;
	        transition: opacity .5s .35s, color .2s .0s;
}
.menu li:nth-child(8) {
	-webkit-transition: opacity .5s .40s, color .2s .0s;
	        transition: opacity .5s .40s, color .2s .0s;
}
.menu li:nth-child(9) {
	-webkit-transition: opacity .5s .45s, color .2s .0s;
	        transition: opacity .5s .45s, color .2s .0s;
}

.menu-toggled .menu li:hover {
  color: #fff;
  cursor: pointer;
}
.menu-toggled .nav_menu * {
	fill: #FFFFFF;
}

@-webkit-keyframes myFade {
	0% {transform: translate3d(0,0px,0); opacity: 0;}
	100% {transform: translate3d(0,0px,0); opacity: 1;}
} 

@keyframes myFade {
	0% {transform: translate3d(0,0px,0); opacity: 0;}
	100% {transform: translate3d(0,0,0); opacity: 1;}
}


@-webkit-keyframes myMove {
	0% {transform: translate3d(0,0px,0);}
	25% {transform: translate3d(0,-2px,0) scale(1,0.8);}
	50% {transform: translate3d(0,2px,0) scale(1,1.1);}
	100% {transform: translate3d(0,0px,0);}
} 

@keyframes myMove {
	0% {transform: translate3d(0,0px,0);}
	25% {transform: translate3d(0,-2px,0) scale(1,0.8);}
	50% {transform: translate3d(0,2px,0) scale(1,1.1);}
	100% {transform: translate3d(0,0,0);}
}







/* featherlight */
body .featherlight .featherlight-close-icon { position: fixed; top: 10px; right: 10px; line-height: 40px; width: 40px; font-size: 25px; background: transparent; color: #fff; }
body .featherlight .featherlight-close-icon:focus { outline: 0; } 
iframe.lightbox { display: none; overflow: hidden;}
.featherlight-content {
	overflow-y: hidden !important;
}
embed, iframe, object {
    max-width: 100%;
}
body .featherlight .featherlight-content {
	background: #000;
}


/*
@media screen and (max-width: 1299px) {
	h1, h2, h3, h4, h5, h6 {
		font-size: 60px;
	}
}
*/
@media screen and (max-width: 799px) {
	.no-mobile-bottom-pad {
		padding-bottom: 0 !important;
	}
	.no-mobile-top-pad {
		padding-top: 0 !important;
	}
	.hide-mobile {
		display: none !important;
	}
	#logo {
		width: 334px;
		height: 100px;
	}
	.introtags {
		width: 80vw;
		flex-direction: column;
	}
	
	.introtags div:after {
		content: "";
		line-height: 1;
		text-align: center;
		display: block;
		width: 40px;
		height: 4px;
		border-bottom: 2px #C0B3A0 solid;
		background: transparent;
		margin: 0.6em auto 0.8em auto;
	}
	/*h1, h2, h3, h4, h5, h6 {
		font-size: 40px;
	}*/
	.stage-slider li > div {
		display: table-cell;
		width: 100vw;
	}
	.stage-slider li > div.prio {
		display: table-caption;
	}
	.nav_menu * {
		fill: #FFFFFF;
	}
	.menu {
		position: fixed;
		z-index: 11;
		background: black;
	}
	/*.menu li {
	  font-size: 1.25em;
	}*/
	.nav_menu {
		z-index: 12;
	}
	
}
@media screen and (min-width: 800px) {
	html, body {
		overflow: hidden;
	}
	h1 {
		max-width: 50vw;
	}
	p {
		max-width: 50vw;
	}
	ul{
		text-align: left;
	}
	h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
		content: "";
		line-height: 1;
		text-align: center;
		display: block;
		width: 120px;
		height: 4px;
		border-bottom: 4px #22252C solid;
		background: transparent;
		margin: 30px auto 40px auto;
		margin: 0.4em auto 0.6em auto;
	}
	.nav_menu {
		position: absolute;
	}
	a.nav_arrow {
		display: block;
	}
	.curtain  {
		display: block;
	}
	.stage {
		height: 100vh;
	}
	.slider {
		position: absolute;
		top: 0;
		left:0;
		right: 0;
		bottom: 0;
	}
	div.pad {
		padding: 2vh 5vw;
	}
	.passive,
	.passive .stage-slider li > div {
		-webkit-transform: scale(1,-1);
		transform: scale(1,-1);
	}
	.slider.passive {
		display: block;
		overflow: hidden;
	}
	.passive .stage-slider li:not(.intro) > div{
		width: 50%;
	}
	/*.stage-slider li,
	.stage-slider li div {
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.stage-slider-images li > div:last-child {
		width: 50%;
	}*/
	/*.two-halfs .row {
		display: table-row;
	}*/
	.half {
		height: 50vh;
	}
	.stage-slider {
		display: table;
		table-layout: fixed;
		width: 100% !important;
		min-height: 1px;
		height: 100% !important;
	}
	.stage-slider {
		height: 900% !important;
	}
	.slider, .lSSlideWrapper  {
		height: 100vh !important;
	}
	.lslide, .stage-slider > li {
		height: 100vh !important;
		color: #FFF;
		text-align: center;
		display: table-row;
		display: table;
		width: 100%;
		float: none !important;
		background-size: cover;
	}
	.lslide > div,
	.stage-slider li > div {
		float: none;
		display: table-cell;
		vertical-align: middle;
		/*width: 100% !important;*/
		position: relative;
	}
	.controlled .stage-slider {
		display: block;
	}
	.controlled .lslide, .controlled .stage-slider > li {
		display: table;
		table-layout: fixed;
	}
	.controlled li > div:last-child {
		background: none !important;
	}
	.controlled .gallery .row .gal-item {
		background-image: none !important;
		background: rgba(0,0,0,0.01);
	}
	.gallery .row > .gal-item.hover {
		opacity: 0.5;
	}
	.controlled .vid-item:after {
		content: none;
	}
	.passive .vid-item:after {
		content: "";
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		pointer-events: none;
		background-size: 70px 70px;
		background-image: url(arrow-play.svg);
	}
	.featherlight .featherlight-content {
		background: white;
	}

	.billede {
		width: auto;
		width: 50%;
	}
	.stage-slider .intro {
		height: 0;
		background-image:url(0.jpg);
		background-position: 50% 100%;
		background-size: cover;
	}
	.stage-slider .intro > div:first-child {
		display: table-cell;
	}
	.controlled .intro {
		height: 0;
		transform: translateX(-50%);
		overflow: hidden;
	}
	.controlled .intro > div:first-child {
		display: table-cell;
		transform: translateX(50%);
		background-image: url(0.jpg);
		background-position: 50% 100%;
		background-size: cover;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.passive .intro {
		-webkit-transform: scale(1,-1);
		transform: scale(1,-1);
		/*-webkit-transform: scale(-1,-1) translateX(-50%);
		transform: scale(-1,-1) translateX(-50%);*/
		overflow: hidden;
	}
	.passive .intro > div:first-child {
		-webkit-transform: scale(1,1);
		transform: scale(1,1);
		/*-webkit-transform: scale(-1,1) translateX(-50%);
		transform: scale(-1,1) translateX(-50%);*/
	}
	.passive .stage-slider .intro .billede {
		display: block;
		background-image: none !important;
		background: #21252B;
		background: #000001;
		width: 50%;
		position: absolute;
		height: 100%;
		left: 0;
	}
	.stage-slider .intro .billede {
		display: none;
	}
}