               @font-face {
  font-family: 'Storebrand Text';
  font-style: normal;
  font-weight: medium;
  mso-font-alt: ‘Arial’;
  src: url(https://assets.storebrand.no/elements/fonts/StorebrandText-Regular.woff2) format('woff2');
} 
   
.form-contactme-g {
  background-color: #fff;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
}

.form-contactme-g > .header,
.form-contactme-g > .section,
.form-contactme-g > .footer {
  position: relative;
  overflow: hidden;
  width: 100%;
  word-wrap: break-word;
}

.form-contactme-g > .section {
  margin: 10px 0;
}

.form-contactme-g > .section > .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  color: #770000;
  font-family: Storebrand Text, sans-serif;
  font-size: 12px;
  margin: 0 auto;
  max-width: 1280px;
}

@media only screen and (max-width: 480px) {
  .mobile-hidden {
    display: none !important;
  }
  .responsive-td {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
  }
}

.form-contactme-g > .section > .columns {
  width: 100%;
}
   
.form-contactme{
 max-width: 700px;
 padding: 1px 12px 10px 20px;
 font-family: 'Storebrand Text', sans-serif;
 font-size: 13px;
 background: #FFF0F0;
}

.stbImage img.center {
  display: block;
  margin-right: auto;
  width: 30%;
}

.helpspan{
 color:#BF0900;
 font: 11px 
   font-family: Storebrand Text, sans-serif;
}

.form-contactme-line{ 
 border-bottom: 2px solid #da291c;
 margin-bottom: 20px;
 padding-bottom: 3px;
}

.form-contactme label{
 display: block;
 margin: 0px 0px 20px 0px;
}

 .form-contactme label > span{
 width: 100px;
 font-weight: normal;
 float: left;
 padding-top: 8px;
 padding-right: 5px;
   font-family: Storebrand Text, sans-serif;
}

h4 {
   font-family: Storebrand Text, sans-serif;
}

.form-contactme  label > div.error-msg{
 width: 230px;
 color:#BF0900;
 float: right;
 padding-top: 8px;
 padding-right: 10px;
  font-family: Storebrand Text, sans-serif;
display: none; 
}

.form-contactme span.required{
 color:#BF0900;
}

.form-contactme img.center {
  display: block;
  margin-right: auto;
  width: 35%;
}

.form-contactme input.input-field, .form-contactme .select-field{
 font-family: 'Storebrand Text', sans-serif;
 font-size: 13px;
 width: 50%;
 color: #770000;
}

.select-field {
 background-color: #FFF0F0;
}

.form-contactme input.input-field, 
.form-contactme .textarea-field, 
 .form-contactme .select-field{
 box-sizing: border-box;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 border: 1px solid #C2C2C2;
 box-shadow: 1px 1px 4px #EBEBEB;
 -moz-box-shadow: 1px 1px 4px #EBEBEB;
 -webkit-box-shadow: 1px 1px 4px #EBEBEB;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 padding: 7px;
 outline: none;
   font-family: Storebrand Text, sans-serif;   
}

.form-contactme .input-field:focus, 
.form-contactme .textarea-field:focus,  
.form-contactme .select-field:focus{
 border: 1px solid #da291c;
}

.textarea-field {
    width: 80%;                  /* 80 % av containerens bredde */
    height: 120px;               /* Ca. 5 linjer høy */
    box-sizing: border-box;
    border: 1px solid #C2C2C2;
    border-radius: 3px;
    padding: 10px;
    font-family: Storebrand Text, sans-serif !important;
    font-size: 12px;
    resize: none;                /* Hindrer manuell endring av størrelse */
    overflow-wrap: break-word;   /* Bryter lange ord */
    word-wrap: break-word;       /* For eldre nettlesere */
    white-space: pre-wrap;       /* Beholder linjeskift og bryter tekst */
    overflow: auto;              /* Viser scrollbar når nødvendig */
    text-align: left;            /* Starter til venstre */
    color: #770000;
}

