h1, h2, h3, h4, h5, h6 {
	color: #2c3e50;
}


/**************************************
**************** Header ***************
**************************************/
#header-wrap {
	padding: 6px 0;
}
#header-wrap > header.hidden-xs .table {
	margin: 10px 0;
}
#header-wrap > header.hidden-xs .td {
	vertical-align: middle;
}
body.landing-page #header-bar {
	display: none;
	height: 10px;
}
#contact_no {
	font-family: 'droidsans_bold';
	font-size: 14px;
	display: inline-block;
	line-height: 31px;
	margin: 0;
	padding-left: 25px;
}
body.landing-page .hidden-xs #home_btn {
	margin-left: 15px;
}
@media (max-width: 350px) {
	#home_btn {
		max-width: 100px;
	}
}
@media (min-width: 351px) {
	.visible-xs #home_btn {
		max-width: 125px;
	}
}
#header-bar .row a {
	color: #293d50;
	font-family: 'lato_regular_italic';
	font-style: italic;
	text-decoration: underline;
}
@media all and (max-width: 768px) {
	#header-bar .row {
		margin-left: 0;
	}
}



/**************************************
************** Frontpage **************
**************************************/

#frontpage-form-wrap {
	background-color: rgb(238,245,251);
	/*
	background: -moz-linear-gradient(top, rgba(203,220,226,0.6) 0%, rgba(188,215,226,0.6) 68%, rgba(138,200,226,0.6) 90%);
	background: -webkit-linear-gradient(top, rgba(203,220,226,0.6) 0%,rgba(188,215,226,0.6) 68%,rgba(138,200,226,0.6) 90%);
	background: linear-gradient(to bottom, rgba(203,220,226,0.6) 0%,rgba(188,215,226,0.6) 68%,rgba(138,200,226,0.6) 90%);
	*/
	background: -moz-linear-gradient(top, rgba(203,220,226,0.1) 0%, rgba(188,215,226,0.4) 68%, rgba(138,200,226,0.6) 90%);
	background: -webkit-linear-gradient(top, rgba(203,220,226,0.1) 0%,rgba(188,215,226,0.4) 68%,rgba(138,200,226,0.6) 90%);
	background: linear-gradient(to bottom, rgba(203,220,226,0.1) 0%,rgba(188,215,226,0.4) 68%,rgba(138,200,226,0.6) 90%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cbdce2', endColorstr='#998ac8e2',GradientType=0 );
}
#frontpage-inner-form-wrap {
	/*
	background-color: rgb(238,245,251);
	background-color: -moz-linear-gradient(top,  rgba(238,245,251,1) 72%, rgba(206,233,249,1) 100%);
	background-color: -webkit-gradient(linear, left top, left bottom, color-stop(72%,rgba(238,245,251,1)), color-stop(100%,rgba(206,233,249,1)));
	background-color: -webkit-linear-gradient(top,  rgba(238,245,251,1) 72%,rgba(206,233,249,1) 100%);
	background-color: -o-linear-gradient(top,  rgba(238,245,251,1) 72%,rgba(206,233,249,1) 100%);
	background-color: -ms-linear-gradient(top,  rgba(238,245,251,1) 72%,rgba(206,233,249,1) 100%);
	background-color: linear-gradient(to bottom,  rgba(238,245,251,1) 72%,rgba(206,233,249,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef5fb', endColorstr='#cee9f9',GradientType=0 );
	*/

	background-image: url(../images/graphics/landskab_ekstra_bakker.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 95px;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.2);
}
/*
@media all and (min-width: 1201px) {
	#frontpage-inner-form-wrap {
		background-image: url(../images/graphics/landskab_ekstra_bakker.png);
	}
}
*/
#frontFormular {
	padding-top: 30px;
	position: relative;
}
@media all and (min-width: 1501px) {
	#frontpage-inner-form-wrap {
		background-size: 1920px auto;
		padding-bottom: 85px;
	}
}
@media all and (max-width: 1500px) and (min-width: 1201px) {
	#frontpage-inner-form-wrap {
		background-size: 115% auto;
		padding-bottom: 80px;
	}
}
@media all and (max-width: 1200px) and (min-width: 992px) {
	#frontpage-inner-form-wrap {
		background-size: 110% auto;
		padding-bottom: 75px;
	}
}
@media all and (max-width: 991px) and (min-width: 768px) {
	#frontpage-inner-form-wrap {
		background-size: 115% auto;
		padding-bottom: 70px;
	}
}
@media all and (max-width: 767px) {
	#frontFormular {
		padding-top: 10px;
	}
	#frontpage-inner-form-wrap {
		background-size: 150% auto;
		padding-bottom: 40px;
	}
}
#frontFormular #form-start {
	/* box-shadow: 2px 2px 4px #BAC7CB; */
	/* box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); */
	box-shadow: 0px 0px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
	background-color: #fff;
	display: inline-block;
	min-height: 308px;
	padding: 0;
	position: relative;
}
#frontFormular .skilt {
	background-size: contain;
	left: -15px;
	height: 39px;
	top: -25px;
	position: absolute;
	width: 124px;
	z-index: 500;
}
#frontFormular .checkbox input[type="checkbox"] {
	opacity: 0;
}
#frontFormular .checkbox {
	background-color: #fff;
	cursor: pointer;
	margin: 0;
	height: 45px;
	text-align: center;
	padding: 8px 20px 8px 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media all and (min-width: 768px) {
	#frontFormular #form-start .col-sm-6:nth-child(odd) {
		border-right: 1px solid #E3F4F9;
	}
	#frontFormular #form-start .col-sm-6:nth-child(even) {
		border-left: 1px solid #E3F4F9;
	}
}

