/* CSS Document */
@charset "utf-8";
/* BILDSPEL */
@-webkit-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-moz-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@-o-keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

@keyframes cf4FadeInOut {
 0% {
   opacity:1;
 }
 17% {
   opacity:1;
 }
 25% {
   opacity:0;
 }
 92% {
   opacity:0;
 }
 100% {
   opacity:1;
 }
}

.index_left{
	display: inline-block;
	border: 1px dotted #60F;
	padding: 0;
	max-width: 800px;
}
.nyheter_container{
	width: 200px;
	display: inline-block;
	border: 1px dotted #60F;
	float: right;
	padding: 0 5px 5px 5px;
}
.videos_container{
	display: inine-block;
	border: 1px dotted #60F;
	padding: 0px 200px 0px 0px;
}
.bildspel_container{
	max-width: 1000px;
  	height: 200px;
  	overflow: hidden;
  	position: relative;
  	margin: auto;
  	border-radius: 10px;
	background-color: #000;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
	
	}
#cf4a {
  position:relative;
  height: 200px;
  width:inherit;
  overflow: hidden;
  margin:0 auto;
  border-radius: 10px;
  background-color: #000;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);	
	}
#cf4a img {
  position:absolute;
  width: 100%;
  left:0;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#cf4a img {
  -webkit-animation-name: cf4FadeInOut;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;

  -moz-animation-name: cf4FadeInOut;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 16s;

  -o-animation-name: cf4FadeInOut;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: infinite;
  -o-animation-duration: 16s;

  animation-name: cf4FadeInOut;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 16s;
}
#cf4a img:nth-of-type(1) {
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  animation-delay: 12s;
}
#cf4a img:nth-of-type(2) {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}
#cf4a img:nth-of-type(3) {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}
#cf4a img:nth-of-type(4) {
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}

