﻿@charset "UTF-8";

/* TYPSNITTSHANTERING */
/* Generated by Font Squirrel (http://www.fontsquirrel.com)  */


@font-face {
    font-family: 'Cantarell';
    src: url('cantarell-bold-webfont.eot');
    src: url('cantarell-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('cantarell-bold-webfont.woff2') format('woff2'),
         url('cantarell-bold-webfont.woff') format('woff'),
         url('cantarell-bold-webfont.ttf') format('truetype'),
         url('cantarell-bold-webfont.svg#cantarellbold') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'Cantarell';
    src: url('cantarell-boldoblique-webfont.eot');
    src: url('cantarell-boldoblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cantarell-boldoblique-webfont.woff2') format('woff2'),
         url('cantarell-boldoblique-webfont.woff') format('woff'),
         url('cantarell-boldoblique-webfont.ttf') format('truetype'),
         url('cantarell-boldoblique-webfont.svg#cantarellboldoblique') format('svg');
    font-weight: bold;
    font-style: oblique;

}

@font-face {
    font-family: 'Cantarell';
    src: url('cantarell-oblique-webfont.eot');
    src: url('cantarell-oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('cantarell-oblique-webfont.woff2') format('woff2'),
         url('cantarell-oblique-webfont.woff') format('woff'),
         url('cantarell-oblique-webfont.ttf') format('truetype'),
         url('cantarell-oblique-webfont.svg#cantarelloblique') format('svg');
    font-weight: normal;
    font-style: oblique;

}

@font-face {
    font-family: 'Cantarell';
    src: url('cantarell-regular-webfont.eot');
    src: url('cantarell-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('cantarell-regular-webfont.woff2') format('woff2'),
         url('cantarell-regular-webfont.woff') format('woff'),
         url('cantarell-regular-webfont.ttf') format('truetype'),
         url('cantarell-regular-webfont.svg#cantarellregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* POP-UP RUTOR */
/* DENNA REGLERAR SAMTLIGA POPUPRUTOR*/
/* Används i: Alla interaktiva sidor med pop-up-ruta som kommer fram vid klick.*/

/* OM RUBRIKER SKA VARA I VERSALER ange  "text-transform:uppercase" */

h2
{
	text-transform: normal !important;
}

/* HÄR ANGER DU BAKGRUNDSFÄRGEN*/
.pop-up {
 background-color: #e1e1e1 !important;
}
/* DENNA REGLERAR FÖRSTA RADEN I POPUPPRUTAN, DVS SPEAKER- OCH STÄNGKNAPP */
.pop-up p:first-of-type {
padding-right:5px; 
padding-top:5px;
}

/* DENNA REGLERAR DE ÖVRIGA RADERNA I POPUPPRUTAN, DVS RUBRIK OCH BRÖDTEXT*/

.pop-up p {
padding-left:40px; 
padding-right:40px; 
}

/* DENNA REGLERAR TRANSPARENS OCH MARGINALER PÅ BILD OCH TEXT I CHAPTERINTRO*/
/* Används i: ChapterIntro*/

.chapter-intro {
background-color:rgba(255, 255, 255, 0.8) !important;
}

.chapter-intro p {
padding-left:25%;
padding-right:25%;
}

.chapter-intro p:first-of-type {
padding-top:20px;
}

.chapter-intro p:last-of-type {
padding-bottom:20px;
}


/* DENNA REGLERAR FÖRSTA RADEN I POPUPPRUTAN PÅ HOTSPOT FULLSCREEN, DVS SPEAKER- OCH STÄNGKNAPP */
/* Används i: HotSpot Fullscreen på ruta med minimeraknapp*/

.popup-base-text {
background-color:rgba(255, 255, 255, 0.8) !important;
}

/* DENNA REGLERAR FÖRSTA RADEN I POPUPPRUTAN, DVS MINIMERAKNAPP */
.popup-base-text p:first-of-type {
padding-right:5px; 
padding-top:5px;
padding-left:5px; 
padding-bottom:5px;
}

/* DENNA REGLERAR DE ÖVRIGA RADERNA I POPUPPRUTAN, DVS RUBRIK OCH BRÖDTEXT*/
.popup-base-text p {
padding-left:40px; 
padding-right:40px; 
}



/* DENNA REGLERAR MARGINALER PÅ BILD OCH TEXT I TEXTIMAGE*/
/* ANVÄNDS I: TextImage*/

.text-block-with-image p{
	padding-left:10px !important;
	padding-right:10px !important;
}


.text-block-with-image img 
{

	margin-left:-10px !important;
	margin-right:10px !important; 
}

/* DENNA REGLERAR TRANSPARENS OCH MARGINALER PÅ BILD OCH TEXT I TEXTIMAGE*/
/* Används i: TextImage B*/

.text-block-without-image {
background-color:rgba(255, 255, 255, 0.8) !important;
}

.text-block-without-image p {
padding-left:40px;
padding-right:40px;
}



/* MENYN*/
/* DENNA REGLERAR MENYN, SE SEPARATA KOMMENTARER NEDAN*/

.custom-menu
{
	z-index:5020 !important;
	
}
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'cantarell', sans-serif; /* Här anges teckensnitt för menyn */
  font-size: 16px; /* Här anges fontstorlek för menyn */
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
  padding: 12px 20px;
}
#cssmenu {
  width: 100%;
  

}
#cssmenu > ul > li {
  cursor: pointer;
  background: #000;
  border-bottom: 1px solid #fffff; /* Här anges färg för avskiljande linjer på kapitelnivå*/
}
#cssmenu > ul > li:last-child {
  border-bottom: 1px solid #ffffff; /* Här anges färg för avskiljande linje för sista sidan- Linje längst ner i menyn*/
}
#cssmenu > ul > li > a {
  /*font-size: 20px;  Här anges fontstorlek för infälld kapitelrubrik */
  font-weight: bold;
  display: block; 
  color: #000000; /* Här anges textfärg för infälld kapitelrubrik */
  text-shadow: 0 0px 0px #000;
  background: #ffffff; /* Här anges färg för infälld kapitelbakgrund */

 
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a {
  background: #ffffff; /* Här anges färg för utfälld kapitelbakgrund */
  font-weight: bold;
  color: #000000; /* Här anges textfärg för utfälld kapitelrubrik */
  text-shadow: 0 0px 0px #000;
}
/* ÄR TILL FÖR PIL TILL HÖGER som inte är default*/	
/* ska pil till höger användas ta bort "_bup" från "cssmenu_bup" nedan och lägg till "_bup" på deklationen nedan som rör "before"*/				   
#cssmenu > ul > li.has-sub > a:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff; /* Här anges färg på pil för infällt kapitel */
}
/* ÄR TILL FÖR PIL TILL HÖGER som inte är default*/					   
#cssmenu > ul > li.has-sub.active > a:after {
  right: 14px;
  top: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; /*  Här anges färg på pil för utfällt kapitel */
}
/* SLUT PÅ PIL TILL HÖGER*/

 
/* ANVÄNDS INTE !! HÄR ANGES CSS FÖR PIL TILL VÄNSTER */
/* ska pil till vänster användas lägg till "_bup" från "cssmenu" nedan och lägg till "_bup" på deklationen ovan som rör "after"*/	
#cssmenu_bup > ul > li.has-sub > a:before {
  content: "";
  position: absolute;
  margin-left: 14px;
  top: 15px;
  left: 8px;
  border: 5px solid transparent;
  border-left: 5px solid #ffffff; /* Här anges färg på pil för infällt kapitel */
}
#cssmenu_bup > ul > li.has-sub.active > a:before {
  left: 8px;
  top: 18px;
  margin-left: 12px;
  border: 5px solid transparent;
  border-top: 5px solid #ffffff; /* Här anges färg på pil för utfällt kapitel */
}

