
body, html {
	font-family: Roboto;
	font-weight: 300;
	font-style: normal;
	font-size: 12px !important;
	letter-spacing: .5px;
	line-height: 1.6em;
	color: #111;
	height: 100vh;
  max-width: 100%;
  overflow-x: hidden;
  margin: 0px !important;
  padding: 0px !important;
  /*background: #f0f0f0 no-repeat url('../img/bg-2.png') right -40px bottom -40px fixed;
  background-size: 30%;*/

  background: #f0f0f0 no-repeat url('../img/bg-city-cloud.png') right -297px bottom 0px fixed;
  background-size: 50%;

/*  background: #f0f0f0 no-repeat url('../img/buildings-small.png') right 0px bottom 0px fixed;
  background-size: 12%;*/

/*  background: #f0f0f0 no-repeat url('../img/malmo-gray.png') right 0px bottom -100px fixed;
  background-size: 50%;*/
}

hr {
	height: 1px !important;
	color: #8dacb2 !important;
	background-color: #8dacb2 !important;
	opacity: 1 !important;
}

h1 {position: relative; top: 10px; font-size: 250%; font-weight: normal;}
span.foreskrifter {position: relative; top: 2px; font-size:80%; color:gray;}
h3 {
	font-family: Roboto;
	font-weight: 500;
	font-style: normal;
	font-size: 18px;
	letter-spacing: .2px;
	text-transform: none;
	line-height: 1.2em;
	padding-bottom: 2px; 
	margin: 0px; 
	color: #000;
}

h4 {
	font-family: Roboto;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: none;
	line-height: 1em;
	padding-top: 0px; 
	margin: 0px; 
}

header {
	padding: 30px 0px 30px 100px;
	margin-bottom: 50px;
	width: 100%;
	/*position: fixed !important;*/
	box-shadow: 0 12px 10px -10px #bbb;
	/*border-bottom: 3px solid #e0e0e0;*/
	/*background-color: #ebebeb;*/
	background-color: #fff;
}
.shadow {
	box-shadow: 0 12px 10px -10px #aaa;

}

header img{
	margin-right: 26px;
}

a.ekrs {
	display: inline-table;
	margin: 15px 0px 0px 0px;
	padding: 7px 13px 6px 14px;
	background-color: #333432;
	border-radius: 3px;
	color: #bbb;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.05em;
	font-size: 12px;
	text-decoration: none;
	transition: 0.5s;
}

a.ekrs:hover {
	color: #fff;
	transition: 0.5s;
}

form {
	padding: 15px 25px;
	border-radius: 6px;
	/*border: 1px solid #ddd;*/
	/*background-color: #f0f0f0;*/
	background: linear-gradient(180deg, rgba(221,221,221,1) 0%, rgba(210,210,210,1) 100%) !important;
}

div.comp {
	border-top-left-radius: 6px !important;
	border-top-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
	background-color: #a7bec5 !important;
	padding: 40px 65px;
	border-right: 0px solid #809ca2 !important;
	border-bottom: 1px solid #809ca2 !important;
	background: transparent no-repeat url('../img/kugghjul.png') right 40px top 55px;
	background-size: 22%;
	margin-bottom: 20px;
}

div.news {
	border-radius: 6px;
	padding: 40px 65px;
	border-bottom: 0px solid #809ca2 !important;
	/*background: transparent no-repeat url('../img/riksdagen.png') right 40px center;*/
	/*background-size: 18%;*/
	/*background: transparent no-repeat url('../img/city.png') right -80px bottom 0px;*/
	background-color: rgb(158,178,186) !important;
	background: linear-gradient(200deg, rgba(158,178,186,1) 0%, rgba(141,160,167,1) 100%) !important;
	/*background: linear-gradient(45deg, rgba(141,160,167,1) 0%, rgba(68,85,91,1) 100%) !important;*/
	/*background: #8da0a7 no-repeat url('../img/city.png') right -80px bottom 0px;*/
	background-size: 30%;
	margin-bottom: 16px;
}

span.news {
	display: inline-block;
	/*border-radius: 2px;*/
	letter-spacing: 0.15em;
	/*background-color: #6e818b; /*435254 #3c3f37;*/
	color: #222;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	padding: 6px 0px 4px 0px;
	margin-bottom: 6px;
	border-bottom: 1px solid #000;
	font-style: italic;
}
span.news > .fa-bullhorn {
	font-size: 21px; 
	color:#222;
	padding-right: 4px;

}
div.comp > div, div.news > div {
	margin-right: 230px;
}

