@import url("https://fonts.googleapis.com/css?family=Architects+Daughter|Cabin+Sketch|Nunito:400,600,700|Roboto|Source+Sans+Pro:300,400,700&display=swap"); /* Google Fonts */

html, body {
	overflow-y:visible!important;
	font-family:'Source Sans Pro';
	font-weight:400;
	font-size:16px;
	height: 100%;
	margin: 0;
	padding:0;
	scroll-behavior: smooth;
}
@media screen and (max-width: 600px) {
body{
	padding-bottom:100px!important;
}}

p.normal{
	margin:12px;
}

.w3-text-white p, .w3-text-white .MathJax_Preview{
	color:white!important;
}



::-webkit-scrollbar{
	display:block;
	z-index:10;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p{
	padding:6px 12px 6px 12px;
}

.w3-container{padding:20px}

/* HEADINGS */

.splash1{
	font-family:'Architects daughter';
	color:white;
	text-align:center;
	padding:20px;
	animation: slidesp 3s linear;
}


@keyframes slidesp {
	from {filter:opacity(0);}
	to {filter:opacity(1);}}

	

.splash2, .splash3{
	font-family:'roboto';
	text-transform: uppercase;
	color:white;
	text-align:center;}

	

@media screen and (min-width: 600px) {
.splash1{
	font-size:30px;}

.splash2{
	font-size:60px;
	font-weight:bold;}

.splash3{
	font-size:14px;
	letter-spacing: 4px;}}



@media screen and (max-width: 600px) {
.splash1{
		font-size:18px;}

.splash2{
		font-size:24px;
		font-weight:bold;}

.splash3{
	font-size:12px;}}




h2, .heading2 {
	font-family:nunito;
	color:black;
	text-align:left;
	padding-top:20px;
	font-size:40px;
	margin:12px;
}

h3, .heading3 {
	font-family:nunito;
	color:black;
	text-align:left;
}

p, h4, .heading4 {
	font-family:nunito;
	color:black;
	text-align:left;
}

@media screen and (min-width: 600px) {
h2, .heading2 {
	font-family:nunito;
	color:black;
	text-align:left;
	padding-top:20px;
	font-size:40px;
	margin:12px;
}

h3 {
	font-size:26px;
}

p, h4, .heading4 , .normal {
	font-size:16px;
}}

@media screen and (max-width: 600px) {
h2 {
	font-size:24px;
}

h3 {
	font-size:18px;
}

p, h4, .heading4 , .normal {
	font-size:14px;
}}

.zerohead{
margin:0!important;
padding:0!important;}

/* ANCHOR */

a.line, a.line:hover{
	text-decoration:none!important;
	cursor:pointer;
	color: rgb(0,173,232);}


 a.line:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgb(0,173,232);
  visibility: hidden;
  transform: scale(0,0);
  transition: all 0.3s ease-in-out;}
  
a.line:hover:before{
  visibility: visible;
  transform: scale(1,1.1);
 }
 
 
.w3-dark-gray a.line, .w3-dark-gray a.line:hover, .w3-dark-gray a.libe:before, .w3-dark-gray a.line:hover:before{
	color:#00FFFF;
}

.w3-dark-gray a.line:before{
	  background-color: #00FFFF;
}


@media screen and (min-width: 600px) {  
a.readmore:after{
	text-decoration:none;
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -18px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	transition: 0.6s ease-in-out;
	height: 22px;}
	

	
a.readmore:hover:after{
	text-decoration:none;
	color:rgb(0,173,232);
	width:10px;
	position: absolute;
	top: 0;
	right: -24px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f35a";
	height: 22px;}
	
}

.w3-dark-gray a.readmore:after, .w3-dark-gray a.readmore:hover:after{
		color:#00FFFF;
}

a.showanswer:after{
	color : rgb(76, 155, 80);
	content: "\f00c";
	width:10px;
	position: absolute;
	top: 0;
	right: -18px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	transition: 0.6s ease-in-out;
	height: 22px;}
	
a.showanswer:hover:after{
	color : rgb(76, 155, 80);
	content: "\f00c";
	width:10px;
	position: absolute;
	top: 0;
	right: -24px;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	height: 22px;}
	

.w3-dark a.showanswer:after, .w3-dark a.showanswer:hover:after{
	color:#00FFFF;
}



/* COLORS */

.green-color{
	color : rgb(76, 155, 80);
}

.blue-color{
	 color: rgb(0,173,232);
}



/* BACKGROUNDS, IMAGES */


