/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.banner-area .dnd-section > .row-fluid {
  padding: 0 !Important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: 'flexfone-font';
  src:  url('//7041709.fs1.hubspotusercontent-na1.net/hubfs/7041709/Flexfone_June2021/Fonts/flexfone-font.eot');
  src:  url('//7041709.fs1.hubspotusercontent-na1.net/hubfs/7041709/Flexfone_June2021/Fonts/flexfone-font.eot') format('embedded-opentype'),
    url(//7041709.fs1.hubspotusercontent-na1.net/hubfs/7041709/raw_assets/public/Flexfone_June2021/fonts/flexfone-font2.ttf) format('truetype'),
    url(//7041709.fs1.hubspotusercontent-na1.net/hubfs/7041709/raw_assets/public/Flexfone_June2021/fonts/flexfone-font2.woff) format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 16px;
}

body {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  color: #747c83;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
    vertical-align: middle;
  max-width:100%;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Open Sans",sans-serif;
  color: #333;
  word-break: break-word;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: 0;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field,
#email-prefs-form {
  max-width: 747px;
  background-color: #f9f9fb;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgb(153 153 153 / 50%);
  color: #454b56;
  padding: 15px;
  display:block;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
  margin:18px 0;
}

.hs_cos_wrapper_type_form .hs-button,
.hs_cos_wrapper_type_blog_subscribe .hs-button,
.hs_cos_wrapper_type_google_search .hs-button,
.widget-type-email_simple_subscription .hs-button,
.widget-type-password_prompt .hs-button,
form .hs-button{
  font-weight:500 !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: 14px;
  color: #313131;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Open Sans;
  font-size: 14px;
}

.hs-error-msgs label {
  margin-top: 0;
  color: #f2545b !important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select ,
.hs-input {
  display: inline-block;
  width: 100%;
  color: #33475b;
  display: inline-block;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  padding: 0 15px;
  min-height: 27px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:auto;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #747c83;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 8px;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: "Open Sans",sans-serif;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'flexfone-font';
}

[class^="icon-"], [class*=" icon-"] {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-outlook:before {
  content: "\e9cd";
}
.icon-newsletter:before {
  content: "\e9c9";
}
.icon-video:before {
  content: "\e9ca";
}
.icon-content:before {
  content: "\e9cb";
}
.icon-seo:before {
  content: "\e9cc";
}
.icon-approved-text:before {
  content: "\e9c0";
}
.icon-circle-slash:before {
  content: "\e9c1";
}
.icon-criminal-robber:before {
  content: "\e9c2";
}
.icon-menu-lines:before {
  content: "\e9c3";
}
.icon-number-rounded:before {
  content: "\e9c4";
}
.icon-pencil-edit:before {
  content: "\e9c5";
}
.icon-shopping-cart:before {
  content: "\e9c6";
}
.icon-timer-clock:before {
  content: "\e9c7";
}
.icon-warning-icon:before {
  content: "\e9c8";
}
.icon-light-bulb-icon:before {
  content: "\e9bc";
}
.icon-hands-shaking-icon:before {
  content: "\e9bd";
}
.icon-mountain-icon:before {
  content: "\e9be";
}
.icon-smiley-icon:before {
  content: "\e9bf";
}
.icon-volte-wifi-opkald:before {
  content: "\e9bb";
}
.icon-windows:before {
  content: "\e9ba";
}
.icon-teams-phone-meeting:before {
  content: "\e9b6";
}
.icon-contacts-book-tabs:before {
  content: "\e9b7";
}
.icon-sfb-teams:before {
  content: "\e9b8";
}
.icon-teams-app-phone:before {
  content: "\e9b9";
}
.icon-tie:before {
  content: "\e9b5";
}
.icon-gears:before {
  content: "\e98e";
}
.icon-tools:before {
  content: "\e9b2";
}
.icon-internet:before {
  content: "\e9b3";
}
.icon-brain:before {
  content: "\e9b4";
}
.icon-microsoft-teams-logo:before {
  content: "\e9b1";
}
.icon-employee-information:before {
  content: "\e9a8";
}
.icon-label:before {
  content: "\e9a9";
}
.icon-unlocked-lock-keyhole:before {
  content: "\e9aa";
}
.icon-user-square-negative:before {
  content: "\e9ab";
}
.icon-user-key:before {
  content: "\e9ac";
}
.icon-denied:before {
  content: "\e9ad";
}
.icon-right-arrow:before {
  content: "\e9ae";
}
.icon-music:before {
  content: "\e9af";
}
.icon-bell:before {
  content: "\e9b0";
}
.icon-announcekit:before {
  content: "\e9a7";
}
.icon-double-arrows:before {
  content: "\e99f";
}
.icon-talk-bubbles:before {
  content: "\e9a0";
}
.icon-connection-bars:before {
  content: "\e9a1";
}
.icon-unlocked-lock:before {
  content: "\e9a2";
}
.icon-headset-one-ear:before {
  content: "\e9a3";
}
.icon-circle-stars-icon:before {
  content: "\e9a4";
}
.icon-money:before {
  content: "\e9a5";
}
.icon-roadsign-icon:before {
  content: "\e9a6";
}
.icon-app-store:before {
  content: "\e99e";
}
.icon-check-rounded:before {
  content: "\e99d";
}
.icon-work:before {
  content: "\e99c";
}
.icon-plus:before {
  content: "\e99b";
}
.icon-hardware:before {
  content: "\e99a";
}
.icon-apps:before {
  content: "\e998";
}
.icon-devices:before {
  content: "\e999";
}
.icon-flexfone-logo:before {
  content: "\e997";
}
.icon-cross-bold:before {
  content: "\e996";
}
.icon-settings-outlined:before {
  content: "\e995";
}
.icon-chrome:before {
  content: "\e994";
}
.icon-busylight2:before {
  content: "\e993";
}
.icon-busylight:before {
  content: "\e992";
}
.icon-needle-connection:before {
  content: "\e98f";
}
.icon-folders-circle:before {
  content: "\e990";
}
.icon-speech-bubbles:before {
  content: "\e991";
}
.icon-myfone-categori:before {
  content: "\e98d";
}
.icon-sun:before {
  content: "\e987";
}
.icon-moon:before {
  content: "\e988";
}
.icon-eget-logo-icon:before {
  content: "\e989";
}
.icon-sun-and-moon:before {
  content: "\e98a";
}
.icon-paintboard:before {
  content: "\e98b";
}
.icon-wallboard:before {
  content: "\e98c";
}
.icon-navigation-chevron:before {
  content: "\e986";
}
.icon-Linkedin:before {
  content: "\e95b";
}
.icon-news-footer:before {
  content: "\e984";
}
.icon-youtube:before {
  content: "\e985";
}
.icon-materialer-icon:before {
  content: "\e982";
}
.icon-news-icon:before {
  content: "\e983";
}
.icon-avatar-plus:before {
  content: "\e980";
}
.icon-myfone:before {
  content: "\e981";
}
.icon-folder-icon:before {
  content: "\e97f";
}
.icon-status-bubble:before {
  content: "\e97e";
}
.icon-chevron-right:before {
  content: "\e976";
}
.icon-close:before {
  content: "\e977";
}
.icon-download:before {
  content: "\e978";
}
.icon-f-bottom-nav-call:before {
  content: "\e979";
}
.icon-f-bottom-nav-messages:before {
  content: "\e97a";
}
.icon-f-queue:before {
  content: "\e97b";
}
.icon-f-transfer:before {
  content: "\e97c";
}
.icon-open-plus:before {
  content: "\e97d";
}
.icon-automatisk-callback:before {
  content: "\e975";
}
.icon-Privatliv-logo:before {
  content: "\e973";
}
.icon-Cookie-ikon:before {
  content: "\e974";
}
.icon-rounded-play-icon:before {
  content: "\e972";
}
.icon-worker:before {
  content: "\e971";
}
.icon-Job-Menu-Ikon:before {
  content: "\e970";
}
.icon-questionmark:before {
  content: "\e96c";
}
.icon-shield:before {
  content: "\e96d";
}
.icon-waves:before {
  content: "\e96e";
}
.icon-operation:before {
  content: "\e96f";
}
.icon-desktop:before {
  content: "\e966";
}
.icon-table-phone:before {
  content: "\e967";
}
.icon-turned-home:before {
  content: "\e968";
}
.icon-24-timer:before {
  content: "\e969";
}
.icon-home-workspace:before {
  content: "\e96a";
}
.icon-phone-up:before {
  content: "\e96b";
}
.icon-lync:before {
  content: "\e964";
}
.icon-arrow-right:before {
  content: "\e965";
}
.icon-pdf:before {
  content: "\e963";
}
.icon-office-365:before {
  content: "\e962";
}
.icon-skype-bold-logo:before {
  content: "\e95d";
}
.icon-triple-arrow:before {
  content: "\e95e";
}
.icon-speech-bubble:before {
  content: "\e95f";
}
.icon-Exchange:before {
  content: "\e960";
}
.icon-cross:before {
  content: "\e961";
}
.icon-skype-logo:before {
  content: "\e959";
}
.icon-check:before {
  content: "\e95a";
}
.icon-scroll-to-arrow:before {
  content: "\e95c";
}
.icon-call-add-to-call:before {
  content: "\e94e";
}
.icon-call-direct-transfer:before {
  content: "\e950";
}
.icon-call-attended-transfer:before {
  content: "\e94d";
}
.icon-outline-phone:before {
  content: "\e956";
}
.icon-outline-laptop:before {
  content: "\e955";
}
.icon-outline-shop:before {
  content: "\e957";
}
.icon-thumb:before {
  content: "\e958";
}
.icon-outline-box:before {
  content: "\e954";
}
.icon-omstilling:before {
  content: "\e952";
}
.icon-nummer-symbol:before {
  content: "\e953";
}
.icon-call-outgoing:before {
  content: "\e94f";
}
.icon-call-incomming:before {
  content: "\e951";
}
.icon-driftstatus-icon:before {
  content: "\e94b";
}
.icon-f-headset-icon:before {
  content: "\e943";
}
.icon-home:before {
  content: "\e949";
}
.icon-user:before {
  content: "\e94a";
}
.icon-calendar:before {
  content: "\e946";
}
.icon-users-outline:before {
  content: "\e947";
}
.icon-sim-filled:before {
  content: "\e948";
}
.icon-f-lokation-icon:before {
  content: "\e944";
}
.icon-f-virksomhed-icon:before {
  content: "\e945";
}
.icon-f-simkort-icon:before {
  content: "\e94c";
}
.icon-internet-support:before {
  content: "\e93b";
}
.icon-internet-fejlretning:before {
  content: "\e93c";
}
.icon-internet-hardware:before {
  content: "\e93d";
}
.icon-internet-MPLS:before {
  content: "\e93e";
}
.icon-internet-bredbaand-eller-fiber:before {
  content: "\e93f";
}
.icon-internet-en-forbindelse:before {
  content: "\e940";
}
.icon-internet-fiber:before {
  content: "\e941";
}
.icon-internet-ADSL:before {
  content: "\e942";
}
.icon-blf-button:before {
  content: "\e93a";
}
.icon-exchange-integration:before {
  content: "\e934";
}
.icon-log-af-og-paa-koeer:before {
  content: "\e935";
}
.icon-lyskryds:before {
  content: "\e936";
}
.icon-modsat-pile:before {
  content: "\e937";
}
.icon-numre-simkort:before {
  content: "\e938";
}
.icon-play-empty:before {
  content: "\e939";
}
.icon-fax:before {
  content: "\e922";
}
.icon-indtrkningsgruppe:before {
  content: "\e923";
}
.icon-landekodestyring:before {
  content: "\e924";
}
.icon-lydfiler:before {
  content: "\e925";
}
.icon-medarbejderinfo:before {
  content: "\e926";
}
.icon-optagsamtale:before {
  content: "\e927";
}
.icon-ringop:before {
  content: "\e928";
}
.icon-statistik:before {
  content: "\e929";
}
.icon-storskaerm:before {
  content: "\e92a";
}
.icon-tastefunktion:before {
  content: "\e92b";
}
.icon-tastemenuer:before {
  content: "\e92c";
}
.icon-telefonkoer:before {
  content: "\e92d";
}
.icon-telefonmode:before {
  content: "\e92e";
}
.icon-variabeltkaldsflow:before {
  content: "\e92f";
}
.icon-velkomsthilsen:before {
  content: "\e930";
}
.icon-visuelkaldsflow:before {
  content: "\e931";
}
.icon-visueltelefonsvarer:before {
  content: "\e932";
}
.icon-aabningstider:before {
  content: "\e933";
}
.icon-scrollpil-ned:before {
  content: "\e900";
}
.icon-funktioner-lyderfiler:before {
  content: "\e901";
}
.icon-omflexfone-ansatte:before {
  content: "\e902";
}
.icon-omflexfone-forhandlere:before {
  content: "\e903";
}
.icon-omflexfone-brugere:before {
  content: "\e904";
}
.icon-omflexfone-startet:before {
  content: "\e905";
}
.icon-kvalitetstabiltiet-backup:before {
  content: "\e906";
}
.icon-kvalitetstabiltiet-overvaagning:before {
  content: "\e907";
}
.icon-kvalitetstabiltiet-10gbit:before {
  content: "\e908";
}
.icon-kvalitetstabiltiet-redudant-netvaerk:before {
  content: "\e909";
}
.icon-omos-omflexfone:before {
  content: "\e90a";
}
.icon-omos-kvalitetogstabilitet:before {
  content: "\e90b";
}
.icon-omos-kundecases:before {
  content: "\e90c";
}
.icon-omos-medarbejdere:before {
  content: "\e90d";
}
.icon-blivkunde-internet:before {
  content: "\e90e";
}
.icon-blivkunde-fastnettelefoni:before {
  content: "\e90f";
}
.icon-blivkunde-mobiltelefoni:before {
  content: "\e910";
}
.icon-funktioner-kundecenter-skrm:before {
  content: "\e911";
}
.icon-funktioner-medarbejderinfo:before {
  content: "\e912";
}
.icon-funktioner-ring-mig-op:before {
  content: "\e913";
}
.icon-funktioner-variabelt-kaldsflow:before {
  content: "\e914";
}
.icon-funktioner-optag-opkald:before {
  content: "\e915";
}
.icon-funktioner-statistik:before {
  content: "\e916";
}
.icon-funktioner-landekodestyring:before {
  content: "\e917";
}
.icon-funktioner-indtreakningsgrupper:before {
  content: "\e918";
}
.icon-funktioner-omstilling:before {
  content: "\e919";
}
.icon-funktioner-fax:before {
  content: "\e91a";
}
.icon-funktioner-telefonmoeder:before {
  content: "\e91b";
}
.icon-funktioner-tastefunktioner:before {
  content: "\e91c";
}
.icon-funktioner-telefonsvarer:before {
  content: "\e91d";
}
.icon-funktioner-velkomsthilsen:before {
  content: "\e91e";
}
.icon-funktioner-tastemenuer:before {
  content: "\e91f";
}
.icon-funktioner-aabningstider:before {
  content: "\e920";
}
.icon-funktioner-koer:before {
  content: "\e921";
}
.icon-footer-facebook:before {
  content: "\e600";
}
.icon-footer-linkedin:before {
  content: "\e601";
}
.icon-formular-location:before {
  content: "\e602";
}
.icon-formular-mail:before {
  content: "\e603";
}
.icon-formular-name:before {
  content: "\e604";
}
.icon-formular-phone:before {
  content: "\e605";
}
.icon-logo:before {
  content: "\e606";
}
.icon-play:before {
  content: "\e607";
}
.icon-telefoni-alle-funktioner:before {
  content: "\e608";
}
.icon-telefoni-app:before {
  content: "\e609";
}
.icon-telefoni-bordtelefon:before {
  content: "\e60a";
}
.icon-telefoni-call:before {
  content: "\e60b";
}
.icon-telefoni-home:before {
  content: "\e60c";
}
.icon-telefoni-kom-i-gang:before {
  content: "\e60d";
}
.icon-telefoni-myfone:before {
  content: "\e60e";
}
.icon-telefoni-profiler:before {
  content: "\e60f";
}
.icon-telefoni-seneste:before {
  content: "\e610";
}
.icon-telefoni-telefonsvarer:before {
  content: "\e611";
}
.icon-mail-footer:before {
  content: "\e9d1";
}
.icon-question-icon:before {
  content: "\e9d2";
}
.icon-integration-icon:before {
  content: "\e9d3";
}
.icon-statuspage-icon:before {
  content: "\e9d4";
}
.icon-network-icon:before {
  content: "\e9cf";
}
.icon-world-icon:before {
  content: "\e9d5";
}
.icon-nummerserie-icon:before {
  content: "\e9d6";
}
.icon-agile-culture-icon:before {
  content: "\e9d7";
}
.icon-balance-icon:before {
  content: "\e9d8";
}
.icon-cutlery-icon:before {
  content: "\e9d9";
}
.icon-health-icon:before {
  content: "\e9da";
}
.icon-social-icon:before {
  content: "\e9db";
}
.icon-software-icon:before {
  content: "\e9dc";
}
.icon-talking-icon:before {
  content: "\e9dd";
}
.icon-esim-icon:before {
  content: "\e9de";
}
.icon-magnifier-icon:before {
  content: "\e9df";
}
.icon-clock-icon:before {
  content: "\e9e0";
}
.icon-dual-sim-icon:before {
  content: "\e9e1";
}
.icon-eco-icon:before {
  content: "\e9e2";
}
.icon-download-desktop-screen-solid-icon:before {
  content: "\e9e3";
}
.icon-g-icon:before {
  content: "\e9e4";
}
.icon-webopslag-icon:before {
  content: "\e9e5";
}
.icon-ttt-icon:before {
  content: "\e9e6";
}
.icon-user-line-icon:before {
  content: "\e9e7";
}
.icon-smart-watch-icon:before {
  content: "\e9c8";
}
.icon-koekaldshistorik-icon:before {
  content: "\e9e8";
}
.icon-flexfone-callai-icon:before {
  content: "\e9e9";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.jobs-inner-wrapper .banner-wrapper.cover-section{
  height: 450px;
  padding: 140px 15px;
}

.jobs-wrapper .banner-wrapper.cover-section{
  min-height: 450px;
  padding: 145px 15px;
}


.jobs-inner-wrapper .banner-wrapper.cover-section h1,
.jobs-wrapper .banner-wrapper.cover-section h1{
  font-size: 40px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 35px;
  margin-top: 20px;
}

.jobs-inner-wrapper .banner-wrapper.cover-section p,
.jobs-wrapper .banner-wrapper.cover-section p{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.42857143;
}

.jobs-inner-row1 h2 {
  color: #343a44;
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0;
}

.jobs-inner-row1 .dnd-section {
  padding: 70px 0 50px;
}

.jobs-inner-row1 .ad-image-wrapper{
  text-align:left;
}

.jobs-inner-row1 .dnd-section > .row-fluid ,
.jobs-inner-row2 .dnd-section > .row-fluid ,
.jobs-inner-row4 .dnd-section > .row-fluid{
  padding: 0;
}

.jobs-inner-row1 p {
  color: #434b56;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.42857143;
}

.jobs-inner-row1 ul {
  color: #434b56;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
}

.jobs-inner-row2 .dnd-section{
  padding: 30px 0 50px;
}

.jobs-inner-row4 .dnd-section{
  padding: 30px 0;
}

.jobs-inner-row2 .widget-type-rich_text {
  text-align: center;
}

.jobs-inner-row2 .widget-type-rich_text h2,
.jobs-inner-row4 .widget-type-rich_text h2{
  color: #343a44;
  font-size: 41px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.1;
  margin-bottom: 30px;
}

.jobs-inner-row4 .widget-type-rich_text h2{
  margin-bottom: 40px;
}

.jobs-inner-row2 p,
.jobs-inner-row4 p{
  margin-bottom: 20px;
  color: #434b56;
  font-size: 15px;
  line-height: 1.42857143;
}

.jobs-inner-row2 ul li,
.jobs-inner-row4 ul li{
  font-size: 15px;
  font-weight: bold;
}

.jobs-inner-row2 ul,
.jobs-inner-row4 ul{
  line-height: 1.42857143;
  color: #333;
}

.jobs-inner-row3 .dnd-section {
  padding: 50px 0 70px;
}

.jobs-inner-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.jobs-inner-row3 h2 {
  color: #343a44;
  font-size: 41px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}

.jobs-inner-row3 p {
  color: #434b56;
  font-size: 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
}

.jobs-inner-row3 ul {
  line-height: 1.42857143;
  margin-top: 20px;
}

.jobs-inner-row3 ul li {
  color: #434b56;
  font-size: 15px;
  font-weight: bold;
  line-height: 29px;
}

.jobs-inner-wrapper {
  font-size: 14px;
  line-height: 1.42857143;
}


.jobs-row1 .dnd-section {
  padding: 30px 0px 95px 0px;
}

.jobs-row1 .widget-type-header h2 {
  color: #343a44;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  margin-top: 20px;
}

.jobs-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.jobs-row1 .span6 {
  padding: 0 15px;
}

.jobs-wrapper {
  font-size: 14px;
  line-height: 1.42857143;
}

.jobs-row2 h2 {
  color: #434b56;
  font-size: 36px;
  font-weight: bold;
  line-height: 49px;
  margin-bottom: 25px;
  margin-top: 20px;
}

.jobs-row2 .widget-type-rich_text {
  text-align: center;
  font-size: 18px;
  color: #333;
}

.jobs-row2 .dnd-section {
  padding: 50px 0px 70px 0px;
}


.jobs-row3 .dnd-section {
  padding: 90px 0px 95px;
}

.jobs-row3 .widget-type-rich_text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.jobs-row3 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.jobs-row4 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align:center;
}

.jobs-row4 {
  background-color:#ffffff;
  border-bottom: 1px solid #eee;
}

.jobs-row5 {
  background-color: #fafafa;
  font-family: 'Open Sans',sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

 .jobs-row5 .span3:last-of-type .content-with-top-icon {
    margin-bottom: 0 !important;
  }

 .jobs-row5 .dnd-section > .row-fluid {
    padding: 0;
  }

.jobs-row6 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.jobs-row6 {
  background-color:#2d94f3;
  border-top: 1px solid #eee;
}

.jobs-row7 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align:center;
}

.jobs-row7 {
  background-color:#ffffff;
}


.feature-page-wrapper .dnd-section[class*="full-width"] > .row-fluid {
  padding: 0;
}

.feature-page-row1 .dnd-section {
  padding-top: 50px;
}

.feature-page-row1 h2 {
  font-size: 42px;
  font-weight: bold;
  color: rgb(52, 58, 68);
  margin-bottom: 25px;
  margin-top: 20px;
}

.feature-page-row1 .widget-type-rich_text {
  text-align: center;
}

.feature-page-row1 p {
  font-size: 24px;
  color: rgb(116, 124, 131);
  margin-bottom: 50px;
  line-height: 1.42857;
}

.feature-page-row1 hr {
  height: 0;
  border-top: 1px solid rgb(238, 238, 238);
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-page-row2 .dnd-section > .row-fluid,
.feature-page-row3 .dnd-section > .row-fluid{
  padding: 0;
}

.feature-page-row2 .dnd-section {
  padding: 50px 0px 45px;
}


.bordtelefon-row1 .widget-type-header h2 {
  font-size: 40px;
  font-weight: 600;
  color: #323a45;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 35px;
  text-decoration: none;
  line-height: 1;
}

.bordtelefon-row1 .dnd-section {
  padding-top: 20px;
  margin-bottom: 50px;
  /*border-bottom: 2px solid #efefef;*/
}

.bordtelefon-row1 .widget-type-header {
  text-align: center;
}

.bordtelefon-row1 .widget-type-header h2:before {
  font-family: flexfone-font;
  content: "\e95a";
  color: #8bc811;
  font-size: 65px;
  margin-top: -9px;
  margin-left: 25px;
  float: right;
}



.bordtelefon-wrapper .content-inner .dnd-section {
  padding: 0;
}

.bordtelefon-wrapper .content-inner .dnd-section > .row-fluid {
  padding: 0;
  max-width:100%;
}

.content-inner .content-left,.content-inner .content-right {
  padding: 0 15px;
}


.bordtelefon-row2 .dnd-section>.row-fluid .dnd-column,
.bordtelefon-row2  .dnd-section>.row-fluid>[class*="span"].dnd-module,
.bordtelefon-row3 .dnd-section>.row-fluid .dnd-column,
.bordtelefon-row3  .dnd-section>.row-fluid>[class*="span"].dnd-module{
  padding: 0;
}

.content-inner h2 {
  color: #343a44;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
  text-decoration: none;
  margin-top: 20px;
}

.content-inner {
  font-size: 16px;
  line-height: 28px;
  color: #747c83;
}

.content-inner p a {
  color: #747c83;
  font-size: 18px;
  text-decoration: none;
}

.content-inner h2 a {
  color: inherit;
}

.content-right .widget-type-linked_image {
  width: 100%;
}

.content-right .widget-type-linked_image img{
  float:right;
}

.bordtelefon-row3 {
  background-color: #fafafb;
  padding-top: 90px;
}

.bordtelefon-row2 {
  padding-bottom: 20px;
}

.bordtelefon-row3 {
  background-color: #fafafb;
  padding-top: 90px;
}

.bordtelefon-row2 {
  padding-bottom: 20px;
}

.content-inner h2 a {
  color: inherit;
}

.content-left .widget-type-linked_image {
  margin-top: 50px;
}

.bordtelefon-row4 .dnd-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.bordtelefon-row4 .widget-type-rich_text {
  text-align: center;
}

.bordtelefon-row4 .widget-type-rich_text p a,.bordtelefon-row4 .widget-type-rich_text p {
  color: #747c83;
  font-size: 18px;
  text-decoration: none;
  line-height: 1.42857143;
}

.bordtelefon-row4 .widget-type-rich_text h2 {
  color: #343a44;
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
  text-decoration: none;
  margin-top: 20px;
}

.bordtelefon-row4 .ad-image-wrapper {
  min-height: 200px;
  line-height: 200px;
  text-align:center;
}

.bordtelefon-row5 .dnd-section[class*="full-width"] > .row-fluid {
  padding: 0;
}

.bordtelefon-row5 .get-started-section h2 a {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 35px;
  text-decoration: none;
}

.bordtelefon-row5 .video-section h2 {
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  text-align: center;
  margin-top: 90px;
  color: #fff;
  padding-top: 90px;
  left: 0;
  right: 0;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}

.bordtelefon-row5 .video-section {
  padding-top: 0;
}


.forhandler-row1 .dnd-section {
  padding: 75px 0 40px;
}

.forhandler-row1 .widget-type-linked_image {
  margin-bottom: 30px;
}

.forhandler-row1 .widget-type-rich_text {
  text-align: center;
}

.forhandler-row1  h1 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
  color: #343a44;
}

.forhandler-row1 p {
  font-size: 16px;
  line-height: 1.75;
  max-width: 757px;
  margin: 0 auto;
  color: #343a44;
}

.forhandler-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.forhandler-row2 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
  margin-top: 10px;
  color: #343a44;
}

.forhandler-row2 .dnd-section {
  padding: 50px 15px;
}

.forhandler-row2 {
  font-size: 16px;
  line-height: 1.75;
  color: #343a44;
}

.forhandler-row2 p {
  margin-bottom: 30px;
}

.forhandler-row2 ul {
  padding-left: 0;
  list-style: none;
}

.forhandler-row2 ul li {
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
  line-height: 31px;
  color: #343a44;
}

.forhandler-row2 ul li span {
  width: 31px;
  height: 31px;
  background-color: #2d94f3;
  position: absolute;
  font-size: 14px;
  color: #fff;
  border-radius: 50%;
  line-height: 31px;
  text-align: center;
  left: 0;
}

.forhandler-row2 .span6:first-child {
  padding-right: 35px;
}

.forhandler-row2 .span6:last-child {
  padding-left: 35px;
}


.forhandler-row3 .dnd-section {
  padding: 50px 15px;
}

.forhandler-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.forhandler-row3 .span6:first-child {
  padding-right: 35px;
}

.forhandler-row3 .span6:last-child {
  padding-left: 35px;
}


.forhandler-row3 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
  margin-top: 95px;
  color: #343a44;
}


.forhandler-row3 p {
  font-size: 16px;
  line-height: 1.75;
  color: #343a44;
}

.forhandler-row3 p:first-of-type {
  margin-bottom: 35px;
}


.forhandler-row4 .dnd-section  {
  padding: 55px 0 70px 0;
}

.forhandler-row4 .dnd-section > .row-fluid {
  padding:0;
}

.forhandler-row4 h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
  margin-top: 20px;
}

.forhandler-row4 p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom:30px;
}


