﻿/* DEFAULTS
----------------------------------------------------------*/

/* word wrap and hyphens is broken - disable for our pages */
p {word-wrap:normal;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;-o-hyphens:manual;hyphens:manual}

h2, h3
{
	margin-bottom:2% !important;
}

.vw_m310_editorial_stage_headline {
	padding-left: 1em;
	margin-top: 120px;
}


.vw_m310_editorial_stage_bg {
	background-color: #393530 !important;
	background: url(../images/top_ngw.jpg);
	background-size: 100% auto;
	height: 700px;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 0 !important;

}


@media only screen and (max-device-width: 1280px) {
	.vw_m310_editorial_stage_headline {
		margin-top: 90px;
	}
	.vw_m310_editorial_stage_bg {
		height: 550px;
	}
}

@media only screen and (max-device-width: 768px) {
	.vw_m310_editorial_stage_headline {
		margin-top: 1em;
	}
	.vw_m310_editorial_stage_bg {
		height: 28em;
	}
}
@media only screen and (max-device-width: 500px) {
	.vw_m310_editorial_stage_headline {
		margin-top: 240px;
	}
	.vw_m310_editorial_stage_bg {
		height: 230px;
		background-size: 100% auto;
	}
}

.vw_m310_editorial_stage, .vw_m310_editorial_stage_lines {
	position: relative !important;
	top: 0 !important;
	
}
.customList
{
	/*list-style-image: url('../images/checkIcon.png');*/
	padding:0;
	
}
.customList li
{
	min-height:32px;
	padding-left:2%;
	margin-bottom:5%;
	background: url(../images/checkIcon.png) no-repeat left 7px;
	padding: 0px 0px 3px 50px;
	/* reset styles (optional): */
	list-style: none;
	/*margin: 0;*/
}
.customList .checkListArrow
{
	margin-right:3%;
}
.linkArrow
{
	font-size:180%;
}

.vw_m031_iconlink span
{
	font-size:115%;
}
.vw_m031_iconlink .vw_m301_icon
{
	width:15px;
	height:15px;
}

#beregnDinPrisSuccess
{
	background-color:#f3f5f6;
	z-index:1;
	width:100%;
	height:100%;
}

#beregnDinPrisSuccess h3, #beregnDinPrisSuccess h2, #beregnDinPrisSuccess p
{
	color:#2f3538;
}
#resultTable th
{
	background-color:#bdc3c6;
}
#resultTable th
{
	padding-right:5%;
	padding-left:5%;
	padding-top:3%;
	padding-bottom:3%;
	
}
#resultTable td
{
	padding-right:5%;
	padding-left:5%;
	padding-top:1%;
	padding-bottom:1%;
}
#resultTable td:first-child
{
	background-color:#ffffff;
}
#resultTable
{
	border-bottom:2px solid #bdc3c6;
}

/*FIXES MOBILE BACK TO TOP LINK*/
#vw_page_header
{
	z-index:9999;
}

.vw_m341_stage
{
	height:auto !important;
	min-height:unset !important;
	margin-top:0 !important;
}

.form-cell
{
	width:99%;
}
.complex-input-error
{
	display:none;
}
.ihdcc-root .grid-cell
{
	margin-left:0;
}

.vw_m031_iconlink
{
	font-size:14px !important;
}

.container-dark
{
	background-color:#2f3538;
}

.container-dark p, .container-dark h2, .container-dark h3
{
	color:#FFF;
}

.container-blue
{
	background-color:#0099da;
}

.container-blue p, .container-blue h2, .container-blue h3, .container-blue a, .container-blue span, .container-blue svg
{
	color:#FFF;
	fill:#FFF !important;
}