.parallax::before, .theme-1::before{
	content: '';
  position: fixed;
  top: 0;
  left: 0;
  will-change: transform;
z-index: -2;
background:  url('images/webp/index-image.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat:no;
	background-position:center;
	position:fixed;}

.parallax, .parallax::before {
		width:100vw;
	height:100vh;
overflow: hidden;}


.theme-1, .theme-1::before,.w3-theme-l5, .w3-theme-11{
	position:relative;
	width:100vw!important;
	height:auto;
	overflow: hidden;
	margin:0;
	padding:0;
	}
	
.inner-theme{
	position:relative;
	left:0;
	top:0;
	z-index:10;
}

.parallax-inner {
	position:absolute;
	top:15vh;
	left:0;
	z-index:0;
	background:none;
	width:100vw;
	height:auto;
}

@media screen and (max-width: 1300px)  {
.parallax-inner {
	top:15vh;
	left:0;
}}



.img-hover-zoom {
	overflow: hidden; 
}

/* Slow-motion Zoom Container */
.img-hover-zoom img {
	transform-origin: 50% 100%;
	transition: transform 2s, filter 3s ease-in-out;
	filter: brightness(100%);
}

/* The Transformation */
.img-hover-zoom:hover img {
	filter: brightness(120%);
	transform: scale(1.2);
	overflow: hidden; 
}
	
.w3-leftbar-large{border-left:12px solid};

/* LISTS */

ul{
	list-style: none;
	padding:0;
	display:table;
	margin:0px 12px 20px 12px;}
	

@media screen and (min-width: 991px) and (max-width:1900px) {
	ul li{
	  font-family:'Source Sans Pro';
	  font-size:16px;
	  display: table-row;
	  text-align:left;
  
	
}}

@media screen and (min-width: 1900px) {
	ul li{
	  font-family:Nunito;
	  font-size:16px;
	  display: table-row;
	  text-align:left;
	
}}		


@media screen and (min-width: 600px) and (max-width: 991px){
ul li{
	  font-family:Nunito;
	  font-size:2.25vw;
	  display: table-row;
	  text-align:left;

}}

@media screen and (max-width: 600px) {
ul li{
	  font-family:Nunito;
	  font-size:14px;
	  display: table-row;
	  text-align:left;

}}

ul li::before {
  content: "\2022";
  color: rgb(76, 155, 80);
  font-weight: bold;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}


ul.lisecond li::before {
  content: "\2218";
  color: rgb(76, 155, 80);
  font-weight: normal;
  display: table-cell; 
  width: 20px;
  font-size:24px;

}


ul.ul-none li::before{
	content: "";
	width: 0px;
}

ul.ul-green li::before{
	color : rgb(76, 155, 80);
}


ul li.tealfont::before{
color:teal!important;
}

ul li.light-blue::before{
color:#00FFFF!important;
}

ul li.whitefont::before {
color:white;}

ul li.bluefont::before {
  color: rgb(0,173,232);}

ul li.blackfonts::before {
color:black;
text-shadow:none;}

ul li.blackfont::before {
color:black;
  font-size:36px;}
  
@media screen and (min-width: 991px) {
	ul li::before, ol li::before{
	width: 40px;}}

[id^="vex"] {
color:black;}	

[id^="kva"] {
color:white!important;}	
	
/* CONTAINERS */
  
.flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.table-wrap{
	display:table;
	
}

.table-col{
	display:table-cell;
	width:100%;
}

@media screen and (min-width: 991px) {
	.table-wrap{
	width:100%;
	border:none;
	border-collapse:separate;
	border-spacing:10px;
	
}
	.table-row{
		display:table-row;
		width:50%;
	}
}

@media screen and (max-width: 991px) {
	.table-wrap{
	width:100%;
	
}
	.table-row{
		display:table-row;
		width:100%;
	}}
	

.flex-container-wrap {
  display: flex;
  width:100%;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}
	
.gallery-row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.gallery-column {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 20px 0 20px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gallery-column-social {
  -ms-flex: 33%; /* IE10 */
  flex: 33%;
  max-width: 33%;
  padding: 0 4px 0 0 ;
}

.gallery-column-social img {
  margin-top: 8px;
  vertical-align: middle;
  width: 150px;
  height:150px;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
.gallery-column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
.gallery-column-social {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 991px) {
.gallery-column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
.gallery-column-social {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Create four equal columns that sits next to each other */
@media screen and (min-width: 991px) {
.gallery-column-4 {
  -ms-flex: 23%; /* IE10 */
  flex: 23%;
  padding: 12px;
    text-align:center;

}

.gallery-column-4-2 {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  padding: 0px;
    text-align:center;

}

.gallery-column-4 img, .gallery-column-4-2 img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.gallery-column-2 {
  -ms-flex: 1; /* IE10 */
  flex: 1;
  padding:12px;
  margin:20px;
}

.gallery-column-3 {
  -ms-flex: 30%; /* IE10 */
  flex: 30%;
  padding:12px;
    margin:20px;
}

.gallery-column-2 img, .gallery-column-3 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:cover;
}

@media screen and (min-width: 1900px) {
	.gallery-column-2 img, .gallery-column-3 img{
  vertical-align: middle;
  width: 100%;
  height:750px;
  object-fit:cover;
}}
	

.gallery-column-32, .gallery-column-33 {
	flex:1;
	padding:12px;
	margin:12px;
}

.gallery-column-22 img, .gallery-column-32 img, .gallery-column-33 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:contain;
  
}

.gallery-column-5 {
  -ms-flex: 20%; /* IE10 */
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
  padding-right:20px;
}

.gallery-column-5 img{
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1150px) {
.gallery-column-2, .gallery-column-3, .gallery-column-4, .gallery-column-5 {
  -ms-flex: 100%; /* IE10 */
  flex: 100%;
  padding:12px;
  text-align:center;
  grid-row-gap:12px;
  }
  
  .gallery-column-32 {
  -ms-flex: 100%; /* IE10 */
  flex:100%;
  padding:12px;
  text-align:center;
  margin:0 12px 20px 12px;}
  

.gallery-column-33 {
  -ms-flex: 100%; /* IE10 */
  padding:12px;
  text-align:center;
  height:450px;
  margin:0 12px 0 12px;}
  
.gallery-column-4-2{
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  padding:0px;
  text-align:center;
  }
  
  .gallery-column-2 img, .gallery-column-3 img, .gallery-column-32 img, .gallery-column-33 img{
  vertical-align: middle;
  width: 100%;
  height:300px;
  object-fit:cover;

}}
 
.gallery-column-2-soc{
height:40vh;overflow:hidden;grid-row-gap:0px;} 

@media screen and (min-width: 1150px) {
.gallery-column-2-soc{
padding:20px 12px 20px 12px;
margin:0 0 40px 0;}}

@media screen and (max-width: 1150px) {
.gallery-column-2-soc{
padding:0px;
margin:0px;}}
	
/* BORDERS */	
	
.w3-border-bottom-blue{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
	margin-top:14px;
    border-image: linear-gradient(60deg,  white, rgb(0,173,232), rgb(0,173,232),white);
    border-image-slice: 1;
border-radius: 3px;}

.w3-border-bottom-blue-gray{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  rgb(97,97,97), rgb(0,173,232), rgb(0,173,232),rgb(97,97,97));
    border-image-slice: 1;
border-radius: 3px;}

.w3-border-bottom-green{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  white, rgb(76, 155, 80), rgb(76, 155, 80),white);
    border-image-slice: 1;
border-radius: 3px;}

.w3-border-bottom-white{
	
    border-left: 0px;
	border-top:0px;
	border-right:0px;
	border-bottom: 2px solid;
    border-image: linear-gradient(60deg,  rgb(76, 155, 80), white, white, rgb(76, 155, 80));
    border-image-slice: 1;
border-radius: 3px;}
  
  
/* TABLES, CARDS */

table.firstpage {
	border-collapse: collapse;
	width: auto;
	font-family:'Source Sans Pro';
	box-shadow: 12px 12px 12px 10px rgba(0,0,0,0.32);
}

@media screen and (max-width: 1150px) {
table.firstpage {
	margin:0;
	width: calc(100% - 8px);
}}

@media screen and (min-width: 1150px) {
table.firstpage {
	margin:12px 20px 0px 20px!important;
	min-width: calc(100% - 40px);
}}

.firstpage th{
	background:rgb(0, 0, 0);
	padding-left:16px;
	color:white;
	font-weight:normal;
	font-size:16px;
	text-align: center;
	}


.firstpage th:last-child{
	border-radius:0 6px 0 0;
}

.firstpage tr:last-child td:first-child{
	border-radius:0 0 0 6px;

}

.firstpage tr:last-child td:last-child{
	border-radius:0 0 6px 0px;
}

	
.firstpage td{
	text-align:center;
}

.firstpage th:first-child, .firstpage td:first-child, .firstpage th:nth-child(2){
	width:50%;
	text-align: left;
}

.firstpage th:nth-child(3), .firstpage td:nth-child(3), .firstpage th:nth-child(4), .firstpage td:nth-child(4){
 width:25%;
 text-align:center;
}

.firstpage th:nth-child(1):after{
	content:'Exempel på vad som ingår gratis';
}

.firstpage th:nth-child(2):after{
	content:'Vad ingår gratis?';
}

.firstpage th:nth-child(3):after{
	content:'AllaRätt.nu';
}

.firstpage th:nth-child(4):after{
	content:'Betalsida';
}

.firstpage tr{background-color: #595959;border-bottom:0.1px solid #333333;}

table.firstpage, .firstpage i,.firstpage img {
margin-right:24px;
margin-left:12px;}

.firstpage img{
	width:auto;
	vertical-align:middle;}

	.firstpage td:nth-child(2), .firstpage td:nth-child(2) i{
	color:#4CFF00;}

	.firstpage td:nth-child(3), .firstpage td:nth-child(3) i{
	color:#C0C0C0;}	


@media screen and (min-width: 600px) {
	table.firstpage, .firstpage i {
	font-size:16px;
	color:white}

	.firstpage img{
	height:16px;}

	.firstpage th:nth-child(2){
	display:none;}
	
	.quote{
	margin:auto;
	width:50vw;}
	
	.firstpage th:first-child{
	border-radius:6px 0 0 0;
}
	.firstpage td:nth-of-type(1) i, .firstpage td:nth-of-type(1) img{
	width:18px!important;

	}
}

@media screen and (max-width: 600px) {
	table.firstpage, .firstpage i {
	font-size:12px;
	color:white;}
	
	.firstpage td:first-child i, .firstpage td:first-child img{
	display:none;}
		
	.firstpage img{
	height:14px;}
	
	.firstpage th:nth-child(2), .firstpage td:first-child{
	text-align:left;
	padding-left:6px;
	width:50%;}
	
	.firstpage td:nth-child(2) i{
	text-align:center;
	}
	
	.firstpage th:first-child{
	display:none;}
	
	.firstpage th:nth-child(2){
	border-radius:6px 0 0 0;
}
	
	
	.quote{
	margin:auto;
	width:100%;}
}




	

.navbar{
	width:100%;
	text-align:center;
	color : rgb(76, 155, 80);
	font-size:18px;
	font-family:calibri;}


.navbar tr{
border-top:1px solid rgba(220,220,200,1);}

.navbar td{
	width:14%;
	vertical-align:text-top;
}

.navbar span.label{
	font-family:roboto;
	font-size:12px;
	font-weight:normal;
	text-align:bottom;
	color : rgb(76, 155, 80);}

.w3-card{
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 1), 0 12px 40px 0 rgba(0, 0, 0, 1);}
	
/* SOCIAL */

.social, .socialwhite{
	display:block;
	margin:0px!important;
	padding:0px!important;
	transition: 0.4s ease-out;
}

.social i{
color : rgb(76, 155, 80);
font-size:30px;
padding:12px;
}


.socialwhite a, .social a{
	padding:20px 20px 20px 0;
	text-decoration:none;}

.socialwhite a, .socialwhite i{
color:white;
}

.social .heading3{
	font-family:'cabin sketch';
	font-weight:700;
	color : rgb(76, 155, 80);
	text-align: left;
	font-size: 30px;
	text-shadow: 0px 1px 0px rgb(76, 155, 80);
}	

@media screen and (max-width:600px) {
	.social .heading3, .social i{
	font-size:24px;
}}
	


.social a:hover i, .socialwhite a:hover i{
	 -webkit-animation: soc 1s linear forwards;
    animation: soc 1s linear forwards;
	text-decoration: none;

}

@keyframes soc {
from {transform: rotateX(-130deg) rotateY(-130deg) rotateZ(130deg);}
to {transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);}}

/* NEWS FLOW */
.newsflow{
	font-size:16px;
	width:100%;
	overflow:hidden;
	margin:12px;
	padding:0px;
	}
	
.newsflow-hor{
	white-space: nowrap;
	position:absolute;
	left:0;
	z-index:1;
	background: none;
	color:white;
	font-size:16px;
	height:auto;
	width:100vw;
	overflow:hidden;
	margin:0px;
	padding:3px 12px 3px 12px;
	animation: newsh 60s infinite linear;
	font-family:'Source Sans Pro';}
	
	@keyframes newsh {
	0% {filter:opacity(0);}
	12% {filter:opacity(1);}
	90% {filter:opacity(1);}
	100% {filter:opacity(1);}}
	
.newsflow a{
	position:relative;
}

.newsflow .w3-panel{
	padding:12px;
	margin-bottom:50px;
}

@media screen and (min-width:600px) {	
.newsflow .w3-panel{
	animation: slide1 60s infinite linear;}
}

@media screen and (max-width:600px) {	
.newsflow .w3-panel{
	width:90%;
	animation: slide1s 60s infinite linear;}
}

@media screen and (min-width:600px) {	
.newsflow:hover .w3-panel{
	animation-play-state: paused;}
}

	
@keyframes slide1 {
	from {transform: translate(0, 40vh);}
	to {transform: translate(0, -370vh);}}
	
@keyframes slide1s {
	from {transform: translate(0, 40vh);}
	to {transform: translate(0, -440vh);}}
	


.newsflow i, .newsflow-hor i{
	display:inline!important;
	font-size:20px!important;
	padding:0;
	white-space:nowrap;
}

.newsflow i{
	margin:0!important;
}

.newsflow i{
	color : rgb(76, 155, 80)!important;
}

.newsflow-hor i{
	color : rgb(76, 225, 0)!important;
}




.newsflow .h3{
	border:none;
	font-size:16px!important;
	font-weight:bold;
	margin:0px!important;
	color : white;
	text-align:left; 
}

.newsflow-hor .h3{
	display:inline-block;
	color:white!important;
	font-size:16px!important;
	font-weight:normal;
	margin:0 30px 0 0;
	padding:0px;
}
	
@media screen and (min-width:600px) {
	.newsflow-hor{
	top:40px;}
	
	.newsflow-hor .h3{
	animation: slide2 60s infinite linear;
	}}	

	
@media screen and (max-width:600px) {
	.newsflow-hor{
	top:40px;}
	
	.newsflow-hor .h3{
	animation: slide2s 60s infinite linear;
	}}
	
@keyframes slide2 {
	from {transform: translate(100vw, 0);}
	to {transform: translate(-460vw, 0);}}
	
@keyframes slide2s {
	from {transform: translate(100vw, 0);}
	to {transform: translate(-1660vw, 0);}}

.newsflow img, .newsflow-hor img, .newsflow-hor i{
	display:inline;
	height:20px!important; 
	width:25px!important; 
	margin:0px!important;
	padding-right:0px;
	font-size:18px!important;
	width:auto;
	color : rgb(76, 155, 80);
}

.w3-panel .panel-logo{
	background:none!important;
	border:none!important;
	margin:auto!important;
	padding:0!important;
}

.panel-logo img{
width:40vw!important;height:auto!important;margin:auto!important;}

@media screen and (max-width:600px) {
	.panel-logo img{
	width:80vw!important;important;}}


/* DATES */

.date1, .date2 {
	font-family:'Times new roman';
	width:150px!important;
	height:196px;
	background:white;
	animation-duration: 15s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	z-index:9;
}

	
@media screen and (min-width:600px) and (max-width:931px) {
.datetop {
	position: absolute;
	bottom: 5vh;
left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0)}}
	
@media screen and (min-width:931px) and (max-width:1300px) {
	.datetop {
	position: absolute;
	bottom:1vh;
left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0)}}

@media screen and (min-width:1300px) {
	.datetop {
	position: absolute;
	bottom: 5vh!important;
left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);}}
	
