
#pricing-plans {
	background-color: whitesmoke;
	background-image: url(../images/home/Billig-pris.jpg);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	color: white;
	font-size: 17px;
	padding-bottom: 80px;
	padding-left: 3.4%;
	padding-right: 3.4%;
	padding-top: 90px;
	position: relative;
}
@media screen and (max-width: 799px) {
	#pricing-plans {
		background-attachment: scroll;
		background-size: 100vh;
		background-repeat: no-repeat;
		background-position: bottom right;	
	}
	
}

#pricing-plans-header-1 {
	color: #0B253E;
	font-size: 25px;
	font-weight: normal;
	line-height: 1em;
}

#pricing-plans-header-2 {
	color: #0B253E;
	font-size: 50px;
	font-weight: normal;
	line-height: 1em;
	margin-top: 10px;
}

#pricing-plans-main {margin-top: 128px}
#pricing-plans-main >* {
	display: inline-block;
	font-size: 1vw;
	height: 19vw;
	margin: 2px;
	vertical-align: top;
	width: 20vw;
}
#pricing-plans-main >* >a {height: 19vw} /*for old browsers*/

#pricing-plans-footer-1 {
	color: #0B253E;
	font-size: 1.7em;
	margin-top: 90px;
}

#pricing-plans-footer-2 {
	color: #68B02A;
	display: table; /*see https://stackoverflow.com/a/8818877*/
	font-size: 1.7em;
	line-height: 1.5em;
	margin-left: auto;
	margin-right: auto;
	text-decoration: underline;
	text-transform: uppercase;
}
#pricing-plans-footer-2:hover {color:#9ac1ff}

#pricing-plans-footer-3 {
	display: table; /*see https://stackoverflow.com/a/8818877*/
	margin-left: auto;
	margin-top: 85px;
	margin-right: auto;
}

@media (max-width: 640px) {
	#pricing-plans-main >* {
		font-size: 2vw;
		height: 38vw;
		width: 40vw;
	}
	#pricing-plans-main >* >a {height: 38vw} /*for old browsers*/
}
@media (max-width: 480px) {
	#pricing-plans-header-2 {font-size: 9.5vw}
	#pricing-plans-main {margin-top: 80px}
}
@media (max-width: 320px) {
	#pricing-plans-main >* {
		font-size: 4vw;
		height: 76vw;
		width: 80vw;
	}
	#pricing-plans-main >* >a {height: 76vw} /*for old browsers*/
}

@media screen and (min-width: 1300px) {
	#pricing-plans-main >* {
		font-size: 12.8px;
		height: 244px;
		width: 256px;
	}
	#pricing-plans-main >* >a {height: 244px} /*for old browsers*/
}

@media (max-width: 1024px) {
	#pricing-plans-main {margin-top: 80px}
	#pricing-plans-footer-1 {margin-top: 80px}
	#pricing-plans-footer-3 {margin-top: 60px}
}
