:root input.voyah-form .voyah-txt-input,
:root input.voyah-txt-input{
	display: block;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border: none;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 2px solid #fff;
}
:root input.voyah-form .voyah-txt-input:focus,
:root input.voyah-txt-input:focus{
	color: #fff;
}


/*Kontaktskjema*/

:root #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 form{}
#hsForm_5937dfef-d43d-4968-a018-834306e888ff .inputs-list,
:root #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 .inputs-list{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}


#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 .hs-form-field{
	margin-bottom: 30px;
	/* border: 1px solid gray; */
}

#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 .hs-error-msgs{
	/* position: absolute; */
	margin-top: 5px;
	margin-bottom: 1rem;
	list-style-type: none;
}
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 label.hs-error-msg{
	color: red;
}

:root #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063  fieldset{
	max-width: none;
	/* border: 1px dotted purple; */
	
	/* margin-right: 20px; */
}

:root #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 .hs_submit.hs-submit{
	/* border: 1px dotted purple; */
}

#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="text"], 
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="email"],
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="url"],
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="password"],
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="search"],
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="number"],
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="tel"]
{
    -webkit-appearance: none;
    color: var(--global-palette5);
    border-color: #000;
	border-width: 0px 0px 2px 0px;
    border-radius: 0px;
    padding: 0.4em 0em;
	margin-right: 20px;
    max-width: 100%;
	width: 90%;
    background: var(--global-palette9);
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 textarea {
	border: 2px solid #000;
}
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input:-webkit-autofill,
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
#hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[data-autocompleted] {
    background-color: transparent !important;
}

/*Negative styles*/
.neg-form-wrap{
	/* border: 1px solid red; */
}

.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="text"], 
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="email"],
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="url"],
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="password"],
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="search"],
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="number"],
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 input[type="tel"]
{
    color: #fff;
    border-color: #fff;
    background: transparent;
}
.neg-form-wrap #hsForm_6f913a78-5a09-4e16-8a9d-af2f66481063 textarea{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}















/*Hubspot footer*/

#footer .hbspt-form form{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	background-color: #181818;
}
#footer .hbspt-form form .hs_email{
	
}
.news-ltr .hbspt-form form .legal-consent-container,
#footer .hbspt-form form .legal-consent-container{
	flex-basis: 100%;
	flex-grow: 1;
	order: 3;
	/* border: 1px solid green; */
	font-size: 12px;
}


.hbspt-form form input[type=checkbox]{
}

/*Boks navn etternavn*/
#footer form fieldset:nth-of-type(1){
	/* border: 1px solid red; */
	order:1;
	flex-basis: 100%;
	margin-bottom: 15px;
}

/*Boks navn email*/
#footer form fieldset:nth-of-type(2){
	/* border: 1px solid red; */
	flex-basis: 80%;
	flex-grow: 1;
	order: 2;
	/* border-bottom: 1px solid #FFF; */
}
/*Submit boks*/
#footer .hbspt-form form .hs_submit{
	order: 3;
	flex-basis: 15%;
	
}

#footer form fieldset:nth-of-type(3){
	/* border: 1px solid red; */
	flex-basis: 100%;
	flex-grow: 1;
	order: 4;
}

:root #footer .hs-button{
	white-space: nowrap;
}

#footer .hbspt-form form .hs_email .hs-input,
#footer .hbspt-form form .hs_firstname .hs-input,
#footer .hbspt-form form .hs_lastname .hs-input{
	display: block;
	width: 100%;
	background-color: #181818;
	color: #fff;
	border: none;
	padding-left: 0;
	border-radius: 0;
	border-bottom: 2px solid #fff;
}

#footer .hs-error-msgs{
	position: absolute;
	background-color: var(--global-palette6,#010101);
	border: 1px solid #272822;
	list-style-type: none;
	padding: 5px;
	margin: 0;
	display: block;
	
}
#footer .hs-error-msgs li{
	
}


