
@media only screen and (max-width: 900px){
	div.ref-bild {
	    float: left;
	    width: 450px;
	}
	div.ref-text {
	    float: left;
	    padding-left: 25px;
	    width: calc(100% - 450px);
	    padding-top: 0px;
	}
}
@media only screen and (max-width: 800px){
	div.ref-bild {
	    float: left;
	    width: 350px;
	}
	div.ref-text {
	    float: left;
	    padding-left: 25px;
	    width: calc(100% - 350px);
	    padding-top: 0px;
	}
}
@media only screen and (max-width: 700px){
	div.ref-bild {
	    float: left;
	    width: 300px;
	}
	div.ref-text {
	    float: left;
	    padding-left: 25px;
	    width: calc(100% - 300px);
	    padding-top: 0px;
	}
}

@media only screen and (max-width: 650px){


	br#arMobVer{
		display: inline-block;
	}

	.not-mob{
		display: none;
	}

	div.sidhuvud{
		display: none;
	}
	div.sidhuvud-mob{
		display: block;
	}
	div.logo-mob{
		margin: 0 auto;
		width: 100%;
		max-width: 316px;
		margin-bottom: 17px;
	}
	


	div.mobile-menu{
		background-color: #090909;
		font-size: 22px;
		line-height: 25px;
		max-width: 500px;
		margin: 0 auto;
	}

	div.mobile-menu::before, div.mobile-menu::after{
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		background-image: url(/bilder/main-line-mob.png);
		background-repeat: no-repeat;
		background-position: center center;
	}

	div.mobile-head{
		color:#999B9E;
		background-image: url(/bilder/menu-but.png);
		background-repeat: no-repeat;
		background-position: 10px 12px;
		padding:13px 10px 10px 49px;
		height: 46px;
		cursor: pointer;
		font-size: 20px;
		line-height: 20px;
		font-weight: 400;
		
	}
	div.mobile-head:hover{
		background-image: url(/bilder/menu-but-h.png);
	}
	div.mobile-body{
		display: none;
		background-color: #090909;
	}

	div.mobile-body a{
		display: block;
		color:#999B9E;
		text-decoration: none;
		padding:14px 30px 13px 10px;
		background-color: #090909;
		background-image: url(/bilder/arr-right.png);
	    background-position: right center;
	    background-repeat: no-repeat;
	    font-size: 18px;
	    line-height: 23px;
		font-weight: 400;
	}
	div.mobile-body a.f{
		border-top: none;
	}
	div.mobile-body div::before{
		content: " ";
		display: block;
		width: 100%;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		background-image: url(/bilder/main-line-mob.png);
		background-repeat: no-repeat;
		background-position: center center;
	}


	div.mobile-body a.mark{
		color:#072b5d;
		background-color: #fff;
		background-image: url(/bilder/arr-right-m.png);
	}

	div.meny{
		display: none;
	}

	div.main::before, div.main::after{
		background-image: url(/bilder/main-line-mob.png);
	}
	div.main::before{
		display: none;
	}

	div.main-inner{
		max-width: 520px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 30px;
		padding-top: 30px;
		min-height: 0;
	}

	div.xtra-om{
	    margin-top: 10px;
	    padding: 0px 10px 0px 10px;
	}

	div.ref-bild {
	    float: none;
	    width: 100%;
	    max-width: 565px;
	    margin: 0 auto;
	}
	div.ref-text {
	    float: none;
	    padding-left: 0px;
	    width: 100%;
	    padding-top: 10px;
	}

	p.tillb{
		margin:-10px 0px 25px 0px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px){
	div.kontakt-bild {
	    float: left;
	    width: 70px;
	}
	div.kontakt-text {
	    float: left;
	    padding-left: 10px;
	    width: calc(100% - 70px);
	    padding-top: 0px;
	}

}