.forhandler-row4 p:first-of-type {
  margin-bottom: 60px;
}

.forhandler-row4 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 30px;
}

.forhandler-row4 p + span {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}

.forhandler-row4 .widget-type-rich_text {
  font-size: 14px;
  line-height: 1.42857143;
}

.forhandler-row4 .widget-type-rich_text ul {
  margin-bottom: 60px;
  font-size: 16px;
  padding: 0;
  list-style: none;
}

.forhandler-row4 .widget-type-rich_text ul li {
  line-height: 1.75;
}

.forhandler-row4 .widget-type-rich_text ul li span {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
}


.forhandler-row5 .dnd-section{
  padding: 30px 0 45px 0;
}

.forhandler-row5 .widget-type-rich_text,
.ip-telefoni-row5 .widget-type-rich_text{
  text-align: center;
}

.forhandler-row5 .widget-type-rich_text h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 20px;
  color: #343a44;
  margin-top: 20px;
}

.forhandler-row5 .widget-type-rich_text p{
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 55px;
  max-width: 757px;
  margin: 0 auto 55px auto;
  color: #343a44;
}

.forhandler-row5 .hs_cos_wrapper_type_form,
.voip-row3 .hs_cos_wrapper_type_form ,
.ip-telefoni-row5 .hs_cos_wrapper_type_form {
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin:0 auto;
}

.forhandler-row5 form .hs-form-field > label,
.voip-row3 form .hs-form-field > label,
.ip-telefoni-row5 form .hs-form-field > label{
  font-family: Open Sans;
  font-size: 14px;
}

.forhandler-row5 form select.is-placeholder,
.voip-row3 form select.is-placeholder,
.ip-telefoni-row5 form select.is-placeholder{
  color: #bfbfbf;
  padding: 9px 10px;
  line-height: 22px;
}


.forhandler-row5 form .legal-consent-container~.hs_recaptcha,
.voip-row3 form .legal-consent-container~.hs_recaptcha,
.ip-telefoni-row5 form .legal-consent-container~.hs_recaptcha{
  margin-top: 26px;
}

.forhandler-row5 form .grecaptcha-badge,
.voip-row3 form .grecaptcha-badge,
.ip-telefoni-row5 form .grecaptcha-badge{
  margin: 8px;
}

.forhandler-row5 form .hs-button,
.voip-row3 form .hs-button ,
.ip-telefoni-row5 form .hs-button {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
}

.forhandler-row5 form .actions,
.voip-row3 form .actions, 
.ip-telefoni-row5 form .actions{
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: right;
}


.om-flexfone-row1 .widget-type-rich_text {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: center;
}

.om-flexfone-row1 h2 {
  font-size: 40px;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  color: #343a44;
  margin-top: 55px;
  margin-bottom: 30px;
}

.om-flexfone-row1 .widget-type-rich_text p {
  font-size: 18px;
  font-weight: normal;
  font-family: 'Open Sans',sans-serif;
  color: #747c83;
  margin-top: 20px;
  line-height: 1.42857143;
}



.om-flexfone-wrapper .image-with-content-column.left .content-col {
  padding: 49px 45px 0 46px;
  padding-right: 0;
}

.om-flexfone-wrapper .image-with-content-column .content-col span.icon {
  display: inline-block;
  background-color: #2d94f3;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 52px;
  line-height: 85px;
  text-align: center;
}

.om-flexfone-wrapper .image-with-content-column .content-col span.icon:before {
  position: relative;
  top: 1px;
  left: 1px;
  font-size: 52px; 
  line-height: 85px;
  width: 85px;
  height: 85px;
  vertical-align: top;
}

.om-flexfone-wrapper .image-with-content-column .content-col span.icon.icon.icon-hands-shaking-icon:before {
  position: relative;
  top: 5px;
  left: 1px;
  font-size: 36px;
}

.om-flexfone-wrapper .image-with-content-column .content-col h3 {
  margin-top: 23px;
  font-size: 32px;
  color: #343a44;
  font-weight: bold;
  hyphens: auto;
}

.om-flexfone-wrapper .image-with-content-column .content-col p {
  margin-top: 16px;
  font-size: 16px;
  color: #747c83;
  line-height: 28px;
  padding-bottom: 0;
}

.om-flexfone-wrapper .image-with-content-column .content-col p:first-of-type {
  margin-top: 10px;
}

.om-flexfone-wrapper .image-with-content-column.right .content-col {
  padding: 49px 45px 0 46px;
}

.om-flexfone-row3 .dnd-section {
  padding-top: 58px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  background-position: unset !important;
}


.om-flexfone-row3 h2 {
  font-size: 36px;
  text-align: center;
  font-family: 'Open Sans',sans-serif;
  font-weight: bold;
  padding-bottom: 39px;
}

.om-flexfone-row3 .cm-bottom-button {
  margin: 0 !important;
  box-sizing: border-box !important;
}

.om-flexfone-row3 .widget-type-rich_text {
  text-align: center;
  font-size: 22px;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.42857143;
}

.om-flexfone-row3 .widget-type-rich_text p {
  margin-top: 33px;
  margin-bottom: 15px;
}

.om-flexfone-row1 .dnd-section > .row-fluid,
.om-flexfone-row2 .dnd-section > .row-fluid{
  padding: 0;
}


.voip-wrapper .banner-wrapper.cover-section {
  min-height: 448px;
  background-size: cover;
  padding-top: 140px;
  background-repeat: no-repeat;
  background-position: unset;
}

.voip-wrapper .banner-wrapper h2 {
  font-size: 30px;
  font-weight: normal;
}

.voip-wrapper .banner-wrapper h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.voip-row1 .dnd-section {
  padding-top: 50px;
  padding-bottom: 20px;
}

.voip-row1 h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
  margin-top: 20px;
}

.voip-row1 h2::nth-of-type(3) {
  margin-top:0;
}

.voip-row1 .widget-type-rich_text {
  font-size: 16px;
  line-height: 1.42857143;
  color: #404040;
}

.voip-row1 .widget-type-rich_text p {
  margin-bottom: 20px;
}

.voip-row1 .ad-image-wrapper .image-desktop {
  margin-bottom: 30px;
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
}

.voip-row2 .row-fluid [class*="span"] {
  min-height: 0;
}

.voip-row3 .dnd-section {
  padding: 55px 15px 35px 15px;
  background-position: unset !important;
}

.voip-row3 .widget-type-rich_text {
  text-align: center;
}

.voip-row3 .widget-type-rich_text h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #343a44;
  margin-top: 20px;
}

.voip-row3 .widget-type-rich_text {
  font-size: 22px;
  color: #343a44;
  line-height: 1.42857143;
}

.voip-row3 .widget-type-rich_text p {
  margin-bottom: 40px;
}

.voip-row3 .widget-type-form {
  max-width: 554px;
  margin: 0 auto;
  padding: 0 15px;
}

.ip-telefoni-row5 .widget-type-form {
  max-width: 747px;
  margin: 0 auto;
  padding: 0 15px;
}

.voip-row3 form .hs-button ,
.ip-telefoni-row5 form .hs-button {
  background: #2d94f3;
  border-color: #2d94f3;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-family: Open Sans;
}

.voip-row3 form .actions,
.ip-telefoni-row5 form .actions{
  text-align: center;
}

.telefonsystem-page-wrapper .banner-wrapper.cover-section {
  min-height: 448px;
  padding: 165px 0 158px;
  background-position: unset;
}

.telefonsystem-page-wrapper .banner-wrapper p {
  font-size: 30px;
  font-weight: normal;
  line-height: 1.42857143;
}

.telefonsystem-page-wrapper .banner-wrapper h1 {
  margin-top: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 18px;
}

.telefonsystem-page-row1 .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.telefonsystem-page-row1 h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  margin-bottom: 30px;
  margin-top: 20px;
}

.telefonsystem-page-row1 .widget-type-rich_text ,
.telefonsystem-page-row2 .widget-type-rich_text {
  font-size: 14px;
  letter-spacing: normal;
  color: #404040;
  line-height: 1.42857143;
}

.telefonsystem-page-row1 .widget-type-rich_text p,.telefonsystem-page-row1 .widget-type-rich_text ul,
.telefonsystem-page-row2 .widget-type-rich_text p,.telefonsystem-page-row2 .widget-type-rich_text ul {
  margin-bottom: 20px;
}

.telefonsystem-page-row1 .widget-type-rich_text p:last-of-type {
  margin-bottom: 30px;
}

.telefonsystem-page-row1 .widget-type-rich_text i {
  margin-bottom: 50px;
  display: block;
}

.telefonsystem-page-row2 .dnd-section {
  padding-top: 30px;
  padding-bottom: 0;
}

.telefonsystem-page-row2 h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  margin-bottom: 30px;
  margin-top: 20px;
}

.telefonsystem-page-row2 .widget-type-rich_text ul {
  margin-left: 15px;
  padding:0;
  list-style:none;
}

.telefonsystem-page-row2 .widget-type-rich_text ul li:before{
  content: "•";
  color: #404040;
  font-weight: bold;
  display: inline-block;
  width: 30px;
  margin-left: -15px;
}

.telefonsystem-page-row2 .widget-type-linked_image {
  margin-bottom: 30px;
}

.telefonsystem-page-row2 .widget-type-rich_text p:last-of-type {
  margin-bottom: 50px;
}

.telefonsystem-page-row3.voip-row3 .widget-type-form {
  max-width: 747px;
}


.telefonitjek-wrapper .banner-wrapper.cover-section {
  min-height: 363px;
  padding: 29px 0;
  background-position: unset;
}

.telefonitjek-wrapper .banner-wrapper h1 {
  font-size: 45px;
  font-weight: bold;
  padding-top: 9px;
  margin-top: 20px;
  margin-bottom: 10px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

.telefonitjek-wrapper .banner-wrapper p {
  line-height: 1.42857143;
  font-size: 24px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

.telefonitjek-wrapper .banner-wrapper p:first-of-type {
  margin-top: 17px;
}

.telefonitjek-wrapper .banner-wrapper p:last-of-type {
  margin-top: 36px;
}

.telefonitjek-row1 .dnd-section {
  padding: 69px 0;
}

.telefonitjek-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.telefonitjek-row1 .span6:last-child {
  padding-left: 55px;
}

.telefonitjek-row1 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  margin-top: 0;
}

.telefonitjek-row1 .widget-type-rich_text {
  line-height: 1.42857143;
  font-size:14px;
}

.telefonitjek-row1 .widget-type-rich_text h6 {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 1.42857143;
}

.telefonitjek-row1 .legal-consent-container~.hs_recaptcha {
  margin-top: 26px;
}

.telefonitjek-row1 .grecaptcha-badge {
  margin: 8px;
}

.telefonitjek-row1 form .actions {
  text-align: right;
}

.telefonitjek-row2 .dnd-section {
  padding: 20px 0;
}

.telefonitjek-wrapper .row-fluid [class*="span"] {
  min-height: 0;
}



.team-page-wrapper .feature-banner h1 {
  color: #fff;
  font-size: 45px;
  margin-bottom: 25px;
  font-weight: bold;
}

.team-page-wrapper .feature-banner p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1.42857143;
}

.team-page-wrapper .feature-banner .content-wrapper {
  max-width: 50%;
  padding: 0;
  text-align: center;
}

.team-page-wrapper .feature-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 449px;
  position: relative;
  padding:20px 0;
}

.team-page-wrapper .feature-banner .btn-primary {
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 21px;
  height: 43px;
  padding-top: 8px;
  margin-top: 21px;
  width: auto;
  display: inline-block;
  padding-left: 22px;
}

.team-page-wrapper .feature-banner .btn-primary .icon-rounded-play-icon:before {
  position: static;
  float: right;
  font-size: 26px;
  padding-right: 8px;
  padding-left: 12px;
}

.team-page-wrapper .feature-banner .btn-primary:hover, .team-page-wrapper .feature-banner .btn-primary:focus {
  background-color: #2582d1;
  border: 1px solid #2582d1;
}

.team-page-row1 .dnd-section,
.team-page-row2 .dnd-section{
  padding-top: 35px;
  padding-bottom: 35px;
}

.team-page-row1 .dnd-section > .row-fluid ,
.team-page-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.team-page-row2 .employee-container hr {
  display: none;
}


.ip-telefoni-wrapper .banner-wrapper.cover-section {
  height: 448px;
  padding-top: 160px;
  text-align: center;
  background-position: unset;
}

.ip-telefoni-wrapper .banner-wrapper.cover-section p {
  font-size: 18px;
  max-width: 904px;
  margin: 0 auto;
  line-height: 1.42857143;
}

.ip-telefoni-wrapper .banner-wrapper.cover-section h1 {
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: normal;
  margin-top: 20px;
}