.form-contactmebutton{
 border: none;
 padding: 8px 18px 8px 18px;
 background: #BF0900;
 color: #fff;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
 box-shadow: 1px 1px 4px #DADADA;
 -moz-box-shadow: 1px 1px 4px #DADADA;
 -webkit-box-shadow: 1px 1px 4px #DADADA;
 border-radius: 3px;
 -webkit-border-radius: 40px;
 -moz-border-radius: 3px;
  font-family: Storebrand Text, sans-serif;
}

.form-button:hover {
            opacity: 0.8;
            transition: all 0.1s ease;
            cursor: pointer;
}

.inputshow {
display: block;
}

.inputshowinline {
display: inline;
}

.inputhidden {
display: none;
}

.green-checkmark {
 color: #009933;
}

.green-checkmarkfieldvalidation {
        color: #009933;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
}

.red-crossmark {
 color: #FF0000;
}

.red-frame {
 border-color: red;
}

.green-frame {
 border-color: green;
}

.error-msg {
 color: red;
 display: none;
}

.email {
  margin-bottom: 2rem;
}

.email span {
  font-weight: bold;
}

.container {
  background-color: var(--color-surface);
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 350px) {
  .container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

.container {
  background-color: var(--color-surface);
  padding: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 350px) {
  .container {
    padding: 2rem;
    margin-bottom: 2rem;
  }
}

.centernls {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto;
  width: 20%;
  padding: 2px;
}

.form-contactme  label > div.error-msg-show{
 width: 230px;
 color: #FF0000;
 float: right;
 padding-top: 8px;
 padding-right: 10px;
  font-family: Storebrand Text, sans-serif;
display: block;
}

.large-radio {
 width: 20px; /* Double the default size */
 height: 20px; /* Double the default size */
 margin-right: 10px;
 appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 background-color: #fff;
 border: 1px solid #C2C2C2;
 border-radius: 3px;
 outline: none;
 cursor: pointer;
 position: relative;
}

.large-radio:checked {
 background-color: #fff;
 border: 1px solid #4CAF50;
}

.large-radio:checked::after {
 content: '✔';
 color: #4CAF50;
 font-size: 16px;
 position: absolute;
 top: -2px;
 left: 2px;
}

.option-text {
 display: flex;
 align-items: left;
 padding-left: 5px; /* Add 5 pixels of padding to the left side */
}
    
/* Container for hvert checkbox–label-par */
.checkbox-wrapper {
  display: flex;          /* Plasser checkbox og label horisontalt */
  align-items: center;    /* Vertikal sentrering av label ift. boksen */
  margin-bottom: 10px;     /* Litt luft mellom radene (valgfritt) */
}

/* Label 10px til høyre for boksen */
.checkbox-wrapper label {
  margin-left: 10px;
}

/* (Valgfritt) Fjern default margin på label globalt hvis den kolliderer */
.form-contactme label {
  margin: 0;              /* Hindrer at globale label-regler skaper ekstra avstand */
}

    .form-B2Bcontactme-blocks {
      background-color: #ffdfdf;
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 24px;
      border-radius: 12px;
}

     .form-B2Bcontactme-air {
      background-color: #fff0f0;
      padding-top: 10px;
      padding-bottom: 10px;
}

.input-padding-bottom {
    padding-bottom: 10px;
}


.input-container {
    position: relative; /* Viktig for at absolute elementer skal følge denne */
    width: 100%; /* Juster containeren til ønsket bredde */
}

#suggestions {
    position: absolute;
    top: 100%; /* Rett under inputfeltet */
    left: 0;
    width: 50%; /* Tar hele bredden til containeren */
    font-family: 'Storebrand Text', sans-serif;
    font-size: 13px;
    color: #770000;
    background-color: #FFF0F0;
    border: 1px solid #770000;
    display: none; /* Skjult som standard */
    z-index: 999;
}

/* Hvert forslag */
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}

/* Hover-effekt for bedre UX */
.suggestion-item:hover {
    background-color: #ffdfdf;
}

/* Annenhver bakgrunnsfarge */
.suggestion-item:nth-child(odd) {
    background-color: #FFF0F0;
}

.suggestion-item:nth-child(even) {
    background-color: #ffdfdf;
}