@charset "UTF-8";
/* CSS Document */  

.h-header-new__logo {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 22px;
    text-align: center;
}

.subscriber-form {
	font-family AtSign, DIN, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.subscriber-form p {
	font-size: 15px;
}

body {
font-family: AtSign, DIN, "Helvetica Neue", Helvetica, Arial, sans-serif !important;

}

.form-group a {
    color: #ab2026;
    text-decoration: underline;
}



/* Validator */

.list-row {
	margin-top: 40px;
}

.list-picture {
	width: 100%;
}

.floater {
    float: right;
    padding: 0px 0px 5px 5px;
    margin: 15px 0px 5px 5px;
    width: 88px;
    height: 94px;
}

#slideshow {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}

#slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.radio, .checkbox {
    position: inherit;
}

#validator {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: none;	
}

.valitator-content {
	width: 90%;
	max-width: 300px;
	height: 170px;
	position: absolute;
	background-color: #fff;
	z-index: 2;
	top: 40px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 26px 0px rgba(0,0,0,0.75);
	text-align: center;
	padding: 30px;
	font-size: 125%;	
}

.alertText {
	height: 50px;
	color: #000;
}


#Alert {
	z-index: 9999;
}

/* /Validator */




/* Form */

.btn-lg, .btn-group-lg>.btn {
	width: 100%;
}

.forms {
	margin-top: 130px;
}	


.form-control {
  border-radius: 0;
}


.form-control {
}


.form-group {
    margin-bottom: 10px;
}

.left-field {
	padding-right: 3px;
}

.right-field {
	padding-left: 3px;
}

.midt-field {
	padding-left: 9px;
	padding-right: 9px;
}

.permissionCheckbox input {
    display: none;
}

.permissionCheckbox input:checked + span {
    background-image: url(../img/checkmark.png);
}

.permissionCheckbox span {
    margin-right: 5px;
    margin-top: 2px;
    margin-right: 9px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: solid 1px #888;
    display: block;
}   

/* Knapper */

/*
.btn-primary {
  color: #fff;
  background-color: #314c83;
  border: none;
  border-radius: 3px;
  	font-family: 'din_mediumregular', Helvetica, sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #111435;
  border: none;
}
*/

.btn-primary {
    color: #fff;
    background-color: #ab2026;
    border: none;
    border-radius: 0;
    font-family: Georgia,Times,serif;
    font-weight: bold;
    font-style: italic;
    white-space: normal !important;
    word-wrap: break-word;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #ab2026;
    border: none;
}




.btn-sm, .btn-group-sm>.btn {
    padding: 3px 10px 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border: none;
    border-radius: 0;
    background-color: #e2e3d6;
	-webkit-box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,0.2);
	box-shadow: inset 0px 6px 6px -5px rgba(0,0,0,0.2);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
  
}

input[type="radio"].toggle, input[type="checkbox"].toggle {
  display: none;
}

input[type="radio"].toggle + label, input[type="checkbox"].toggle + label {
	width: 100%;
	border: none;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	color: #545454;
	font-size: 20px;
	background: #f5f5f5;
	padding: 14px 28px 20px 19px;
	border: solid #d6d6d6 1px;
	text-decoration: none;
	font-family:  'Meta-normal' , Times, serif;
	margin:0;
}


input[type="radio"].toggle + label:hover, input[type="checkbox"].toggle + label:hover {
	background: #A0BE43;
	color: #fff;
	border: solid #809836 1px;
  background-image: url('../img/arrow_right.png');
  background-repeat: no-repeat;
  background-position: center right; 	
}

input[type="radio"].toggle:checked + label, input[type="checkbox"].toggle:checked + label {
	color: #fff;
	background: #63B6E4;
	border: solid #4f92b6 1px;  
}


@media (max-width: 991px) {
	.logo__link__image {
		width: 150px;
		padding-top: 20px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {

}

@media (max-width: 767px) {

.top-skilte {
	margin-top: 20px;
}

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

.extra-padding, .extra-padding-test {
	padding-left: 0px;
	padding-right: 0px;
}

.content-test, .footer-test {
	height: auto;		
}

.enig-knapper {
	margin-top: 40px;
}

.formular {
	margin-top: 30px;
}

.formular-bog, .formular-smeltevand {
	margin-top: 20px;
}

.splash {
	margin-top: -35px;
}

.bogen {
	margin-top: 10px;
	margin-bottom: 10px;	
}

#questions {
	text-align: center;
}

.footer-block {
	margin-bottom: 30px;
	text-align: center;	
}


input[type="radio"].toggle + label, input[type="checkbox"].toggle + label {
	font-size: 14px;
	padding: 10px;
}

.left-field {
	padding-right: 15px;
}

.right-field {
	padding-left: 15px;
}

.midt-field {
	padding-left: 15px;
	padding-right: 15px;
}
	
}

@media (max-width: 480px) {

/* slider banner */

.topbanner-left, .topbanner-right, .topbanner2019-left, .topbanner2019-right {
	width: 170px;
	padding: 6px;
}

.topbanner-left p, .topbanner-right p, .topbanner2019-left p, .topbanner2019-right p {
	font-size: 14px;

}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.splash {
	margin-top: 0;
}
}