.ip-telefoni-row1 .dnd-section {
  padding: 30px 0 50px;
}

.ip-telefoni-row1 h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  margin-top: 20px;
}

.ip-telefoni-row1 .widget-type-rich_text {
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: normal;
  color: #404040;
  margin-bottom: 50px;
}

.ip-telefoni-row1 .widget-type-rich_text p {
  margin-bottom: 25px;
}

.ip-telefoni-row1 .ad-image-wrapper {
  text-align: center;
}

.ip-telefoni-row2 h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  margin-bottom: 20px;
  margin-top: 25px;
}

.ip-telefoni-row2 .widget-type-rich_text {
  font-size: 14px;
  line-height: 1.57;
  color: #404040;
  margin-bottom: 50px;
}

.ip-telefoni-row2 p:last-of-type {
  margin: 0;
}

.ip-telefoni-row3 .image-with-content-column {
  background-color: #f7f7f7;
}

.ip-telefoni-row3 .image-with-content-column .content-col h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #404040;
  margin-top: 75px;
  margin-bottom: 10px;
}

.ip-telefoni-row3 .image-with-content-column.left .content-col {
  padding-top: 0;
  padding-right: 15px;
  padding-left: 35px;
  font-size: 14px;
  line-height: 1.42857143;
}

.ip-telefoni-row3 .image-with-content-column .content-col p {
  font-size: 14px;
  line-height: 1.57;
  color: #404040;
  margin-bottom: 30px;
  padding: 0;
}

.ip-telefoni-row3 .image-with-content-column .content-col a {
  font-size: 14px;
  line-height: 1.42857143;
}

.ip-telefoni-row3 .image-with-content-column.right .content-col {
  padding-top: 0;
  padding-right: 35px;
  font-size: 14px;
  line-height: 1.42857143;
  padding-left: 15px;
}

.ip-telefoni-row4 .dnd-section {
  padding-top: 30px;
  padding-bottom: 85px;
}

.ip-telefoni-row4 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  color: #404040;
  margin-bottom: 30px;
  margin-top: 20px;
}

.ip-telefoni-row4 .widget-type-rich_text {
  font-size: 14px;
  line-height: 1.57;
  color: #404040;
}

.ip-telefoni-row4 .widget-type-rich_text p {
  margin-bottom: 28px;
}

.ip-telefoni-row4 table {
  max-width: 987px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.ip-telefoni-row4 table thead tr th {
  border: 0;
  vertical-align: bottom;
  background-color: #2d94f3;
  padding: 8px 20px;
  color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  line-height: 1.42857143;
  text-align: left;
}

.ip-telefoni-row4 table tbody tr td {
  border: 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px 20px;
  font-size: 12px;
  color: #343a44;
}

.ip-telefoni-row4 table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.ip-telefoni-row5 form .actions {
  margin-top: 20px;
}

.ip-telefoni-row5 .dnd-section { 
  padding:55px 15px 35px;
  background-position: unset !important;
}

.ip-telefoni-row5 .widget-type-rich_text h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #343a44;
  margin-top:20px;
}

.ip-telefoni-row5 .widget-type-rich_text p {
  margin-bottom: 40px;
  font-size: 22px;
  color: #343a44;
  line-height: 1.42857143;
}


.busylight-wrapper .bordtelefon-banner-wrapper .header-section {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80%;
  height: 612px;
}

.busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text {
  max-width: 685px;
  width: 100%;
  min-width: unset;
  padding: 0 15px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text h1 {
  font-size: 45px;
  font-weight: bold;
  max-width: 550px;
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.bordtelefon-banner-wrapper {
  position: relative;
}

.busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text br {
  display: none;
}

.busylight-wrapper .bordtelefon-banner-wrapper .content-wrapper {
  max-width: 1142px;
  padding: 0;
}

.busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text p {
  font-size: 24px;
  line-height: normal;
}

.busylight-row1 .dnd-section,
.busylight-row2 .dnd-section,
.busylight-row3 .dnd-section,
.busylight-row4 .dnd-section{
  padding: 60px 0;
}

.busylight-row1 h5,
.busylight-row2 h5,
.busylight-row3 h5,
.busylight-row4 h5{
  font-size: 24px;
  color: #747c83;
  margin-bottom: 35px;
  line-height: 1.42857143;
}

.busylight-row1 .widget-type-rich_text ,
.busylight-row2 .widget-type-rich_text ,
.busylight-row3 .widget-type-rich_text ,
.busylight-row4 .widget-type-rich_text {
  text-align: center;
}

.busylight-row1 h2 ,
.busylight-row2 h2 ,
.busylight-row3 h2 ,
.busylight-row4 h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 20px;
}


.busylight-row1 .ad-image-wrapper .image-desktop {
  height: 350px;
  vertical-align: bottom;
  position: relative;
  margin-bottom: 55px;
}

.busylight-row1 .ad-image-wrapper img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.busylight-row3 .ad-image-wrapper img {
  margin-bottom: 30px;
}

.busylight-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.busylight-row1 h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 25px;
}

.busylight-row1 .widget-type-rich_text p {
  font-size: 16px;
  line-height: 1.75;
  color: #747c83;
  max-width: 365px;
  margin: 0 auto 40px;
}

.busylight-row1 .widget-type-rich_text ul {
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  color: #747c83;
  margin-bottom: 40px;
  padding: 0;
}

.busylight-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.busylight-row3 .span6 {
  margin-bottom: 5px;
}

.busylight-row3 p {
  font-size: 16px;
  line-height: 1.75;
  color: #747c83;
  max-width: 82%;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.busylight-row2 .span3,.busylight-row2 .span2 {
  width: 20%;
  margin-bottom: 40px;
}

.busylight-row2 .ad-image-wrapper, .busylight-row2 .widget-type-header {
  text-align: center;
}

.busylight-row2 .ad-image-wrapper {
  margin-bottom: 40px;
}

.busylight-row2 h3 {
  font-size: 32px;
  font-weight: bold;
}

.busylight-row2 p:last-child {
  margin: 0;
}

.busylight-row4 .span6:first-child {
  width:52.1%;
}

.busylight-row4 .span6:last-child {
  width:45%;
}

.busylight-row4 a.cm-busylight-contact {
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3333333;
}

.busylight-row4 a.cm-busylight-contact span {
  margin-left: 20px;
  float: right;
  top: 2px;
  position: relative;
}

.busylight-row4 .ad-image-wrapper {
  margin-bottom: 20px;
}

.busylight-row4 .hs-button {
  background-color: #fff;
  color: #2d94f3;
  border: 1px solid #2582d1;
  border-color: #2d94f3;
  border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  display: inline-block;
  margin: 0;
  border-width: 2px;
}


.busylight-row4 .hs-button:hover,
.busylight-row4 .hs-button:focus{
  background-color: #fff;
  color: #2d94f3;
  border-color: #2d94f3;
  line-height: 1.3333333;
}


.busylight-row4 a.cm-busylight-contact {
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  font-weight: 600;
  text-transform: uppercase;
}

.busylight-row4 a.cm-busylight-contact:hover, .busylight-row4 a.cm-busylight-contact:focus {
  background-color: #2582d1;
  border: 1px solid #2582d1;
}

.busylight-row4 a.cm-busylight-contact span {
  margin-left: 20px;
  float: right;
  top: 2px;
  position: relative;
}

.busylight-row4 .ad-image-wrapper {
  margin-bottom: 20px;
}

.busylight-row4 .hs-button {
  background-color: #fff;
  color: #2d94f3;
  border-color: #2d94f3;
  border-width: 2px;
  border: 1px solid #2582d1;
  font-weight: 600;
  text-transform: uppercase;
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  display: inline-block;
  margin: 0;
  border-width: 2px;
}


.busylight-row5 .dnd-section {
  padding: 60px 0;
}

.busylight-row5 .accordion-wrapper .accordion-title h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  margin-top: 20px;
}

.row1-full-width .widget-type-rich_text h2 {
  font-size: 20px;
  font-weight: bold;
  color: #343a44;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}



.full-width .breadcrumb {
  max-width: 1170px;
  margin: 0 auto;
}
.full-width .breadcrumb {
  background-color: #0000;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 22px;
  padding: 20px 15px 0;
}

.full-width .breadcrumb a {
  color: #999;
  display: block;
}

.full-width .hs-breadcrumb-menu {
  font-size: 14px;
  line-height: 1.42857143;
  padding: 8px 15px;
  padding-left: 0;
  text-align:center;
  display:inline-block;
}

.full-width .hs-breadcrumb-menu-item {
  color: #2d94f3;
  float: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0;
}

.full-width span.hs-breadcrumb-menu-divider {
  display: none;
}

.full-width li.hs-breadcrumb-menu-item.last-crumb:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}
.full-width .dnd-section>.row-fluid {
  padding: 0 15px;
}

.full-width .hs_cos_wrapper_type_linked_image {
  margin-bottom: 30px;
  display: block;
}

.full-width .hs_cos_wrapper_type_linked_image img {
  display: block;
}
.full-width .body-container p {
  color: #747c83;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.row2-full-width  .dnd-section>.row-fluid {
  padding: 0;
}
.row1-full-width .hs-button,
.row2-full-width .hs-button{
  font-size: 18px;
  text-transform: uppercase;
  min-width: 253px;
  height: 62px;
  border-radius: 7px;
  display: block;
  margin: 0 auto;
  position: relative;
  padding: 21px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  margin: 0;
  margin-top: 40px;
}
.row1-full-width p,
.row2-full-width .widget-type-rich_text p{
  color: #747c83;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.row1-full-width .hs-button:after,
.row2-full-width .hs-button:after{
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 22px;
  font-weight: normal;
  content: "\e976";
  font-family: 'flexfone-font';
}
.row1-full-width p:last-child,
.row2-full-width .widget-type-rich_text p:last-child{
  margin: 0;
}
.row1-full-width .hs-button:hover,
.row1-full-width .hs-button:focus,
.row2-full-width .hs-button:hover,
.row2-full-width .hs-button:focus{
  background-color: #2582d1;
  border: 1px solid #2582d1;
}
body.hide-overlay {
  overflow-y: hidden;
}

.row1-full-width table ,
.voip-row1 table {
  max-width: 987px;
  margin-bottom: 15px;
  border: 0;
  border-spacing: 0;
  width:100%;
  border-collapse: collapse;
}


.voip-row1 table {
  max-width: 566px;
  margin: 0 auto;
}

.row1-full-width table thead tr th,
.voip-row1 table thead tr th{
  border: 0;
  vertical-align: bottom;
  background-color: #2d94f3;
  padding: 8px 20px;
  color: #fff;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  line-height: 1.42857143;
  text-align: left;
  font-size:14px;
}

.row1-full-width table tbody tr td,
.voip-row1 table tbody tr td{
  border: 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px 20px;
  font-size: 14px;
  color: #555;
}

.row1-full-width table tbody tr:last-child td ,
.voip-row1 table tbody tr:last-child td {
  border-bottom: 1px solid #ddd;
}

.privatlivs-og-cookiepolitik-banner .banner-wrapper.cover-section {
  background-size: cover;
  height: 450px;
  color: #fff;
  padding: 145px 15px;
  background-position: center;
}

.privatlivs-og-cookiepolitik-banner .banner-wrapper h1 {
  font-size: 40px;
  font-weight: bold;
  vertical-align: middle;
  margin-bottom: 35px;
  margin-top: 20px;
}

.privatlivs-og-cookiepolitik-banner .banner-wrapper h2 {
  font-size: 30px;
  margin-bottom: 0;
  margin: 0 0 10px;
  line-height: 1.42857143;
}
.row1-full-width p i {
  text-align: center;
  margin-top: -15px;
  color: #747c83;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 30px;
  text-align: center;
  display: block;
  line-height: 1.42857143;
  font-style: italic;
}



.stacktable {
  width: 100%;
}

.st-head-row {
  padding-top: 1em;
}

.st-head-row.st-head-row-main {
  font-size: 1.5em;
  padding-top: 0;
}

.st-key {
  width: 49%;
  text-align: right;
  padding-right: 1%;
}

.st-val {
  width: 49%;
  padding-left: 1%;
}
.row1-privatlivs-og-cookiepolitik .dnd-section>.row-fluid {
  padding: 0 !important;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
  display: table;
}

.small-only {
  display: none;
}
.row1-privatlivs-og-cookiepolitik .dnd-section>.row-fluid {
  padding: 0 !important;
}


.banner-section.priser-banner .banner-wrapper.cover-section {
  background-repeat: no-repeat;
  background-size: cover !important;
  min-height: 680px;
  position: relative;
  padding-top: 65px;
  background-position: unset;
}

.banner-section.priser-banner .banner-wrapper h1 {
  text-align: center;
  color: #fff;
  font-size: 45px;
  margin-bottom: 35px;
  font-weight: bold;
  margin-top: 0;
}

.banner-section.priser-banner .contact-section {
  min-height: 690px;
}
.banner-section.priser-banner .contact-section>p:first-of-type {
  font-size: 24px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 135px;
  text-align: center;
  max-width: 976px;
  margin: 0 auto;
}
.priser--wrapper-page {
  position: relative;
}
.row1-priser .dnd-section>.row-fluid>[class*="span"].dnd-module {
  padding: 0 !important;
}
.container-fluid.row2-priser .dnd-section {
  padding: 35px 15px 50px 15px;
}

.container-fluid.row2-priser .dnd-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #343a44;
  margin-bottom: 15px;
  line-height: 1.1;
  margin-top: 20px;
}

.container-fluid.row2-priser .dnd-section p {
  margin-bottom: 30px;
  color: #8c8c8c;
  font-size: 16px;
  text-align: center;
  line-height: 1.42857143;
}

.row3-priser .price-subscription .cm-row.bte-flex>div {
  width: 50%;
}

.row3-priser .price-subscription .cm-row.bte-flex {
  margin: 0;
}

.row3-priser .price-subscription .price-primary.price-background>div {
  margin-top: -30px;
}
.row3-priser .price-subscription .price-body p {
  margin-bottom: 0;
  color: #595959;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  right: 0;
}
.row3-priser .price-subscription .price-body p span {
  font-size: 11px;
  color: #a4a4a4;
  display: block;
  font-weight: normal;
  line-height:1;
}

.row3-priser .price-subscription .price-body .cm-col-xs-6 {
  font-size: 14px;
  line-height: 1.42857143;
}

.row3-priser .price-subscription .price-body div.content:nth-child(odd) {
  background: #f7f7f7;
}
.row3-priser .dnd-section {
  padding: 35px 15px 50px 15px;
}

.row3-priser .dnd-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #343a44;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.1;
}


.row3-priser .dnd-section p {
  text-align: center;
  margin-bottom: 30px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1.42857143;
}

.row3-priser  .price-subscription {
  width: 560px;
  margin: 0 auto;
  position: relative;
}
.row4-priser .span6:first-child {
  width: 33.33333333%;
  margin-left: 25%;
}

.row4-priser .span6 {
  width: 41.66666667%;
  margin: 0;
}

.row4-priser .dnd-section>.row-fluid {
  padding: 0;
}

ul.user-license li p {
  margin: 0 !important;
  text-align: left !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  line-height: 1.42857143;
  color: #333 !important;
}
.row4-priser h2 {
  font-size: 32px;
  font-weight: bold;
  color: #343a44;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
}

.row4-priser p {
  max-width: 750px;
  margin: 0 auto 30px auto;
  color: #8c8c8c;
  line-height: 1.42857143;
  font-size: 16px;
  text-align: center;
}


.row4-priser {
  text-align: center;
}



.row4-priser span.icon-chevron-right {
  color: #2d94f3;
  font-size: 23px;
  vertical-align: middle;
  margin-left: 8px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e976";
  font-family: 'flexfone-font';
}


.container-fluid.row5-priser h2 {
  font-size: 32px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 20px;
}

.container-fluid.row5-priser .span3 {
  width: 25%;
  margin: 0;
  position: relative;
  min-height: 402px;
}
.container-fluid.row4-priser a {
  text-align: center;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #343a44;
  display: block;
}
.container-fluid.row5-priser .dnd-section>.row-fluid {
  padding: 0;
}
.row3-priser .price-subscription .cm-row.bte-flex>div:last-child p,
.row3-priser .price-subscription .cm-row.bte-flex>div:nth-last-child(2) p {
  font-size: 16px !important;
}

.row3-priser .price-subscription .cm-row.bte-flex>div.green-bubble p,
.row3-priser .price-subscription .cm-row.bte-flex>div.green-bubble p {
  font-size: 10px !important;
}

.container-fluid.row4-priser a {
  line-height: 1.42857143;
}

.vilkaar-row1 h1 {
  margin-bottom: 40px;
  font-size: 45px;
  margin-top: 19px;
  line-height: 1.1;
}

.vilkaar-row1 h2 {
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 25px;
  margin-top:20px;
}

.vilkaar-row1 table {
  margin-bottom: 15px;
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

.vilkaar-row1 table thead th {
  background-color: #2d94f3;
  padding: 8px 20px;
  color: #fff;
  line-height: 1.42857143;
  font-size: 14px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.vilkaar-row1 table thead th:first-child {
  text-align: left;
}

.vilkaar-row1 table thead th:last-child {
  text-align: right;
}

.vilkaar-row1 table tbody td {
  border: 0;
  border-bottom: 1px solid #ddd;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  padding: 8px 20px;
  color: #555;
  font-size: 14px;
}

.vilkaar-row1 table tbody td:last-child {
  text-align: right;
}

.vilkaar-row1 p {
  line-height: 1.42857143;
  margin-bottom: 25px;
}
.vilkaar-row1 p em {
  color: #595959;
}
.kundelogin-layout .dnd-section>.row-fluid {
  max-width: 1180px;
  padding: 0;
}
.kundelogin-layout .dnd-module {
  padding-left:0 !important;
  padding-right:0 !important;
}


.klogin-row1 .content-with-left-icon .image-col img {
  max-width: 466px !important;
  width:100%
}
.klogin-row2 .content-with-left-icon .image-col img {
  max-width: 547px !important;
  width:100%
}
.klogin-row3 .content-with-left-icon .image-col img {
  max-width: 535px !important;
  width:100%
}
.klogin-row4 .content-with-left-icon .image-col img {
  max-width: 562px !important;
  width:100%
}
.klogin-row5 .content-with-left-icon .image-col img {
  max-width: 525px !important;
  width:100%
}


main.body-container-wrapper .cm-chrome-btn {
  box-sizing: border-box !important;
  margin-bottom: 30px !important;
}


.video-page-row1 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.video-page-row1 .widget-type-rich_text {
  text-align: center;
  font-size: 18px;
  color: #747c83;
  line-height: 1.42857143;
}

.video-page-row1 .widget-type-rich_text p {
  margin-bottom: 20px;
}

.video-page-row1 .widget-type-rich_text p:last-child {
  margin: 0;
}

.video-page-row2 .span8,.video-page-row2 .span4 {
  padding-right: 8px !important;
  padding-left: 8px !important;
  margin-bottom: 16px;
}

.video-page-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.video-page-row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

.video-page-row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-row, 
.video-page-row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-row .row-fluid,
.video-page-row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-row .dnd-module,
.video-page-row2 .dnd-section > .row-fluid > .dnd-column > .dnd-row > .row-fluid .dnd-row .dnd-module .hs_cos_wrapper_type_module {
  height: 100%;
}

.video-page-row2 .dnd-section {
  padding-bottom: 20px;
}

.video-page-row3 .get-started-section h2 {
  letter-spacing: 0;
  margin-bottom: 25px;
}

.video-page-row3 .get-started-section {
  padding-top: 80px;
  min-height: 260px;
}

.video-page-row3 .get-started-section .button-wrapper a:after {
  display: none;
}

.video-page-row3 .get-started-section .button-wrapper a {
  padding: 18px 25px;
  border-radius: 7px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.3333333;
}


.internet-til-erhverv-page-row1 .dnd-section {
  padding-bottom: 10px;
  border-bottom: 2px solid #eeeeee;
}

.internet-til-erhverv-page-row1 .dnd-section > .row-fluid {
  padding: 0;
}

.internet-til-erhverv-page-row1 .content-with-top-icon h3 {
  font-size: 16px;
  color: #454B56;
  font-weight: bold;
  margin-top: 29px;
  margin-bottom: 10px;
}

.internet-til-erhverv-page-row1 .content-with-top-icon>span {
  color: #2d94f3;
  font-size: 38px;
  position: absolute;
  left: 15px;
  top: 1px;
  background: transparent;
  width: auto;
  height: auto;
  line-height: 1;
}

.internet-til-erhverv-page-row1 .content-with-top-icon {
  position: relative;
  text-align: left;
  padding-left: 65px;
}

.internet-til-erhverv-page-row1 .content-with-top-icon p {
  color: #898989;
  font-size: 12px;
  margin-bottom: 18px;
  line-height: 15px;
  max-width: unset;
}

.internet-til-erhverv-page-row1 .span4 {
  padding-left: 0 !important;
}


.internet-til-erhverv-page-row2 .dnd-section > .row-fluid {
  padding: 0;
}

.internet-til-erhverv-page-row2 .image-with-content-column.left .content-col {
  padding-top: 162px;
}

.internet-til-erhverv-page-row2 .image-with-content-column .content-col span.icon {
  background: unset;
  width: auto;
  height: auto;
  font-size: inherit;
  line-height: 1;
}

.internet-til-erhverv-page-row2 .image-with-content-column .content-col span.icon:before {
  color: #2D94F3;
  font-size: 69px;
  line-height: 1;
}

.internet-til-erhverv-page-row2 .image-with-content-column .content-col h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  margin-top: 10px;
}

.internet-til-erhverv-page-row2 .image-with-content-column.right .content-col {
  padding-top: 162px;
}



.internet-til-erhverv-page-row3 .dnd-section {
  padding: 65px 15px 45px 15px;
}

.internet-til-erhverv-page-row3 .ad-image-wrapper {
  text-align: center;
}

.internet-til-erhverv-page-row3 .span7 {
  width: 50%;
  margin-left: 8.33333333% !important;
}

.internet-til-erhverv-page-row3 .dnd-section > .row-fluid {
  padding: 0;
}

.internet-til-erhverv-page-row3 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}

