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

/* Gjensidige formular */

.modal-content {
    border-radius: 0 !important;
}

.modal-dialog {
    max-width: 460px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.modal-header {
    border-bottom: none;
}

.closeModal {
	position: absolute;
	top: 20px;
	right: 18px;
	display: table-cell;
	text-align: right;
    cursor: pointer;
    cursor: hand;
}

.closeModal .exit {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 14px;
}

.checkBoxes {
	position: relative;
}

.checkBoxes label  {
    position: relative;
    padding-left: 30px;
    display: block;
    font-weight: normal;
    color: #4f4f4f;
    margin-bottom: 10px;
}

.Checkbox input, .Radio input {
    display: none;

}

.Checkbox span, .Radio span {
    top: 3px;
     margin-left: -30px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 3px solid #ababab;
    display: block;
	position: absolute;
	-webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear; 
}

.Checkbox span {
    border-radius: 10px;	
}

.Radio span {
    border-radius: 12px;	
}

.Checkbox input:checked + span, .Radio input:checked + span {
    background-color: #fff;
	background-image: url('../img/radio-dot.png');
	background-repeat: no-repeat;
	background-size: 90%;
	background-position: center center; 
}

.remove {
	margin: 0;
	display: none;
	cursor: pointer;
	cursor: hand;
}


/* -------------------------*/

.response-view {
	display: block;
}

.module {
    padding: 4rem 4rem 3rem;
    overflow: hidden;
}

.module-border, .module-borderPopup {
    padding: 52px 52px 39px;
    border: 6.5px solid #e1e1e1;
    transition: border .1s linear;
}

.module-border {
	background: #fffffa;	
}

.module-borderPopup {
	background-color: #f4faf1;
}
   

.border-yellow {
    border-color: #fcda21;
}

.form-group.input-large .input-group, .form-group.input-large input, .form-group.input-large label, .form-group.input-large legend, .form-group.input-large p, .form-group.input-large select, .form-group.input-large textarea {
    max-width: 500px;
}

.form-control:not(.custom-input) {
    display: block;
    height: 40px;
    background-color: #f0ece6;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    border-radius: 0;
}

.form-control-alternate:not(.custom-input), .form-control:not(.custom-input) {
    color: #253746;
    border-bottom: 2px solid #253746;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: background-color .15s ease-in-out;
    box-shadow: inset 0 0 0 0 transparent;
    background-image: none;
    width: 100%;
    vertical-align: middle;
    outline: 0;
}

input[type=search], input[type=text], input[type=tel], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

.form-control:not(.custom-input):active, .form-control:not(.custom-input):focus {
    background-color: #f8f6f5;
    border: 2px solid #253746;
    box-shadow: inset 0 0 0 0 transparent;
}

.form-control:not(.custom-input):hover:not(.disabled) {
    background-color: #e4e1df;
}

.gj-tooltip-inner, .serverError, label.validationError, p.validationError {
    padding: 6px 12px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    background-color: #ed5e41;
    border-radius: 0;
    max-width: 450px;
    position: relative;
}

.form-group label {
    font-weight: 400;
    display: block;
}

label.validationError {
    display: none;
}

label.validationError:after {
    content: "";
    border: .5rem solid transparent;
    border-bottom-color: #ed5e41;
    border-top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 1rem;
    top: -5px;
    margin: auto;
}

.btn.btn-default {
    color: #253746;
    background-color: #fff;
    border-color: #e1e1e1;
}

.btn-default {
    color: #253746;
    background-color: #fff;
    border-color: #e1e1e1;
}

.btn.btn-default.active, .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover, .open .dropdown-toggle.btn.btn-default {
    color: #253746;
    background-color: #fff;
    border-color: #cfcfcf;
    outline: none;
}


.btn {
    display: inline-block;
    color: #253746;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: top;
    background-image: none;
    background-color: #fff;
    border-width: 5px;
    border-style: solid;
    border-color: inherit;
    border-radius: 0;
    white-space: normal;
    transition: border .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 13px 26px;
    padding: 13px 26px;
    padding: 13px 26px;
}

.btn, .trigger {
    cursor: pointer;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}
button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

.spinner {
    display: none;
    width: 0;
    height: 0;
    transition: width .25s;
    background-image: url(../gfx/loader_70x70.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.spinner span {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0
}

.spinner.active,
.spinner.spinner-active {
    cursor: progress;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-size: 16px
}

.moduleForm p.loadingInfo {
	display: none
}


/* Takkebesked */
.moduleForm p.loadingInfo, .moduleFormPopup p.loadingInfo {
    display: none;
}

.callme .response-view {
    display: none;
    white-space: normal;
}
/* /Takkebesked */

/* /Gjensidige formular */

.show-desktop {
	display: block;
}

.show-mobile {
	display: none;
}

.show-small {
	display: none;
}

body {
	background-color: #fffffa;
	color: #000;
	font-family:  'BrownProRegular', Arial, Helvetica, sans-serif;
	background-image: url('../img/background.jpg');
	background-position: center 0px;
	background-repeat: repeat-x;
	font-size: 16px;
	margin-bottom: 40px;
}

.topbanner {
	position: absolute;
	bottom: 0;
	width: 82%;
	margin: 0 auto;
	right: 0;
	left: 0;
	max-width: 1160px;
}

strong {
	font-family:  'BrownProBold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.topSection {
	height: 430px;
	background-color: #cae9eb;
	position: absolute;
	z-index: -1;
	width: 100%;
	border-bottom: .75rem solid #62BB46;
}

.topSectionBorder {
	position: absolute;
	bottom: -0.9em;
	width: 100%;
	height: .75rem;
	z-index: -2;
	background-color: #26A400;
}

.content {
	margin-top: 44%;
}

.formular {
	margin-top: 21%;
}

.greyBox {
	background-color: #f0ece6;
	padding: 20px;
	margin-top: 40px;
}

.marginTopBottom {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Typografi */


p, li {
	line-height: 1.4em;
	font-weight: normal;
}


a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: underline;
}


h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin-top: 0;
	font-family:  'BrownProRegular', Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 2.5em;
}
	
h2 {
}

h3 {
}

h4 {
}

.heading {
	margin-top: 46px;
	margin-left: 30px;
	width: 50rem;
}

.thanksHeading {
	font-size: 60px;
}

.permission {
	font-size: 12px;
}		

/* Form */

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

.btn-lg, .btn-group-lg>.btn {
	width: 100%;
	/*border-radius: 0px;*/
}

.forms {
	margin-top: 30px;
}	

.form-control, select {
	height: 38px;
	font-size: 18px;
	font-family:  'BrownProRegular', Arial, Helvetica, sans-serif;
	border-radius: 0px;
	color: #777;
}


.form-left {
	padding-right: 5px;
}

.form-right {
	padding-left: 5px;
}



/* Knapper */

#loader {
	height: 55px;
	width: 100%;
	background-color: #fff;
	background-image: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
}


.btn-facebook {
	color: #fff;
	background-color: #3b5998;
	border-color: rgba(0,0,0,0.2);
	background-image: url("../img/fb_logo.png");
	background-position: 10px center;
	background-repeat: no-repeat;
	width: 100%;
	height: 54px;
	font-weight: normal;
	font-size: 24px;
	padding-left: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;		
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open>.dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0,0,0,0.2);
}