.datecontainer{
	height:50vh;	
	
}

@media screen and (min-width:1900px) {
.datetop {
	position: absolute;
	bottom: 10vh;
	left: 45%;}
	
.datecontainer{
	height:50vh;	
	
}}

@media screen and (max-width:600px) {
	.datetop {
	position: absolute;
	bottom: 2vh;
	left: 30%;}
	
	.datecontainer{
	height:55vh;	
	
}}

.date1 table, .date2 table {
width:100%;
font-family:'times new roman';
	margin:0!important;
	padding:0!important;
	border-collapse: collapse;
	background:white;
}

#yr{
text-align:left;padding-left:6px;}

#wk{
text-align:right;padding-right:6px;}


.date1 tr, .date2 tr{
	margin:0!important;;
	padding:0!important;;
	width:100%;}

.date1 td, .date2 td{
	margin:0px;
	padding: 0px;
	width:50%;
	text-align:center;
	vertical-align:top;}
	

.date1 tr:nth-child(1){
	font-size:16px;
	color:black;
	background:white;
	}
	
.date2 tr:nth-child(1){
	font-size:16px;
	background:red;
	color:white;
	padding:0px!important;
	margin:0px!important;
	font-family:'Architects daughter';
	text-transform:uppercase;
	}
	

	

.date1 tr:nth-child(2){
	font-size:20px;
	color:red;
}