#footer input[type="submit"]{
	background-color: transparent;
	border: none;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 0;
	border-bottom: 2px solid #fff;
}

#footer input[type="submit"]:after{
content: '>';
display: block;
border: 1px solid red;
}

#footer input[type="submit"]:hover{
	color: #207eff;
	
}

#footer .hbspt-form form .hs-richtext{
	overflow: visible;
}

#footer  .hbspt-form form .inputs-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}





/*Newsletter page*/
.news-ltr .hbspt-form form{
	margin-left: -25px;
	padding: 25px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	/* align-items: flex-start; */
	background-color: rgba(0, 0, 0, .3);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 25%,rgba(0,0,0,0.2) 78%,rgba(0,0,0,0) 100%); 


}
.news-ltr .hbspt-form form{
	max-width: 700px;
	/* border: 1px solid red; */
}

/* name */
.news-ltr form fieldset:nth-of-type(1){
	
	flex-basis: 100%;
	width: 100% ;
	max-width: none;
	/* margin-bottom: 35px; */
}
	.news-ltr form fieldset:nth-of-type(1) .hs_firstname{
		margin-bottom: 35px;
	}
	.news-ltr form fieldset:nth-of-type(1) .hs_firstname,
	.news-ltr form fieldset:nth-of-type(1) .hs_lastname{
		/* border: 1px solid red; */
    	float: none;
		width: 100%;
	}
	.news-ltr .form-columns-1{
		/* border: 1px solid red; */
	}
/* Email */
.news-ltr form fieldset:nth-of-type(2){
	max-width: none;
	flex-basis: 100%;
}

/* Disclaimer */
.news-ltr form fieldset:nth-of-type(3){
	max-width: none;
	flex-basis: 100%;
}
/* Submit */
.news-ltr form hs-submit{
	border: 1px solid red;
	flex-basis: 90%;
	width: 90%;

}
.news-ltr .hs_error_rollup{
	order: 9;
}

form ul.inputs-list{
	list-style-type: none;
	padding: 0;
}

/*Vinn en tur*/
#hsForm_665efe30-8847-48b0-bb2e-d38c416c0a1c{
	background-color: transparent;
	background: transparent;
}

.news-ltr .hbspt-form form#hsForm_665efe30-8847-48b0-bb2e-d38c416c0a1c .hs-input{
	background-color: rgba(0, 0, 0, 0) !important; 
}
.news-ltr .hbspt-form form#hsForm_665efe30-8847-48b0-bb2e-d38c416c0a1c .legal-consent-container{
    font-size: 16px;
}
/*Vinn en tur end */

.news-ltr input[type="submit"]:hover{}
.news-ltr .hbspt-form form .hs_hvem .hs-input,
.news-ltr .hbspt-form form .hs_email .hs-input,
.news-ltr .hbspt-form form .hs_firstname .hs-input,
.news-ltr .hbspt-form form .hs_lastname .hs-input,
.news-ltr .hbspt-form form .hs_phone .hs-input .hs-input,
.news-ltr .hbspt-form form textarea.hs-fieldtype-textarea,
#phone-44121c27-01fb-4a14-bf93-67ad02395505,
#phone-665efe30-8847-48b0-bb2e-d38c416c0a1c{
	display: block;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	border: none;
	padding-left: 0;
	border-radius: 0;
	border-bottom: 2px solid #fff;
}
.news-ltr .hbspt-form form textarea.hs-fieldtype-textarea{
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 15px;
}
.news-ltr .hbspt-form form .form-columns-1{
	width: 100%;
	max-width: none;
}
.news-ltr .hbspt-form form .form-columns-1:has(div[style="display: none;"]){
	width: 100%;
	border: 1px solid red;
	display: none;
}
.news-ltr .hbspt-form form .hs_phone select.hs-input{
	border: none;
	display: none !important;
}
/* .news-ltr .hbspt-form form .hs_phone select.hs-input,
.news-ltr .hbspt-form form .hs_phone input.hs-input{
	border: none;
	background-color: transparent;
} */
.news-ltr .hbspt-form form .hs-input.hs-fieldtype-intl-phone{
	width: 100%;
}