#frontFormular .checkbox.selected {
	background-color: #293d50;
	color: #fff;
}
#frontFormular .checkbox .icon {
	display: inline-block;
	color: #2C3E50;
	font-size: 30px;
	float: left;
	height: 30px;
	width: 50px;
}
#frontFormular .checkbox.selected .icon {
	color: #fff;
}
#frontFormular .checkbox.bil1 .icon,
#frontFormular .checkbox.camping .icon {
	font-size: 32px;
}

#frontFormular .checkbox .title {
	display: inline-block;
	line-height: 30px;
	font-family: 'lato_regular';
	font-size: 17px;
	float: left;
	padding-left: 15px;
}
#frontFormular .checkbox .marker {
	display: inline-block;
	height: 30px;
	float: right;
	width: 25px;
}

#frontFormular .submitbutton {
	/*
	height: 41px;
	width: 162px;
	*/
	padding: 10px 17px;
}
#frontFormular .submitbutton:focus {
	background-position: center bottom;
	/* border: none; */
	outline: none;
}
#frontFormular .submitbutton-grafik {
	display: inline-block;
	display: none;
	font-family: 'segoe_printregular';
	font-size: 14px;
	text-align: center;
	padding-right: 22px;
}
/*
@media (min-width: 768px) {
	#frontFormular .submitbutton {
		margin-left: -30px;
	}
	#frontFormular .submitbutton-grafik {
		margin-right: 5px;
	}
}
*/

#frontpagerightvideo button.btn {
	background: none;
	border: none;
	box-shadow: none;
	outline: none;
}

#frontpage-form-wrap #form-footer {
	margin-top: 28px;
}

#howto {
	/* box-shadow: 2px 2px 4px #BAC7CB; */
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	background-color: #fff;
	margin-left: 15px;
	margin-right: -15px;
	margin-bottom: 6px;
	height: 310px;
}
#howto ul {
	display: inline-block;
	list-style: none;
	margin-top: 12px;
	padding: 0;
}
#howto li {
	padding: 0 0 0 18px;
	font-family: 'latolight_italic';
	font-size: 15px;
	margin: 5px 0;
	line-height: 25px;
}
#howto img {
	display: block;
	margin: 20px auto 15px auto;
	width: 100%;
}


#frontpage-form-wrap #form-footer {
	height: 125px;
	height: 80px;
	margin-top: 58px;
}




#frontpage-form-wrap #form-footer.form-start-footer {
	background: url(../images/graphics/landskab.png) repeat-x center bottom transparent;
	background-size: 1230px 133px;
	display: block;
	margin-top: 0;
	height: 133px;
	width: 100%;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


#frontpagerightvideo > button {
	padding: 0;
}





/**************************************
*********** Design Default ************
**************************************/
#form-footer.form-start-footer .stretch_left {
	background: url(../images/graphics/events/default/footer_small_left_3.png) repeat-x left bottom transparent;
	display: table-cell;
}
#form-footer.form-start-footer .container {
	background: url(../images/graphics/events/default/footer_small_3.png) no-repeat right bottom transparent;
	display: table-cell;
	width: 960px;
	position: relative;
}
#form-footer.form-start-footer .stretch_right {
	background: url(../images/graphics/events/default/footer_small_right_3.png) repeat-x left bottom transparent;
	display: table-cell;
}
/* @media all and (max-width: 530px) {} */
@media all and (max-width: 767px) {
	#form-footer.form-start-footer .container img {
		display: none !important;
	}
	#frontpage-form-wrap #form-footer.form-start-footer {
		display: none;
	}
	#frontFormular {
		padding-bottom: 15px;
	}
}
/**************************************
******* End of: Design Default ********
**************************************/




/**************************************
************* Design Jul **************
**************************************/
body.design-jul #form-footer.form-start-footer .stretch_left {
	background: url(../images/graphics/events/jul/footer_small_left.png) repeat-x left bottom transparent;
	display: table-cell;
}
body.design-jul #form-footer.form-start-footer .container {
	background: url(../images/graphics/events/jul/footer_small.png) no-repeat left bottom transparent;
	display: table-cell;
	width: 960px;
	position: relative;
}
body.design-jul #form-footer.form-start-footer .stretch_right {
	background: url(../images/graphics/events/jul/footer_small_right.png) repeat-x left bottom transparent;
	display: table-cell;
}
/**************************************
********* End of: Design Jul **********
**************************************/