span.lagen {
	display: inline-block;
	letter-spacing: 0.15em;
	color: #000;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	font-size: 11px !important;
	padding: 6px 0px 4px 0px;
	margin-bottom: 6px;
	border-bottom: 1px solid #000;
	font-style: italic;

	/*background-color: rgb(221,221,221) !important;*/
}

span.lagen > .fa-bullhorn {
	font-size: 21px; 
	color:#222;
	padding-right: 4px;
}

div.blue {
	border-radius: 6px !important;
	background-color: #a7bec5 !important; 
	padding: 40px 65px;
	border-right: 0px solid #809ca2 !important;
	/*border-bottom: 1px solid #809ca2 !important;*/
	margin-bottom: 16px;
}
div.white {
	border-radius: 6px !important;
	background-color: #fff !important;
	padding: 40px 65px;
	margin-bottom: 16px;
}
div.green {
	border-radius: 6px !important;
	background-color: #a6bba2 !important;
	padding: 40px 65px;
	margin-bottom: 16px;
}
div.brown {
	border-radius: 6px !important;
	background-color: #bbb3a2 !important;
	padding: 40px 65px;
	margin-bottom: 16px;
}
div.dark {
	border-radius: 6px !important;
	background-color: #222 !important;
	padding: 40px 65px;
	margin-bottom: 16px;
}
div.grey {
	border-radius: 6px !important;
	background-color: rgb(221,221,221) !important;
	background: linear-gradient(200deg, rgba(221,221,221,1) 0%, rgba(200,200,200,1) 100%) !important;
	padding: 40px 65px;
	margin-bottom: 16px;
}

div.verdict {
	background-color: #fff !important; /*bbb3a2 */
	padding: 40px 65px;
	margin-bottom: 16px;
}

div.verdict.yes {
	/*background: transparent no-repeat url('../img/woman.png') center center;*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;
}
div.verdict.no {
	background: transparent no-repeat url('../img/no-1.png') center center;
	background-size: 100%;
	background-size: cover;
}

div.verdict div { 
	background-color: #fff;
	font-size: 12px;
	padding: 8px 24px;
	display: inline-table;
	border-radius: 4px;
	text-align: center;
	position: relative;
	top: 75px;
	line-height: 20px;
	box-shadow: 0 12px 10px -10px #444;
}

.verdict.leftRadius {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;

}
.verdict.rightRadius {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

div.verdict div span { 
	font-size: 18px;
	font-weight: 500;
}

hr.shade {
	border-top: 1px solid #ddd;
}

.frame {
	padding: 20px 20px;
	border-radius: 5px;
	background-color: #fff;
}


div.gray {
	padding: 40px 65px;
	margin-bottom: 16px;
}

div.transparent {
	padding: 0px 9px;
	margin-bottom: 16px;
	border: none;
}

.linkButton {
	text-decoration: none;
	background-color: #eee;
	border-radius: 3px;
	border-bottom: 0px solid white;
	padding: 8px 12px 7px 12px;
	font-weight: 600;
	color: #000;
	margin-right: 10px;
	transition: 0.5s;
}
.linkButton:hover {
	color: #000;
	transition: 0.5s;
	background-color: #eee;
}

.darkButton {
	text-decoration: none;
	background-color: #222; /*bad3db*/
	border-radius: 3px;
	padding: 8px 12px 7px 12px;
	font-weight: 600;
	color: #fff;
	margin-right: 10px;
}
.brightButton {
	text-decoration: none;
	background-color: #fff; /*bad3db*/
	border-radius: 3px;
	padding: 8px 12px 7px 12px;
	font-weight: 600;
	color: #222;
	margin-right: 10px;
}

.largeButton {
	text-decoration: none;
	background-color: #222;
	border-radius: 4px;
	padding: 11px 30px 10px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.largeButton:hover, .darkButton:hover {
	color: fff;
}

.linkButton:hover {
	/*background-color: #c0c0c0;*/
}

.ext:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0c1"; 
 	padding-right: 8px;
  line-height: 100%;
  text-align: center;
  /*font-size: 10px;*/
}
.copy:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0ea"; 
 	padding-right: 8px;
  line-height: 100%;
  text-align: center;
  
}
.video:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f03d"; 
 	padding-right: 8px;
  line-height: 100%;
  text-align: center;
  
}
.doc:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c1"; 
 	padding-right: 8px;
  line-height: 100%;
  text-align: center;
  
}