.date2 tr:nth-child(2){
	font-size:20px;
	color:black;
}

.date1 tr:nth-child(3){
	font-size:60px;
	font-size:bold;
	color:red;
}

.date2 tr:nth-child(3){
	font-size:50px;
	font-size:bold;
	color:black;
}

.date1 tr:nth-child(4), .date2 tr:nth-child(4){
	font-size:20px;
	color:black;
}



.date1{
	animation-name: date1;
	-webkit-animation-name: date1;
}

.date2{
	animation-name: date2;
	-webkit-animation-name: date2;
}

@keyframes date1 {
	0% {opacity:0;}
	40% {opacity:1;}
	60% {opacity:1;}
	100% {opacity:0;}
}

@keyframes date2 {
	0% {opacity:1;}
	40% {opacity:0;}
	60% {opacity:0;}
	100% {opacity:1;}
}


/* BUTTONS */

  .button, .buttons {
	text-transform: uppercase;
	font-family:'Source sans pro';
	background-color: white;
	border:none;
	border-radius:5px;
	color: white;
	padding: 8px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
    margin: 4px 2px;
	cursor: pointer;
	z-index:10;
  	font-weight:bold;
	letter-spacing : 2px;}
  
     @media screen and (min-width: 1900px) {
	.button {
   font-size:24px;}}
   