@media (max-width: 767px) {
	#stretch_left,
	#stretch_right,
	#form-footer .stretch_left,
	#form-footer .stretch_right {
		display: none !important;
	}
}

#frontFormular .visible-xs .submitbutton-grafik {
	background: url("../images/graphics/arrows/arrow5.png") no-repeat right top transparent;
	margin-top: 10px;
}
@media (max-width: 768px) {
	#frontpage-form-wrap #form-footer {
		background: url("/wp-content/themes/yoo_master_wp/landing_page-foraar2014/img/footer2-mini.png") no-repeat center bottom transparent;
		height: 80px;
	}
}
@media all and (max-width: 450px) {
	#frontpage-form-wrap #form-footer.form-start-footer {
		display: none;
	}
	#frontFormular {
		padding-bottom: 15px;
	}
}

.outer-img {
	background-image: url(../images/graphics/skygge.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}
.outer-img > .inner-img {
	background-color: #f8fcfe;
	box-shadow: 1px 1px 1px #cececd;
	border-radius: 50%;
	display: inline-block;
}
@media all and (max-width: 767px) {
	.outer-img {
		background: none;
	}
	.outer-img > .inner-img {
		height: 55px;
		width: 55px;
	}
}

/*
#steps {
	background-color: #fff;
	text-align: center;
	padding-bottom: 65px;
	padding-top: 45px;
}
#steps .step {
	display: inline-block;
	padding: 0 4%;
}
#steps .step > .outer-img {
	padding-bottom: 10px;
}
#steps .step > .outer-img > .inner-img {
	background-color: #f8fcfe;
	box-shadow: 1px 1px 1px #cececd;
	border-radius: 50%;
	display: inline-block;
	height: 110px;
	width: 110px;
}
#steps .step img {
	display: block;
	margin: 0 auto;
}
#steps .step span {
	color: #26ade3;
	display: block;
	font-family: 'lato-bolditalic';
	font-size: 28px;
	padding-top: 7px;
	padding-bottom: 3px;
}
#steps .step > p {
	color: #626262;
	display: block;
	font-family: 'lato_regular_italic';
	font-size: 16px;	
	text-align: center;
}
@media (min-width: 992px) {
	#steps .step {
		width: 245px;
	}
}
@media (min-width: 768px) {
	#steps .step {
		width: 235px;
	}
}
@media (max-width: 767px) {
	#steps {
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#steps .step img {
		display: inline-block;
		margin: 0;
	}
	#steps .step p {
		display: inline-block;
		padding-left: 20px;
	}
	#steps .step span {
		color: inherit;
		display: inline;
		font-size: 16px;
	}
}
@media all and (max-width: 550px) {
	#steps .step {
		display: block;
		padding-bottom: 15px;
	}
}
*/



#steps {
	background-color: #fff;
	text-align: center;
	padding-bottom: 65px;
	padding-top: 45px;
}
@media (max-width: 767px) {
	#steps {
		padding-top: 5px;
		padding-bottom: 25px;
	}
}
#steps .hidden-xs > h2 {
	font-family: 'lato-light';
	font-size: 18px;
	padding: 0 0 40px 0;
	text-align: center;
	text-transform: uppercase;
}
#steps .visible-xs > h2 {
	font-family: 'lato-light';
	font-size: 16px;
	text-align: center;
	padding: 5px 0 10px 0;
}
#steps .hidden-xs > table {
	font-family: 'latolight_italic';
	font-size: 16px;
	line-height: 1.3;
	margin: 0 auto;
	-webkit-text-stroke-width: 0.1px;
}
#steps .hidden-xs td {
	min-width: 210px;
	text-align: center;
	padding: 0 4%;
}
#steps .hidden-xs td.image {
	height: 58px;
	vertical-align: top;
}
#steps td.number {
	color: #26ade3;
	font-family: 'lato_regular_italic';
	font-size: 23px;
	line-height: 1;
	padding-top: 6px;
	padding-bottom: 3px;
}
@media (min-width: 992px) {
	#steps .hidden-xs td {
		width: 245px;
	}
}
@media (min-width: 768px) {
	#steps .hidden-xs td {
		width: 235px;
	}
}
#steps {
	color: #626262;
	display: block;
	font-family: 'lato_regular_italic';
	font-size: 16px;	
	text-align: center;
}
#steps .inner-drop-shadow {
	height: 40px;
	margin: 30px auto 60px auto;
	width: 65%;
}
#steps .inner-drop-shadow:after {
	background: #fff;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}




#medie-reference {
	background-color: #fff;
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding-top: 25px;
	padding-bottom: 21px;
}
#medie-reference h3 {
	color: #bbb;
	font-family: 'lato_regular_italic';
	font-size: 15px;
	margin: 0;
	padding-bottom: 10px;
}
#medie-reference img {
	margin: 0 10px;
}
@media all and (max-width: 767px) {
	#medie-reference img {
		margin: 5px 6px;
	}
}