/*.coll:hover::before {
	color: white;
}*/

.coll:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f068"; 
  padding-right: 8px;
  line-height: 100%;
}


.coll.collapsed:before {
		font-family: "Font Awesome 5 Free";
		font-weight: 600;
    content: "\f067"; 
}


.list {
	padding: 7px 0px 0px 0px;
	border-bottom: 1px solid #eee;
}

.utrop {
	background: transparent no-repeat url('../img/utrop-gra.png') -80px -58px;
}

.con {
	padding:0px 100px !important;
	margin: 0px auto;
	/*position: relative;*/
	/*top: 140px;*/
	/*z-index: 998;*/
}

a {color:#000; font-weight: 400; text-decoration: underline; !important; }
a:hover {color:#000; text-decoration: none !important;}

a.link {
	display: inline-block;
	margin-top: 5px;
	padding: 12px 15px 8px 15px;
	color: #000;
	font-weight: 400;
	background-color: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #eaeaea;
	text-decoration: none;
	transition: 0.5s;
} 
a.link:hover {
	transition: 0.5s;
	background-color: #eaeaea;
/*	border-bottom: 1px solid #000;
	border-right: 1px solid #000;*/
} 

a.pdf::before {
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	font-weight: 900;
	color: #ec8000;
	padding-right: 10px;
} 

a.word::before {
	font-size: 20px;
	font-family: "Font Awesome 5 Free";
	content: "\f1c2";
	font-weight: 900;
	color: #00b5e2;
	padding-right: 10px;
} 

.col-4 > span {
	font-size: 11px;
}

.imd {
	font-size: 12px;
	font-weight: normal;
}

input {
	border: 1px solid #e0e0e0;
	padding: 4px;
	width: 100%;
	margin: 0px 0px 2px 0px;
	border-radius: 0px;
	background-color: #fff;
}

input.error {
	border: 2px solid #222;
}

label.error {
	width: auto;
	font-size: 11px;
	color: #000;
	font-style: italic;
	font-weight: 400 !important;
	padding: 2px 0px 2px 0px !important;
	/*background-color: #bdced2;*/
	/*text-align: center;*/
	margin-top: -2px;
}

label.error:before {
	font-family: "Font Awesome 5 Free";
	content: "\f061";
	color: #000;
	font-style: normal;
	padding-right: 4px;

}

input.hidden {
	background-color: white;
	border-color: white;
	color: white;
	position: absolute;
	top: -1000px;
}

::-webkit-input-placeholder { /* Edge */
  color: #bbb;
  font-weight: normal;
  font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #bbb;
  font-weight: normal;
  font-style: italic;
}

::placeholder {
  color: #bbb;
  font-weight: normal;
  font-style: italic;
}

button {
	padding: 14px !important;
	margin: 14px 0px 0px 0px;
	background-color: #ce0000 !important;
	border-color: transparent !important;
	border-radius: 4px !important;
	font-weight: 500 !important;
	padding: 10px 0px !important;
	width: 100%;
	font-size: 14px !important;
}





#city-error {
	border-bottom: 1px solid red;
	font-size: 0;
	height: 1px;
}


label {
	display: block;
	margin: 0px;
	padding: 4px 0px 0px 0px !important;
	font-weight: 400;
}
label > span{
	font-weight: 100;
}

p.info {
	margin-top: 50px;
	background-color: white;
	padding: 15px;
	border: 1px solid #ccc;
	font-size: 12px;
	border-radius: 5px;
}

b.headline{
	font-weight: bold !important;
}

.headline i {
	font-size: 110%;
	padding-right: 3px;
	color: #000;
	text-shadow: 0px 0px 10px #fff;
}

.fa-file-pdf, .fa-file-word {
	font-size: 170%;
	padding-right: 3px;
	color: #000 !important;
}


.right {
	text-align: right;
}

.rows {
	border-bottom: 1px solid #eaeaea;
	/*border-right: 1px solid #eaeaea;*/
	border-left: 1px solid #eaeaea;
	background-color: #f4f4f4;
	padding: 5px 10px 4px 10px;
	margin: 0px 0px 0px 0px;
}

.rows input {
	margin-right: 6px;
}

.trans {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: transparent;
	padding: 5px 0px 5px 10px;
}



.resultat {
	background-color: #f9f9f9;
	padding: 20px 5px 8px 12px;
	margin: 0;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	border-bottom: 5px solid #f0f0f0;
}

.facts {
	padding: 5px 0px 5px 5px;
	font-size:12px;
	font-style: italic;
}

.arrow {
  	border: solid #bbb;
  	border-width: 0 1px 1px 0;
  	display: inline-block;
  	padding: 3px;
  	margin-right: 4px
}

.left-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.disclaimer {
	/*background-color: #fff;*/
	text-align: center;
	padding: 0px 0px 30px 0;
	margin-top: 0px;
	margin: 10px 0px;
	color: #ababab;
	font-weight: 300;
	border-top: 0px solid #ddd;
}

#grayBox {
	background-color: #fff;
	padding: 22px 20px 18px 20px;
	margin: 16px 0px 0px 0px;
	/*border-bottom: 3px solid #d9d9d9;*/
/*	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;*/
	width: 100%;
	border-radius: 4px;
	font-weight: 400;
	box-shadow: 0 12px 10px -10px #bbb;
}