@media screen and (min-width: 991) and (max-width: 1900px) {
	.button {
   font-size:24px;}}


	.button1 {
	background:rgb(76, 155, 80);
	color: white; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	transition: background-position 0.6s linear;
	border:2px solid white;

	}
	
	.button1:hover {
	background:rgb(66, 132, 69);
	border:2px solid rgb(66, 132, 69);
	}

	.button2 {
	background:white;
	color: black; 
	border:2px solid black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);}
	
	.button2:hover {
	border:2px solid white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.8), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
}

	.button3, .button4 {
	background-color: #0233FF;
	color: white; 
	border:2px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	}
	

	
	.button3:hover, .button4:hover {
	background-color: #0028ce;
	color: white; 
	border:2px solid rgba(255,255,255,0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
	transition: bakground-color 0.6s linear;
}
	
	.button4:hover {
	border:2px solid #0028CE;
	}	
	
	.buttonon{
	animation: butt1 0.25s ease-in forwards;
	}
	
	.buttonoff{
	animation: butt2 0.25s ease-in forwards;
	}
	
	
	
	@keyframes butt1 {
  from {transform: translate(0, 0);}
  to {transform: translate(10px, 0);}}

	@keyframes butt2 {
  from {transform: translate(10px, 0);}
  to {transform: translate(0px, 0);}}
  
  



.topnav {
overflow-y: hidden;
overflow-x:auto;
white-space:nowrap;
background-color: #282A35;
color:#f1f1f1;
position:fixed;
top:0;
width:100%;
height:42px;
min-height:42px;
z-index:10;
}

@media screen and (min-width: 1150px) {
.topnav {
animation:none!important;
transition:none!important;
-webkit-transition:none!important;}

.smallmenu  {
  display: none;
}

.topnav a:hover {
  background-color: #000;
  color: white;
}
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing:1px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:600;
		-webkit-user-select: none;
	user-select: none;
}


.topnav a.active {
  background-color: #04AA6D;
  color: white;
  height:42px;
}

.topnav .homeicon {
	width:47px;
}



@media screen and (max-width: 1150px) {

	.topnav {
	height:0;
	width:100vw;
	transition: all .2s ease-in-out;}
	
	.topnav a:not(.topnav a.homeicon), .topnav a.active:not(.topnav a.homeicon), .topnav a:hover:not(.topnav a.homeicon) {
	width:100%!important;
	margin-left:0!important;
	padding-left:26px!important;
	margin-right:0!important;}
	

	.topnav.responsive {position: fixed;z-index:11;overflow:hidden;height:60vh;}

	.topnav a:not(.homeicon, .smallmenu) {display: none;}
	
	.topnav a:hover:not(.homeicon, .smallmenu) {background:#000000;color:#FFFFFF;}
	
.topnav.responsive a:not(.homeicon, .smallmenu){
	float: none;
    display: block;
    text-align: left;
	opacity: 0;
	animation: type .5s forwards;
	border-bottom:1px solid rgb(100,100,100);
	margin:0 12px 0 12px;
 }
 

 .topnav.responsive a:nth-child(2) {
  animation-delay: .1s;
  margin-top:66px;
  }
    
	.topnav.responsive a:nth-child(3) {
  animation-delay: .15s;}
  
  	.topnav.responsive a:nth-child(4) {
  animation-delay: .2s;}
  
    .topnav.responsive a:nth-child(5) {
  animation-delay: .25s;}
    
	.topnav.responsive a:nth-child(6) {
  animation-delay: .3s;}
  
  	.topnav.responsive a:nth-child(7) {
  animation-delay: .35s;}
  
    	.topnav.responsive a:nth-child(8) {
  animation-delay: .4s;}
  
      	.topnav.responsive a:nth-child(9) {
  animation-delay: .5s;}
  
        	.topnav.responsive a:nth-child(10) {
  animation-delay: .6s;}
  
          	.topnav.responsive a:nth-child(11) {
  animation-delay: .7s;}
  
@keyframes type {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
	transform: translateY(-16px);
  }
}}
	
.progress {
	margin:12px;
	background-color: #ddd;
	text-shadow: 1px 1px #000;
	box-shadow: 12px 12px 12px 10px rgba(0,0,0,0.32);}
  
}

