@font-face {
    font-family: EticaExtraBold;
    src: url(fonts/LFTEticaXB.woff);
}
@font-face {
    font-family: EticaBold;
    src: url(fonts/LFTEtica-Bold.woff);
}
@font-face {
    font-family: EticaRegular;
    src: url(fonts/LFTEtica.woff);
}
@font-face {
    font-family: EticaBook;
    src: url(fonts/LFTEticaBk.woff);
}


.fullscreennoscroll {
	overflow: hidden;
	position: fixed;
}

header {
	background-color: #fff;
	width: 100%;	
}

#menuArea {
	font-size: 100%;
	margin: 0 auto; 
	max-width: 1416px;  
	position: relative;
	height: 60px;
}

#menuArea input {
  display: none;
}

.open {
  background-color: #000;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  top: 8px;
}

.open:before {
  content: "";
  background-color: #000;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: -8px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.open:after {
  content: "";
  background-color: #000;
  width: 30px;
  height: 4px;
  display: block;
  border-radius: 0px;
  position: relative;
  top: 4px;
  transform: rotate(0deg);
  transition: all 0.3s ease;
}

.menuOpen {
  width: 30px;
  height: 20px;
  display: block;
  padding: 10px;
  cursor: pointer;
  /* float: right; */
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 10000;
}

.menuOpen:hover .open:before {
  top: -9px;
}

.menuOpen:hover .open:after {
  top: 5px;
}

.menu {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 1.0);
}


.menu .left {
  position: fixed;
  width: 100vw;
  height: 85vh; 
  top: 0;
  left: 0;
  /* background: rgba(252, 227, 0, 1.0); */
  background: rgba(255, 225, 0, 1.0);
}

.menu.mp3menu .left {
  background: rgba(3, 252, 163, 1.0);
}


.menu .right {
  position: fixed;
  width: 100vw; 
  height: 15vh;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 1.0);
}

/*
.menu label {
  width: 60px;
  height: 50px;
  position: absolute;
  right: 8px;
  top: 20px;
  background-size: 100%;
  cursor: pointer;
  background-color: aqua;
}
*/

#menuArea .logowrapper {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1001;

}

#menuArea .logo {
  width: 40px;
  height: 40px;
}

#menuArea .site {
  height: 40px;
  max-width: none;
}

#menuArea .logowrapper a {
	float: left;
}


.menu .left .menuContent {
  /*
  position: relative;
  top: 20%;
  left:30%;
  */
  
  height: 100%;
  display: block;
  /* justify-content: center; */
  /* align-items: center; */
  
  font-size: 5.5rem;
  text-align: left;
  margin-top: 90px;
  margin-left: 10px;
}


.menu .right .menuContent {
  /*
  position: relative;
  top: 20%;
  left:30%;
  */
  
  height: 100%;
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  
  font-size: 5.5rem;
  text-align: left;
  margin-top: 20px;
  margin-left: 10px;
}

.menu .left .menuContent {
  font-size: 1.6rem;
}

.menu .left .menuContent ul:nth-child(2)  {
 font-size: 1.3rem;
 -webkit-column-count: 2;
 -moz-column-count: 2;
 column-count: 2; 
 
 -moz-column-gap: 30px;
 -webkit-column-gap: 30px;
 column-gap: 30px;
 
 margin-top: 15px;
 
}

.menu .right .menuContent {
  font-size: 1.3rem;
}


.menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.menu ul li {
  display: block;
  margin-bottom: 0;
}

.menu ul li a, .menu .right ul li:first-child {
  display: inline-block;
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
  font-family: EticaRegular;
  text-transform: uppercase;
  padding: 0;
  line-height: 1.0;
  margin-bottom: 5px;
}

.menu .left .menuContent ul li:first-child a {
	/* margin-top: 10px; */
}


.menu .right ul li a {
  display: inline-block;
}

.menu .right ul li {
  display: inline-block;
}

.menu .right ul li:first-child {
	display: block;
	font-size: 1.0rem;
}


.menu .right ul li a {
    display:inline-block;
    height:30px;
    text-indent:-9999px;
    width:30px;
    margin-right: 15px;
}

.menu .right ul li a:last-child() {
    margin-right: 0;
}

.menu .right ul li a.snapchat {
    background-image:url('img/ikon_snapchat.svg');
}

.menu .right ul li a.youtube {
    background-image:url('img/ikon_youtube.svg');
}

.menu .right ul li a.facebook {
    background-image:url('img/ikon_facebook_f.svg');
}

.menu .right ul li a.instagram {
    background-image:url('img/ikon_instagram.svg');
}

.menu .right ul li a.twitter {
    background-image:url('img/ikon_twitter.svg');
}

.menu .right ul li a.flickr {
    background-image:url('img/ikon_flickr.svg');
}





.menu ul li a:hover {
  color: #000;
}

.menu ul li:hover {
}


.menuEffects {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}

.menuEffects ul {
  transform: translateY(0%);
  transition: all 0.5s;
}