@font-face {
    font-family: 'headlines'; 
    src: url('fonts/Blurlight.ttf');
}
@font-face {
    font-family: 'ashy'; 
    src: url('fonts/Ashy.ttf');
}
@font-face {
    font-family: 'topnav'; 
    src: url('fonts/Blurlight.ttf');
}
@font-face {
    font-family: 'milkscript'; 
    src: url('fonts/MilkScript.ttf');
}
html, body {
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	padding: 10px;
	background-color:#CCC;
}
h1{
	font-family: 'headlines';
	font-size: 200%;
	color: #999;
	font-weight: bold;
}
h2{
	font-family: 'headlines';
	font-size: 120%;
	color: #990;
	font-weight: bold;
	margin-top: 0px;
}
a{
	color: #C90;
	text-decoration:none;	
}
.container_centered{
	min-width: 100%;
	text-align: center;
	margin: 0 auto;
}
.img_75{
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.img_50{
	width: 48%;
	float: left;
	height: auto;
	border-radius: 10px;
	margin: 0 10px 0 0;
}
.img_30{
	display: block;
	top: 0px;
	max-width: 30%;
	float: right;
	height: auto;
	border-radius: 10px;
	margin: 0 10px 0 0;
}
.img_25{
	display: block;
	top: 0px;
	max-width: 23%;
	float: left;
	height: auto;
	border-radius: 10px;
	margin: 0 10px 10px 0;
}
.container { 
	display: table; 
	width: 100%; 
	height: 100%;
	}
.content { display: table-row; height: 100%; }
.content-body { 
	display: table-cell; 
	padding: 10px; 
	background: #FFF;
	background-image: url(bilder/maskin-background-multi_2.jpg);
	}
main{
	display: block;
	background-color: #FFF;
	margin: 0px;
	padding: 10px; 	
}
.info {
	font-size: 100%;
}
.header{
	display: block;
	background-image: url(bilder/web_banner_2016.png), linear-gradient(#990, #690);
    background-image: url(bilder/web_banner_2016.png), -webkit-gradient(linear, left top, right bottom, from(#990), to(#690));
    background-image: url(bilder/web_banner_2016.png), -moz-linear-gradient(left top, right bottom, #990, #690);
	height: 150px;
	width: 100%;
	border-radius: 25px 25px 0 0;

}
.block_100{
	display: inline-block;
	left: 0;
    right: 0;
	width: 99%;
	margin: 0;
	vertical-align: top;
	padding: 0;
}
.block_75{
	display: inline-block;
	left: 0;
    right: 0;
	width: 74%;
	margin: 0;
	vertical-align: top;
	padding: 0;
}
.block_50{
	display: inline-block;
	width: 48%;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.block_30{
	display: inline-block;
	width: 32%;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.block_25{
	display: inline-block;
	width: 24%;
	margin: 0 10px 0 0;
	vertical-align: top;
}
.dotted{
	border: 1px dotted #666;
	margin: 10px 0 10px 0;
	padding: 10px;
	border-radius: 10px;
}
.white_bg{
	background-color: rgba(255,255,255,.75);
}
.video{
	display: inline-block;
	width: 32%;
	border: 2px solid #000;
	background-color: #000;
	border-radius: 10px;
	text-align:center;
	margin: 10px 0 10px 0;
}
.giginfo{
	padding: 10px 0 10px 10px;
	height: 200px;
	overflow:hidden;
}
.artikelinfo{
	padding: 10px 0 10px 10px;
	min-height: 250;
	overflow:show;
}
.giginfo_klickad{
	height: auto;	
}
.giginfo h3{
	font-size: 100%;
	font-weight: bold; 
	}
.giginfo_tidigare{
	width: 100%;
	height: 50px;
	margin: 0 0 10px 0;	
}
.giginfo_bild{
	float: left;
	width: 200px;
	height: auto;
	margin: 0 10px 0 0;
	border-radius: 10px;
}
.giginfo_th_bild{
	float: left;
	max-width:50px;
	min-width: 50px;
	max-height: 50px;
	margin: 0 10px 0 0;
	border-radius: 5px;
	border: 1px solid #FFF;
}
.butik_tumnagel{
	float: left;
	width: 150px;
	height: auto;
	margin: 0 10px 0 0;
}
.artikel{
	padding: 10px 0 10px 10px;
	height: 160px;
	overflow:hidden;
}

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

/* Style the links inside the list items */
ul.topnav li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
	font-family: 'topnav';
    font-size: 20px;
	border-radius: 20px 0 20px 0;
	
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #555;
}
ul.topnav li a.active {
	background-color: #000;
}
ul.topnav li a.menu_active_page {
	display: none;
}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

ul.topnav li.social {
	float: right;
	width: 39px;
	height: 39px;
	overflow: hidden;
	padding: 0px 0px;
	margin: 5px;
	border-radius: 20px;
	}
ul.topnav li.social a {
    padding: 5px;
    text-decoration: none;
	border-radius: 0px;
}
ul.topnav li.social a:hover {
	background-color: none;
}	
ul.topnav li.social img{
	height: 30px;
	margin: 0;
	padding: 0;
	}
	

/* BILDMENY */

ul.bildmeny {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
    overflow: hidden;
    background-color: #999;
}

ul.bildmeny li {float: left;}

ul.bildmeny li a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    transition: 0.3s;
	font-family: 'topnav';
    font-size: 16px;
	border-radius: 20px 0 20px 0;
}

ul.bildmeny li a:hover {
	background-color: #555;
}
ul.bildmeny li a.active {
	background-color: #000;
}
/*  SLUT BILDMENY */

/*******************************************/


/*******************************************/
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}


@media screen and (max-width:1000px) {
.video{
	width: 49%;
	}
.video.low_prio{
	display: none;
	}
ul.topnav li a {
    padding: 14px 14px;
    font-size: 15px;
	}
ul.topnav li.social {
	width: 28px;
	height: 28px;
	border-radius: 10px;
	}	
ul.topnav li.social img{
	height: 20px;
	}
}

/* When the screen is less than 680 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width:680px) {
html, body {
	padding: 2px;
}

.header{
	background-size: 680px;
	height: 85px;

}
.img_50{
	width: 100%;
	float: none;
	border-radius: 10px;
	margin: 0;
}	
.img_30{
	display: none;	
}
.img_25{
	min-width: 100%;
	float: none;
	border-radius: 0px;
	margin: 0;
}
.block_50{
	width: 100%;
}
.block_30{
	width: 100%;
}	
.video{
	width: 100%;
}
.video.medium_prio{
	display: none;
}
.giginfo h2{
	font-size: 100%;	
}
.giginfo h3{
	font-size: 100%;	
}
.giginfo_bild{
	float: left;
	width: 100px;
	height: auto;
	margin: 0 10px 0 0;
	border-radius: 10px;
}
ul.topnav li a {
    padding: 14px 16px;
    font-size: 20px;
	}		
  ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon { 
    float: right;
    display: inline-block;
  }
/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens */
  ul.topnav.responsive {
	  position: relative;
	}
  ul.topnav.responsive li.icon {
    font-size: 20px;  
	position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
  }
  ul.topnav.responsive li a {
	padding: 14px 16px;
    font-size: 20px;  
    display: block;
    text-align: left;
  }
  ul.topnav.responsive li.social a {
  	background-color: #000;
  }
ul.topnav.responsive li.social a:hover {
	background-color: #999;
}	
ul.topnav.responsive li.social img{
	height: 20px;
	}
  
  
  
  
  
  ul.topnav li a.menu_active_page {
	display: block;
  }
  ul.topnav li a.active {
	display: none;
  }
  .bildspel_container{
/*	border: 1px dotted blue;  
	width: 100%;
  	height: 200px;
*/  }
  #cf4a {
/*	  height: auto;
	  width:100%;
*/	}
	#cf4a img {
	  }	  
}