.internet-til-erhverv-page-row3 .span5 {
  max-width: 380px;
}

.internet-til-erhverv-page-row3 .widget-type-rich_text {
  color: #464b55;
  font-size: 16px;
  line-height: 1.42857143;
}

.internet-til-erhverv-page-row3 p {
  margin-bottom: 20px;
}

.internet-til-erhverv-page-row4 .dnd-section {
  background-color: #2D94F3;
  color: #fff;
  background-position: unset !important;
  padding: 60px 15px 65px 15px;
}

.internet-til-erhverv-page-row4 .widget-type-rich_text * {
  color: currentColor;
}

.internet-til-erhverv-page-row4 .widget-type-rich_text {
  text-align: center;
}

.internet-til-erhverv-page-row4 h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

.internet-til-erhverv-page-row4 h3 {
  font-size: 30px;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 30px;
}

.internet-til-erhverv-page-row4 a.hs-button {
  background-color: #75be16;
  border-color: #69ac11;
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.3333333;
  margin: 0;
  font-weight: normal;
  box-sizing:border-box !important;
}

.internet-til-erhverv-page-row4 a.hs-button:hover,
.internet-til-erhverv-page-row4 a.hs-button:focus{
  border-color: #398439;  
  color: #fff;
  background-color: #6bad15;
}

.internet-til-erhverv-page-row5 .dnd-section {
  padding-bottom:45px;
  padding-right: 15px;
  padding-left: 15px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.hubspot-form .hs_cos_wrapper_type_form {
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.hubspot-form .form-title {
  display: none;
}

.hubspot-form .hs-submit > .actions {
  text-align: center;
}


.internet-til-erhverv-page-row5 .accordion-wrapper .accordion-title h2 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  margin: 60px 0;
  color: #464d57;
}

.internet-til-erhverv-page-row5 .accordion-wrapper .accordion-main-wrapper {
  padding: 0;
}

.internet-til-erhverv-page-row5 .accordion-wrapper .accordion-title-text {
  line-height: normal;
}


  .home-page-row6 .get-started-section h2 {
    line-height: 55px;
  }

  .home-page-row7 {
    padding: 0;
  }

#video-popup-iframe-container {
  margin: 30px auto;
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  position: relative;
  z-index: 9;
}

#video-popup-iframe-content {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  z-index: 999;
  border: 1px solid #0003;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  position: relative;
  -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
  box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}

iframe#video-popup-iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#video-popup-iframe-container.show-video {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

#video-popup-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  filter: alpha(opacity=50);
  opacity: .5;
}

#video-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
#video-popup-container.show-video {
  opacity: 1;
  visibility: visible;
}
#video-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
div#video-popup-iframe-container {
  max-width: 900px;
}

.home-page-row2 .home-options-section .left-col img {
  margin: 0;
}

.home-page-row2 .home-options-section .right-col img {
  display: inline-block;
  margin-bottom: 25px;
}

.home-page-row3 .home-options-section .left-col img {
  margin: 0;
}

.home-page-row3 .home-options-section a.btn {
  margin-top: 20px;
}


.home-page-row4 .home-options-section img {
  margin: 0;
}

.home-page-row4 .home-options-section {
  padding-bottom: 0;
}

.kundelogin-layout .content-with-left-icon.icon-content-col .image-col img {
  margin-top: 70px;
}

.kundelogin-layout .klogin-row1 .content-with-left-icon.icon-content-col .image-col img {
  margin-top: 0;
}




.erhvervstelefoni-row1 {
  border-bottom: 2px solid #eee;
  border-top: 2px solid #eee;
  background-color: #fafafa;
  font-family: 'Open Sans',sans-serif;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.erhvervstelefoni-row2 {
  padding-top: 75px;
}

.erhvervstelefoni-row2 h2 {
  font-size: 40px;
  font-weight: bold;
  color: #343a44;
}

.erhvervstelefoni-row2 .widget-type-rich_text p {
  color: #454b56;
  font-size: 28px;
  margin-top: 35px;
  margin-bottom: 80px;
  line-height: 1.42857143;
}



.erhvervstelefoni-row3 {
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 50px;
}

.erhvervstelefoni-row3 h2 {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
  line-height: 1.1;
  color: #454b56;
}

.erhvervstelefoni-row3 h3 {
  line-height: 1.1;
  margin-top: 20px;
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 90px;
}

.erhvervstelefoni-row3  .three-col-top {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 35px;
}

.erhvervstelefoni-row4 {
  font-family: 'Open Sans',sans-serif;
  background-color: #f9f9fb;
  color: #454b56;
  padding-top: 66px;
  padding-bottom: 66px;
  overflow: hidden;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.erhvervstelefoni-row4 .col-row {
  margin-right: -15px;
  margin-left: -15px;
}

.erhvervstelefoni-row4 .content-with-top-icon {
  text-align: left;
}

.erhvervstelefoni-row4 .content-with-top-icon>span {
  display: inline-block;
  width: 85px;
  height: 85px;
  margin: 0;
  margin-top: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  line-height: 85px;
  text-align: center;
}

.erhvervstelefoni-row4 .content-with-top-icon h2 {
  font-size: 40px;
  font-weight: bold;
  color: #343a44;
  margin-top: 25px;
  margin-bottom: 25px;
  line-height: normal;
}

.erhvervstelefoni-row4 .content-with-top-icon h2 span {
  display: inline-block;
}

.erhvervstelefoni-row4 .content-with-top-icon h3 {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: normal;
}

.erhvervstelefoni-row4 a.hs-button {
  padding: 12px 16px;
  border-radius: 7px;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  margin-bottom: 42px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 1.3333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  display: inline-block;
}

.erhvervstelefoni-row4 a.hs-button:hover,
.erhvervstelefoni-row4 a.hs-button:focus,
.erhvervstelefoni-row4 a.hs-button:active{
  background-color: #2582d1;
  border: 1px solid #2582d1;
}

.erhvervstelefoni-row4 .span5 .span6 {
  padding: 0 !important;
  width: 46.65%;
}

.erhvervstelefoni-row5 .dnd-section[class*="-background-image"] {
  background-size: cover;
  text-align: center;
  padding: 60px 20px 70px 20px !important;
  background-position: initial !important;
}

.erhvervstelefoni-row5 .dnd-section[class*="-background-image"] .widget-type-rich_text {
  max-width: 750px;
  margin: auto;
}

.erhvervstelefoni-row5 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 20px;
  line-height: 1.1;
}
.body-container .span4 {
  margin-bottom: 30px;
}

.erhvervstelefoni-row5 p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
}

.erhvervstelefoni-row5 .hs-button {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  line-height: 1.3333333;
  background-color: #75be16;
  border-color: #69ac11;
  padding: 12px 16px;
  border-radius: 7px;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 25px;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  padding: 0;
}

.erhvervstelefoni-row6 .video-section h2 {
  margin-top: 0;
  margin-bottom: 47px;
}

.erhvervstelefoni-row5 .dnd-section>.row-fluid {
  max-width: 1170px !important;
}

.hs-button, .button--primary {
  white-space: normal !important;
}

.icon-icon-omstilling:before {
  content: "\e952";
}

.row1-full-width h6 i {
  max-width: 660px;
  margin-bottom: 30px;
  margin-top: -15px;
  display: block;
  color: #747c83;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.42857143;
}