.progress-bar {
	width: 0;
	animation: progress 1.5s ease-in-out forwards;}
  
.progress-bar.title1 {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;}
	
.progress-bar.title1 {
    opacity: 0;
    animation: show 0.35s forwards ease-in-out 0.5s;}

.title1 span:first-child:after {
	content:'AllaRätt.nu';
}

.title1 span:nth-child(2):after {
	content:'Betalsida';
}


 
@keyframes progress {
	from {width: 0;}
	to {width: 100%;}
} 

@keyframes show  {
  from {opacity: 0;}
  to {opacity: 1;}
}


.badge, .badge-news, .badge-tips{display:inline-block;width:40px;padding:3px 7px;font-size:13px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;
vertical-align:baseline!important;background-color:#777;border-radius:10px;font-family:'Source Sans Pro';outline:none;}

.badge-news{width:auto;background:#800080;color:white;}

.badge-tips{width:auto;background:#FF6A00;color:white;border:1px solid #682A00;}



.xyz, .xyz2, .badge.xyz, .badge.xyz2, .XYZ, .XYZ2, .badge.XYZ, .badge.XYZ2 {background:rgb(255,227,99);color:black;border:1px solid rgb(168,136,0);}
.kva, .kva2, .badge.kva, .badge.kva2, .KVA, .KVA2, .badge.KVA, .badge.KVA2{background:rgb(200,255,150);color:black;border:1px solid rgb(70,146,0);}
.nog, .badge.nog, .nog2, .badge.nog2, .NOG, .badge.NOG, .NOG2, .badge.NOG2{background:rgb(21,96,130);color:white;border:1px solid rgb(0,0,0);}
.dtk, .badge.dtk, .dtk2, .badge.dtk2, .DTK, .badge.DTK, .DTK2, .badge.DTK2{background:rgb(0,153,157);color:white;border:1px solid rgb(0,41,42);}
.ord, .ord2, .badge.ord, .badge.ord2, .ORD, .ORD2, .badge.ORD, .badge.ORD2{background:rgb(245,147,145);color:white;border:1px solid rgb(187,21,17);}
.las, .badge.las, .las2, .badge.las2, .LAS, .badge.LAS, .LAS2, .badge.LAS2, .läs, .badge.läs, .läs2, .badge.läs2, .LÄS, .badge.LÄS, .LÄS2, .badge.LÄS2 {background:rgb(255,242,185);color:black;border:1px solid rgb(122,99,0);}
.mek, .badge.mek, .mek2, .badge.mek2, .MEK, .badge.MEK, .MEK2, .badge.MEK2{background:rgb(207,224,243);color:black;border:1px solid rgb(24,97,54);}
.elf, .badge.elf,.elf2, .badge.elf2, .ELF, .badge.ELF, .ELF2, .badge.ELF2{background:rgb(251, 198, 164);color:black;border:1px solid rgb(192, 78, 8);}
.ene, .badge.ene, .ene, .ENE {background:rgb(78,149,217);color:white;border:1px solid rgb(28,79,130);}
.ens, .badge.ens, .ens, .ENS {background:rgb(218,0,202);color:white;border:1px solid rgb(46,0,43);}
.correctbadge, .badge.correctbadge{background:rgb(76, 155, 80);color:white;border:1px solid rgb(76, 155, 80);}


.badge.vip{
	background:rgb(255,227,99)!important;
	color:black;
	border-radius:12px;
	font-weight:bold;
	font-size:inherit!important;
	height:auto;
	width:auto;
	padding:0px;
	vertical-align:baseline;
	font-family:'roboto';
	border:2px solid black;
}

.w3-border-ord{
	border-left:12px solid rgb(245,147,145);
}

.w3-border-mek{
	border-left:12px solid rgb(207,224,243);
}

.w3-border-xyz{
	border-left:12px solid rgb(255,227,99);
}

.w3-border-kva{
	border-left:12px solid rgb(200,255,150);
}

.w3-border-purple{
	border-left:12px solid #5900A5;
}



.backanswer{
	width:100%;
	background:white;
	padding:18px;
	margin-bottom:12px;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

div.question{
	margin-bottom:20px;
    font-size:16px;
	font: 16px/16px 'Source Sans Pro';
	text-align:left;

}

.wrap{
  margin: 100px auto;
  width: 130px;
}

p.answer {
    border-radius: 50%; 
    font: normal 16px 'Source Sans Pro';
    padding: 4px 10px 6px 10px ;
    text-align: center;
	margin-right:20px;
    display:inline;
	position: relative;
  overflow: hidden;
  box-shadow: 60px -60px 0 2px @color, -60px -60px 0 2px @color, -60px 60px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #E94E3D;

}

  .line1, .line2{
    position: absolute;
    top: 60px;
    left: 60px;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: 50% 50%;
  }
  
  .line2{
    transform: rotate(-45deg);
  }
  
p.answer:hover{
    animation: border .4s ease 1 forwards;
    cursor: none;
    
    .line1, .line2{
      animation: line .5s ease .45s forwards;
    }
    
        
  }
@keyframes border{
  0% {
    box-shadow: 60px -60px 0 2px @color, -60px -60px 0 2px @color, -60px 60px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #E94E3D;
  }
  25% {
    box-shadow: 0 -125px 0 2px @color, -60px -60px 0 2px @color, -60px 60px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #fff;
  }
  50% {
    box-shadow: 0 -125px 0 2px @color, -125px 0px 0 2px @color, -60px 60px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #fff;
  }
  75% {
    box-shadow: 0 -125px 0 2px @color, -125px 0px 0 2px @color, 0px 125px 0 2px @color, 60px 60px 0 2px @color, 0 0 0 2px #fff;
  }
  100% {
    box-shadow: 0 -125px 0 2px @color, -125px 0px 0 2px @color, 0px 125px 0 2px @color, 120px 40px 0 2px @color, 0 0 0 2px #fff;
  } 
}


@keyframes line{
  0%{
    left: 60px;
    width: 0;
  }
  100% {
    left: 10px;
    width: 100px;
  }
}
¨
p.answer .answerborder{
	border:3px solid black;
}

div.answer{
	margin-bottom:20px;
    font-size:16px;
	cursor:pointer;
}

div.question, span.question {
	margin-bottom:20px;
    font: normal 16px 'Source Sans Pro';
}

.bolda{
font-weight:bold!important;
border:3px solid black;
}

.marka{
background:rgb(220,220,220)!important;}

.correcta{
background:rgb(0,255,0)!important;}

.incorrecta{
background:rgb(255,0,0)!important;}

.label {
	cursor:pointer!important;

}

.label-default, .label-danger, .label-success, .label-primary{	
width:20px;
height:20px;
text-align:center;
margin:6px 6px 6px!important;
padding: 5px 0!important;
border-radius:50%!important;
}

.label:hover{
	opacity:0.8;
}

.current, .currentx{
padding:1px 0!important;
border:4px solid black;
}

@media screen and (min-width: 991px) {
.dropdown {
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 30px 12px 30px;
  background-color: rgba(0,173,232,0);
  font-family: Source Sans Pro;
   margin: 0;
}


.dropdown-content {
	display:none;
	float:none!important;
	position: fixed;
	  top:40px;
	   z-index:100;
  background: #282A35;
  width:auto;
    height:auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.29);
  z-index: 100;
  color:white;
}
  
.dropdown-content .active{ 
background: 04AA6D;}


.dropdown-content a {
	text-align:left!important;
  	float:none!important;
  color:white;
  padding: 12px!important;
  text-decoration: none;
  display: block!important;
  white-space:normal;
}



.dropdown-contents a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size:16px;
}

.dropdown-content a:hover {

  z-index:100;
}


.dropdown:hover .dropdown-content {
  display: block;
z-index:100; }
  
.dropdown .fa-caret-down{
display:inline;}

.dropdown .fa-caret-up{
display:none;}

.dropdown:hover	.fa-caret-down {
	display:none;}
	
.dropdown:hover .fa-caret-up{
display:inline;}}


ol.alpha, ol.decimal, ol.roman{
	text-align:left;
	font-family:'Source Sans Pro';
	font-size:16px;
	list-style: none!important;
	padding:0;
	display:table;
	margin:0px 12px 20px 12px;
	counter-reset: listCounter;}
	

ol.alpha li, ol.decimal li, ol.roman li{
	display: table-row;
	counter-increment: listCounter;}
	
ol.alpha li::before,  ol.decimal li::before, ol.roman li::before {
	display: table-cell;
	color: rgb(76, 155, 80);
	font-weight: bold;
	display: table-cell; 
	width: 20px;
	font-size:16px;
	list-style-type: lower-alpha!important;}
	
ol.alpha-white li::before{
	color:white;
}
  
ol.alpha li::before{
content: counter(listCounter, upper-alpha) ".";}

ol.decimal li::before{
content: counter(listCounter, decimal) ".";}

ol.roman li::before{
content: counter(listCounter, upper-roman) ".";}

table.dtk{width:100%;padding:12px;background:white;border-bottom : 1px solid rgb(200, 200, 200);}th.dtk {background-color:rgb(0,150,136);color:white;font-weight:bold;padding-left:3px;}table.dtk th, table.dtk td{font-size:16px;color:black;}

#scrollBtn {
  display: none;
  position: fixed;
    bottom: 60px;
	right: 20px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: rgba(76,175,80,0.4);
  color:   white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

@media screen and (max-width: 600px) {
	#scrollBtn {
  font-size: 14px;
  padding: 14px;
}}

#scrollBtn:hover {
  background-color: rgba(76,175,80,0.8);
  color:white;
}