/* Trycker in texen så att kapitelpil (infälld/utfälld) får plats till vänster om texten */
#cssmenu  ul >  li > a > span{
  padding-left:0px;
}
/* SLUT PÅ PIL TILL VÄNSTER*/

/* Sub menu */
#cssmenu ul ul {
  padding: 0;
  margin: 20;		 
  display: none;
}
#cssmenu ul ul a {
  background: #ffffff; /* Här anges bakgrundsfärg för sidnamn */
  display: block;
  color: #a0a0a0; /* Här anges textfärg för sidnamn */
  /*font-size: 20px; Här anges fontstorlek för sidnamn */
  padding-left:35px; /* Här anges indrag för sidnamn, så att det blir indraget jämfört med kapitelnamnet */
}
#cssmenu ul ul li {
  border-bottom: 1px solid #ffffff; /* Här anges färg för avskiljande linjer på sidnivå*/
}
#cssmenu ul ul li.odd a {
  background: #e5e5e5;
}
#cssmenu ul ul li:last-child {
  border: none;
}

#cssmenu > ul > li > ul
{
	padding-left:25;
}

#cssmenu > ul > li.in-progress >a {
 
  color: /*#000000*/ ; /* Här anges textfärg för KAPITEL som är "in progress" status, dvs påbörjad */
  font-weight: bold;/* Här anges om du vill ha annan textstorlek för sida som är "in progress" status, dvs påbörjad, tex fetstil [font-weight: bold;] */
}