.softphone-page-row1 {
  padding-bottom: 46px;
  padding-top: 85px;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col {
  padding-left: 15px;
  padding-right: 65px;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col img {
  margin-left: -15px;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col {
  padding-left: 65px;
  padding-right: 15px;
  padding-top: 0;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h2 {
  margin-top: 70px;
  margin-bottom: 45px;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  line-height: normal;
  color: rgb(69, 75, 86);
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col p {
  font-size: 20px;
  max-width: 778px;
  margin-bottom: 45px;
  line-height: 32px;
  padding: 0;
  color: #454b56;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #333c4e;
}

.softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h6 a {
  margin-right: 23px;
  margin-bottom: 12px;
}

.softphone-page-row2 {
  padding-top: 50px;
}

.softphone-page-row2 h2 {
  color: #454b56;
  line-height: normal;
  font-weight: bold;
  font-size: 40px;
}

.softphone-page-row5 .get-started-section .button-wrapper a:hover {
  background-color: #6bad15;
}

.softphone-page-row2 {
  background-color: #f9f9fb;
}

.softphone-page-row2 .image-with-content-column.left.no-icon .content-col {
  margin-top: 48px;
}

.softphone-page-row2 .widget-type-rich_text p {
  margin-top: 0;
  font-size: 28px;
  color: #454b56;
  margin-bottom: 50px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
}

.softphone-page-row2 .image-with-content-column.left .content-col {
  padding: 110px 55px 0 65px;
  padding-right: 0;
}

.softphone-page-row2 .image-with-content-column .content-col h3 {
  line-height: normal;
}

.softphone-page-row2 .image-with-content-column .content-col span.icon {
  margin-left: 24px;
  background-color: transparent;
  margin-bottom: 4px;
}

.softphone-page-row2 .image-with-content-column .content-col span.icon:before {
  color: #fff;
  font-size: 39px;
  text-align: center;
  margin: 0;
  line-height: 87px;
  padding: 24px;
  background-color: #2d94f3;
  border-radius: 50%;
}

.softphone-page-row2 .image-with-content-column.right .content-col {
  padding-right: 65px;
}

.softphone-page-row2 .image-with-content-column.right .content-col span.icon {
  margin-right: 26px;
}

.softphone-page-row3 .dnd-section[class*="-background-image"] {
  padding: 35px 20px 40px 20px !important;
}

.softphone-page-row3 .dnd-section[class*="-background-image"]>.row-fluid {
  max-width: 100% !important;
}

.softphone-page-row3 h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 35px;
  color: #fff;
  line-height: normal;
  margin-top: 20px;
}

.softphone-page-row3 p {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
}

.softphone-page-row3 .hs-button {
  line-height: 36px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 4px;
  border: solid 1px #399738;
  background-color: #54c152;
  display: inline-block;
  padding: 6px 12px 4px;
  white-space: normal;
  margin-top: 10px;
  min-width: 348px;
  margin-bottom: 15px;
}

.softphone-page-row4 {
  padding-top: 50px;
  padding-bottom: 75px;
}

.softphone-page-row4 h2 {
  margin-left: auto;
  margin-right: auto;
  color: #454b56;
  font-size: 37px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: normal;
}

.softphone-page-row4 p {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 2;
  color: #333c4e;
  margin-bottom: 30px;
}

.softphone-page-row4 p:last-of-type {
  margin-bottom: 40px;
}

.softphone-page-row5 .content-with-video-wrapper.video-section h2 {
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  margin-top: 0;
  margin-bottom: 47px;
}

.softphone-page-row5 .content-with-video-wrapper.video-section {
  padding-top: 90px;
}

.softphone-page-row5 .get-started-section {
  padding-top: 81px;
}

.softphone-page-row5 .get-started-section h2 {
  margin-bottom: 45px;
}

.softphone-page-row4 .dnd-section>.row-fluid {
  max-width: 1170px !important;
}

.audio-page .row1-full-width .dnd-section>.row-fluid {
  padding: 0 !important;
}

.icon-icon-music:before {
  content: "\e9af";
}

.audio-page .row1-full-width .span3 h3 {
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.1;
  font-size: 16px;
  font-weight: bold;
  color: #747c83;
  margin-top: 5px;
}

.audio-page .row1-full-width .hs-button {
  margin-top: 30px;
}

.oversigt-row1 {
  padding-top: 40px;
  background: #f7f7f7;
}

.banner-wrapper div.icon-work:before {
  font-size: 56px;
}

.animation-fade-ltr {
  position: relative;
  opacity: .1;
  left: -100px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-ltr.animate {
  opacity: 1;
  transform: translate(100px,0);
  -webkit-transform: translate(100px,0)
}

.animation-fade-rtl {
  position: relative;
  opacity: .1;
  left: 100px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-rtl.animate {
  opacity: 1;
  transform: translate(-100px,0);
  -webkit-transform: translate(-100px,0)
}

.animation-fade-btt {
  position: relative;
  opacity: .1;
  transform: translate(0,100%);
  -webkit-transform: translate(0,100%);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-btt.animate {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0)
}

.animation-fade-in {
  opacity: .1;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-in.animate {
  opacity: 1
}

.animation-fadein.animate {
  opacity: .5
}
.animation-fade-ltr {
  position: relative;
  opacity: .1;
  left: -100px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-ltr.animate {
  opacity: 1;
  transform: translate(100px,0);
  -webkit-transform: translate(100px,0)
}

.animation-fade-rtl {
  position: relative;
  opacity: .1;
  left: 100px;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-rtl.animate {
  opacity: 1;
  transform: translate(-100px,0);
  -webkit-transform: translate(-100px,0)
}

.animation-fade-btt {
  position: relative;
  opacity: .1;
  transform: translate(0,100%);
  -webkit-transform: translate(0,100%);
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-btt.animate {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0)
}

.animation-fade-in {
  opacity: .1;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease
}

.animation-fade-in.animate {
  opacity: 1
}

.animation-fadein.animate {
  opacity: .5
}

.microsoft-header .navbar-preheader {
  background-color: rgb(91, 95, 200);
}

.microsoft-header .navbar-mainheader {
  background-color: rgb(75, 84, 188);
}

.microsoft-row1 .dnd-section[class*="-background-image"] {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 25px 15px 25px 15px !important;
  background-position: initial !important;
}

.microsoft-row1 .dnd-section[class*="-background-image"]>.row-fluid {
  padding: 0 !important;
}

.microsoft-row1 .content-with-top-icon>span {
  font-size: 70px;
  width: auto;
  height: auto;
  line-height: 1;
  background-color: transparent;
}

.microsoft-row1 .content-with-top-icon h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}

.microsoft-row1 .content-with-top-icon p {
  font-family: 'Open Sans',sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: normal;
  max-width: 100%;
  margin: 0 0 10px;
}

.microsoft-row2 {
  background-color: #f7f7f7;
  padding: 50px 15px 50px 15px;
}

.microsoft-row2 .boxed-row {
  margin: 0 -15px;
}

.span6 .one-col-boxed-content .boxed-inner {
  padding: 40px 30px;
  height: 100%;
}

.span6 .one-col-boxed-content .boxed-inner>div {
  margin: 0;
}

.span6 .one-col-boxed-content .boxed-inner>div:before {
  font-size: 45px;
  color: #fff;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 68px;
}

.span6 .one-col-boxed-content .boxed-inner p {
  padding: 0;
  text-align: left;
  padding-bottom: 30px;
  margin: 0 0 10px;
}

.span6 .one-col-boxed-content .boxed-inner h2 {
  text-align: left;
}

.microsoft-row3 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.span6 .one-col-boxed-content {
  margin-bottom: 30px;
}

.microsoft-row3 .dnd-section>.row-fluid {
  padding: 0 175px 0 175px;
}

.microsoft-row3 .widget-type-rich_text h2 {
  margin-top: 50px;
  margin-bottom: 30px;
  color: #343a44;
  font-size: 40px;
  font-weight: bold;
}

.microsoft-row3 .widget-type-rich_text p {
  color: #343a44;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.microsoft-row4 h2 {
  color: #343a44;
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

.microsoft-row4 img {
  padding-top: 10px;
  margin-bottom: 30px;
}

.microsoft-row4 .dnd-section>.row-fluid {
  padding: 0 110px 50px 110px;
}

.microsoft-row4 p {
  line-height: 2;
  margin-bottom: 40px;
  color: #343a44;
}

.microsoft-row4 a.hs-button {
  min-width: 458px;
  height: 62px;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgb(0 0 0 / 22%);
  border: solid 2px #32325d;
  background-color: #555589;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3333333;
  padding: 18px 25px;
  margin: 0;
  width: 100%;
  display: block;
}

.microsoft-row4 a.hs-button:after {
  content: "\e978";
  font-size: 23px;
  vertical-align: middle;
  font-family: flexfone-font;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: -6px;
  margin-left: 10px;
  margin-right: 2px;
}

.microsoft-row5 .video-section {
  padding: 10px 15px 20px 15px;
  min-height: 500px;
}

.microsoft-row5 .video-section h2 {
  font-size: 55px;
  max-width: 1058px;
  line-height: 1.35;
  margin: auto auto;
  margin-top: 89px;
  text-align: center;
}

.microsoft-row5  .video-section .icon-rounded-play-icon {
  cursor: pointer;
  top: 41px;
  position: relative;
}

.microsoft-row6 .dnd-section[class*="-background-image"] {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  color: #fff;
  padding: 10px 15px 20px 15px !important;
  background-position: inherit !important;
}


.microsoft-row6 .hs_cos_wrapper_type_form {
  max-width: 100%;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
}

.microsoft-row6 .hs_cos_wrapper_type_form h3.form-title {
  margin-top: 20px;
  line-height: 1.1;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  color: #343a44;
}

.microsoft-row6 .hs_cos_wrapper_type_form .hs-form {
  max-width: 747px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.microsoft-row6 .hs_cos_wrapper_type_form .hs-form .grecaptcha-badge {
  margin: 26px 0 0 8px;
}

.microsoft-row7 h3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-size: 24px;
  letter-spacing: .3px;
  color: #adadad;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.1;
}

.microsoft-row6 .hs_cos_wrapper_type_form .hs-form .actions {
  text-align: center;
}

.microsoft-row6 .hs_cos_wrapper_type_form .hs-form .actions input.hs-button.primary.large {
  font-size: 14px;
  line-height: 14px;
  font-family: "Open Sans";
  display: inline-block;
  font-weight: 700;
  padding: 12px 24px;
}

.microsoft-row7 {
  padding: 50px 15px;
}

.microsoft-row7 h2 {
  line-height: 1.1;
  margin-top: 20px;
  font-size: 42px;
  font-weight: bold;
  color: #343a44;
  margin-bottom: 50px;
  padding: 0 80px 0 80px;
  display: inline-block;
}

.microsoft-row7 .microsoft-med {
  margin: 0 -15px;
}

.microsoft-row7 .boxed-content .cm-col-sm-6 {
  border-radius: 12px;
  background-color: #fff;
  padding-top: 35px;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  padding: 20px 15px 0 15px;
}

.microsoft-row7 .boxed-content .cm-col-sm-6 img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 290px !important;
  height: auto !important;
  width: 100%;
  max-height: 100%;
}

.boxed-content .cm-col-sm-6>div h2 {
  font-size: 24px;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  padding: 0;
}

.boxed-content .cm-col-sm-6>div h2>a {
  position: relative !important;
  padding: 0;
  color: #343a44;
  position: inherit;
  background-color: transparent;
  font-size: 24px;
  padding: 0;
  line-height: inherit;
  left: 0;
}

.boxed-content .cm-col-sm-6>div h2>a:after {
  display: none;
}

.microsoft-row7 .boxed-content .cm-col-sm-6 a.btn {
  left: 0;
  right: 0;
  background-color: #5B5FC8;
  font-size: 16px;
  line-height: 1.42857143;
  padding: 25px;
}

.microsoft-row7 .boxed-content .cm-col-sm-6>div a.btn:after {
  font-size: 23px;
  vertical-align: middle;
  margin-left: 17px;
  font-weight: normal;
  background-color: #5B5FC8;
}

.microsoft-row4 .span6 {
  display: block !important;
  width: 100%;
}

.microsoft-row4 img {
  padding-top: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.softphone-page-row3.erhvervstelefoni-row5 img {
  max-width: 983px !important;
  width: 100%;
}

.erhvervstelefoni-row5 img {
  max-width: 972px !important;
  width: 100%;
}

.erhvervstelefoni-row4 .span5 .span6 img {
  padding-right: 16px;
}

.erhvervstelefoni-row2 .content-with-left-icon .image-col img {
  max-width: 636px !important;
  width: 100% !important;
}

.volte-row1-wrapper .dnd-section>.row-fluid {
  padding: 0 !important;
}

.volte-row1-wrapper p {
  margin-bottom: 30px;
}

.volte-row1-wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #343a44;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 0;
}

.volte-row1-wrapper p:last-of-type {
  margin: 0;
}

.volte-row1-wrapper {
  padding-bottom: 80px;
}

.volte-row2-wrapper .dnd-section>.row-fluid {
  max-width: 1388px !important;
  width: auto;
}

.volte-row2-wrapper .image-with-content-column {
  margin: 0 -15px;
}

.volte-row2-wrapper .image-with-content-column .content-col {
  padding-top: 80px !important;
  padding-left: 55px;
}

.volte-row2-wrapper .image-with-content-column .content-col img {
  margin-bottom: 25px;
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.volte-row2-wrapper .image-with-content-column .content-col h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 0;
  color: #343a44;
}

.image-with-content-column .content-col ul {
  margin: 0;
  margin-bottom: 30px;
  list-style: none;
  padding: 0;
}

.volte-row2-wrapper .image-with-content-column.right .content-col img {
  margin-right: 0;
  margin-left: auto;
}

.volte-row2-wrapper .image-with-content-column.right .content-col p {
  text-align: left;
}

.volte-row2-wrapper .image-with-content-column.right .content-col {
  padding-left: 0;
}

.volte-row2-wrapper .image-with-content-column.right .content-col ul {
  text-align: left;
}

.volte-row3-wrapper .dnd-section>.row-fluid {
  padding: 0 !important;
}

.volte-row3-wrapper .widget-type-rich_text {
  padding: 65px 15px 0;
  text-align: center;
}

.volte-row3-wrapper .widget-type-rich_text h2 {
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #343a44;
  margin-top: 20px;
}

.volte-row3-wrapper .widget-type-rich_text p {
  font-size: 16px;
  line-height: 1.75;
  color: #747c83;
  max-width: 582px;
  margin: 0 auto 30px auto;
}

.volte-row3-wrapper a.hs-button {
  margin-bottom: 65px;
  margin-top: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  color: #fff;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  font-size: 18px;
  text-transform: uppercase;
  min-width: 183px;
  height: auto;
  border-radius: 7px;
  display: block;
  position: relative;
  padding: 23px 21px;
  font-weight: bold;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.volte-row3-wrapper a.hs-button:after {
  content: "\e976";
  position: absolute;
  top: 24px;
  right: 25px;
  font-size: 22px;
  font-weight: normal;
  font-family: flexfone-font;
}

.volte-row3-wrapper a.hs-button:hover {
  background-color: #2582d1;
  border: 1px solid #2582d1;
}

.wallboard-page-row1 {
  padding-bottom: 0;
  padding-top: 50px;
}

.wallboard-page-row1 .span12 p {
  font-size: 24px;
  color: #747c83;
  line-height: 1.42857143;
}

.wallboard-page-row1 .span12 h2 {
  line-height: 1.1;
  margin-top: 20px;
  color: #343a44;
  font-size: 42px;
  margin-bottom: 45px;
  font-weight: bold;
}

.wallboard-page-row1 .span6 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.wallboard-page-row1 .span6 h3 {
  line-height: 1.1;
  color: #454b56;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 15px;
}

.wallboard-page-row1 .span6:last-of-type h3 {
  margin-left: 10px;
  margin-top: 20px;
}

.wallboard-page-row1 .span6 p {
  font-size: 16px;
  color: #747c83;
  margin-bottom: 15px;
  margin-left: 15px;
}

.wallboard-page-row1 .span6:last-of-type p {
  margin-left: 10px;
}

.wallboard-page-row1 .span6 {
  margin-bottom: 55px;
}

.wallboard-page-row2 {
  padding-bottom: 20px;
  padding-top: 50px;
  background-color: #f7f7f7;
}

.wallboard-page-row2 p {
  font-size: 24px;
  color: #747c83;
  line-height: 1.42857143;
}

.wallboard-page-row2 h2 {
  line-height: 1.1;
  margin-top: 20px;
  color: #343a44;
  font-size: 42px;
  margin-bottom: 45px;
  font-weight: bold;
}

.wallboard-page-row2 .dnd-section>.row-fluid>div {
  padding: 0 !important;
}

.wallboard-page-row3 {
  background-color: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 20px;
}

.wallboard-page-row3 .content-with-top-icon>span {
  background-color: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  vertical-align: top;
}

.wallboard-page-row3 .content-with-top-icon>span:before {
  font-size: 66px;
  color: #2d94f3;
  margin-bottom: 20px;
}

.wallboard-page-row3 .dnd-section>.row-fluid {
  padding: 0;
}

.wallboard-page-row3 .content-with-top-icon h3 {
  margin-top: 19px;
  color: #454b56;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.1;
}

.wallboard-page-row3 .content-with-top-icon p {
  font-size: 16px;
  color: #747c83;
  margin-bottom: 15px;
  max-width: 100%;
}

.wallboard-page-row3 .content-with-top-icon {
  padding-bottom: 25px;
}

.wallboard-page-row4 {
  padding: 60px 0;
}

.wallboard-page-row4 p {
  font-size: 24px;
  color: #747c83;
  line-height: 1.42857143;
}

.wallboard-page-row4 h2 {
  margin-top: 20px;
  color: #343a44;
  font-size: 42px;
  margin-bottom: 45px;
  font-weight: bold;
  line-height: 1.5;
}

.wallboard-page-row4 h2 span {
  border-bottom: 5px solid #2c94f3;
}

.wallboard-page-row4 .dnd-section>.row-fluid {
  padding: 0;
}

.wallboard-page-row4 img {
  width: 100%;
}

.wallboard-page-row1 .span6 img {
  width: 100%;
}

.myfoneapp-page-row1 h6 a {
  display: inline-block;
  padding: 0 12px;
}

.myfoneapp-page-row1 h6 a:last-of-type {
  padding-right: 0;
  margin-right: -4px;
}

.myfoneapp-page-row2 {
  padding-top: 65px;
}

.myfoneapp-page-row1 h6 {
  margin: 0;
}

.myfoneapp-page-row2 .dnd-section>.row-fluid {
  max-width: 1388px;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.myfoneapp-page-row3 {
  padding-top: 65px;
}

.myfoneapp-page-row3 .dnd-section>.row-fluid {
  max-width: 1040px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.myfoneapp-page-row3 h4 {
  color: #adadad;
  font-size: 24px;
  letter-spacing: .3px;
  margin-bottom: 30px;
  margin-top: 10px;
  line-height: 1.1;
  font-weight: 500;
}

.myfoneapp-page-row3 h2 {
  margin-top: 20px;
  line-height: 1.1;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 55px;
}

.myfoneapp-page-row3 a.hs-button {
  display: inline-block;
  padding: 6px 12px 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  line-height: 1.3333333;
  padding: 18px 26px 18px 24px;
  border-radius: 7px;
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 28px;
  font-weight: bold;
  border: solid 2px #2d94f3;
  background-color: #fff;
  color: #2d94f3;
  margin-left: 5px;
}

.myfoneapp-page-row3 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.myfoneapp-page-row3 .span7 {
  width: 56.33%;
}

.myfoneapp-page-row3 img {
  margin-bottom: 2px;
}

.myfoneapp-page-row4 .dnd-section[class*="-background-image"] {
  text-align: center;
  padding: 50px 20px 50px 20px;
  background-size: auto !important;
  background-repeat: repeat !important;
  background-position: unset !important;
}

.myfoneapp-page-row4 .dnd-section[class*="-background-image"] h2 {
  margin-bottom: 35px!important;
  margin-top: 20px;
  line-height: 1.1;
  font-size: 42px;
  font-weight: bold;
}

.myfoneapp-page-row4 .dnd-section>.row-fluid {
  max-width: 750px !important;
  margin: auto;
  padding: 0;
}

.myfoneapp-page-row4 .dnd-section>.row-fluid .dnd-column,
.myfoneapp-page-row4 .dnd-section>.row-fluid>[class*="span"].dnd-module {
  padding: 0 !important;
}

.myfoneapp-page-row4 .dnd-section[class*="-background-image"] p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 35px;
}

.myfoneapp-page-row4 h6 {
  margin: 0;
}

.myfoneapp-page-row4 h6 a {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  line-height: 1.3333333;
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  background-color: #75be16;
  margin-bottom: 35px;
  border: none;
  text-transform: uppercase;
}

.myfoneapp-page-row4 h6 a:hover {
  background-color: #6bad15;
}

.myfoneapp-page-row4 h5 {
  margin: 0;
}

.myfoneapp-page-row5 .accordion-wrapper .accordion-title h2 {
  margin-top: 60px;
}

.myfoneapp-page-row5 .accordion-wrapper .accordion-title-text {
  letter-spacing: .3px;
}

.myfoneapp-page-row5 .accordion-wrapper .accordion-main-wrapper {
  margin-bottom: 20px;
}

.myfoneapp-page-row1 {
  overflow: hidden;
}

.myfoneapp-page-row4 h6 a {
  white-space: normal;
}

div[id*="popup"] {
  display:none;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper {
  padding-top: 100px;
  min-height: 618px;
  margin-top: 0;
  padding-bottom: 30px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper h1.top-cover-header {
  color: #fff;
  text-align: center;
  font-size: 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-top: 33px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 0;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .image-wrap-inner {
  margin-top: 56px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper {
  width: 214px;
  text-align: center;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image {
  width: 132px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .company-text {
  margin-top: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-2 {
  width: 187px;
  margin-top: 13px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-2 {
  width: 306px;
  text-align: center;
  margin-left: 10px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-2 .company-text {
  margin-top: 33px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-3 {
  width: 187px;
  margin-top: 24px;
}

.about-banner-wrapper .img-outer-wrap {
  padding:0;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-3 {
  width: 270px;
  text-align: center;
  margin-left: 10px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-3 .company-text {
  margin-top: 42px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-4 {
  width: 252px;
  margin-top: 32px;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-4 {
  width: 341px;
  text-align: center;
  margin: 0;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .box-4 .company-text {
  margin-top: 37px;
}

.sikkert-og-stabilt-row1 .dnd-section {
  padding: 50px 0;
}

.sikkert-og-stabilt-row1 h2 {
  text-align: center;
  font-size: 40px;
  color: #343a44;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.sikkert-og-stabilt-row1 .widget-type-rich_text {
}

.sikkert-og-stabilt-row1 .widget-type-rich_text {
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

.sikkert-og-stabilt-row1 .widget-type-rich_text p {
  text-align: center;
  max-width: 750px;
  font-size: 18px;
  color: #747c83;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  margin: 0 auto;
  margin-top: 25px;
  line-height: 1.42857143;
}

.sikkert-og-stabilt-row1-1 .dnd-section {
  padding-top: 45px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 74px;
}

.sikkert-og-stabilt-row1-1 .dnd-section > .row-fluid {
  max-width: 1160px;
}

.sikkert-og-stabilt-row1-1 .content-with-top-icon>span {
  font-size: 90px;
  color: #2d94f3;
  border: 5px solid #2d94f3;
  border-radius: 999px;
  height: 165px;
  background-color: #FFF;
  text-align: center;
  width: 165px;
  display: block;
}

.sikkert-og-stabilt-row1-1 .content-with-top-icon>span:before {
  line-height: 158px;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sikkert-og-stabilt-row1-1 .content-with-top-icon {
  width: 165px;
  height: auto;
  float: left;
}

.sikkert-og-stabilt-row1-1 .span3 {
  padding: 0 !important;
  width: auto !important;
  margin-left: 127px;
}

.sikkert-og-stabilt-row1-1 .content-with-top-icon p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-align: center;
  color: #747c83;
  width: 240px;
  margin-left: -37px;
  margin-top: 25px;
  max-width: unset;
  margin-bottom: 10px;
}

.sikkert-og-stabilt-row1-1 .span3:first-child {
  margin-left: 50px;
}

.sikkert-og-stabilt-row2 .image-with-content-column.left .content-col,
.sikkert-og-stabilt-row2 .image-with-content-column.right .content-col {
  padding-top: 50px;
}

.sikkert-og-stabilt-row2 .content-with-bg-image.right .image-col {
  padding: 0;
  min-height: unset;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div img {
  padding: 0;
}

.sikkert-og-stabilt-row2 .content-with-bg-image.right .content-col {
  padding-top: 50px;
  padding-left: 0;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div {
  position: static;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .content-col span.icon {
  display: inline-block;
  background-color: #2d94f3;
  width: 85px;
  height: 85px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  line-height: 85px;
  text-align: center;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .content-col span.icon:before {
  font-size: inherit;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .content-col h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.sikkert-og-stabilt-row2 .content-with-bg-image .content-col .btn-col a {
  padding: 18px 25px;
  border-radius: 7px;
  font-size: 18px;
  line-height: 1.3333333;
  border: 1px solid #2582d1;
  font-weight: 600;
  text-transform: uppercase;
}


.sikkert-og-stabilt-row3 .dnd-section > .row-fluid {
  width: 58.33333333%;
}

.sikkert-og-stabilt-row3 .dnd-section {
  padding-top: 25px;
  padding-left: 15px;
}

.sikkert-og-stabilt-row3 .widget-type-rich_text {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #747c83;
  text-align: center;
}

.sikkert-og-stabilt-row3 h2 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  color: #343a44;
  margin-top: 31px;
}

.sikkert-og-stabilt-row3 .widget-type-rich_text p {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  color: #747c83;
  text-align: left;
  line-height: 1.6;
  max-width: 945px;
  margin: 25px auto 0 auto;
}

.sikkert-og-stabilt-row3 .ad-image-wrapper {
  text-align: center;
  margin-top: 60px;
}

.sikkert-og-stabilt-row3 .hs-button {
  margin: 17px 9px 0px 9px;
  padding: 11px 8px 12px;
  width: 287px;
  float: none;
  text-transform: none;
  font-size: 16px;
  background-color: #2d94f3;
  border: 1px solid #2582d1;
  font-weight: 600;
  border-radius: 7px;
  line-height: 1.3333333;
  color: #fff;
}

.sikkert-og-stabilt-row3 .hs-button:after {
  content: "\e978";
  font-family: flexfone-font;
  font-weight: 700;
  padding-left: 20px;
}

.sikkert-og-stabilt-row3 .hs-button:hover,.sikkert-og-stabilt-row3 .hs-button:focus {
  background-color: #2582d1;
  border: 1px solid #2582d1;
}

.sikkert-og-stabilt-row3 .span6 {
  width: auto;
}

.sikkert-og-stabilt-wrapper .about-banner-wrapper .content-title {
  width:100%;
  max-width:100%;
  padding:0;
}

.sikkert-og-stabilt-row3 .dnd-row > .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sikkert-og-stabilt-row3 .widget-type-rich_text p:last-child {
  margin-bottom: 33px;
}

.full-width .dnd-section {
  clear: both;
}

.forhandler-row5 form .hs-button,
.voip-row3 form .hs-button,
.ip-telefoni-row5 form .hs-button {
  margin: 0;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans';
  font-weight: 500;
}


.one-col-boxed-content  {
  min-height: 743px;
  position:relative;
}

.span6 .one-col-boxed-content {
  height: 743px;
}

.microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img {
  bottom: 0;
  left: 0;
  position: absolute;
}

.microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img {
  position: absolute;
  bottom: 60px;
  right: 15px;
}

.microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img {
  right:0;
}

@media screen and (max-width: 1410px){
  .volte-row2-wrapper .image-with-content-column .content-col {
    padding-top: 35px !important;
    padding-left: 70px !important;
  }

  .volte-row2-wrapper .image-with-content-column .content-col h2 {
    font-size: 27px;
  }

  .volte-row2-wrapper .image-with-content-column.right .content-col {
    padding-left: 15px !important;
  }

  .volte-row2-wrapper .image-with-content-column.left .content-col {
    padding-right: 10px !important;
  }
}


@media (min-width:1400px) {
  .telefonitjek-row1 .dnd-section > .row-fluid {
    max-width: 1370px;
    padding: 0;
  }
}


@media (max-width: 1200px) {
  .banner-section.priser-banner .banner-wrapper.cover-section {
    padding-top: 25px;
  }
  .container-fluid.row1-priser .dnd-section {
    padding: 0 15px;
  }


  .microsoft-row4 .span6 .hs_cos_wrapper_type_module {
    width: 100%;
    text-align: center;
    display: block !important;
  }

  .microsoft-row4 a.hs-button {
    max-width: 458px;
    display: block;
    margin: 0 auto;
    text-align: left;
  }


  .microsoft-row4 a.hs-button:after {
    margin-left: 15px;
    position: absolute;
    top: 15px;
    right: 18px;
  }

  .sikkert-og-stabilt-row3 .dnd-section>.row-fluid {
    width: 100%;
    max-width: 100%;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div img {
    height: 570px;
    width: auto;
    max-width: none !important;
  }

  .sikkert-og-stabilt-row2 .image-with-content-column.left .image-col img {
    width: auto;
    max-width: none;
    height: 570px;
  }

  .sikkert-og-stabilt-row2 .image-with-content-column.left .image-col {
    overflow: hidden;
  }


  .microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img,
  .microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img,
  .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img,
  .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img ,
  .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img {
    max-width:90% !Important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px){
  .sikkert-og-stabilt-row1-1 .dnd-section>.row-fluid {
    max-width: 890px;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon>span {
    font-size: 65px;
    height: 140px;
    width: 140px;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon {
    width: 140px;
  }

  .sikkert-og-stabilt-row1-1 .span3:first-child {
    margin-left: 0;
  }

  .sikkert-og-stabilt-row1-1 .span3 {
    margin-left: 100px;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon>span:before {
    line-height: 134px;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon p {
    font-size: 16px;
    margin-left: -50px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px){
  .microsoft-row7 .boxed-content .cm-col-sm-6 a.btn {
    padding: 15px;
  }
  .sikkert-og-stabilt-wrapper .about-banner-wrapper .image-wrap-inner {
    width: 960px;
    max-width:unset;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper {
    width: 182px;
    text-align: center;
    margin-left: 16px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-2 {
    width: 230px;
    text-align: center;
    margin-left: 8px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-2 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 183px;
    margin-top: 10px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .company-text {
    font-size: 20px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-3 {
    width: 230px;
    text-align: center;
    margin-left: 8px;
    margin-top:0;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-3 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 192px;
    margin-top: 10px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-4 {
    width: 255px;
    text-align: center;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-4 {
    margin-top: 10px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 123px;
  }
}

@media (max-width:1199px) {
  .ip-telefoni-row3 .dnd-section > .row-fluid {
    padding: 0;
  }

  .ip-telefoni-row3 .image-with-content-column .content-col h3 {
    margin-top: 40px;
  }


  .home-page-row4 .home-options-section .right-col img {
    margin-bottom: 25px;
  }

  .home-page-row4 .home-options-section {
    padding-bottom: 50px;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column.left .content-col,.internet-til-erhverv-page-row2 .image-with-content-column.right .content-col {
    padding-top: 35px;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .content-col span.icon {
    display:block;
  }


  .erhvervstelefoni-row2 .dnd-section>.row-fluid,
  .erhvervstelefoni-row3 .dnd-section>.row-fluid,
  .erhvervstelefoni-row4 .dnd-section>.row-fluid {
    max-width: 1170px !important;
  } 

  .erhvervstelefoni-row6 .video-section h2 {
    margin-top: -5px;
    margin-bottom: 47px;
  }

  .softphone-page-row2 .image-with-content-column.left .content-col {
    padding: 55px 55px 0 65px;
    padding-right: 0;
  }

  .softphone-page-row2 .image-with-content-column.right .content-col {
    padding-right: 65px;
    padding-top: 55px;
  }

  .full-width .breadcrumb {
    max-width: 970px !important;
  }

  .microsoft-row4 .row-fluid,
  .microsoft-row4 .dnd-row>.row-fluid {
    display: block !important;
  }

  .microsoft-row4 .span6:first-of-type {
    margin-bottom: 15px;
  }

  .microsoft-row7 h2 {
    padding: 0 70px 0 70px;
    display: inline-block;
  }

  .microsoft-row5 .video-section h2 {
    font-size: 50px;
  }
}


@media screen and (max-width: 1092px){
  .volte-row2-wrapper .image-with-content-column .image-col {
    height: auto;
    width: auto;
  }

  .volte-row2-wrapper .image-with-content-column .image-col img {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .volte-row2-wrapper .image-with-content-column .content-col {
    margin-top: 30px;
    padding: 0 15px !important;
  }

  .volte-row2-wrapper .image-with-content-column .content-col img {
    margin-bottom: 25px;
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
  }

  .volte-row2-wrapper .image-with-content-column.left .content-col {
    padding-right: 15px !important;
  }

  .volte-row2-wrapper .image-with-content-column .content-col h2 {
    font-size: 27px;
    margin-bottom: 20px;
    font-size: 32px;
    color: #343a44;
    text-align: center;
  }

  .volte-row2-wrapper .image-with-content-column .content-col p {
    margin-bottom: 30px;
    line-height: 1.75;
    padding: 0;
  }

  .volte-row2-wrapper .image-with-content-column.right .content-col img {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 992px) {
  .sikkert-og-stabilt-row3 .dnd-section {
    padding-right: 15px;
  }
}


@media only screen and (max-width: 1023px) and (min-width: 769px) {
  .sikkert-og-stabilt-row1-1 .dnd-section>.row-fluid {
    max-width: 615px;
  }

  .sikkert-og-stabilt-row1-1 .span3:first-child,.sikkert-og-stabilt-row1-1 .span3 {
    margin-left: 100px;
  }

  .sikkert-og-stabilt-row1-1 .span3:nth-child(3),.sikkert-og-stabilt-row1-1 .span3:nth-child(4) {
    margin-top: 25px;
  }
}


@media (max-width:992px) and (min-width:768px) {
  .row2-full-width .video-section div#video-popup-iframe-container {
    width: 600px;
    margin: 30px auto;
  }
}

@media only screen and (max-width: 992px) and (min-width: 600px) {
  .sikkert-og-stabilt-row1-1 .dnd-section>.row-fluid {
    max-width: 615px;
  }

  .sikkert-og-stabilt-row1-1 .span3:first-child,.sikkert-og-stabilt-row1-1 .span3 {
    margin-left: 100px;
  }

  .sikkert-og-stabilt-row1-1 .span3:nth-child(3),.sikkert-og-stabilt-row1-1 .span3:nth-child(4) {
    margin-top: 25px;
  }

  .sikkert-og-stabilt-row3 .dnd-section {
    padding-right: 15px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper h1.top-cover-header {
    font-size: 40px;
    margin: 0;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper {
    padding-top: 77px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .image-wrap-inner {
    max-width: 485px;
    margin-top: 65px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper {
    width: 182px;
    text-align: center;
    margin-left: 20px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-2 {
    width: 230px;
    text-align: center;
    margin-left: 10px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-2 {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 183px;
    margin-top: 10px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-3 {
    width: 210px;
    text-align: center;
    margin-left: 10px;
    margin-top: 0;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper  .company-text {
    font-size: 20px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-3 {
    width: 192px;
    margin-top: 10px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-4 {
    width: 205px;
    text-align: center;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-4 {
    margin-top: 10px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 123px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-4 .company-text {
    margin-top: 21px;
  }
}


@media (max-width:992px) {


  .internet-til-erhverv-page-row1-row-0-max-width-section-centering > .row-fluid {
    width: 750px;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .image-col {
    max-width: 694px;
    margin: 0 auto;
    height: auto;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column.left .content-col, .internet-til-erhverv-page-row2 .image-with-content-column.right .content-col {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .content-col h2 {
    margin-top: 15px;
    margin-bottom: 0;
    color: #343a44;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .content-col p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
    padding: 0;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .content-col span.icon.icon.icon-desktop + h2 {
    margin-top: 5px;
  }

  .internet-til-erhverv-page-row2 .image-with-content-column .content-col span.icon.icon.icon-operation + h2 {
    margin-top: 20px;
  }

  .erhvervstelefoni-row2 h2 {
    font-size: 30px;
  }

  .erhvervstelefoni-row2 .widget-type-rich_text p {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .erhvervstelefoni-row2 .content-with-left-icon {
    margin-top: 0;
  }

  .erhvervstelefoni-row4 .col-row>.row-fluid {
    display: block !important;
  }

  .erhvervstelefoni-row4 .span5 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .erhvervstelefoni-row4 .content-with-top-icon {
    text-align: center;
  }

  .erhvervstelefoni-row4 .content-with-top-icon>span {
    margin-top: 0;
  }

  .erhvervstelefoni-row4 {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .erhvervstelefoni-row4 .content-with-top-icon h2 {
    font-size: 30px;
  }

  .erhvervstelefoni-row4 .hs_cos_wrapper_type_module {
    display: block !important;
    width: 100%;
  }

  .erhvervstelefoni-row4 a.hs-button {
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
  }


  .erhvervstelefoni-row4 .span5 .span6 {
    padding: 0 !important;
    width: 50%;
    margin: 0 auto 30px;
  }

  .erhvervstelefoni-row4 .span7 {
    width: 100%;
    text-align: center;
  }

  .erhvervstelefoni-row5 .dnd-section>.row-fluid {
    max-width: 1170px !important;
    padding: 0;
  }



  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col {
    padding-left: 15px;
    padding-right: 65px;
    width: 50%;
    float: left;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col {
    padding-left: 65px;
    padding-right: 15px;
    padding-top: 0;
    width: 50%;
    float: left;
    padding-bottom: 0;
  }

  .softphone-page-row2 .image-with-content-column .image-col {
    width: 100%;
    float: none;
    height: auto;
    overflow: visible;
  }

  .softphone-page-row2 .image-with-content-column .image-col img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .softphone-page-row2 .image-with-content-column.left .content-col {
    padding: 30px 55px 0 0;
    padding-right: 0;
    text-align: center;
  }

  .softphone-page-row2 .image-with-content-column .content-col span.icon {
    margin-left: 0;
    background-color: transparent;
    margin-bottom: 0;
  }

  .softphone-page-row2 .image-with-content-column .content-col h3 {
    line-height: normal;
    margin-bottom: 8px;
    margin-top: 19px;
  }

  .softphone-page-row2 .image-with-content-column.left .content-col p {
    margin-bottom: 30px;
    line-height: 1.25;
    padding: 0;
  }


  .softphone-page-row2 .image-with-content-column.left .content-col p:last-of-type {
    margin-bottom: 50px;
  }

  .full-width .breadcrumb {
    max-width: 750px !important;
  }

  .microsoft-row3 .dnd-section>.row-fluid {
    padding: 0 15px 0 17px;
  }

  .erhvervstelefoni-page .erhvervstelefoni-row2 .image-with-content-column.left .content-col {
    text-align: center;
  }

  .erhvervstelefoni-row2 .dnd-section>.row-fluid {
    padding: 0;
  }

  .erhvervstelefoni-row2 .content-with-left-icon {
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
  }

  .erhvervstelefoni-row2 .content-with-left-icon .image-col img {
    padding-right: 45px;
  }

  .myfoneapp-page-row1 h6 a {
    display: block;
    padding: 0 12px;
    margin-bottom: 30px;
  }

  .myfoneapp-page-row1 h6 a:last-of-type {
    padding-right: 12px;
    margin-right: 0;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-buttons a.cm-button-outline {
    padding-left: 15px !important;
    text-align: left !important;
    max-width: 540px !important;
    display: block !important;
    font-size: 18px !important;
    padding: 18px 25px;
    white-space: normal;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-buttons a.cm-button-outline .cm-icon {
    position: absolute;
    right: 17px;
    top: 17px;
    color: #343a44;
    font-size: 25px;
    margin-top: 0;
  }

  .sikkert-og-stabilt-row2 .image-with-content-column.left .image-col img {
    width: 100%;
    height: auto;
  }

  .sikkert-og-stabilt-row2 .image-with-content-column.left .content-col, .sikkert-og-stabilt-row2 .image-with-content-column.right .content-col {
    padding: 30px 20px 20px 20px;
    text-align: center;
  }

  .sikkert-og-stabilt-row2 .dnd-section > .row-fluid {
    padding: 0;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div {
    height: 400px;
    overflow: hidden;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div img {
    height: auto !important;
    width: 100%;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image.right .image-col {
    margin: 0;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image.right .content-col {
    padding: 30px 20px 20px 20px;
    text-align: center;
    margin: 0;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .content-col p {
    line-height: 1.25;
  }

}

@media(max-width:991px) {
  .content-inner .widget-type-rich_text {
    text-align: center;
  }


  .om-flexfone-row2 .image-with-content-column .image-col {
    height: auto;
  }


  .om-flexfone-row1 .dnd-section > .row-fluid {
    padding: 0;
  }

  .image-with-content-column .image-col {
    height: auto;
  }

  .om-flexfone-wrapper .image-with-content-column.left .content-col {
    padding: 30px 20px 20px 20px;
    text-align: center;
  }

  .om-flexfone-wrapper .image-with-content-column .content-col p {
    line-height: 1.25;
  }

  .om-flexfone-wrapper .image-with-content-column .content-col p:last-of-type {
    margin-bottom: 30px;
  }

  .om-flexfone-wrapper .image-with-content-column.right .content-col {
    padding: 30px 20px 20px 20px;
  }

  .content-inner .content-right {
    margin-top: 20px;
  }

  .content-left .widget-type-linked_image {
    margin-top: 35px;
    margin-bottom: 25px;
  }

  .om-flexfone-row1 h2 {
    font-size: 30px;
  }

  .om-flexfone-wrapper .image-with-content-column .image-col img {
    max-width: 570px;
    margin: 0 auto;
  }

  .om-flexfone-wrapper .image-with-content-column .image-col {
    height: auto;
    text-align: center;
  }


  .ip-telefoni-row3 .dnd-section > .row-fluid {
    padding: 0;
  }

  .ip-telefoni-row3 .image-with-content-column .content-col h3 {
    margin-top: 40px;
  }

  .ip-telefoni-row3 .image-with-content-column .image-col img {
    max-width: 570px;
    display: block;
    margin: 0 auto;
  }

  .ip-telefoni-row3 .image-with-content-column .image-col {
    height: auto;
  }

  .ip-telefoni-row3 .image-with-content-column.left .content-col,.ip-telefoni-row3 .image-with-content-column.right .content-col {
    max-width: 580px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1.57;
  }

  .ip-telefoni-row3 .image-with-content-column .content-col h3 {
    margin-bottom: 8px;
    margin-top: 30px;
    line-height: 1.57;
  }

  .ip-telefoni-row3 .image-with-content-column .content-col p {
    margin: 0;
  }

  .busylight-row2 h3 {
    font-size: 22px;
    font-weight: bold;
  }


  .container-fluid.row1-priser .dnd-section>.row-fluid {
    max-width: 100%;
  }
  .row3-priser .price-subscription .price-primary.price-background {
    min-height: 122px;
  }
  .container-fluid.row5-priser .span3 {
    width: 50%;
    margin-bottom: 30px;
  }
  .row3-priser .price-subscription .cm-row.bte-flex.clearfix .green-bubble p {
    color: #fff !important;
    font-size: 10px !important;
    margin-bottom: 30px !important;
  }

  .row5-priser .span3:last-child .boxed-content .cm-col-sm-6>div:last-child img {
    max-height: 136px;
  }
  .row5-priser .dnd-section .row-fluid {
    flex-wrap: wrap;
  }
  .row4-priser {
    padding: 0 15px;
  }
  ul.user-license  li span.icon-work:before {
    font-size: 22px;
    margin-top: 4px;
    line-height: 30px;
  }

  .busylight-row4 .span6:first-child {
    width: 53.3%;
  }

}


@media only screen and (max-width: 768px) and (min-width: 600px) {
  .sikkert-og-stabilt-wrapper .about-banner-wrapper h1.top-cover-header {
    font-size: 28px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {


  .sikkert-og-stabilt-row1 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  }


  .sikkert-og-stabilt-row2 .content-with-bg-image .image-col>div {
    height: 240px;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .content-col .btn-col a {
    font-size: 16px;
    border-radius: 7px;
    padding: 12px 15px;
  }

  .sikkert-og-stabilt-row3 h2 {
    font-size: 26px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper {
    background-position:unset;
  }


  .banner-section.priser-banner .banner-wrapper.cover-section {
    min-height: initial;
    position: relative;
    padding: 0;
    max-height: 320px;
    height: 400px;
    background-image: url(//7041709.fs1.hubspotusercontent-na1.net/hubfs/7041709/raw_assets/public/Flexfone_June2021/images/frontpage-hero-background.jpg) !important;  
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .banner-section.priser-banner .banner-wrapper.cover-section h1 {
    position: absolute;
    left: 0;right: 0;
    top: 50%;
    margin-top: -25px;
  }
  .row1-priser .dnd-section {
    padding: 0;
  }
  .row3-priser .price-subscription .cm-row.bte-flex>div {
    width: 100%;
    padding: 0;
  }
  .container-fluid.row5-priser .span3 {
    width: 100%;
    margin-bottom: 30px;
  }
  .container-fluid.row1-priser .dnd-section {
    padding: 0;
  }
  .row3-priser .price-subscription {
    width: 100%;
  }
  .row4-priser .span6:first-child {
    width: 100%;
    MARGIN: 0;
  }

  .row4-priser .span6 {
    width: 100%;
    padding: 0 !important;
  }
  .container-fluid.row4-priser .widget-type-cell > .dnd-section:last-child {
    padding-top: 18px !important;
    padding-bottom: 19px !important;
  }
  .row4-priser .span6 {
    width: 100%;
    width: 100%;
    padding: 0 15px !important;
  }
  .row4-priser {
    padding: 0;
  }
  .row4-priser p {
    padding: 0 15px;
  }
  .container-fluid.row5-priser h2 {
    padding: 0 15px;
  }

  .video-page-row1 .widget-type-header {
    display: none;
  }

  .video-page-row1 .widget-type-rich_text {
    font-size: 14px;
    color: #343a44;
  }

  .video-page-row1 .dnd-section {
    padding-bottom: 25px;
  } 

  .customer-case-cover.cabinn {
    background-position: 125%;
  }

  .video-page-row2 .span8, .video-page-row2 .span4 {
    width: 100%;
  }

  .video-page-row3 .get-started-section h2 {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: normal;
  }

  .video-page-row3 .get-started-section {
    padding-top: 50px;
  }
}

@media (max-width:767px) {

  .sikkert-og-stabilt-row1-1 .span3:first-child, .sikkert-og-stabilt-row1-1 .span3 {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon {
    width: 190px;
    float: none;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }

  .sikkert-og-stabilt-row1-1 .content-with-top-icon p {
    margin-top: 10px;
  }

  .sikkert-og-stabilt-row1-1 .span3:not(:first-child) {
    margin-top: 25px;
  }


  .home-page-row2 .home-options-section .left-col img {
    margin-bottom: 20px;
  }

  .home-page-row3 .home-options-section a.btn {
    margin-top: 20px;
  }

  .home-page-row4 .home-options-section {
    padding-bottom: 25px;
  }

  .jobs-inner-wrapper .banner-wrapper.cover-section {
    padding-top: 75px;
    height: auto; 
    min-height:450px;
    padding-bottom:135px;
  }

  .jobs-inner-wrapper .banner-wrapper.cover-section h1 {
    font-size: 28px;
  }


  .jobs-wrapper .banner-wrapper.cover-section {
    padding-top: 50px;
  }

  .jobs-row3 .dnd-section > .row-fluid {
    padding: 0;
  }



  .feature-page-row1 .dnd-section {
    padding: 0;
  }

  .feature-page-row1 p {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .feature-page-row2 .dnd-section {
    padding-top: 0;
  }

  .bordtelefon-row1 .widget-type-header h2 {
    font-size: 25px;
    padding-top: 45px;
  }

  .bordtelefon-row1 .widget-type-header h2:before {
    color: #8bc811;
    font-size: 41px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    margin-top: -53px;
  }


  .bordtelefon-row4 .ad-image-wrapper {
    min-height: auto;
    line-height: 125px;
  }

  .bordtelefon-row4 .ad-image-wrapper img {
    margin-bottom: 25px;
  }

  .bordtelefon-row5 .video-section .icon-rounded-play-icon {
    top: 50%;
    left: 50%;
    margin-top: 0;
    font-size: 119px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin-top: 12px;
    margin-bottom: 19px;
  }


  .forhandler-row1 h1 {
    font-size: 36px;
  }

  .forhandler-row1 .widget-type-linked_image {
    margin-bottom: 45px;
  }

  .forhandler-row2 .dnd-section {
    padding: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .forhandler-row2 .span6:first-child,.forhandler-row2 .span6:last-child {
    padding: 0 15px;
  }

  .forhandler-row2 p {
    margin-bottom: 40px;
  }

  .forhandler-row2 ul {
    margin-bottom: 45px;
  }

  .forhandler-row3 .dnd-section {
    padding-bottom: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .forhandler-row3 .span6:first-child {
    padding: 0 7px;
  }

  .forhandler-row3 .span6:last-child {
    padding: 0 15px;
  }

  .forhandler-row3 h2 {
    margin-top: 35px;
  }

  .forhandler-row4 .dnd-section {
    padding: 10px 0 30px 0;
  }

  .forhandler-row4 h2 {
    margin-bottom: 20px;
  }

  .forhandler-row4 p:first-of-type {
    margin-bottom: 30px;
  }

  .forhandler-row4 h3:first-of-type {
    margin-bottom: 50px;
  }

  .forhandler-row4 .widget-type-rich_text ul li {
    line-height: 2.13;
  }

  .forhandler-row4 .widget-type-rich_text ul {
    margin-bottom: 40px;
  }

  .forhandler-row4 .widget-type-linked_image {
    padding: 0 15px;
  }

  .forhandler-row4 p:last-of-type {
    margin-bottom: 60px;
  }


  .forhandler-row5 .dnd-section {
    padding: 40px 0 45px 0;
  }

  .forhandler-row5 .widget-type-rich_text h2 {
    margin-bottom: 40px;
  }

  .forhandler-row5 .widget-type-rich_text {
    margin-bottom: 77px;
  }

  .forhandler-row5 .widget-type-rich_text p:last-of-type {
    margin: 0;
  }

  .forhandler-row5 .widget-type-rich_text p {
    margin-bottom: 30px;
  }


  .om-flexfone-row1 h2 {
    margin-top: 35px;
    margin-bottom: 10px;
  }

  .om-flexfone-row3 h2 {
    font-size: 25px;
  }


  .voip-wrapper .banner-wrapper.cover-section {
    min-height: initial;
    height: auto;
    background-size: cover;
    padding: 55px 0;
    background-repeat: no-repeat;
    background-position-x: 25%;
  }

  .voip-wrapper .banner-wrapper h1 {
    font-size: 27px;
  }

  .voip-row1 .dnd-section {
    padding-top: 0;
  }

  .voip-row1 h2 {
    margin-bottom: 20px;
  }

  .voip-row1 .ad-image-wrapper .image-mobile {
    margin-bottom: 30px;
    max-width: 368px;
    margin-left: auto;
    margin-right: auto;
  }

  .voip-row1 .widget-type-linked_image {
    margin-bottom: 40px;
  }

  .voip-row1 h2:not(:first-of-type) {
    margin-top: 40px;
  }

  .voip-row3 .dnd-section {
    padding: 15px 15px 35px 15px;
  }

  .voip-row3 .widget-type-rich_text h2 {
    font-size: 25px;
  }

  .telefonsystem-page-wrapper .banner-wrapper.cover-section {
    padding: 80px 0 30px 0;
    min-height: 255px;
    background-size: cover;
  }

  .telefonsystem-page-wrapper .banner-wrapper h1 {
    font-size: 27px;
    margin-bottom: 40px;
  }

  .telefonsystem-page-wrapper .banner-wrapper p {
    font-size: 14px;
  }

  .telefonsystem-page-row1 h2 {
    font-size: 30px;
  }

  .telefonsystem-page-row1 .widget-type-rich_text, .telefonsystem-page-row2 .widget-type-rich_text {
    font-size: 16px;
    line-height: 1.75;
  }

  .telefonsystem-page-row1 .widget-type-rich_text p,
  .telefonsystem-page-row1 .widget-type-rich_text ul,
  .telefonsystem-page-row2 .widget-type-rich_text p,
  .telefonsystem-page-row2 .widget-type-rich_text ul {
    margin-bottom: 30px;
  }

  .telefonsystem-page-row1 .widget-type-rich_text i {
    font-size: 20px;
    line-height: 1.42857143;
  }

  .telefonsystem-page-row2 h2 {
    font-size: 30px;
  }

  .telefonsystem-page-row2 .widget-type-rich_text ul {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.42857143;
  }

  .telefonitjek-wrapper .banner-wrapper.cover-section {
    min-height: 400px;
    padding: 10px;
  }


  .telefonitjek-row1 p.visible-phone {
    margin: 25px 0 25px 0;
    display: block !important;
    text-align: center;
  }

  .telefonitjek-row1 .dnd-section{
    padding-top:0;
  }

  .telefonitjek-row1 .span6:last-child {
    padding-left: 15px;
    text-align: center;
    margin-top: 45px;
    padding-left: 15px;
  }

  .telefonitjek-row1 .widget-type-linked_image {
    width: 100%;
  }


  .team-page-wrapper .feature-banner .content-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }

  .team-page-wrapper .feature-banner h1 {
    font-size: 28px;
  }

  .team-page-wrapper .feature-banner p {
    font-size: 20px;
  }

  .team-page-wrapper .feature-banner .btn-primary {
    max-width: unset;
  }

  .team-page-wrapper .feature-banner {
    background-position-x: unset;
  }

  .voip-row1 table {
    width:100%;
    max-width:100%;
  }


  .ip-telefoni-wrapper .banner-wrapper.cover-section {
    background-repeat: no-repeat;
    padding-top: 15px;
    min-height: 256px;
    background-size: cover;
    height: auto;
  }

  .ip-telefoni-wrapper .banner-wrapper.cover-section p {
    font-size: 14px;
  }

  .ip-telefoni-row1 .widget-type-rich_text {
    margin-bottom: 35px;
  }

  .ip-telefoni-row2 h2 {
    margin-top: 15px;
  }

  .ip-telefoni-row4 table tbody tr td {
    white-space: nowrap;
  }

  .ip-telefoni-row4 .widget-type-rich_text p + div{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    min-height: .01%;
    overflow-x: auto;
  }

  .ip-telefoni-row4 .dnd-section {
    padding-bottom: 0;
  }


  .ip-telefoni-row5 .dnd-section {
    padding: 15px 15px 35px 15px;
  }

  .ip-telefoni-row5 .widget-type-rich_text h2 {
    font-size: 25px;
  }

  .ip-telefoni-wrapper .banner-wrapper.cover-section h1 {
    word-break: unset;
  }

  .ip-telefoni-row3 .image-with-content-column.left .content-col, .ip-telefoni-row3 .image-with-content-column.right .content-col {
    padding: 0 15px;
  }


  .busylight-wrapper .bordtelefon-banner-wrapper .header-section {
    height: 250px;
  }

  .busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: translateY(0%);
  }

  .busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text h1 {
    margin-top: 30px;
    font-size: 38px;
    max-width: none;
  }

  .busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text p {
    font-size: 16px;
    line-height: 1.75;
    color: #747c83;
    max-width: 655px;
  }

  .busylight-wrapper .bordtelefon-banner-wrapper .content-wrapper {
    padding: 0 10px !important;
    margin-bottom: 94px;
  }

  .busylight-row1 .widget-type-rich_text p {
    max-width: 100%;
  }

  .busylight-row2 .span3, .busylight-row2 .span2 {
    width: 100%;
  }

  .busylight-row2 h3 {
    font-size: 32px;
  }

  .busylight-row2 .dnd-section,.busylight-row3 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .busylight-row3 .dnd-section>.row-fluid .dnd-column {
    padding: 0;
  }

  .busylight-row4 .dnd-section > .row-fluid {
    padding: 0;
  }

  .busylight-row4 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .busylight-row4 .widget-type-cta {
    width: 100%;
  }

  .busylight-row4 .widget-type-cta a {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-bottom: 20px;
    line-height: 1.3333333;
  }

  .busylight-row4 .dnd-section>.row-fluid .dnd-column {
    padding: 0;
  }

  .busylight-row4 .hs_cos_wrapper_type_module {
    width: 100% !important;
  }

  .busylight-row4 .hs_cos_wrapper_type_module .hs-button {
    width: 100% !important;
  }

  .busylight-row5 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .large-only {
    display: none;
  }
  .stacktable.small-only {
    display: table;
  }
  .privatlivs-og-cookiepolitik-banner .banner-wrapper.cover-section {
    min-height: 450px;
    height:auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }


  .busylight-row4 .span6:first-child ,
  .busylight-row4 .span6:last-child{
    width: 100%;
  }


  .internet-til-erhverv-page-row1 .span4 {
    padding-left: 15px !important;
  }

  .internet-til-erhverv-page-row1 .dnd-section>.row-fluid {
    width: 100% !important;
  }

  .internet-til-erhverv-page-row1 .content-with-top-icon {
    margin-bottom: 0;
  }

  .internet-til-erhverv-page-row1 .content-with-top-icon h3 {
    margin-top: 30px;
  }

  .internet-til-erhverv-page-row1 .content-with-top-icon p {
    margin: 0;
  }

  .internet-til-erhverv-page-row1 .dnd-section {
    padding-bottom: 28px;
  }

  .internet-til-erhverv-page-row1 .content-with-top-icon>span {
    top: 0;
  }

  .internet-til-erhverv-page-row3 .dnd-section {
    position: relative;
    padding-top: 140px;
    padding-bottom: 25px;
    margin-top: 30px;
  }

  .internet-til-erhverv-page-row3 .span7 {
    width: 100%;
    margin-left: 0 !important;
  }

  .internet-til-erhverv-page-row3 .widget-type-header h2 {
    position: absolute;
    text-align: center;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    color: #2d94f3;
    font-size: 30px;
  }

  .internet-til-erhverv-page-row3 .span5 {
    width: 100%;
    padding: 0 !important;
    margin: 0 auto;
  }

  .internet-til-erhverv-page-row3 .widget-type-rich_text {
    font-size: 18px;
    text-align: center;
    color: #747c83;
  }

  .internet-til-erhverv-page-row3 .ad-image-wrapper {
    margin-bottom: 24px;
  }


  .internet-til-erhverv-page-row4 .dnd-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .internet-til-erhverv-page-row4 h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: -0.6px;
  }

  .internet-til-erhverv-page-row4 h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    margin-top: 15px;
  }

  .internet-til-erhverv-page-row5 .accordion-wrapper .accordion-title h2 {
    font-size: 38px;
    margin: 45px 0 50px 0;
  }

  .internet-til-erhverv-page-row5 .dnd-section {
    padding-bottom: 20px;
  }

  .internet-til-erhverv-page-row1 .content-with-top-icon {
    padding-right:40px;
  }

  .home-page-row6 .get-started-section {
    padding-top: 55px;
    padding-bottom: 45px;
  }

  .home-page-row6 .get-started-section h2 {
    font-size: 25px;
    letter-spacing: normal;
    margin-bottom: 35px;
    line-height: normal;
  }

  .kundelogin-layout .content-with-left-icon.icon-content-col .image-col img {
    margin-top: 0;
  }

  .erhvervstelefoni-row1 .span3:last-of-type .content-with-top-icon {
    margin-bottom: 0 !important;
  }

  .erhvervstelefoni-row3 h2 {
    font-size: 30px;
  }

  .erhvervstelefoni-row3 h3 {
    margin-bottom: 25px;
    color: #747c83;
    font-size: 18px;
    line-height: normal;
  }

  .erhvervstelefoni-row5 .dnd-section[class*="-background-image"] {
    padding: 55px 10px 67px 10px !important;
  }

  .erhvervstelefoni-row5 h2 {
    margin-top: 0;
    font-size: 25px;
  }

  .erhvervstelefoni-row5 p {
    margin-bottom: 30px;
  }

  .erhvervstelefoni-row5 .hs-button {
    margin-top: 0;
    margin-bottom: 25px;
  }

  .erhvervstelefoni-row6 .video-section h2 {
    margin-top: 5px;
    margin-bottom: 58px;
  }

  .erhvervstelefoni-row6 .video-section {
    padding-bottom: 53px !important;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col img {
    margin-left: 0;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: none;
    height: auto;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    width: 100%;
    float: none;
    padding-bottom: 0;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h2 {
    margin-top: 20px;
    margin-bottom: 45px;
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    color: #454b56;
  }

  .softphone-page-row2 h2 {
    font-weight: bold;
    margin-bottom: 30px;
  }

  .softphone-page-row2 .widget-type-rich_text p {
    font-size: 18px;
    line-height: normal;
  }

  .softphone-page-row2 .image-with-content-column .content-col span.icon:before {
    color: #fff;
    font-size: 44px;
    text-align: center;
    margin: 0 0 0;
    line-height: 88px;
    padding: 22px;
    background-color: #2d94f3;
    border-radius: 50%;
  }

  .softphone-page-row2 .image-with-content-column .content-col span.icon {
    margin-left: 0;
    background-color: transparent;
    margin-bottom: 4px;
    margin-top: 2px;
  }

  .softphone-page-row3 .dnd-section[class*="-background-image"] {
    padding: 35px 20px 40px 20px !important;
  }

  .softphone-page-row5 .content-with-video-wrapper.video-section h2 {
    font-size: 29px;
    font-weight: bold;
    line-height: normal;
  }

  .softphone-page-row5 .content-with-video-wrapper.video-section h2 {
    font-size: 29px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 51px;
  }

  .softphone-page-row5 .content-with-video-wrapper.video-section {
    padding-top: 90px;
    padding-bottom: 88px;
  }

  .softphone-page-row5 .get-started-section h2 {
    margin-bottom: 45px;
    line-height: normal;
  }

  .softphone-page-row5 .get-started-section {
    padding-top: 74px;
  }

  .softphone-page-row5 .get-started-section h2 {
    margin-bottom: 40px;
    line-height: normal;
  }
  
  .softphone-page-row6 {
    padding: 0; 
  }  

  .erhvervstelefoni-row5 .hs-button {
    margin-top: 0;
    margin-bottom: 25px;
    white-space: normal !important;
    min-width: auto;
  }

  .softphone-page-row2 .image-with-content-column.right .content-col {
    padding-right: 15px;
    padding-top: 30px;
  }


  .microsoft-row1 .span4 {
    padding: 0 !important;
  }

  .microsoft-row1 .content-with-top-icon {
    margin-bottom: 50px;
  }

  .microsoft-row2 {
    background-color: #f7f7f7;
    padding: 50px 0 50px 0;
  }

  .microsoft-row3 .dnd-section>.row-fluid {
    padding: 0;
  }


  .microsoft-row4 .dnd-section>.row-fluid {
    padding: 15px;
  }

  .microsoft-row4 a.hs-button {
    max-width: 360px;
    height: auto;
    min-width: 100%;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 360px;
  }

  .microsoft-row4 a.hs-button:after {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    font-size: 20px;
    margin-right: 0;
  }

  .microsoft-row5 .video-section {
    padding: 10px 15px 80px 15px;
    min-height: 100%;
    max-height: 100%;
  }

  .microsoft-row7 h2 {
    padding: 0;
    display: inline-block;
  }

  .microsoft-row7 .dnd-section>.row-fluid {
    padding: 0;
  }

  .teams-info-section .team-info-col:nth-child(even) {
    float: none;
  }

  .softphone-page-row1 {
    padding-bottom: 46px;
    padding-top: 65px;
  }

  .softphone-page-row2 {
    padding-top: 40px;
  }

  .softphone-page-row2 .image-with-content-column.right .content-col span.icon {
    margin-right: 0;
  }

  .softphone-page-row2 .image-with-content-column.right .content-col {
    padding-right: 0;
    padding-top: 30px;
    padding-left: 0;
  }

  .erhvervstelefoni-row5 p {
    margin-bottom: 25px;
  }

  .erhvervstelefoni-row5 p:last-of-type {
    margin-bottom: 35px;
  }

  .erhvervstelefoni-row5 .hs-button {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .softphone-page-row5  .video-section .icon-rounded-play-icon {
    font-size: 119px;
    display: inline-block;
  }

  .softphone-page-row5 .content-with-video-wrapper.video-section {
    padding-top: 90px;
    padding-bottom: 88px;
    height: 430px;
  }

  .erhvervstelefoni-row2 .image-with-content-column.left .content-col {
    padding: 30px 0px 20px 0px;
    padding-right: 0;
    text-align: center;
  }

  .erhvervstelefoni-row2 .image-with-content-column.right .content-col {
    padding: 30px 0px 20px 0px;
    padding-left: 0;
    text-align: center;
  }

  .erhvervstelefoni-row4 .span5 .span6 img {
    padding-right: 0;
    max-width: 197px !important;
    width: 100%;
  }

  .volte-row1-wrapper {
    padding-bottom: 35px;
  }

  .volte-row2-wrapper .image-with-content-column .image-col {
    width: auto;
  }

  .volte-row2-wrapper .image-with-content-column .image-col img {
    width: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 400px;
  }

  .volte-row3-wrapper .widget-type-rich_text {
    padding: 35px 15px 0;
    text-align: center;
  }

  .wallboard-page-row1 .span6 img {
    width: 100%;
    margin: 0 auto;
  }

  .wallboard-page-row1 .span6 img {
    width: 100%;
    margin: 0 auto;
    max-width: 540px !important;
  }

  .wallboard-page-row1 .span6 h3 {
    font-size: 32px;
  }

  .wallboard-page-row1 .span6 p {
    margin-left: 0 !important;
    text-align: left;
  }

  .wallboard-page-row3 .content-with-top-icon {
    padding-bottom: 0;
    margin-bottom: 45px;
  }

  .wallboard-page-row4 {
    padding: 30px 0 60px;
  }

  .wallboard-page-row4 h2 {
    line-height: 1.3;
  }
  
   .wallboard-page-row6 .video-section h2 {
     margin-top: -5px;
     margin-bottom: 47px;
  }
  
  .wallboard-page-row6 .video-section {
    padding-bottom: 53px !important;
  }  

  .softphone-page-row2 .image-with-content-column {
    overflow: hidden;
    margin: 0 -15px;
  }

  .softphone-page-row2 .image-with-content-column.left .content-col {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .softphone-page-row2 .image-with-content-column.right .content-col {
    padding-right: 15px;
    padding-top: 30px;
    padding-left: 15px;
  }

  .softphone-page-row1 {
    padding-bottom: 46px;
    padding-top: 35px;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .image-col {
    order: 2;
    margin-top: 32px;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h2 {
    margin-top: 0;
    text-align: center;
    line-height: normal;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col {
    text-align: center;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col p {
    margin-bottom: 35px;
    margin-top: 30px;
    text-align: center;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h6 a:last-of-type {
    margin-right: 0;
  }

  .softphone-page-row1 .dnd-section[class*="-force-full-width-section"] .image-with-content-column .content-col h6 {
    margin-top: 20px;
  }

  .erhvervstelefoni-banner .btn-wrapper a.btn-success {
    margin-right: 0 !important;
  }

  .erhvervstelefoni-row2 .content-with-left-icon .image-col img {
    padding-right: 0;
  }

  .myfoneapp-page-row3 .span7 {
    width: 100%;
  }

  .myfoneapp-page-row3 .span7 .widget-type-cta {
    display: block;
    width: 100%;
    text-align: center;
  }

  .myfoneapp-page-row3 .span5 {
    width: 100%;
    text-align: center;
  }

  .myfoneapp-page-row3 .span5 .hs_cos_wrapper_type_module {
    display: block;
    width: 100%;
  }

  .myfoneapp-page-row3 a.hs-button {
    margin-left: 0;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-main-wrapper {
    padding: 20px 15px;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-buttons {
    text-align: center;
    padding: 0 15px;
  }

  .myfoneapp-page-row3 a.hs-button {
    margin-left: 0;
    margin-top: 25px;
  }

  .wallboard-page-row1 .span6 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .wallboard-page-row1 .span6 img {
    width: 100%;
    margin: 0 auto;
    max-width: 540px !important;
    text-align: center;
    display: block;
  }

  .wallboard-page-row1 .span6 h3 {
    text-align: center;
  }

  .microsoft-row6 .hs_cos_wrapper_type_form .hs-form {
    max-width: 747px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

  .microsoft-row7 .boxed-content {
    position: relative;
    margin-bottom: 40px;
  }



  .erhvervstelefoni-row2 .image-with-content-column.left .content-col,
  .erhvervstelefoni-row2 .image-with-content-column.right .content-col {
    padding: 30px 20px 20px 20px;

  }


  .erhvervstelefoni-row2 .widget-type-rich_text {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}


@media (max-width:748px) {
  .busylight-wrapper .bordtelefon-banner-wrapper .content-wrapper {
    margin-bottom: 42px;
  }
}

@media (min-width:992px) {
  .content-inner .content-left {
    width: 33.33333333%;
    float: left;
    margin-left: 8.33333333%;
  }

  .content-inner .content-right {
    width: 58.33333333%;
    padding-right: 0;
    float: left;
  }

  .sikkert-og-stabilt-wrapper {
    overflow-x:hidden;
  }

}

@media (max-width:600px) {
  .bordtelefon-row5 .video-section h2 {
    line-height: normal;
    margin-bottom: 0;
    padding-top: 75px;
    font-size: 29px;
    max-width: 350px;
  }

  .bordtelefon-row5 .video-section .icon-rounded-play-icon {
    margin-top: 38px;
    font-size: 83px;
    margin-bottom: 0;
  }

  .bordtelefon-row5 .video-section {
    padding-bottom: 68px;
  }


  .forhandler-row2 .widget-type-linked_image {
    padding: 0 10px;
  }

  .forhandler-row3 .widget-type-linked_image {
    padding: 0 15px;
  }

  .jobs-inner-row2 .widget-type-rich_text h2, .jobs-inner-row4 .widget-type-rich_text h2 {
    font-size: 30px;
  }
}

@media (max-width:599px) {
  .sikkert-og-stabilt-wrapper .about-banner-wrapper h1.top-cover-header {
    margin: 0;
    font-size: 20px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper {
    padding: 15px 0;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .image-wrap-inner {
    margin-top: 10px;
    max-width: 110px;
    padding: 0 !important;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper {
    width: 115px !important;
    text-align: center;
    margin-left: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image {
    width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .company-text {
    font-size: 15px;
    margin-top: 5px !important;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-2 {
    width: 183px;
    margin-top: 15px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-2 .company-text {
    margin-top: 5px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-3 {
    margin-top: 0 !important;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-3 {
    width: 192px;
    margin-top: 15px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper .icon-image.flexfont-top-image-4 {
    margin-top: 15px;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 85px;
  }

  .sikkert-og-stabilt-wrapper .about-banner-wrapper .box-wrapper.box-4 {
    width: 170px !important;
    text-align: center;
    margin-left: -40px !important;
  }

  .sikkert-og-stabilt-row3 .dnd-section {
    padding-right: 15px;
  }

  .microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img, .microsoft-row2 .row-fluid-wrapper:nth-child(2) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img, .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img, .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(2) .one-col-boxed-content .boxed-inner img, .microsoft-row2 .row-fluid-wrapper:nth-child(3) .span6:nth-child(1) .one-col-boxed-content .boxed-inner img {
    max-width: 77% !important;
  }
}

@media (max-width:479px){
  .microsoft-row4 a.hs-button {
    max-width: 100%;
    height: auto;
    min-width: 100%;
    text-align: left;
    padding-left: 10px;
    padding-right: 0px;
    width: 320px;
    padding-right: 45px;
    word-break: break-word;
  } 

  .microsoft-row5 .video-section h2 {
    font-size: 40px;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-buttons a.cm-button-outline {
    padding-right: 49px;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-title-text {
    width: 79.333333%;
  }

  .myfoneapp-page-row5 .accordion-wrapper .accordion-title-icon {
    width: 20.666667%;
  }

  .wallboard-page-row1 .span6 h3 {
    text-align: center;
    margin-left: 0;
  }

  .sikkert-og-stabilt-row2 .content-with-bg-image .content-col .btn-col a {
    max-width: 100%;
    white-space: normal;
  }

  .sikkert-og-stabilt-row1 h2 {
    font-size: 34px;
  }
}

@media (max-width:420px) {

  .content-inner h2,
  .bordtelefon-row4 .widget-type-rich_text h2{
    font-size: 30px;
  }

  .bordtelefon-row5 .get-started-section h2 a,
  .bordtelefon-row5 .video-section h2 {
    font-size: 30px;
  }

  .forhandler-row1 h1 {
    font-size: 25px;
  }

  .om-flexfone-row3 .cm-bottom-button {
    width: auto;
  }

  .voip-row3 form .grecaptcha-badge {
    overflow: hidden;
    margin-bottom: 2px;
  }

  .voip-row3 form .legal-consent-container~.hs_recaptcha,
  .ip-telefoni-row5 form .legal-consent-container~.hs_recaptcha{
    overflow: hidden;
    margin-top: 18px;
    margin-bottom: 0;
  }

  .telefonsystem-page-row1 h2 {
    font-size: 25px;
  }

  .telefonitjek-row1 .legal-consent-container~.hs_recaptcha {
    overflow: hidden;
    margin-top: 18px;
  }

  .telefonitjek-row1 .grecaptcha-badge {
    margin-bottom: 0;
  }

  .telefonitjek-row1 h2 {
    word-break:unset;
  }

  .team-page-wrapper .feature-banner .btn-primary .icon-rounded-play-icon:before {
    padding-left: 5px;
  }

  .ip-telefoni-row5 form .grecaptcha-badge {
    margin-bottom: 0;
  }

  .busylight-wrapper .bordtelefon-banner-wrapper .hero-section-text h1 {
    font-size: 33px;
  }

  .row1-full-width .widget-type-rich_text p + div,
  .voip-row1 .widget-type-rich_text p + div{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    min-height: .01%;
    overflow-x: auto;
  }


  main.body-container-wrapper .cm-chrome-btn {
    box-sizing: border-box !important;
    margin-bottom: 30px !important;
    padding-left: 45px;
    white-space: normal !important;
    height: auto;
    text-align: center;
  }

  .full-width-banner-wrapper .banner-wrapper h1 {
    font-size:32px;
  }
}

 .integrationer-row4 .hs_cos_wrapper_type_form .hs-form {
    max-width: 747px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }

.internet-til-erhverv-page-row6 {
    padding: 0;
  }

/*Kontaktformular sektion begynder */

  .home-page-row8  {
    /*padding-top: 55px;*/
    padding-bottom: 45px;
    background-color: #2D94F3;
    color: #ffffff;
  }

  .home-page-row8 h2  {
    padding-top: 55px;
    padding-bottom: 45px;
    color: #ffffff;
    font-size:40px;
  }

/*Kontaktformular sektion slutter */

/*Telefonsystem sektion begynder */

.home-page-row9 .home-options-section .left-col img {
  margin: 0;
}

.home-page-row9 .home-options-section a.btn {
  margin-top: 0;
}

/*Telefonsystem sektion slutter */

/* Mobile price add on */ 

.row6-priser .price-subscription-add-on .cm-row.bte-flex>div {
  width: 50%;
}

.row6-priser .price-subscription-add-on .cm-row.bte-flex {
  margin: 0;
}

.row6-priser .price-subscription-add-on .price-primary.price-background>div {
  margin-top: -30px;
}
.row6-priser .price-subscription-add-on .price-body p {
  margin-bottom: 0;
  color: #595959;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  right: 0;
}
.row6-priser .price-subscription-add-on .price-body p span {
  font-size: 11px;
  color: #a4a4a4;
  display: block;
  font-weight: normal;
  line-height:1;
}

.row6-priser .price-subscription-add-on .price-body .cm-col-xs-6 {
  font-size: 14px;
  line-height: 1.42857143;
}

.row6-priser .price-subscription-add-on .price-body div.content:nth-child(odd) {
  background: #f7f7f7;
}
.row6-priser .dnd-section {
  padding: 35px 15px 50px 15px;
}

.row6-priser .dnd-section h2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #343a44;
  margin-bottom: 15px;
  margin-top: 20px;
  line-height: 1.1;
}


.row6-priser .dnd-section p {
  text-align: center;
  margin-bottom: 30px;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 1.42857143;
}

.row6-priser  .price-subscription-add-on {
  width: 560px;
  margin: 0 auto;
  position: relative;
}

.row6-priser .price-subscription-add-on .cm-row.bte-flex>div:last-child p,
.row6-priser .price-subscription-add-on .cm-row.bte-flex>div:nth-last-child(2) p {
  font-size: 16px !important;
}

.row6-priser .price-subscription-add-on .cm-row.bte-flex>div.green-bubble p,
.row6-priser .price-subscription-add-on .cm-row.bte-flex>div.green-bubble p {
  font-size: 10px !important;
}

.row6-priser .price-subscription-add-on .price-primary.price-background {
    min-height: 122px;
  }

.row6-priser .price-subscription-add-on .cm-row.bte-flex.clearfix .green-bubble p {
    color: #fff !important;
    font-size: 10px !important;
    margin-bottom: 30px !important;
  }

  .row6-priser .price-subscription-add-on {
    width: 100%;
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.navbar-preheader {
  background-color: #1666a7;
  height: 40px;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
}

.navbar-preheader .cm-container-fluid {
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-preheader a {
  color: #fff;
  text-decoration: underline;
}

.navbar-preheader a:hover,
.navbar-preheader a:focus{
  color:#fff;
}

.navbar-mainheader {
  background-color: #2d94f3;
  width: 100%;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 25%);
  z-index: 99;
  position: relative;
}

.navbar-mainheader .cm-container-fluid {
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  border: none;
  margin-top: 15px;
  margin-bottom: 0;
  cursor:pointer;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 4px;
}


.header-logo {
  float: left;
  padding: 15px 15px 19px;
  font-size: 18px;
  margin-left: -15px;
  line-height: 20px;
}

.header-logo img {
  width: 100% !important;
  max-width: 155px;
  vertical-align: middle;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
}

.collapse.navbar-collapse  .menu-inner {
  margin: 7.5px -15px;
  display: flex;
  align-items:center;
}

.header_button a {
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  padding: 6px 0;
  margin-left: 30px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 6px 10px;
  text-transform: uppercase;
  background: transparent;
  line-height: 20px;
  transition:none;
}

.header_button a:hover,
.header_button a:focus,
.header_button a:active{
  background: transparent;
  color: #e4e4e4;
  border: 1px solid #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul li a {
  color: #fff;
  font-weight: 600;
  font-family: 'Open Sans',sans-serif;
  font-size: 15px;
  padding: 6px 0;
  margin-left: 30px;
  display: inline-block;
  border: 1px solid transparent;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
  margin-left: 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #e4e4e4;
}

.cm-header .pull-right {
  float: right!important;
  padding: 0 0 0 22px;
}

.cm-header .pull-right:last-of-type {
  padding-right: 0;
}

.navbar-preheader .icon-login-links {
  margin-right: 4px;
}

.navbar-preheader .pull-right a {
  position: relative;
  text-decoration: none;
  top: -1px;
  color: #fff;
  text-transform: uppercase;
}

.header-top-left {
  float: left;
}

.navbar-preheader .pull-right a:hover {
  text-decoration: underline;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  border: none;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 29%);
  min-width: 494px;
  opacity:0;
  pointer-events:none;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  top: 37px;
  transform: translateX(-47%);
  left: 50%;
  margin-top: 10px;
  display:none;
}

/*Denne er indsat for at dropdown menuen laver en scrollbar på mindre skærme, så man kan se alt hvad der er i dropdown menuen.*/

@media (max-height:900px) {

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  border: none;
  box-shadow: 0 0 9px 0 rgb(0 0 0 / 29%);
  min-width: 494px;
  opacity:0;
  pointer-events:none;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  top: 22px;
  transform: translateX(-47%);
  left: 50%;
  margin-top: 10px;
  display:none;
  overflow:auto;
  max-height:600px;
}
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child>ul {
  transform: translateX(-49%);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position:relative;  
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
  opacity: 1;
  pointer-events:auto;
  display:block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -21px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-width: 11px;
  content: '';
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:after {
  top: -11px;
  left: 0;
  content: '';
  width: 100%;
  height: 30px;
  position: absolute;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>ul:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: -21px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #fff;
  border-width: 11px;
  content: '';
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
  padding: 17px 25px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  display: block;
  margin-bottom: -1px;
  color: #343a44;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #fff;
  margin: 0;
  padding-left: 103px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-of-type > a {
  padding-top: 31px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-of-type > a {
  padding-top: 19px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:first-of-type > a:before {
  content: "\e60e";
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a i {
  font-weight: 400;
  text-transform: none;
  color: #747c83;
  font-size: 14px;
  display: block;
  font-style: unset;
  margin-top: 3px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(2) > a:before {
  content: "\e609";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(3) > a:before {
  content: "\e60a";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(4) > a:before {
  content: "\e9b1";
  background-color: #5558af;
  padding-left:8px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(4) > a:hover:before {
  background-color:#4347a6;
}

/* CallAI menu ikon i TELEFONI dropdown */

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(5) > a:before {
  content: "\e9e9";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-of-type>ul>li:nth-child(5)>a:after {
  background-color: #75be16;
  border-radius: 6.5px;
  padding: 3px 5px;
  margin: 5px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  content: 'nyt';
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  display: inline;
  top: 15px;
  right: 35.6%;
  padding-right: 4px;
}

/* wallboard menu ikon i TELEFONI dropdown */

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li:nth-child(6) > a:before {
  content: "\e98c";
  font-size: 18px;
  line-height: 28px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:before {
  font-family: flexfone-font;
  display: inline-block;
  margin: -1px 0 0 12px;
  padding: 10px 10px 9px 10px;
  border-radius: 100%;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  width: 48px;
  height: 48px;
  background-color: #2d94f3;
  position: absolute;
  left: 24px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover:before {
  background-color: #1666a7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
  background-color: #f6f9fc;
}


.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul {
  padding: 10px 0;
  background-color: #f6f9fc;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  position: relative;
  display: block;
  margin-bottom: -1px;
  padding: 16px 25px 14px 79px;
  color: #343a44;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: 1.1;
  margin-left:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top:14px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li:last-child>a {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-bottom: 16px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li > a:before {
  font-family: flexfone-font;
  display: inline-block;
  margin: -6px 0 0 12px;
  border-radius: 100%;
  color: #fff;
  background-color: #2d94f3;
  position: absolute;
  left: 24px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li > a:hover:before {
  background-color: #1666a7;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:first-child > a:before {
  content: "\e608";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:nth-child(2) > a:before {
  content: "\e993";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:nth-child(3) > a:before {
  content: "\e93b";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:nth-child(4) > a:before {
  content: "\e9d3";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:nth-child(5) > a:before {
  content: "\e982";
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-of-type > ul > li > ul > li:nth-child(6) > a:before {
  content: "\e9a5";
}

/* Om Flexfone menu dropdown styling */

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-of-type>a {
  padding-top: 41px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a {
  padding-bottom: 21px;
  padding-top:25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li>a:before {
  margin: -11px 0 0 12px;
}
/* Om Flexfone menu dropdown styling slut*/

/* Om Flexfone desktop menu ikoner */

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:first-of-type>a:before {
  content: "\e90a";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(2)>a:before {
  content: "\e90c";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(3)>a:before {
  content: "\e90b";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(4)>a:before {
  content: "\e90d";
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(5)>a:before {
  content: "\e9b5";
  text-align:center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(6)>a:before {
  content: "\e983";
  font-size: 23px;
  padding-top:13px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(7)>a:before {
  content: "\e9d0";
  
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:nth-child(8)>a:before {
  content: "\e9d2";
}

/* Om Flexfone desktop menu ikoner slut */

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-of-type>a {
  padding-bottom: 36px;
  padding-top: 25px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:last-of-type>a:before {
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:first-of-type>a:before {
  padding-right: 0;
  padding-left: 15px;
}


.sticky-header .navbar-mainheader {
  position: fixed;
  top: 0;
}

.cm-header {
  min-height: 116px;
}

@media (max-width:813px) and (min-width:768px){
  .header_button a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    margin-left: 15px;
  }
}


@media (max-width:870px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:nth-child(1)>ul {
    left: 0;
    transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:first-child>ul:before {
    left: 70px;
  }
}

@media (min-width:768px) {
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
    margin-right: 0;
    margin-left: 0;
    width: auto;
  }

  .collapse.navbar-collapse .menu-inner {
    margin: 0;
    float: right!important;
    margin-right: -15px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-toggle {
    display: none;
  }

  .header_button a {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

@media (max-width:992px) {
  .header-logo img {
    max-width: 120px;
  }

  .header-logo {
    height: 50px;
  }
}

@media (max-width:767px) {
  .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }

  .collapse.navbar-collapse {
    display: none;
  }

  .header-logo {
    height: auto;
    padding: 15px 15px;
    margin: 0;
  }

  .navbar-mainheader .cm-container-fluid {
    padding: 0;
  }

  .header-top-left {
    display: none;
  }

  .header-top-left {
    display: none;
  }

  .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-toggle:hover > span {
    background-color: #2d94f3;
  }

  .cm-header {
    min-height: 102px;
  }

}

@media (min-width:768px) {
  .mobile-menu-wrapper {
    display:none;
  }
}


.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: .2s all ease-out;
}

.menu-open .mobile-menu-wrapper {
  opacity: 1;
  pointer-events: auto;
}

.mobile-inner-wrapper {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  margin: 10px;
}

.menu-open .mobile-inner-wrapper {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.mobile-main-wrapper {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  height: 100%;
}

.menu-open {
  overflow: hidden;
}

.mobile-menu-inner {
  padding: 15px;
}

.mobile-menu-inner .icon-cross {
  cursor: pointer;
  color: #343a44;
  font-size: 25px;
  float: right!important;
}

.mobile-menu-inner .hs-menu-wrapper > ul > li > a {
  padding: 0;
  padding-left: 12px;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 25px 0 10px 0;
  color: #747c83;
  line-height: 1.1;
}

.mobile-menu-inner .hs-menu-wrapper ul {
  margin: 0;
  display: block;
  margin-bottom:10px;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li {
  padding: 9px 0;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li a {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  color: #343a44;
  vertical-align: middle;
  line-height:1.1;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li a:before {
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  background-color: #2d94f3;
  margin-left: 12px;
  border-radius: 100%;
  color: #fff;
  margin-top: 0;
  font-size: 18px;
  height: 28px;
  width: 28px;
  text-align: center;
  padding: 0;
  line-height: 28px;
  font-family: flexfone-font;
  margin-right: 16px;
  margin-top: 0;
}
.mobile-menu-inner .hs-menu-wrapper ul ul li a {
  display: flex;
  height: 28px;
  align-items: center;
}
.mobile-menu-inner .hs-menu-wrapper ul ul li.myfone a:before {
  content: "\e60e";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.myfone-app a:before {
  content: "\e609";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.bordtelefon a:before {
  content: "\e60a";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.softphone > a:before {
  content: "\e93b";
}


.mobile-menu-inner .hs-menu-wrapper ul ul li.microsoft-teams > a:before {
  content: "\e9b1";
  background-color: #4347a6;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.blog>a:before {
  content: "\e983";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.flexfone-callai>a span:after {
  background-color: #75be16;
  border-radius: 6.5px;
  padding: 1px 5px;
  margin: 5px;
  font-size: 10px;
  text-transform: uppercase;
  vertical-align: middle;
  content: 'nyt';
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  display: inline;
  top: -1px;
  right: -43px;
  padding-right: 4px;
}
.mobile-menu-inner .hs-menu-wrapper ul ul li a span {
  position: relative;
}
.mobile-menu-inner .hs-menu-wrapper ul ul li a {
  position: relative;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.wallboard > a:before {
  content: "\e98c";
  font-size: 14px;
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.alle-funktioner > a:before {
  content: "\e608";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.busylight > a:before {
  content: "\e993";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.materialer > a:before {
  content: "\e982";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.priser> a:before {
  content: "\e9a5";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.internet > a:before {
  content: "\e942";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.om-flexfone > a:before {
  content: "\e90a";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.kundecases > a:before {
  content: "\e90c";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.kvalitet-og-stabilitet > a:before {
  content: "\e90b";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.medarbejdere > a:before {
  content: "\e90d";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.forhandler > a:before {
  content: "\e9b5";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.jobs>a:before {
  content: "\e9d0";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.ofte-stillede-spørgsmål>a:before {
  content: "\e9d2";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.integrationer>a:before {
  content: "\e9d3";
}

.mobile-menu-inner .hs-menu-wrapper ul ul li.flexfone-callai>a:before {
  content: "\e9e9";
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.flex-footer {
  position: relative;
  z-index: 98;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.42857143;
}

.flex-footer p {
  color: #858c93;
  margin-top: 8px
}

.flex-footer p:last-of-type {
  margin-bottom: 0
}

.flex-footer p a {
  color: #464d57;
  text-decoration: none
}

.flex-footer p a:hover {
  color: #858c93
}


.flex-footer hr {
  border-top: 1px solid #ededed;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 0;
}


.flex-footer .cm-container-fluid {
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
}

.flex-footer .cm-container-fluid {
  margin: auto;
}


.flex-footer .cm-row:before {
  display: table;
  content: " ";
}

.flex-footer .cm-row:after {
  display: table;
  content: " ";
  clear: both;
}

.cm-col-lg-2-4, .cm-col-md-2-4, .cm-col-sm-2-4, .cm-col-xs-2-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.flex-footer .cm-row {
  margin: 0 -15px;
}

.flex-footer .footer-copyright {
  font-size: 9px;
  color: #323a45;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-bottom: 0;
  line-height: 1.42857143;
}

.flex-footer .gazelle img {
  max-width: 130px !important;
  width: 100% !important;
}

.flex-footer .footer-logo img {
  max-width: 124px !important;
  width: 100% !important;
}

.flex-footer img {
  min-width: 98px;
  width: auto !important;
  vertical-align:middle;
}

.flex-footer .footer-partner-1 img {
  max-width: 129px !important;
  width: 100% !important;
}

.footer-menu .hs-menu-wrapper ul {
  display: block;
}

.footer-menu .hs-menu-wrapper ul ul li {
  margin: 8px 0 10px 0;
}

.footer-menu .hs-menu-wrapper ul ul li:last-child {
  margin-bottom: 0;
}

.footer-menu .hs-menu-wrapper ul li a {
  padding: 0;
  display: inline-block;
  color: #464d57;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li > a ,
.flex-footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 0;
  letter-spacing: 1px;
  font-size: 18px;
  line-height:1.1;
  color: #333;
  font-family: Open Sans;
  pointer-events:none;
}

/*
.flex-footer .footer-status a:before {
  color: #cecece;
  font-size: 19px;
  padding-right: 5px;
  float: left;
  font-weight: 300;
  font-family: 'flexfone-font';
  content: "\e94b";
  color: #4cd964;
  line-height: 1;
}*/

@media (min-width: 992px){
  .cm-col-md-2-4 {
    width: 20%;
    float: left;
  }
}

@media screen and (max-width: 992px){
  .flex-footer .cm-col-md-2-4 {
    margin-bottom: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.hs-blog-listing .hs_cos_wrapper_type_blog_subscribe,
.hs-blog-post .hs_cos_wrapper_type_blog_subscribe{
  max-width: 100%x;
  background-color: transparent;
  border-radius: 0x;
  box-shadow: none;
  color: #454b56;
  padding: 0x;
  display: block;
}
.hs-blog-listing .hs_cos_wrapper_type_blog_subscribe form,
.hs-blog-post .hs_cos_wrapper_type_blog_subscribe form{
  max-width: 747px;
  background-color: #f9f9fb;
  border-radius: 5px;
  box-shadow: 0 1px 6px 0 rgb(153 153 153 / 50%);
  color: #454b56;
  padding: 15px;
  display: block;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 15px;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 30px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #747c83;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #747c83;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #747c83;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #747c83;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #747c83;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #747c83;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  line-height: 24px;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  content: counter(list-item);
  margin-right: 15px;
}

.blog-sidebar-post-listing li a {
  position: relative;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 95%;
    padding: 30px 15px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


@media (max-width:479px) {
  .blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: hidden;
  }
}
@media (max-width:850px) and (min-width: 768px) {
  .blog-sidebar-post-listing li a,
  .blog-sidebar a{
    font-size: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
input.email-edit.hs-input {
    width: 100% !important;
}
.systems-page #hs_cos_wrapper_backup_unsubscribe_email_simple_subscription form#email-prefs-form {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
ul.no-list.hs-error-msgs {
    padding: 0;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "Open Sans",sans-serif;
  font-size: 1.25rem;
  color: #747c83;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #747c83;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}




.error-404 .content-wrapper {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  height: 612px;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 1.42857143;
}

.error-404 h1 {
  font-weight: bold;
  letter-spacing: 2.5px;
  font-size: 45px;
  margin-top: 174px;
  margin-bottom: 30px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  color: #343a44;
  padding-bottom: 42px;
  margin-top: 92px;
}

.error-404  p {
  font-size: 24px;
  color: #343a44;
  margin-bottom: 30px;
  font-weight: 400;
}

.error-404 a {
  font-size: 24px;
}


@media (max-width:767px) {
  .error-404 h1 {
    letter-spacing: initial;
    line-height: normal;
  }

  .error-404 p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.33;
  }

  .error-404 .content-wrapper {
    height:auto;
  }
  .systems-page .success {
    width: 100% !important;
    min-width: auto !important;
}
}
@media (max-width:400px) {
.systems-page h1 {
    font-size: 26px;
  }
  .systems-page h2 {
    font-size: 23px;
  }
}