/* LÄNSSTYRELSEN RESERVAT AND SUBPAGES CSS - By: Consid AB ----*/

/* SMALL IMAGE WITH TEXT NEXT TO IT START -------------------- */

.lst-reservat-and-subpages-small-img .sv-decoration-content{
		display: flex;
	}	

.lst-reservat-and-subpages-small-img .sv-decoration-content .sv-image-portlet{
	width: 230px;
	padding-right: 1em;
}

.lst-reservat-and-subpages-small-img .sv-decoration-content .sv-text-portlet{
	width: 66%;
}


/* Tablet  */
@media screen and (max-width: 900px) {
	.lst-reservat-and-subpages-small-img .sv-decoration-content .sv-text-portlet{
		width: 60%;
	}

}

/* Phone */
@media screen and (max-width: 767px) {

	.lst-reservat-and-subpages-small-img .sv-decoration-content{
		display: block;
	}
	
	.lst-reservat-and-subpages-small-img .sv-decoration-content .sv-image-portlet{
		width: 100%;
		padding-right: 0;
		padding-bottom: 0.8em;
	}
	
	.lst-reservat-and-subpages-small-img .sv-decoration-content .sv-text-portlet{
		width: 100%;
	}

}


/* SMALL IMAGE WITH TEXT NEXT TO IT  END ---------------- */

/* LINK WITH GREY BORDER START -------------------------- */

.lst-reservat-and-subpages-link-grey-border .sv-decoration-content{
	position: relative;
	padding-right: 10.375em;
	}

.lst-reservat-and-subpages-link-grey-border .sv-decoration-content img{
	position: absolute;
	right: 1em;
	top: 1em;
	max-width: 9.375em;
	height: auto;
}

/* LINK WITH GREY BORDER END ---------------------------- */