#cssmenu > ul > li > ul > li.in-progress >a {
 
  color: /*#000000*/ ; /* Här anges textfärg för SIDA som är "in progress" status, dvs påbörjad */
  font-weight: normal ;/* Här anges om du vill ha annan textstorlek för sida som är "in progress" status, dvs påbörjad, tex fetstil [font-weight: bold;] */
}

#cssmenu  > ul > li.completed >a  {
 
  color: #000000 ; /* Här anges textfärg för KAPITEL som är "completed" status, dvs utförd/klar */
  font-weight: bold;/* Här anges om du vill ha annan textstorlek för sida som är "completed" status, dvs utförd/klar, tex fetstil [font-weight: bold;] */
}

#cssmenu  > ul > li > ul > li.completed >a  {
 
  color: #000000; /* Här anges textfärg för SIDA som är "completed" status, dvs utförd/klar */
  font-weight: normal ;/* Här anges om du vill ha annan textstorlek för sida som är "completed" status, dvs utförd/klar, tex fetstil [font-weight: bold;] */
}
#cssmenu > ul > li.has-sub > ul > li.displayed-page >a {
  background: #eeeeee; /* Här anges bakgrundsfärg för aktuell sida */
  color: #000000; /* Här anges textfärg för aktuell sida */
	font-weight: normal ;/* Här anges om du vill ha annan textstorlek för aktuell sida, tex fetstil [font-weight: bold;] */
}
#cssmenu .status-icon{
	height:16px;
	width:16px;
	margin-right:4px;
	vertical-align:text-bottom;
}

#cssmenu li span.icon-wrapper

{
	margin-right:4px;
}		  
#cssmenu li span
{
	display:table-cell;
}




/* DENNA REGLERAR SPECIALREGLER FÖR TELEFONER I LIGGANDE LÄGE (LANDSCAPE) DÄR VISSA OBJEKT MÅSTE FÅ ANNAN STYLING */
@media only screen and (min-width : 321px)  and (max-device-width: 667px)  and (orientation : landscape) {
	
	/*body::before {
		content: "phone landscape media query (321 > 667) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9); 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1199;
	  }*/
	
	.text-block-with-image p{
		padding-left:0px !important;
		padding-right:10px !important;
	}

	.text-block-with-image img 
	{

		margin-left:0px !important;
		margin-right:10px !important;  
	}
	
	.popup-base-text p {
		padding-left:0px;
		padding-right:0px; 
	}
	
	/* DENNA REGLERAR FÖRSTA RADEN I POPUPPRUTAN, DVS MINIMERAKNAPP */
	.popup-base-text p:first-of-type {
		padding-right:5px; 
		padding-top:0px;
		padding-left:5px; 
		padding-bottom:0px;
		height:0px;
	}
	
	#cssmenu a {
     font-size: 20px; /* Här anges fontstorlek för menyn */
    }
	
}