#reviews {
	background-color: #f6f6f6;
	text-align: center;
	padding: 49px 0;
}
#reviews .picture {
	margin-bottom: 12px;
}
#reviews .review {
	display: inline-block;
	margin: 0 1% 40px 1%;
}
#reviews .text {
	font-family: 'lato_regular_italic';
	font-size: 15px;
	line-height: 22px;
	max-width: 225px;
	width: 225px;
}
#reviews .rating {
	margin: 8px 0 5px 0;
}
#reviews .rating img {
	max-height: 23px;
	width: auto;
	max-width: 24px;
	width: auto;
}
#reviews .from {
	font-family: 'lato_regular_italic';
	font-size: 14px;
}
#reviews .outer-img {
	padding-bottom: 18px;
}
@media all and (max-width: 767px) {
	#reviews {
		padding: 25px 0;
	}
	#reviews .outer-img {
		background-image: url(../images/graphics/skygge.png);
		background-repeat: no-repeat;
		background-position: center bottom;
		padding-bottom: 10px;
		background-size: 90px auto;
		padding-bottom: 12px;
	}
	#reviews .outer-img > .inner-img {
		margin-top: 0;
		width: 90px;
		height: 90px;
	}
}


#partnere > .breaker-top,
#partnere > .breaker {
	margin-top: 0;
	display: none;
}
#partnere {
	border-top: 2px solid rgba(0, 0, 0, 0.1);
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
	padding-top: 25px;
	padding-bottom: 8px;
}
#partnere h3 {
	color: #bbb;
	font-family: 'lato_regular_italic';
	font-size: 15px;
	margin: 0;
	padding-bottom: 0;
}



#numbers {
	background: url(../images/graphics/tapet.svg) repeat 0 0 #fafafa;
	background-attachment: fixed;
	box-shadow: inset 0px 0px 15px rgba(0, 0, 0, 0.2);
	color: #293d50;
	display: block;
	height: 245px;
	margin: 40px auto 40px auto;
	min-height: 74px;
	font-family: 'lato_regular';
	font-size: 15px;
	position: relative;
}
#numbers > .container {
	font-family: 'lato_regular_italic';
	font-size: 16px;
	padding-top: 77px;
}
#numbers > .container > p {
	font-size: 16px;
	margin-bottom: 0;
}
#numbers > .breaker-top {
	position: absolute;
	top: 0;
	width: 100%;
}
#numbers .number {
	color: #fff;
	font-family: 'lato-bolditalic';
	font-size: 59px;
	font-weight: normal;
	line-height: 59px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}
#numbers .number > span {
	color: #26ade3;
	display: inline-block;
}

#numbers.v2 .number {
	color: #293c4f;
	font-family: 'latolight_italic';
	font-size: 26px;
	line-height: 1;
	margin: 3px 0 0 12px;
	text-align: left;
	text-shadow: 1px -1px 5px rgba(0,0,0,0.5);
	text-shadow: none;
}
#numbers.v2 .number > b {
	font-family: 'lato_regular_italic';
	font-size: 68px;
}
#numbers.v2 .number > b > span {
	color: #43ab6a;
}
#numbers.v2 > .container > table {
	margin: 0 auto;
}
@media all and (max-width: 767px) {
	#numbers.v2 > .container {
		padding-top: 84px;
	}
	#numbers.v2 .number {
		font-size: 20px;
		margin-left: 8px;
	}
	#numbers.v2 .number > b {
		font-size: 48px;
	}
	#numbers.v2 img {
		height: 70px;
		width: 58px;
	}
}



#frontpage-footer-menu {
	background-color: #fff;
	padding: 40px 0 90px 0;
}
#frontpage-footer-menu a {
	color: #2c3e50;
	font-family: 'lato_regular_italic';
	font-size: 16px;
}
#frontpage-footer-menu .btn-default {
	font-family: 'lato_regular';
	padding: 7px 18px;
}
#topics .text-center {
	text-align: center !important;
}
@media all and (max-width: 991px) and (min-width: 767px) {
	#frontpage-footer-menu .col-sm-6:nth-child(odd) {
		text-align: right;
	}
	#frontpage-footer-menu .col-sm-6:nth-child(even) {
		text-align: left;
	}
	#frontpage-footer-menu .topic.col-sm-6 {
		text-align: center;
		/* min-height: 285px; */
	}
	#topics .row:nth-child(even) {
		padding-bottom: 25px;
	}
}
@media all and (min-width: 992px) {
	#frontpage-footer-menu .col-md-3 {
		text-align: center;
	}
}
@media all and (max-width: 991px) {
	#howto {
		display: none;
	}
}
@media all and (max-width: 767px) {
	#numbers {
		background-size: 112px;
	}
	#frontpage-footer-menu a {
		font-size: 15px;
	}
	#frontpage-footer-menu a:not(.btn) {
		display: block;
		margin: 10px 0;
	}
	#frontpage-footer-menu {
		text-align: center;
		padding-top: 5px;
		padding-bottom: 40px;
	}
	#topics .topic {
		padding-bottom: 25px;
	}
	#topics .topic:last-of-type {
		padding-bottom: 0;
	}
	#topics img {
		margin-top: 5px;
	}
	#numbers {
		margin-bottom: 0;
	}
}
@media all and (max-width: 450px) {
	#form-footer img {
		display: none;
	}
	#frontFormular .checkbox {
		padding: 8px 10px;
	}
	#frontFormular .checkbox .title {
		padding-left: 8px;
	}
	#frontFormular .checkbox .title span {
	}
}
@media all and (max-width: 430px) {
	#frontFormular .checkbox .title {
		font-size: 15px;
	}
}
@media all and (max-width: 320px) {
	#frontFormular .checkbox .title {
		width: 185px;
	    text-align: left;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	}
}