#menuToggle:checked ~ .menuEffects {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
  z-index: 1000;
}

#menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}

#menuToggle:checked ~ .logowrapper .p3logotxt, #menuToggle:checked ~ .logowrapper .mp3logotxt {
  transition: fill 1s ease;
  fill:#fff;
}

#menuToggle:checked ~ .logowrapper .p3logobg, #menuToggle:checked ~ .logowrapper .mp3logobg {
  transition: fill 1s ease;
  fill:#000;
}

#menuToggle:checked ~ .menuOpen .open {
  background-color: transparent;
}

#menuToggle:checked ~ .menuOpen .open:before {
  content: "";
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1001;
}

#menuToggle:checked ~ .menuOpen .open:after {
  content: "";
  background-color: #000;
  transform: rotate(-45deg);
  position: relative;
  top: 0;
  right: 0;
  z-index: 1001;
}

#menuToggle:checked ~ .logowrapper {
	/*
	position: fixed;
	top: auto;
	left: auto;
	margin-top: 20px;
	margin-left: 10px;
	*/
}

#menuToggle:checked ~ .menuOpen {
	/*
	position: fixed;
	top: auto;
	*/
}

#menuToggle:not(:checked) ~ .menuEffects ul {
  /* transform: translateY(-30%); */
}

#menuToggle:not(:checked) ~ .logowrapper .p3logotxt {
  transition: fill 0.7s ease;
  fill:#000;
}

#menuToggle:not(:checked) ~ .logowrapper .p3logobg {
  transition: fill 0.7s ease;
  fill:#ffe100;
}

.page-id-237585 #menuToggle:not(:checked) ~ .logowrapper .p3logobg {
  transition: fill 0.7s ease;
  fill:#FFF;
}

.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);	
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}



/* Media Queries */


/* iPhone 6 og 6s Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 736px) and (orientation: portrait) {
  
	.menu .left .menuContent {
	  font-size: 2.3rem;
	  margin-top: 90px;
	} 
	
	.menu .left .menuContent ul:nth-child(2)  {
	 font-size: 1.3rem;
	 
	 -moz-column-gap: 40px;
	 -webkit-column-gap: 40px;
	 column-gap: 40px;
	 
	 margin-top: 30px;
	}
	
	.menu .right ul li a {
	    height:40px;
	    width:40px;
	}
  
}

/* iPhone 5 og 5s Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (orientation: landscape) {

	.menu .left {
	  width: 70vw;
	  height: 100vh; 
	  top: 0;
	  left: 0;
	}
	
	
	.menu .right {
	  width: 30vw; 
	  height: 100vh;
	  top: 0;
	  right: 0;
	  bottom: initial;
	  left: initial;	  
	}
	
	.menu .left .menuContent {
	    margin-top: 80px;
	}	
		
	
	.menu .left .menuContent ul:nth-child(2) {
	    font-size: 1.55rem;
		-moz-column-gap: 30px;
		-webkit-column-gap: 30px;
		column-gap: 30px;
		 
		margin-top: 15px;
	}
	
	.menu .left .menuContent ul:nth-child(2) li a {
		font-family: EticaBook;
	}	
	
	.menu .right ul li:first-child {
	    font-size: 1.0rem;
	}
	
	.menu .right .menuContent {
	    font-size: 1.3rem;
	    margin-top: 80px;
	    margin-left: 60px;
	}
	 
	
	.menu .left .menuContent {
	    font-size: 1.86rem; 
	} 
	
	.menu .left .menuContent ul:nth-child(1)  {
	 -webkit-column-count: 2;
	 -moz-column-count: 2;
	 column-count: 2; 
	 
	 -moz-column-gap: 30px;
	 -webkit-column-gap: 30px;
	 column-gap: 30px;
	}
	
	.menu .left .menuContent li a {
	    margin-bottom: 5px;
	}	
	
	.menu .right ul li {
	  display: block;
	}
	
	.menu .right ul li a {
		display: inline-block;
	    text-indent:0;
	    background-image: none !important;
	    width: auto;
	    height: auto;
	    margin-bottom: 10px;
	}	

}


/* Medium and up */
@media screen and (min-width: 40em) {

	#menuArea {
		height: 140px;
	}

	#menuArea .logowrapper {
	  top: 20px;
	}

	#menuArea .logo {
	  width: 100px;
	  height: 100px;
	}

	#menuArea .site {
	  height: 100px;
	}
	
	.menuOpen {
		top: 50px;
	}
	
	.menu .left {
	  width: 70vw;
	  height: 100vh; 
	  top: 0;
	  left: 0;
	}
	
	
	.menu .right {
	  width: 30vw; 
	  height: 100vh;
	  top: 0;
	  right: 0;
	  bottom: auto;
	  left: auto;	  
	}	
	
	.menu .left .menuContent {
	  display: flex;
	  justify-content: center;
	  font-size: 5.5rem;
	  margin-top: 200px;	  
	  margin-left: 0;	   
	}

	.menu .left .menuContent ul:nth-child(2)  {
	 font-size: 2.8rem;
	 -moz-column-gap: 100px;
	 -webkit-column-gap: 100px;
	 column-gap: 100px;	 
	 
	  margin-top: 100px;
	}	
	
	.menu .right .menuContent {
	  font-size: 2.9rem;
	  margin-top: 200px;
	  margin-left: 60px;
	}	
	
	.menu .right ul li a {
	  display: block;
	}	
	
	.menu .right ul li:first-child {
		font-size: 1.9rem;
	}		

	.menu ul li a, .menu .right ul li:first-child {
	  margin-bottom: 10px;
	}
	
	.menu ul li a {
	  line-height: 1.0;
	  margin-bottom: 20px;
	}	
	
	.menu .right ul li {
	  display: block;
	}
	
	.menu .right ul li a {
		display: inline-block;
	    text-indent:0;
	    background-image: none !important;
	    width: auto;
	    height: auto;
	}	
	
}