#scrollBtn i{
		animation: h2 0.5s linear forwards;
-webkit-animation: h2 0.5s linear forwards;}

#scrollBtn:hover i{
		animation: h1 0.5s linear forwards;
-webkit-animation: h1 0.5s linear forward;}

@keyframes h1 {
from {transform: translate(0px, 0px);}
to {transform: translate(0px, -10px);}}

@keyframes h2 {
from {transform: translate(0px, -10px);}
to {transform: translate(0px, 0px);}}
	

.nexthp{
	padding-bottom:40px;max-height:30vh;overflow-y:scroll;overflow-x: hidden;Margin-right:12px;margin-left:12px;box-shadow:{0 4px 10px 0 rgba(0,0,0,0.3),0 4px 20px 0 rgba(255,0,0,0.19)!important};
}



@media screen and (min-width: 1050px) {
#leftex, #rightex, #leftex2, #rightex2{
	height:300px;
	overflow-y:auto;
}
}

.mob{
	height:50vh;
	width:100%;
}

.mobiles{
	background-image: url(images/webp/hogskoleprovet-mobiltelefon.webp);
  background-repeat: no-repeat;
    background-position: center center!important;
  height:100%;
  width:100%;
  background-size: contain;
animation: mobiles 8s linear infinite alternate;}