/**************************************
**************** Footer ***************
**************************************/
#footer-wrap {
	margin-top: -410px;
	padding-top: 75px;
	padding-bottom: 80px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#footer-wrap .menu-wrap {
	-webkit-touch-callout: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}
#footer-wrap,
#footer-wrap a {
	color: #2c3e50;
	font-family: 'lato_regular_italic';
}
#footer-wrap .menu-wrap .widget label {
	color: #2c3e50;
	font-family: 'amaranth_bold';
	font-size: 16px;
	font-weight: normal;
}
#footer-wrap .infoarrow.arrow2 {
	cursor: default;
	font-family: 'segoe_printregular';
	line-height: 18px;
	padding: 0 0 5px 22px;
	right: 150px;
}
html.inlinesvg #footer-wrap .infoarrow.arrow2 {
	background: url("../images/graphics/arrows/pil_krum.svg") no-repeat left bottom transparent;
	background-size: 18px 28px;
}

@media all and (max-width: 767px) {
	#footer-wrap .menu-wrap {
		margin-top: 0;
	}
	#footer-wrap .menu-wrap .widget {
		clear: left;
		float: none;
		margin: 0 0 25px 0;
	}
	#footer-wrap .menu-wrap .widget ul li {
		margin: 4px 0;
	}
}

@media all and (max-width: 574px) {
	#footer-wrap .menu-wrap {
		margin-left: 0;
		text-align: center;
		/* margin-bottom: 150px; */
	}
}
@media (max-width:767px) and (min-width:460px) {
	#footer-wrap .menu-wrap {
		margin-bottom: 110px;
		text-align: center;
	}
}















/**************************************
*********** Mobil test site ***********
**************************************/
@media all and (max-width: 767px) {
	.landing-page.page-id-9835,
	.landing-page.page-id-9835 #frontpage-form-wrap,
	.landing-page.page-id-9835 #reviews {
		background-color: #E3F4F9;
	}
	.landing-page.page-id-9835 #steps {
		padding-bottom: 0;
	}
	.landing-page.page-id-9835 #footer-distance-fix {
		padding-bottom: 0;
	}
	.landing-page.page-id-9835 #footer-wrap {
		background: none;
		margin: 0;
		padding: 0;
	}
	.landing-page.page-id-9835 #footer-wrap2 {
		background: none;
		padding-top: 0;
	}
	.landing-page.page-id-9835 #footer-wrap2 table {
		font-size: 15px;
	}
	.landing-page.page-id-9835 #footer-wrap .menu-wrap {
		display: none;
	}
	#numbers {
		margin-top: 0;
	}

	.xs-background-down {
		display: block;
		width: 100%;
		z-index: -1;

		background: rgb(210,225,228);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZTFlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2Y0ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(210,225,228,1) 0%, rgba(227,244,249,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,225,228,1)), color-stop(100%,rgba(227,244,249,1)));
		background: -webkit-linear-gradient(top,  rgba(210,225,228,1) 0%,rgba(227,244,249,1) 100%);
		background: -o-linear-gradient(top,  rgba(210,225,228,1) 0%,rgba(227,244,249,1) 100%);
		background: -ms-linear-gradient(top,  rgba(210,225,228,1) 0%,rgba(227,244,249,1) 100%);
		background: linear-gradient(to bottom,  rgba(210,225,228,1) 0%,rgba(227,244,249,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e1e4', endColorstr='#e3f4f9',GradientType=0 );
	}
	.xs-background-up {
		display: block;
		width: 100%;
		z-index: -1;

		background: rgb(227,244,249);
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZjRmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmUxZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  rgba(227,244,249,1) 0%, rgba(210,225,228,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,244,249,1)), color-stop(100%,rgba(210,225,228,1)));
		background: -webkit-linear-gradient(top,  rgba(227,244,249,1) 0%,rgba(210,225,228,1) 100%);
		background: -o-linear-gradient(top,  rgba(227,244,249,1) 0%,rgba(210,225,228,1) 100%);
		background: -ms-linear-gradient(top,  rgba(227,244,249,1) 0%,rgba(210,225,228,1) 100%);
		background: linear-gradient(to bottom,  rgba(227,244,249,1) 0%,rgba(210,225,228,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f4f9', endColorstr='#d2e1e4',GradientType=0 );
	}
}
@media all and (max-width: 350px) {
	.landing-page.page-id-9835 #footer-wrap2 table {
		font-size: 13px;
	}
}
/**************************************
******* End of: Mobil test site *******
**************************************/