/* DENNA REGLERAR SPECIALREGLER FÖR TELEFONER I STÅENDE LÄGE (PORTRAIT) DÄR VISSA OBJEKT MÅSTE FÅ ANNAN STYLING */
@media only screen and (max-device-width: 667px)  and (orientation : portrait) { 
	/*body::before {
		content: "Phone portrait  media query (667 > ) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1199;
	  }*/
	.popup-base-text p {
		padding-left:0px;
		padding-right:0px;
	}
	
	/* DENNA REGLERAR FÖRSTA RADEN I POPUPPRUTAN, DVS MINIMERAKNAPP */
	.popup-base-text p:first-of-type {
		padding-right:5px; 
		padding-top:0px;
		padding-left:5px; 
		padding-bottom:0px;
		height:0px; 
	}
	
	#cssmenu a {
     font-size: 20px; /* Här anges fontstorlek för menyn */
    }
}


/* DENNA REGLERAR SPECIALREGLER FÖR STÅENDE PADDA DÄR VISSA OBJEKT MÅSTE FÅ ANNAN STYLING */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
/* iPads and tablets in portrait mode STYLES GO HERE */ 
	/*body::before {
		content: "tablet portrait media query (768 > 1024) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9); 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1199;
	  }*/

	.text-block-with-image p{
		padding-left:0px !important;
		
		padding-right:10px !important;
	}

	.text-block-with-image img 
	{

		margin-left:0px !important;
		margin-right:10px !important; 
	}
	
	.popup-base-text p {
		padding-left:0px;
		padding-right:0px;
	}
	
	.popup-base-text p:first-of-type {
		padding-right:5px; 
		padding-top:0px;
		padding-left:5px; 
		padding-bottom:0px;
		height:0px; 
	}

}

/* DENNA REGLERAR SPECIALREGLER FÖR LIGGANDE PADDA DÄR VISSA OBJEKT MÅSTE FÅ ANNAN STYLING */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){
	/*body::before {
		content: "tablet landscape media query (768 > 1024) fired";
		font-weight: bold;
		display: block;
		text-align: center;
		background: rgba(255, 255, 0, 0.9); 
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 1199;
	  }*/
	.popup-base-text p {
		padding-left:40px;
		padding-right:40px; 
	}
	
	.popup-base-text p:first-of-type {
		padding-right:5px; 
		padding-top:5px;
		padding-left:5px; 
		padding-bottom:5px;
		
	}
}


/* MEDIASPELAREN*/
/* FORMATTERING FÖR UNDERTEXTER*/

.mejs-captions-text {
	line-height:1.2 !important;
	background-color:rgba(0,0,0,0.5) !important;
}

/* FORMATTERING FÖR MENYN FÖR UNDERTEXTER*/

.mejs-captions-selector {
	background-color:rgba(255, 255, 255, 0.8) !important;

}

.mejs-captions-selector label {
	color: #000000 !important;
	font-size: 14px !important;
	line-height:1.2 !important;
}

/* DENNA TAR BORT EN FUL PLAYKNAPP PÅ IOS-ENHETER*/
*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/* DESSA SER TILL ATT MENYN OCH ANDRA GLOBALA OBJEKT LIGGER ÖVERST ÄVEN DRAG AND DROP FRÅGOR */

.course-blocker
{
	z-index:5010 !important;
}


.global-group-element-1
{
	z-index:5010 !important;
}

.global-group-element-2
{
	z-index:5020 !important;
}

.global-group-element-3
{
	z-index:5030 !important;
}
.global-group-element-4
{
	z-index:5040 !important;
}

.global-group-element-5
{
	z-index:5050 !important;
}