               @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: 20px 12px 10px 20px;
 font: 13px Arial, Helvetica, sans-serif;
 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{
 width: 50%; 
}
.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;
}
.form-contactme .textarea-field{
 height:100px;
 width: 50%;
}
.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;
}

.commentarybox {
    height: 100px;
    width: 75%; /* Set width to 75% */
    padding: 5px; /* Optional: Add padding for better text positioning */
    box-sizing: border-box; /* Ensure padding and border are included in the width and height */
    overflow-wrap: break-word; /* Ensure text wraps within the text area */
    word-wrap: break-word; /* For older browsers */
    white-space: pre-wrap; /* Preserve whitespace and wrap text */
    overflow: hidden; /* Hide overflow content */
    resize: none; /* Prevent resizing */
    font-family: Storebrand Text, sans-serif;
    border: 1px solid #da291c;
}

.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;
}