/**************************************
*********** Bil landingpage ***********
**************************************/
body.page-id-10080 {
	background-color: #E3F4F9;
}

body.page-id-10080 #footer-distance-fix {
	display: table;
	height: 100%;
	width: 100%;
}

@media (max-width:450px) {
	body.page-id-10080 #frontpage-form-wrap input {
		font-size: 40px !important;
		padding-left: 45px !important;
		padding-right: 15px !important;
		text-align: center;
	}
	body.page-id-10080 #footer-distance-fix {
		padding-bottom: 205px;
	}
	body.page-id-10080 #footer-wrap {
		margin-top: -205px;
		padding-top: 0;
	}
}
/**************************************
******* End of: Bil landingpage *******
**************************************/







/*********************************************************
******** Reklame: ikke altid sjovt at sammenligne ********
*********************************************************/
/*
 * Landingpage
 */

body.wp-page-11114 #frontpage-form-wrap {
	background: #fff;
	background-color: #fff;
}
@media (min-width: 992px) {
	body.wp-page-11114 #video_modal > .modal-dialog {
		width: 900px;
	}
	body.wp-page-11114 #video_modal > .modal-dialog iframe {
		height: 470px;
		width: 838px;
	}
}
@media (max-width: 767px) {
	body.wp-page-11114 #video_modal > .modal-dialog iframe {
		height: auto;
		width: 100%;
	}
	body.wp-page-11114 #video_modal .modal-title {
		font-size: 15px;
	}
}
body.wp-page-11114 #video_modal .modal-title {
	font-family: 'segoe_printregular';
}

html.inlinesvg > body.wp-page-11114 #sidebartilbudform .marker {
	background: transparent url("../images/graphics/checkbox2_unchecked.png") no-repeat scroll left center / 16px 16px;
}
html.inlinesvg > body.wp-page-11114 #sidebartilbudform .selected .marker {
	background: transparent url("../images/graphics/checkbox_checked.svg") no-repeat scroll left 3px / 24px 24px;
}

body.wp-page-11114 {}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform {}
body.wp-page-11114 .landing-cover-bg {
	background-color: #fff;
	background-image: url(../landingpages/img/background/fliser-bg2.jpg);
	background-size: auto 74px;
	background-repeat: repeat;
	background-position: center top;
	box-shadow: inset 0px 0px 15px rgba(0,0,0,0.2);
}
body.wp-page-11114 .landing-cover-bg > .container {
	height: inherit;
	background: url(../landingpages/img/background/character.png) no-repeat left bottom transparent;
}
body.wp-page-11114 .landing-cover-bg .row:first-child {
	position: relative;
}


body.wp-page-11114 .landing-reklame-text {
	display: inline-block;
	text-align: center;
	position: absolute;
}
body#page.wp-page-11114 .landing-reklame-text > p,
body#page.wp-page-11114 .landing-reklame-text > button {
	float: left;
}
body#page.wp-page-11114 .landing-reklame-text p.left {
	color: #000;
	font-family: 'segoe_printregular';
	font-size: 16px;
	line-height: 1.3;
	margin: 5px 0 0 0;
}
body#page.wp-page-11114 .landing-reklame-text p.right {
	background: url(../landingpages/img/background/reklame-pil.png) no-repeat left bottom transparent;
	background-size: auto 24px;
	padding: 0 0 25px 32px;
	color: #000;
	font-family: 'segoe_printregular';
	font-size: 16px;
	line-height: 1.3;
}
body.wp-page-11114 .btn-play {
	background: none;
	box-shadow: none;
	padding: 0;
	height: 95px;
	width: 95px;
}
body.wp-page-11114 .btn-play:focus {
	outline: none;
}
body.wp-page-11114 .btn-play > img {
	height: inherit;
	width: inherit;
}



body.wp-page-11114 #sidebartilbudform #guide-tip.step1 { left: 50px; }
body.wp-page-11114 #sidebartilbudform #guide-tip.step2 {
	bottom: 96px;
	left: 33px;
	margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
	body.wp-page-11114 #sidebartilbudform #guide-tip.step1 { left: 58px; }
	body.wp-page-11114 #sidebartilbudform #guide-tip.step2 { left: 27px; }
}



body.wp-page-11114 #sidebartilbudform li.checkbox .marker {
	height: 26px;
}
body.wp-page-11114 #sidebartilbudform li.checkbox.selected .marker {
	margin-top: 0 !important;
}