#grayBox li {
	font-weight: 300 !important;
}
#grayBox li.br {
	margin-bottom: 16px !important;
}

#grayBox > .row:first-child {
	margin-bottom: 12px !important;
	border-top: none;
}
#grayBox > .row {
	line-height: 14px !important;
	border-top: 1px solid #ddd;
	padding-top: 8px;
}

#grayBox > .row > .col{
	/*border-bottom: 1px solid gray;*/
}


#grayBox dd::before {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f14a"; /*f0c8*/
	font-weight: 900;
	padding: 0px 8px 0px 0px;
	line-height: 18px;
	color: #b0b5b6;
} 

#grayBox dd.chosen::before {
	font-size: 12px;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: 900;
	padding: 0px 8px 0px 0px;
	line-height: 18px;
	color: #606566;
} 



#grayBox i {
	padding: 10px 2px 6px 0px;
	line-height: 10px ;
	color: #000;
	text-decoration: none !important;
} 

#whiteBox {
	background-color: #fff;
	/*border-bottom: 1px solid #f0f0f0;*/
	padding: 0px 0px 16px 0px;
	margin: 0px;

}

/**********************************************/
/*SELECT BOX*/
/**********************************************/

/* The container must be positioned relative: */
.custom-select {
  position: relative;
  top: 0px;
 	width: 100%;
 	margin-bottom: 4px; 
 	/*border: 1px solid #ddd;*/
}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #fff;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 12px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #666 transparent;
  top: 5px;
}

/* style the items (options), including the selected item: */
.select-items div {
	color: #000;
  padding: 5px 0px 3px 18px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  cursor: pointer;

}
.select-selected {
  color: #000;
  padding: 5px 0px 3px 5px;
  border: 1px solid #e0e0e0;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {display: none;}
.select-items div:hover, .same-as-selected {background-color: #f0f0f0;}

.img {
	float:right; 
	width:24% !important; 
	margin: -10px 0px 0px 35px;
}



/*@media screen and (max-device-width: 374px) { */
@media only screen and (max-width: 1024px) { 
  body {
  	background-image: none !important;
  	font-size: 12px !important;
  }
 
  h4 {
  	font-size: 30px;
  	border: 1px solid red;
  }
  .con {
  	padding:20px 25px !important;
  }
  [class*="col-"]  {
  	width: 100% !important;
  }
  div.white, div.grey, div.news, div.comp, div.verdict {
		padding: 10px 25px 20px 25px;
	}


	button {
		font-size: 18px !important;
	}

	header {
		padding: 20px 0px 20px 25px;
		margin-bottom: 30px;
		width: 160%;
	}

	
	div.comp > div, div.news > div {
		margin-right: 0px;
	}


	div.verdict div { 
		/*padding: 8px 3px;*/
		top: 100px;
		font-size: 20px;
		line-height: 30px;
	}
	div.verdict div span { 
		font-size: 30px;
	}

	a.ekrs {
		display: none;
	}
	.img {
		display: none;
	}
}

@media only screen and (min-width: 1680px) {
	.img {
		width:17% !important; 
  }
}






