@charset "utf-8";
@import url("standard.css");
@import url("flexbox.css");
/* CSS Document */
body{
	
}

#logo{
	width:170px;
}
#logomobile{
	padding-top: 50px; 
	display: none;
	margin: 0 auto;
	max-width: 50%;
}
#videobox{
}
.oldtv{
	text-align: center;
	width: 740px;
	min-width: 500px;
	margin: 0 auto;
	position: relative;
}
#video{
	padding-top: 300px;
	text-align: center;
	position: absolute;
	top: 126px;
	left: 0;
	right: 129px;
}
#streg{
	width: 90%;
	height: 12000px;
	position: absolute;
	top:-3500px;
	z-index: -1;
}
#avisback{
	background-image: url(images/avis_backround_header.jpg);
	background-repeat: no-repeat;
	background-position:top, center;
	background-size: 100%;
	
}
li{
	flex: 1;
	margin:auto;
}
ul{
	display: flex;
}
nav{
	padding: 20px 0;
	/*background-color:#952E2F; <--- USE JAVASCRIPT TO ACTIVATE BACKGROUND COLOR WHEN SCROLLED UNDER TV PICTURE */
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 5;
}
nav ul{
	list-style: none
}
h1, h2, p, nav{
	text-align:center;
}
footer>h2{
	text-align: center;
	font-family: 'Lobster Two', cursive;
	font-weight: lighter;
	font-size: 2em;
	color: #FFFFFF;
}
a:hover{
	color: #DA7A49;
	transition: 0.2s;
	/*font-size: 2.02em;*/
}
a{
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	color: #DE745D;
	transition: 0.3s;
	font-size: 2em;
	font-weight:normal;
	/*text-shadow: 
	-1px -1px 0 #FFFFFF,  
    1px -1px 0 #FFFFFF,
    -1px 1px 0 #FFFFFF,
     1px 1px 0 #FFFFFF;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;*/
}
h1{
	font-size:4em;
	font-weight:1em;
	font-family: 'Lobster', cursive;
}
h2{
	font-family: 'Lobster Two', cursive;
	font-size: 2.5em;
	color: #DA583D;
	padding: 50px;
}
.greenbox{
	background-color: #AFC5B9;
	padding:40px 60px 60px 60px;
}
.greenbox>h2, .greenbox>p{
	color: #FFFFFF;
}
.greenbox>h2{
	padding: 10px 0 20px 0;
}
.greenbox>p{
	padding-top: 100px;
}
#perioden>p{
	padding: 20px 20%;
}
.flex1>img{
	display: block;
	max-width:800px;
	margin: 0 auto;
}
.creditspc{
	flex-direction: 
}
p{
	font-family: 'Lato', sans-serif;
	font-size: 1.5em;
	font-weight: 100;
	padding: 50px 5%;
	color:#000000;
}
#thumbs{
	margin-top:1em;	
}
#thumbs>img{
	width:190px;
	height: auto;
	cursor:pointer;		
}
#thumbs2{
	margin-top:1em;	
}
#thumbs2 img{
	width:170px;
	height:117px;
	cursor:pointer;		
}
#galleri{
}
#galleri2{
}
.gallerisize{
	margin: 0 auto;
	max-width: 70%;
}
.sectionpad{
	padding: 250px 0;
}
.flexbox{
	display: flex;
	padding: 50px;
}
.center{
	margin: auto;
}
.stills{
	margin:0 auto;
	text-align:center;
}
.paddingtop{
	padding-top: 200px;
}
footer>div>div>p, footer>div>div>h2{
	color:#FFFFFF;
	text-align: left;
	padding:0;
}
.creditsmobile{
	display: none;
}
footer>div>div>h2{
	font-family: 'Lato', sans-serif;
}
footer>div>div>p{
	font-size: 1.3em;
	padding: 10px 0;
}
.paddingleft{
	padding-left: 8%;
}
footer>.flex1{
	padding:0 2%;
}
@media screen and (max-width:1350px){
	#avisback{
	background-size: 130%;
	
}
/*classes and ids here*/
}
@media screen and (max-width:600px){
 [class*="col"]{
	width:98%;
 	float:none;
	margin: 1em auto;
 }	
	.gallerisize{
	display:block;
	margin: 0 auto;
	width: 100%;
}
	#thumbs>img{
	width:49%;
	height: auto;
	cursor:pointer;	
	padding:0;
}
	.creditspc{
		display: none;
	}
	.mobileline{
		display:contents;
		width:100%;
	}
	.sectionpad{
		padding:0;
	}
	img{
		padding: 50px 0 0;
	}
	.opposite{
		flex-direction: column-reverse;
	}
	.flexbox{
		padding:0 2%;
	}
	h2{
		padding: 40px 0 ;
	}
	.lesspadd{
		padding: 0;
	}
	p{
		text-align: justify;
	}
	.greenbox{
		padding:30px 0;
		
	}
	#perioden>p{
		padding:0 5%;
	}
	#perioden>h2{
		padding-bottom: 20px;
	}
	nav{
		display: none;
	}
	#logomobile{
		display: block;	
	}
	video{
		width: 50%;
		height: 200px;
		/*width: 300px;
		height: 200px;*/
	}
	#video{
		position: absolute;
		right: 0;
		top:0;
	}
	.oldtv{
		display: inline;
		position: relative;
		width: 800px;
		margin: 0 auto;
	}
	footer, div{
		grid-column: auto;
		flex-direction: column;
		
	}
	#credits{
		margin-top: 90px;
	}
	.creditsmobile{
		display: flex;
		flex-direction: row;
		padding: 20px 0;
	}
	footer>div>div>p, footer>div>div>h2{
		text-align: center;
	}
	/*ul{
		flex-direction: column;
	}*/
	#avisback{
	background-size: 300%;
}
	@media screen and (max-width:425px){
	video{
		width: 65%;
		height: auto;
		/*width: 300px;
		height: 200px;*/
	}
	#video{
		position: absolute;
		top: 142px;
		left: 0;
		right: 77px;	
	}
	}
	@media screen and (max-width:375px){
	video{
		width: 64%;
		height: auto;
		/*width: 300px;
		height: 200px;*/
	}
	#video{
		position: absolute;
		top: 102px;
		left: 0;
		right: 65px;	
	}
	}
	@media screen and (max-width:320px){
	video{
		width: 64%;
		height: auto;
		/*width: 300px;
		height: 200px;*/
	}
	#video{
		position: absolute;
		top: 60px;
		left: 0;
		right: 57px;	
	}
	}
/*classes and ids here*/
}


/*LISTE AF ALLE FONTS
font-family: 'Lato', sans-serif;
font-family: 'Yellowtail', cursive;
font-family: 'Goudy Bookletter 1911', serif;
font-family: 'Lobster', cursive;
font-family: 'Abel', sans-serif;
font-family: 'Fira Sans Condensed', sans-serif;
font-family: 'Pattaya', sans-serif;
font-family: 'Pathway Gothic One', sans-serif;
font-family: 'Lobster Two', cursive;
font-family: 'Notable', sans-serif;
*/