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

/* DROPDOWN  YELLOW PLUSES START ------------------------------ */

.consid-accordion {
   position: relative;
   margin-top: 1rem;
}

.lst-accordion__header{
   position: relative;
   border: 1px solid #cccccc;
   background-color: #fff;
}

h2.lst-accordion__header,
h3.lst-accordion__header,
h4.lst-accordion__header {
   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;
}

.lst-accordion__header button {
   border: 0;
   background: transparent;
   padding: 0.6rem 0.6rem 0.6rem 1.25rem;
   padding-right: 20%;
   width: 100%;
   display: block;
   text-decoration: none;
   text-align: left;
   font-weight: 600;
   color: #333333 !important;
   font-family: "Open sans",sans-serif;
   outline-offset: -9px;
   outline: none;
   font-size: 1.125rem;
}

.lst-accordion__header button:hover{
   text-decoration: none;
   background-color: #eeeeee;
}

.lst-accordion__header button:focus,
.lst-accordion__header button.tab-focus:focus{
	outline: 3px solid #092D4B;
   outline-offset: 2px;
}

.lst-accordion__header img {
   position: absolute;
   right: 0.75em;
   top: 0.5rem;
   height: auto;
   width: 1.750rem;
   cursor: pointer;
}

.lst-accordion__header .open,
.lst-accordion__header--open .close {
   display: block!important;
}

.lst-accordion__header .close,
.lst-accordion__header--open .open {
   display: none;
}