body.wp-page-11114 #sidebartilbudform {}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform .module {
	background-color: #fff;
	margin-bottom: 0;
}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform .module-title {
	border-bottom-color: #d7d7d7;
	font-family: 'latolight_italic';
	font-size: 20px;
	margin: 0;
	padding: 20px 15px 16px 15px;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(241,241,241,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 );
}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform .module-title > b {
	font-family: 'lato_regular_italic';
	font-weight: normal;
}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform ul {
	background: url(../images/graphics/sidebartilbudform-drop-shadow-1.png) no-repeat top center transparent;
	background-size: 250px auto;
	padding-top: 10px;
}
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#bil1 .font-icon,
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#hus .font-icon,
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#ulykke .font-icon,
body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#indbo .font-icon {
	margin-top: 4px;
}


@media (min-width: 768px) and (max-width: 991px) {
	body.wp-page-11114 .landing-cover-bg {
		height: 410px;
	}
	body.wp-page-11114 .landing-cover-bg > .container {
		background-size: auto 380px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform {
		margin-top: 35px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform > .module {
		margin-left: 0;
		margin-right: 0;
	}

	body#page.wp-page-11114 .landing-reklame-text p.left {
		display: none;
		float: none;
	}
	body.wp-page-11114 .landing-reklame-text {
		top: 275px;
		left: 80px;
	}
	body#page.wp-page-11114 .landing-reklame-text > .btn-play {
		height: 75px;
		width: 75px;
		float: right;
	}
	body#page.wp-page-11114 .landing-reklame-text p.right {
		background: url(../landingpages/img/background/reklame-pil2.png) no-repeat right bottom transparent;
		background-size: auto 24px;
		float: left;
		margin-right: 35px;
		margin-top: -23px;
		padding-left: 0;
		padding-right: 32px;
	}
	body#page.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox .title {
		padding-top: 8px;
	}
	#frontpage-form-wrap #sidebartilbudform li.checkbox#bil1 .font-icon,
	#frontpage-form-wrap #sidebartilbudform li.checkbox#dyr .font-icon,
	#frontpage-form-wrap #sidebartilbudform li.checkbox#ulykke .font-icon,
	#frontpage-form-wrap #sidebartilbudform li.checkbox#indbo .font-icon {
		margin-top: 4px;
	}
}
@media (min-width: 992px) {
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox > .title {
		padding-top: 0;
	}
	body.wp-page-11114 .landing-reklame-text > .btn-play {
		height: 75px;
		width: 75px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform {
		margin-top: 45px;
		margin-bottom: 15px;
	}
	body.wp-page-11114 .landing-cover-bg {
		height: 430px;
	}
	body.wp-page-11114 .landing-cover-bg > .container {
		background-size: auto 390px;
	}
	body#page.wp-page-11114 .landing-reklame-text p.left {
		padding-right: 48px;
		margin-left: -40px;
		margin-top: -16px;
	}
	body.wp-page-11114 .landing-reklame-text {
		left: 50px;
		top: 295px;
	}
	body#page.wp-page-11114 .landing-reklame-text p.right {
		margin-top: -24px;
		margin-left: 60px;
	}
}
@media (min-width: 1200px) {
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform {
		margin-top: 90px;
	}
	body.wp-page-11114 .landing-cover-bg {
		height: 530px;
	}
	body.wp-page-11114 .landing-cover-bg > .container {
		background-size: auto 475px;
	}
	body#page.wp-page-11114 .landing-reklame-text p.left {
		padding-right: 80px;
		margin-left: -40px;
		margin-top: -20px;
	}
	body.wp-page-11114 .landing-reklame-text {
		left: 78px;
		top: 372px;
	}
	body#page.wp-page-11114 .landing-reklame-text p.right {
		margin-top: -32px;
		margin-left: 75px;
	}
}

