/* LÄNSSTYRELSEN DROP DOWN ACCORDION CSS - By: Consid AB --------*/

/* DROPDOWN  YELLOW PLUSES START ------------------------------ */
.consid-accordion {
   position: relative;
   border: 1px solid #cccccc;
   background-color: #fff;
}


.consid-accordion a{
   width: 77.3%;
   display: block;
   padding: 0.6em 0;
   text-decoration: none;
   text-align: left;
   padding-right: 20%;
   padding-left: 2.7%;
   font-weight: 600;
   color: #333333 !important;
   font-family: "Open sans",sans-serif;
   outline-offset: -9px;
   outline: none;
}

.consid-accordion a:focus {
	outline: none;
	outline-offset: -1px;
}

.consid-accordion a.tab-focus:focus {
	outline: 2px solid #ea7600;
	outline-offset: -1px;
}

.consid-accordion a:hover{
   text-decoration: none;
   outline-offset: -1px;
   background-color: #eeeeee;
}

.consid-accordion img{
	position: absolute;
	right: 0.85em;
    top: .7em;
}

.consid-accordion-text .normal{

}

.consid-accordion h2{
	font-family: "Open sans",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.127em;
	color: #000000;
	line-height: normal;
	margin-top: 0!Important;
	margin-bottom: 0!Important;
}

.consid-accordion h3{
	font-family: "Open sans",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.127em;
	color: #000000;
	line-height: normal;
	margin-top: 0!Important;
	margin-bottom: 0!Important;
}

.consid-accordion h4{
	font-family: "Open sans",sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 1.127em;
	color: #000000;
	line-height: normal;
	margin-top: 0!Important;
	margin-bottom: 0!Important;
}


.open {
   display: block;
   width: 28px;
   height: auto;
}
.close {
   display: none;
   width: 28px;
   height: auto;
}

/* DROPDOWN YELLOW PLUSES END -------------------------------- */