.news-ltr .hbspt-form form .hs-fieldtype-intl-phone.hs-input input {
    width: 100%!important;
    float: none;
}
.news-ltr .hbspt-form form .hs-fieldtype-intl-phone.hs-input select{
	border: 1px solid red;
	display: none;
}

.news-ltr .hbspt-form form select{
	width: 100% !important;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	color: #fff;
}




.news-ltr .hbspt-form form input[type="file"]]{

}


.news-ltr .hs-error-msgs{
	/* position: absolute; */
	padding: 10px;
	background-color: rgba(0, 0, 0, .5);
	background-color: #FF3737;
	border: 1px solid #FF3737;
	list-style-type: none;
	padding: 5px;
	margin: 0;
	display: block;	
}


/*File*/

/* .news-ltr .hbspt-form form input[type="file"]::-webkit-file-upload-button {
	visibility: hidden;
  }
  .news-ltr .hbspt-form form input[type="file"]{
	border: 1px solid red;
  }
  .news-ltr .hbspt-form form input[type="file"]::before {
	content: 'Last opp bilde';
	display: inline-block;
	background: rgba(24, 24, 24, 0.65);
	border: 1px solid #999;
	border-radius: 4px;
	padding: 5px 20px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #000;
	font-weight: 700;
	font-size: 10pt;
	color: #fff;
	
  }
  .news-ltr .hbspt-form form input[type="file"]:hover::before {
	border-color: black;
  }
  .news-ltr .hbspt-form form input[type="file"]:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
  } */




/*Spire form*/
.spire-form-wrap-pos{
	/* border: 1px solid red !important; */
}
.spire-form-wrap-pos .hs-form-field{
	margin-bottom: 30px;
	/* border: 1px solid gray; */
}
.spire-form-wrap-pos .hs-error-msgs{
	/* position: absolute; */
	margin-top: 5px;
	margin-bottom: 1rem;
	list-style-type: none;
}
.spire-form-wrap-pos label.hs-error-msg{
	color: red;
}

:root .spire-form-wrap-pos  fieldset{
	max-width: none;
}

.spire-form-wrap-pos .hbspt-form form.hs-form{}
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="text"], 
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="email"],
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="url"],
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="password"],
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="search"],
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="number"],
.spire-form-wrap-pos .hbspt-form form.hs-form input[type="tel"]
{
    -webkit-appearance: none;
    color: var(--global-palette5);
    border-color: #000;
	border-width: 0px 0px 2px 0px;
    border-radius: 0px;
    padding: 0.4em 0em;
	margin-right: 20px;
    max-width: 100%;
	width: 100%; 
    background: var(--global-palette9);
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
}

.spire-form-wrap-pos textarea {
	border: 2px solid #000;
	height: 114px;
}
.spire-form-wrap-pos input:-webkit-autofill,
.spire-form-wrap-pos input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}
.spire-form-wrap-pos input[data-autocompleted] {
    background-color: transparent !important;
}


.spire-form-wrap-pos .legal-consent-container{
	margin: 20px 0;
}

.spire-form-wrap-pos .hs-fieldtype-file{
	margin: 20px 0;
}