@media (max-width: 767px) {
	body.wp-page-11114 .landing-cover-bg,
	body.wp-page-11114 .landing-cover-bg > .container {
		background: none;
		padding: 0;
	}
	body.wp-page-11114 .landing-cover-bg {
		box-shadow: none;
	}
	body.wp-page-11114 .landing-cover-bg > .container > .row {
		padding-bottom: 0 !important;
	}
	body.wp-page-11114 .landing-reklame-xs-box {
		background-image: url(../landingpages/img/background/character.png), url(../landingpages/img/background/fliser-bg2.jpg);
		background-size: auto 170px, auto 74px;
		background-repeat: no-repeat, repeat;
		background-position: center bottom, center top;
		height: 175px;
	}
	body.wp-page-11114 .landing-reklame-xs-box > .holder {
		background-color: rgba(0,0,0,0.4);
		height: inherit;
		position: relative;
	}
	body.wp-page-11114 .landing-reklame-xs-box .holder > .play-text {
		color: #fff;
		font-family: 'segoe_printregular';
		position: absolute;
		left: 50%;
		top: 98px;
		font-size: 14px;
		width: 70px;
		text-align: center;
		margin-left: -35px;
	}
	body.wp-page-11114 .landing-reklame-xs-box .holder > .play-text-bottom {
		background-color: rgba(0,0,0,0.3);
		color: #fff;
		font-family: 'segoe_printregular';
		position: absolute;
		bottom: 10px;
		font-size: 14px;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 6px 0;
	}
	body.wp-page-11114 .landing-reklame-xs-box .holder > .btn-play {
		position: absolute;
		left: 50%;
		top: 40px;
		margin-left: -28px;
	}
	body.wp-page-11114 .landing-reklame-xs-box .btn-play {
		background: none;
		box-shadow: none;
		padding: 0;
		height: 56px;
		width: 56px;
	}
	body.wp-page-11114 .landing-reklame-xs-box .btn-play > img {
		height: inherit;
		width: inherit;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform {
		display: block;
		float: none;
		margin: 15px auto 0 auto;
		padding: 0;
		width: 265px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform > .module {
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
		margin: 0;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox {
		margin: 0 auto;
		height: 45px;
		width: 265px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox > .font-icon {
		height: 30px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#bil1 > .font-icon,
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#indbo > .font-icon {
		margin-top: 8px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#indbo > .font-icon {
		margin-top: 7px;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox#indbo > .font-icon {
		margin-top: 5px;
	}

	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox > .title {
		padding-top: 2px;
		width: 100%;
	}
	body.wp-page-11114 #frontpage-form-wrap #sidebartilbudform li.checkbox .marker {
		height: 32px;
	}
}

/*
 * Landingpage - Reklamebaand
 * HIDDEN xs
 */
#reklamebaand > .hidden-xs {
	height: 185px;
	position: relative;
}
#reklamebaand > .hidden-xs > .container {
	background: url(../images/graphics/reklamebaand-uden-knap.png) no-repeat top center transparent;
	background-size: 970px 185px;
	height: inherit;
	position: relative;
	z-index: 10;
}
#reklamebaand > .hidden-xs > .container .btn-play {
	background: none;
	box-shadow: none;
	height: 60px;
	width: 60px;
	left: 160px;
	top: 68px;
	padding: 0;
	position: absolute;
}
#reklamebaand > .hidden-xs > .container .btn-play:focus {
	outline: none;
}
#reklamebaand > .hidden-xs > .container .btn-play > img {
	height: inherit;
	width: inherit;
}
#reklamebaand > .hidden-xs > .container > p {
	color: #fff;
	font-family: 'dimbo-regular';
	font-size: 32px;
	letter-spacing: 0.5px;
	line-height: 1.3;
	left: 384px;
	top: 75px;
	text-shadow: 1px 1px 8px #000000;
	position: absolute;
}
#reklamebaand > .hidden-xs .inner-shadow {
	height: 20px;
	width: 100%;
	bottom: 0;
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
@media all and (max-width: 991px) and (min-width: 768px) {
	#reklamebaand > .hidden-xs {
		height: 145px;
	}
	#reklamebaand > .hidden-xs > .container {
		background-size: 100% auto;
	}
	#reklamebaand > .hidden-xs > .container .btn-play {
		left: 118px;
		top: 40px;
	}
	#reklamebaand > .hidden-xs > .container > p {
		font-size: 28px;
		left: 298px;
		top: 55px;
	}
}
/*
 * Landingpage - Reklamebaand
 * VISIBLE xs
 */
#reklamebaand > .visible-xs {
	background-image: url(../landingpages/img/background/character.png), url(../landingpages/img/background/fliser-bg2.jpg);
	background-size: auto 170px, auto 74px;
	background-repeat: no-repeat, repeat;
	background-position: center bottom, center top;
	height: 175px;
}
#reklamebaand > .visible-xs > .holder {
	background-color: rgba(0,0,0,0.4);
	height: inherit;
	position: relative;
}
#reklamebaand > .visible-xs > .holder > .play-text {
	color: #fff;
	font-family: 'segoe_printregular';
	position: absolute;
	left: 50%;
	top: 98px;
	font-size: 14px;
	width: 70px;
	text-align: center;
	margin-left: -35px;
}
#reklamebaand > .visible-xs > .holder > .play-text-bottom {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	font-family: 'segoe_printregular';
	position: absolute;
	bottom: 10px;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 6px 0;
}
#reklamebaand > .visible-xs > .holder > .btn-play {
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -28px;
}
#reklamebaand > .visible-xs .btn-play {
	background: none;
	box-shadow: none;
	padding: 0;
	height: 56px;
	width: 56px;
}
#reklamebaand > .visible-xs .btn-play > img {
	height: inherit;
	width: inherit;
}
@media (max-width: 767px) {
	#video_modal > .modal-dialog iframe {
		height: auto;
		width: 100%;
	}
}
/*********************************************************
**** End of: Reklame: ikke altid sjovt at sammenligne ****
*********************************************************/







/**************************************
********** Bil landingpage 2 **********
**************************************/
body.page-id-13203 {
}

body.page-id-13203 #footer-distance-fix {
}

/**************************************
****** End of: Bil landingpage 2 ******
**************************************/