.pc{
	background-image: url(images/webp/hogskoleprovet-pc.webp);
	background-repeat: no-repeat;
    background-position: center center!important;
	height:100%;
	width:100%;
	background-size: contain;
	animation: pcs 8s linear infinite alternate;}


	@keyframes mobiles {
	0% {background-image: url(images/webp/hogskoleprovet-mobiltelefon.webp);}
	14% {background-image: url(images/webp/hogskoleprovet-mobiltelefon.webp);}
	28% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-2.webp);}
	42% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-2.webp);}
	56% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-3.webp);}
	70% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-3.webp);}
	84% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-4.webp);}
	100% {background-image: url(images/webp/hogskoleprovet-mobiltelefon-4.webp);}
	}
	
	@keyframes pcs {
	0% {background-image: url(images/webp/hogskoleprovet-pc.webp);}
	14% {background-image: url(images/webp/hogskoleprovet-pc.webp);}
	28% {background-image: url(images/webp/hogskoleprovet-pc-2.webp);}
	42% {background-image: url(images/webp/hogskoleprovet-pc-2.webp);}
	56% {background-image: url(images/webp/hogskoleprovet-pc-3.webp);}
	70% {background-image: url(images/webp/hogskoleprovet-pc-3.webp);}
	84% {background-image: url(images/webp/hogskoleprovet-pc-4.webp);}
	100% {background-image: url(images/webp/hogskoleprovet-pc-4.webp);}
	}
	
	
.meter {
  box-sizing: content-box;
  height: 20px; 
  position: relative;
  margin: 6px 20px 12px 20px;
  background: #555;
  border-radius: 25px;
  padding: 6px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.meter > span {
  display: block;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.meter:first-child > span{
	  animation: wb 5s forwards;
}

.meter:last-child > span{
	  animation: wc 2s forwards;
}

.meter > span:after,
.animate > span > span {
  text-align:center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 2s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.meter:first-child > span:after,
.animate > span > span {
content:"AllaRätt.nu";}

.meter:last-child > span:after,
.animate > span > span {
content:"Betalsida";}

.animate > span:after {
  display: none;
}


@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

@keyframes wb {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes wc {
  0% {
    width: 0;
  }
  100% {
    width: 20%;
  }
}

.orange > span {
  background-image: linear-gradient(#f1a165, #f36d0a);
}

.red > span {
  background-image: linear-gradient(#f0a3a3, #f42323);
}


.smallmenu {
  top: 10px;
  right: 16px;
  position: absolute;
  width: 20px;
  z-index:10000;
}

.smallmenu div {
  background: #F1F1F1;
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  margin: 3px 0;
  transition: 0.6s;
  background:white;
}

.smallmenu.open div:first-child {
  transform: translateY(6px) rotate(-135deg);
  background:white;
}

.smallmenu.open div:last-child {
  transform: translateY(-6px) rotate(135deg);
  background:white;
}

.smallmenu.open div:nth-child(2) {
  transform: scale(0);
}

.footers {
	font-family:'Source Sans Pro';
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	letter-spacing:2px;
	text-align:center;
	background-image: linear-gradient(to right, #414556 , black);
}

.tophat img{width:24px;height:24px;}



.cookieConsentContainer {
	z-index: 999;
	width: 350px;
	min-height: 20px;
	border-radius:3px;
	box-sizing: border-box;
	padding: 12px;
	background: #232323;
	overflow: hidden;
	position: fixed;
    bottom: 30px;
	right: 30px;
	display: none;
}

.cookieConsentContainer .cookieTitle a {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;

} .cookieConsentContainer .cookieDesc a {
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {

	display: inline-block;
	font-family: "Source Sans Pro";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: rgb(76,175,80);
	border-radius:3px;
	box-sizing: border-box; 
	padding: 15px 24px;
	text-align: center;
	transition: background 0.3s;
}

.cookieConsentContainer .cookieButton a:hover { 

	cursor: pointer;
	background: green;

}



@media (max-width: 980px) {

	.cookieConsentContainer {
		bottom: 0px !important;
		left: 0px !important;
		width: 100%  !important;
	}

}