@charset "UTF-8";/* CSS Document for accordion *//* Acordeon styles  position: relative;*/.tab { /* margin-top:20px; <- mindre luft? */  margin-bottom: 3px;  width: 100%;  overflow: hidden;}.smal {  width:100%;/*95%*/  margin-left:auto;  margin-right:auto;  margin-top:0;/*10px*/	} input.acc {  position: absolute;  opacity: 0;/*  z-index: -1;*/}label  {  position: relative;  display: block;  padding: 0 0 0 1em;/*  background:#F3DADB;#bada55; */  color:#000;  line-height: 2;  cursor: pointer;}/* Icon */ label::after {  position: absolute;  right: 0;  top: 0;  display: block;  width: 3em;  height: 3em;  line-height: 2;  text-align: center;  -webkit-transition: all .35s;  -o-transition: all .35s;  transition: all .35s;} input.acc[type=checkbox] + label::after {  content: "+";} input.acc[type=checkbox]:checked + label::after {  transform: rotate(315deg);}.gkr_blokk {/* Farge for runde1-2-3-blokken:77af00*/	background: #339dd7; !important;	font-size:12px;	color:#000000;	font-weight: bold;}.gkr_blokk::after {/* høyde for beskrivelse-blokken:*/	line-height:2;}.gpr_blokk {/* Farge for beskrivelse-blokken:77af00*/	background: #009966; !important;	padding-left:10px;}.gpr_blokk ~ .kommentarblokk  {/* Farge for beskrivelse-blokken:*/	background: #77af00; !important;	padding-bottom: 5px;	padding-left:10px;}.gprbver_blokk {/* Farge for beskrivelse-blokken:CCC*/	background: #009966; !important;}.gprbver_blokk ~ .kommentarblokk  {/* Farge for beskrivelse-blokken:EAEAEC*/	background: #72adc9;; !important;/*	padding-left:10px;*/}.gb_blokk {/* Farge for beskrivelse-blokken:47a089 */	background: #009966 !important;}.gb_blokk ~ .kommentarblokk {/* Farge for beskrivelse-blokken:*/	background: none !important;}.kommentarblokk {/* : UNchecked*/	padding-left:10px;   max-height: 0;  overflow: hidden;  color: #141414;  background: #F0F0F0;  -webkit-transition: max-height .65s;  -o-transition: max-height .65s;  transition: max-height .65s;}.bunnblokk {	margin-bottom:2px;	background: #F0F0F0 !important; /*Faux felt for å overstyre .gprbver_blokk ~ .kommentarblokk */	}/* :checked */ input.acc:checked ~ .kommentarblokk {/*'.tab-content*/  max-height:1000em;}.kommentarblokk p {  margin: 1em;}/* Justere utseende på beskrivelse (typisk fra markup i Ck-ed. i maler for panelbeskrivelse: */.kommentarblokk p strong {	font-size: 13px;}.kommentarblokk h3, .kommentarblokk h3 strong {  color: #141414;}.hovedoverskrift {    background: #376eb6 !important;	}.underoverskrift {  font-size:small;	font-weight: bold;/*  font-weight: normal;	color: #FFFFFF !important*/;    background: #cea381;/*	background:rgba(0,153,102, 1); #009966; 	#;*/}.under-u-overskrift {  font-size:small;/*	font-weight: bold;  font-weight: normal;	color: #FFFFFF !important*/;    background: #d7b9a2;/*	background:rgba(0,153,102, 1); #009966; 	#;*/}.under-u-kystkult {  font-size:small;    background: #bada55;}.versjon_tekst { /* genpanlab */  font-weight: normal;  font-size:smaller;  float:right;  margin-top:3px;  margin-right:40px;}.arrtype_list {	margin-left:20px;	margin-top:20px;	padding:10px;	}	.mgptype_list {	margin-left:20px;	margin-top:20px;	padding:10px;	}.liten_tekst {	font-size: smaller;}.normal_tekst {  font-weight: normal;}