/* Height fix */

@media screen and (min-width: 40em) and ( max-height: 599px ){


	#menuArea {
	  height: 55px;
	}

	#menuArea .logowrapper {
	    top: 10px;
	}

	#menuArea .logo {
	  width: 40px;
	  height: 40px;
	}
	
	#menuArea .site {
	  height: 40px;
	}

	.menuOpen {
	  top: 11px;
	}  
		
	.menu .left .menuContent {
	    margin-top: 90px;
	}	
		
	
	.menu .left .menuContent ul:nth-child(2) {
	    font-size: 1.54rem;
	    -moz-column-gap: 100px;
	    -webkit-column-gap: 100px;
	    column-gap: 100px;
	    margin-top: 20px;
	}
	
	.menu .left .menuContent ul:nth-child(2) li a {
		    font-family: EticaBook;
	}	
	
	.menu .right ul li:first-child {
	    font-size: 1.0rem;
	}
	
	.menu .right .menuContent {
	    font-size: 1.3rem;
	    margin-top: 80px;
	    margin-left: 60px;
	}
	 
	
	.menu .left .menuContent {
	    font-size: 1.86rem; 
	} 
	
	.menu .left .menuContent ul:nth-child(1)  {
	 -webkit-column-count: 2;
	 -moz-column-count: 2;
	 column-count: 2; 
	 
	 -moz-column-gap: 100px;
	 -webkit-column-gap: 100px;
	 column-gap: 100px;
	}
	
	.menu .left .menuContent li a {
	    margin-bottom: 10px;
	}


}

@media screen and (min-width: 40em) and ( min-height: 600px) and ( max-height: 669px ){

	#menuArea {
		height: 90px;
	}

	#menuArea .logowrapper {
	    top: 10px;
	}

	#menuArea .logo {
	  width: 70px;
	  height: 70px;
	}
	
	#menuArea .site {
	  height: 70px;
	}
	
	.menuOpen {
	  top: 25px;
	}  	
	
	.menu .left .menuContent {
	    margin-top: 130px;
	}	
		
	
	.menu .left .menuContent ul:nth-child(2) {
	    font-size: 1.6rem;
	    -moz-column-gap: 100px;
	    -webkit-column-gap: 100px;
	    column-gap: 100px;
	    margin-top: 30px;
	}

	.menu .left .menuContent ul:nth-child(2) li a {
		    font-family: EticaBook;
	}	
	
	.menu .right ul li:first-child {
	    font-size: 1.3rem;
	}
	
	.menu .right .menuContent {
	    font-size: 1.5rem;
	    margin-top: 130px;
	    margin-left: 60px;
	}
	 
	
	.menu .left .menuContent {
	    font-size: 2.1rem; 
	} 

}

@media screen and (min-width: 40em) and ( min-height: 670px ) and ( max-height: 760px ){


	.menu .left .menuContent ul:nth-child(2) {
	    font-size: 1.6rem;
	    -moz-column-gap: 100px;
	    -webkit-column-gap: 100px;
	    column-gap: 100px;
	    margin-top: 40px;
	}
	
	
	.menu .right ul li:first-child {
	    font-size: 1.6rem;
	}
	
	.menu .right .menuContent {
	    font-size: 1.9rem;
	    margin-top: 160px;
	    margin-left: 60px;
	}
	 
	
	.menu .left .menuContent {
	    font-size: 2.6rem; 
	}    
    
}

@media screen and (min-width: 40em) and ( min-height: 760px ) and ( max-height: 1000px ){


	.menu .left .menuContent ul:nth-child(2) {
	    font-size: 1.9rem;
	    -moz-column-gap: 100px;
	    -webkit-column-gap: 100px;
	    column-gap: 100px;
	    margin-top: 40px;
	}
	
	
	.menu .right ul li:first-child {
	    font-size: 1.6rem;
	}
	
	.menu .right .menuContent {
	    font-size: 2.3rem;
	    margin-top: 160px;
	    margin-left: 60px;
	}
	 
	
	.menu .left .menuContent {
	    font-size: 3.6rem; 
	}    
    
}