.modal-content {
    border-radius: 4px;
}
.modal-footer {
	border: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

@media (max-width: 1199px) {


.topSection {
	height: 400px;
}

.content {
	margin-top: 480px;
}

.formular {
	margin-top: 220px;
}



}

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

.topSection {
	height: 320px;
}
.heading {
	margin-top: 16px;
	margin-left: 0;
	width: 100%;
}

.content {
	margin-top: 380px;
}

.topbanner {
	width: 100%;
}


.formular {
	margin-top: 50px;
}
	
}

/*Facebook */


/*
@media (min-width: 810px) and (max-width: 810px) {

.container {
	max-width: none;
	width: 810px;
}

.praemier {
	margin-top: 263px;
}

.praemier2 {
	margin-top: 268px;
}

}
*/

@media (max-width: 767px) {

.show-desktop {
	display: none;
}

.show-mobile {
	display: block;
}

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

.form-right {
	padding-left: 15px;
}
.module-border {
    padding:30px;
}

h1 {
	font-size: 32px;
}

.topSection {
	height: 300px;
}

.heading {
	margin-top: 34px;
	margin-left: 0;
	width: 100%;
}

.content {
	margin-top: 340px;
}

.formular {
	margin-top: 50px;
}		

.topbanner {
	width: 100%;
}

}

@media (max-width: 480px) {

.show-small {
	display: block;
}
.topSection {
	height: 290px;
}


}



/* Globale elementer */

/* Validator */

#validator {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.6);
	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: 50px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 4px;
	-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;
}


#Alert {
	z-index: 9999;
}

/* /Validator */