.spire-form-wrap-pos .hs-fieldtype-file [type="file"]::file-selector-button {

    background: #fff;
    color: #000;
    line-height: 1.6;
    display: inline-block;
    font-family: inherit;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);

	border-radius: 4px;
    padding: 7px 20px 4px 20px;
    border: 1px solid #000;
    box-shadow: 0px 0px 0px -7px rgb(0 0 0 / 0%);
  }
  .spire-form-wrap-pos .hs-fieldtype-file [type="file"]:hover::file-selector-button {
  	background-color: var(--global-palette2);
	color: #fff;
  }

  .spire-form-wrap-pos .hs-fieldtype-intl-phone.hs-input input {
    width: 100% !important;
    float: none;
}
  .spire-form-wrap-pos .hbspt-form form .hs_phone select.hs-input{
	border: none;
	display: none !important;
}


  .spire-form-wrap-pos .inputs-list{
		list-style-type: none;
		padding-left: 0;
		margin-left: 0;
	}

	.spire-form-wrap-pos .legal-consent-container{
		font-size: 14px;
	}


.spire-form-wrap-pos .hs-form-booleancheckbox-display {
	display: grid;
	grid-template-columns: 32px auto;
	/* gap: 10px; */
	margin-top: 35px;
	margin-bottom: 10px;
}
.spire-form-wrap-pos .hs-form-booleancheckbox-display input[type="checkbox"]{
	width: 32px;
	height: 32px;
	border: 1.5px solid #000;
	border-radius: 4px;
}

.spire-form-wrap-pos input[type="submit"] {
	border-radius: 4px;
	background: #fff;
	color: #000;
	padding: 7px 20px 4px 20px;
	border: 1px solid #000;
	line-height: 1.6;
	display: inline-block;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.2s ease;
	box-shadow: none;
}
.submitted-message{
	position: relative;
	min-height: 100px;
	padding: 26px 20px 20px 86px;
	background: #00BF0B;
	border-radius: 4px;

	color: #fff;

}
.submitted-message:before{
	position: absolute;
	left: 24px;
	top: 24px;
	display: inline-block;
	content: url( 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC44NDk5IDIxLjIxOEMzOC44NDk5IDMwLjk1NjggMzAuOTU0OSAzOC44NTE4IDIxLjIxNiAzOC44NTE4QzExLjQ3NyAzOC44NTE4IDMuNTgyMDMgMzAuOTU2OCAzLjU4MjAzIDIxLjIxOEMzLjU4MjAzIDExLjQ3OSAxMS40NzcgMy41ODM5OCAyMS4yMTYgMy41ODM5OEMzMC45NTQ5IDMuNTgzOTggMzguODQ5OSAxMS40NzkgMzguODQ5OSAyMS4yMThaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEzLjA5NzcgMjEuNTI2NkwxNy43MDg3IDI2LjQ3MTJDMTguMTI1NyAyNi45MTgzIDE4LjgzMzggMjYuOTE5NyAxOS4yNTI1IDI2LjQ3NDNMMjkuMzI2OSAxNS43NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K');

}

.neg-form-wrap .submitted-message.hs-main-font-element{
	/* font-size: 32px; */
	max-width: 450px;
    background: #00BF0B;
    padding: 26px 20px 20px 63px;
	border-radius: 4px;
}
.neg-form-wrap .submitted-message:before{
	position: absolute;
	top: 13px;
	left: 12px;
	content: url( 'data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCA0MyA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zOC44NDk5IDIxLjIxOEMzOC44NDk5IDMwLjk1NjggMzAuOTU0OSAzOC44NTE4IDIxLjIxNiAzOC44NTE4QzExLjQ3NyAzOC44NTE4IDMuNTgyMDMgMzAuOTU2OCAzLjU4MjAzIDIxLjIxOEMzLjU4MjAzIDExLjQ3OSAxMS40NzcgMy41ODM5OCAyMS4yMTYgMy41ODM5OEMzMC45NTQ5IDMuNTgzOTggMzguODQ5OSAxMS40NzkgMzguODQ5OSAyMS4yMThaIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTEzLjA5NzcgMjEuNTI2NkwxNy43MDg3IDI2LjQ3MTJDMTguMTI1NyAyNi45MTgzIDE4LjgzMzggMjYuOTE5NyAxOS4yNTI1IDI2LjQ3NDNMMjkuMzI2OSAxNS43NTU5IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4=');
}