.prisberegner {
  font-size: 13px;
  font-weight: 300;
  /*
    .ui-input-text{
        display:inline-block;
    }

    input[size="4"]{
        min-width:200px;
    }
    */

}
.prisberegner .ui-input-text,
.prisberegner .ui-input-search {
  border-color: #aaaaaa;
}
.ui-btn.btn-sm {
  padding: .5em 1em;
  margin: 0em 0;
  font-size: 14px;
  font-weight: 400;
}
.P_field label {
  font-size: 11px !important;
}
.P_field label span {
  font-size: 11px !important;
}
.popermoSlider div.ui-slider-mini {
  margin-left: 0px;
  margin-top: 5px;
  width: 100%;
}
.popermoSliderWithField div.ui-slider-mini {
  width: 77%;
}
.popermoHelp {
  margin-top: 0px;
  margin-right: 5px;
  float: left;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  background-color: #e1ecf7;
  border: 1px solid #2171a5;
  padding: 10px;
  max-width: 300px;
}
.P_text {
  width: 400px;
  float: left;
  margin-top: 10px;
}
.P_fieldset {
  margin-top: 5px;
}
.P_sublabel {
  width: 150px;
  float: left;
  margin-top: 10px;
}
.P_sublabel_nofield {
  width: 150px;
  float: left;
  margin-top: 5px;
}
.P_subtext {
  width: 90px;
  float: left;
  margin-top: 5px;
}
.P_fbreak {
  display: block;
  clear: both;
}
.P_spacerline {
  background-color: #e1ecf7;
  height: 2px;
  margin-bottom: 20px;
}
.formSubHeader {
  background-color: #336797;
  padding-top: 10px;
  padding-bottom: 3px;
  padding-right: 10px;
  padding-left: 15px;
  cursor: pointer;
  height: 25px;
  margin-top: 5px;
}
.formSubContent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.formHeaderIcon {
  float: left;
}
.formSubHeaderIcon {
  float: left;
}
.totalPremiumContainer {
  background-color: #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  /*height: 32px;*/
  margin-top: 5px;
}
/*
.totalPremiumContainer:after {
    clear: both;
    content: "";
    display: block;
    width: 100%;
}
*/

.sletBtn {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.addBtn {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.downloadBtn {
  max-width: 250px;
}
#extraPersonsContainer,
#extraChildInsurancePersonsContainer {
  display: none;
}
#LifeInsuredSumContainerHund {
  display: none;
}
/************** MOBIL ********************/

@media (max-width: 767px) {
  .P_subfieldset {
    border-bottom: 1px dotted #cecece;
  }
  .formHeader {
    background-color: #e1ecf7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 8px;
    cursor: pointer;
    /* height: 32px;*/
    margin-top: 5px;
  }
  .formHeaderTxt {
    font-size: 14px;
    margin-top: 6px;
    margin-left: 7px;
    float: left;
  }
  .formSubHeaderTxt {
    font-size: 14px;
    margin-left: 10px;
    float: left;
  }
  .formSubHeaderPremium {
    float: right;
    font-size: 14px;
  }
  .formHeaderPremium,
  .formHeaderPremiumTotal {
    /*float: right;*/
    font-size: 14px;
    margin-top: 6px;
  }
  .totalPremiumHeaderTxt {
    font-size: 14px;
    margin-top: 6px;
    float: left;
  }
  .formContent {
    padding: 8px;
  }
  .formMsg {
    background-color: #f7e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 8px;
  }
  .P_field {
    width: 100%;
    float: left;
  }
  .P_field_large {
    width: 100%;
    float: left;
  }
  .P_label {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .P_label_twolines {
    width: 100%;
    float: left;
    margin-top: 7px;
    font-size: 13px;
    font-weight: bold;
  }
  .P_label label {
    font-size: 13px !important;
    font-weight: bold;
  }
  .P_label_twolines label {
    font-size: 13px !important;
    font-weight: 300;
  }
  .P_subfield {
    width: 90px;
    float: left;
  }
}
/************** TABLET & DESKTOP ********************/

@media (min-width: 768px) {
  .formHeader {
    background-color: #e1ecf7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    cursor: pointer;
    /* height: 32px;*/
    margin-top: 5px;
  }
  .formHeader:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
  }
  .formHeaderTxt {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 15px;
    float: left;
  }
  .formSubHeaderTxt {
    font-size: 16px;
    margin-left: 10px;
    float: left;
  }
  .formSubHeaderPremium {
    float: right;
    font-size: 16px;
  }
  .formHeaderPremium,
  .formHeaderPremiumTotal {
    /*float: right;*/
    font-size: 16px;
    margin-top: 6px;
  }
  .totalPremiumHeaderTxt {
    font-size: 16px;
    margin-top: 6px;
    float: left;
  }
  .formContent {
    padding: 20px;
  }
  .formMsg {
    background-color: #f7e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 20px;
  }
  .P_field {
    width: 400px;
    float: left;
  }
  .P_field_large {
    width: 650px;
    float: left;
  }
  .P_label {
    width: 150px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
  }
  .P_label_twolines {
    width: 150px;
    float: left;
    margin-top: 7px;
    font-size: 13px;
    padding-right: 10px;
  }
  .P_label_twolines label {
    font-size: 13px !important;
    font-weight: 300;
  }
  .P_label label {
    font-size: 13px;
  }
}
.P_pricefield {
  padding-top: 8px;
  width: 70px !important;
}
.formForfald {
  background-color: #eaf0f4;
  text-align: right;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.tmpPremumFields {
  float: left;
  margin-right: 20px;
  display: none;
}
.formSubHeaderIcon {
  display: none;
}
.formSubHeader {
  background-color: #336797;
  color: white;
  text-decoration: uppercase;
}
.beregnerHeader {
  cursor: pointer;
}
option {
  color: black !important;
}
@media (min-width: 768px) {
  .formHeaderPremium {
    margin-top: 16px;
  }
  .formHeaderPremiumNew {
    /*float: right;*/
    font-size: 16px;
    margin-top: 16px !important;
  }
}
@media (max-width: 767px) {
  .beregnerHeader {
    font-size: 14px;
  }
  .beregnOverlay .overlay-modal {
    margin-top: 30px;
  }
  .beregnOverlay .text {
    font-size: 34px;
    line-height: 34px;
  }
  .formHeaderPremium {
    margin-top: 0px;
    font-size: 14px;
  }
  .formHeaderPremiumNew {
    /*float: right;*/
    font-size: 14px;
    margin-top: 0px !important;
  }
}
.ui-controlgroup-horizontal.ui-mini .ui-btn-inner {
  height: auto !important;
}
.formSubHeader {
  height: auto !important;
  padding-bottom: 10px !important;
}
.formSubHeader:after {
  clear: both;
  display: block;
  content: "";
  width: 100%;
}
.formHeaderPremium,
.formHeaderPremiumTotal,
.totalPremiumHeaderTxt {
  margin-top: 0px !important;
}
.P_field label {
  font-size: 11px !important;
}
.P_field label span {
  font-size: 11px !important;
}
.popermoSlider div.ui-slider-mini {
  margin-left: 0px;
  margin-top: 5px;
  width: 100%;
}
.popermoSliderWithField div.ui-slider-mini {
  width: 77%;
}
.popermoHelp {
  margin-top: 0px;
  margin-right: 5px;
  float: left;
}
.tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  background-color: #e1ecf7;
  border: 1px solid #2171a5;
  padding: 10px;
  max-width: 300px;
}
.P_text {
  width: 400px;
  float: left;
  margin-top: 10px;
}
.P_fieldset {
  margin-top: 5px;
}
.P_sublabel {
  width: 150px;
  float: left;
  margin-top: 10px;
}
.P_sublabel_nofield {
  width: 150px;
  float: left;
  margin-top: 5px;
}
.P_subtext {
  width: 90px;
  float: left;
  margin-top: 5px;
}
.P_fbreak {
  display: block;
  clear: both;
}
.P_spacerline {
  background-color: #e1ecf7;
  height: 2px;
  margin-bottom: 20px;
}
.formSubHeader {
  padding-top: 10px;
  padding-bottom: 3px;
  font-weight: bold;
  padding-right: 10px;
  padding-left: 5px;
  height: 25px;
  margin-top: 5px;
}
.formSubContent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 5px;
}
.formHeaderIcon {
  float: left;
}
.formSubHeaderIcon {
  float: left;
}
.totalPremiumContainer {
  background-color: #cecece;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  padding-left: 20px;
  /*height: 32px;*/
  margin-top: 5px;
}
.sletBtn {
  width: 150px;
  float: left;
  margin-right: 20px;
}
.addBtn {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.downloadBtn {
  max-width: 250px;
}
#extraPersonsContainer,
#extraChildInsurancePersonsContainer {
  display: none;
}
#LifeInsuredSumContainerHund {
  display: none;
}
.placeholder {
  color: #aaaaaa;
}
.fileupload {
  width: 175px;
  height: 35px;
  position: relative;
  overflow: hidden;
  background-image: url('/media/btn_bg_v2.gif');
  background-repeat: no-repeat;
  padding-left: 55px;
  padding-top: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.fileupload input.inputFile {
  position: absolute;
  top: 0;
  right: 0;
  /* not left, because only the right part of the input seems to
                 be clickable in some browser I can't remember */
  cursor: pointer;
  opacity: 0.0;
  filter: alpha(opacity=0);
  /* and all the other old opacity stuff you
                                 want to support */
  font-size: 300px;
  /* wtf, but apparently the most reliable way to make
                         a large part of the input clickable in most browsers */
  height: 200px;
}
.fileupload_bar {
  height: 18px;
  background: green;
}
#fileupload_progress {
  width: 200px;
  border: 1px solid gray;
}
/************** MOBIL ********************/

@media (max-width: 767px) {
  .formHeader {
    background-color: #e1ecf7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 8px;
    /*height: 32px;*/
    margin-top: 5px;
  }
  .formHeaderTxt {
    font-size: 14px;
    margin-top: 6px;
    margin-left: 7px;
    float: left;
  }
  .formSubHeaderTxt {
    font-size: 14px;
    margin-left: 10px;
    float: left;
  }
  .formSubHeaderPremium {
    /*float: right;*/
    font-size: 14px;
  }
  .formHeaderPremium,
  .formHeaderPremiumTotal {
    /* float: right;*/
    font-size: 14px;
    margin-top: 6px;
  }
  .totalPremiumHeaderTxt {
    font-size: 14px;
    margin-top: 6px;
    float: left;
  }
  .formContent,
  .formContentSmaller {
    padding: 5px;
  }
  .formMsg {
    background-color: #f7e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 8px;
  }
  .P_field {
    width: 100%;
    float: left;
  }
  .P_label {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    font-weight: bold;
  }
  .P_label_twolines {
    width: 100%;
    float: left;
    margin-top: 7px;
    font-weight: bold;
  }
  .P_label_twolines label {
    font-size: 13px !important;
    font-weight: 300;
  }
  .P_label label {
    font-size: 13px;
    font-weight: bold;
  }
  .P_subfield {
    width: 90px;
    float: left;
  }
  .PLabelInline {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
  }
  .PFieldInline {
    float: left;
  }
  .PLabelInline100 {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 100px;
  }
  .PLabelInline140 {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 140px;
  }
  .PLabelInline150 {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 150px;
  }
  .PLabelInline150TwoLines {
    float: left;
    margin-right: 10px;
    padding-top: 2px;
    width: 150px;
  }
  .PLabelInlineDesk190Phone150TwoLines {
    float: left;
    margin-right: 0px;
    padding-top: 2px;
    width: 150px;
  }
  .PLabelInlineHeadToogle {
    float: left;
    margin-right: 0px;
    padding-top: 10px;
    width: 150px;
  }
  .PToogle1Line {
    width: 150px;
    margin-right: 10px;
    padding-top: 10px;
    float: left;
  }
  .PToogle2Lines,
  .PToogle2LinesDesktop {
    width: 150px;
    margin-right: 10px;
    padding-top: 2px;
    float: left;
  }
}
/************** TABLET & DESKTOP ********************/

@media (min-width: 768px) {
  .PToogle1Line,
  .PToogle2Lines {
    width: 190px;
    margin-right: 10px;
    padding-top: 10px;
    float: left;
  }
  .PToogle2LinesDesktop {
    width: 190px;
    margin-right: 10px;
    padding-top: 2px;
    float: left;
  }
  .PToogleSideBySideTxt {
    margin-top: 0.5em;
  }
  .formHeader {
    background-color: #e1ecf7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    /*height: 32px;*/
    margin-top: 5px;
  }
  .oldPageLayout > .formHeader {
    background-color: #e1ecf7;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 20px;
    height: 52px;
    margin-top: 5px;
  }
  .formHeaderTxt {
    font-size: 16px;
    margin-top: 6px;
    margin-left: 15px;
    float: left;
  }
  .formSubHeaderTxt {
    font-size: 16px;
    margin-left: 10px;
    float: left;
  }
  .formSubHeaderPremium {
    float: right;
    font-size: 16px;
  }
  .formHeaderPremium,
  .formHeaderPremiumTotal {
    /*float: right;*/
    font-size: 16px;
    margin-top: 6px;
  }
  .totalPremiumHeaderTxt {
    font-size: 16px;
    margin-top: 6px;
    float: left;
  }
  .formContent {
    padding: 20px;
  }
  .formContentSmaller {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .formMsg {
    background-color: #f7e1e1;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 3px;
    padding-left: 20px;
  }
  .P_field {
    width: 400px;
    float: left;
  }
  .P_label {
    width: 150px;
    float: left;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 300;
  }
  .P_label_twolines {
    width: 150px;
    float: left;
    margin-top: 7px;
    font-weight: 300;
  }
  .P_label label {
    font-size: 13px;
    font-weight: 300;
  }
  .P_subfield {
    width: 90px;
    float: left;
  }
  input.ui-input-text {
    padding-top: 0.6em !important;
    padding-bottom: 0.5em !important;
  }
  .PLabelInline,
  .PLabelInline100,
  .PLabelInline140,
  .PLabelInline150,
  .PLabelInline150TwoLines {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
  }
  .PFieldInline {
    float: left;
  }
  .PLabelFieldRadioContraTxt {
    padding-top: 8px;
  }
  .PLabelInlineDesk190Phone150TwoLines {
    float: left;
    margin-right: 10px;
    padding-top: 10px;
    width: 190px;
  }
  .PLabelInlineHeadToogle {
    float: left;
    margin-right: 0px;
    padding-top: 10px;
    width: 150px;
  }
}
/* Helpers */

.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.hidden-data {
  display: none;
}
.uppercase {
  text-transform: uppercase;
}
.relative {
  position: relative;
}
.displayblock {
  display: block !important;
}
/* badges in slider */

.badge-holder {
  max-width: 1170px;
  margin: auto;
}
.badge-div {
  text-align: right;
  position: absolute;
  bottom: 350px;
  width: 100%;
  max-width: 1170px;
}
.badge-div img {
  float: right !important;
  margin: 0px 10px 0px 0px !important;
}
/* ********************** */

.grayLineBottom {
  border-bottom: 1px solid #ffe9ea;
}
.alert-opdater-profil {
  display: none;
}
.beskedContainer {
  font-size: 14px;
  color: black;
  float: right;
  margin-right: 50px;
  margin-top: 5px;
  display: none;
}
.beskedBubble {
  float: right;
}
.beskedTxt {
  float: right;
  margin-top: 6px;
  margin-right: 7px;
}
.beskedNo {
  width: 24px;
  text-align: center;
  font-weight: bold;
}
.searchword {
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* fixed header */

#columnset29 {
  position: fixed;
  top: 0;
  z-index: 99999991;
  background: white;
}
#columnset7 {
  margin-top: 138px;
}
#columnset7.withCookie {
  margin-top: 184px;
}
.showDropdown {
  cursor: pointer;
}
.holder {
  padding: 0;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}
.pointer {
  cursor: pointer;
}
.readmore {
  text-transform: uppercase;
}
.layoutcolumn {
  overflow: visible !important;
}
.ui-page-theme-a a:visited,
a:visited,
a:hover,
a:focus,
a {
  text-decoration: none;
  color: #336797;
}
input[type="search"],
input {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */

}
#mergefield_breadcrumb a,
#mergefield_breadcrumb {
  font-size: 12px;
  color: #333333;
  font-style: italic;
}
#content {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#content.open {
  padding: 15px;
  margin: -15px;
}
.h1,
h1 {
  margin-top: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  word-wrap: break-word;
}
.h2,
h2.sectionheader,
h2 {
  margin-top: 0;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  word-wrap: break-word;
}
.h3,
h3.sectionheader,
h3 {
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1330px) {
  .badge-div {
    bottom: 250px;
  }
}
@media (max-width: 1024px) {
  #columnset29 {
    position: relative;
  }
  #columnset7 {
    margin-top: 0px;
  }
  #columnset7.withCookie {
    margin-top: 0px;
  }
  .badge-div {
    bottom: 350px;
  }
}
/*md1024*/

@media (max-width: 767px) {
  .badge-holder {
    display: none;
  }
  .beskedContainer {
    float: none;
    height: 35px;
  }
  .beskedBubble {
    float: left;
    margin-right: 10px;
  }
  .beskedTxt {
    float: left;
  }
  .h1,
  h1 {
    font-size: 20px;
    line-height: 26px;
  }
}
/* md767 */

/* Btn */

.bigPadding {
  padding: 15px 15px !important;
}
.green-btn {
  display: inline-block;
  background: #7ff043;
  color: white;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
a.green-btn:visited,
a.green-btn {
  text-decoration: none;
  color: white;
}
a.green-btn:hover {
  background: #6cdd30;
  color: white;
}
/* blue btn */

.blue-btn {
  display: inline-block;
  background: #b9c9d7;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
a.blue-btn:visited,
a.blue-btn {
  text-decoration: none;
  font-weight: 400;
  color: #333333;
}
a.blue-btn:hover {
  background: #a9c0d4;
  color: #333333;
}
/* light blue btn */

.light-blue-btn {
  display: inline-block;
  background: #d0dce3;
  color: #333333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  padding: 8px 15px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
a.light-blue-btn:visited,
a.light-blue-btn {
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
a.light-blue-btn:hover {
  background: #b9c9d7;
  color: #333333;
}
/* action green btn */

.btn-green-action {
  display: inline-block;
  background: #65ed14;
  color: white;
  padding: 8px 10px;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
}
.btn-green-action a:visited,
.btn-green-action a:hover,
.btn-green-action a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}
.btn-green-action a i {
  font-size: 32px;
  line-height: 32px;
  margin: 0px 10px;
}
.minsideBtn {
  margin-top: 1px;
}
.closeCookie {
  float: right;
}
@media (max-width: 767px) {
  .btn-green-action a i {
    float: right;
    margin-right: 0px;
  }
  .closeCookie {
    display: block;
    padding: 0px 0px 0px;
    float: none;
    text-align: right;
  }
}
/* md767 */

/*-----*/

/* Top navigation */

#columnset24 {
  display: none;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 9999999;
  border-bottom: 1px solid #eaeaea;
}
#columnset24_column1 {
  margin: auto;
  display: block;
  width: 100% !important;
}
.overblik-btn {
  cursor: pointer;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
}
/* subnavigation */

.sub-mobilMenuBtn {
  display: block;
  border: 1px solid #e9e9ea;
  padding: 13px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  z-index: 9999;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 300;
}
.sub-mobilMenuBtn.expanded {
  background: #d1d1d1;
}
@media (max-width: 767px) {
  #rightNavHolderMobile {
    display: none;
    border-bottom: 2px solid #336797;
    margin-bottom: 20px;
  }
  div.TCF0KC5BKGM5M div.navigationwrapper > ul.navigationlist > li.navigationlistitem > a {
    font-size: 16px;
    line-height: 22px;
  }
}
/* md767 */

.head-info .head-btn.overblik-btn.active {
  background: white;
}
/* reset overflow on top line */

#columnset3 .layoutcolumn {
  overflow: initial;
}
/* Faste links */

.fastelinks {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fastelinks li {
  padding-bottom: 20px;
}
.fastelinks li a {
  font-size: 23px;
  font-weight: 700;
  text-decoration: none;
  color: #336797;
}
/* Top helpbox */

.top-helpbox {
  background: #eaf0f4;
  padding: 30px 20px;
  font-size: 13px;
  line-height: 16px;
}
.top-helpbox a {
  color: #333333;
  text-decoration: none;
}
.top-helpbox .header {
  font-size: 43px;
  line-height: 40px;
  font-weight: 300;
  color: #336797;
}
.top-helpbox .image img {
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 20px 0px;
}
.top-helpbox .icon span {
  display: inline-block;
  background: #7ff043;
  color: white;
  width: 48px;
  height: 48px;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  margin-right: 10px;
}
.top-helpbox .icon span i:before {
  margin: 0;
}
.top-helpbox .overflow-hidden {
  overflow: hidden;
}
/* Service nav */

.service {
  text-align: right;
  text-transform: uppercase;
  font-size: 11px;
  color: #969696;
  letter-spacing: 0.75px;
}
.ui-page-theme-a .service a:visited,
.service a {
  color: #969696;
  text-decoration: none;
  padding: 0px 5px;
  font-weight: 400;
}
.service .top-badge {
  display: inline-block;
  background: #65ed14;
  font-weight: bold;
  line-height: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 15px;
  min-height: 15px;
  padding: 0px 1px 0px 3px;
  margin-right: 5px;
  margin-top: -3px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.head-info {
  text-align: right;
  color: #494948;
}
.head-info .info-text {
  display: inline-block;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.75px;
  font-size: 13px;
  margin-right: 40px;
}
.head-info a {
  color: #494948;
  text-decoration: none;
  font-weight: 600;
}
.head-info .head-btn {
  display: inline-block;
  background: #b0c1d0;
  text-align: center;
  font-size: 32px;
  line-height: 38px;
  max-height: 38px;
  width: 38px;
  color: #336797;
  padding: 0px 0px;
  vertical-align: middle;
  margin-left: 1px;
}
.head-info .head-btn i:before {
  margin: 0;
}
@media (max-width: 767px) {
  .head-info .info-text {
    letter-spacing: 0px;
    font-size: 10px;
    margin-right: 10px;
  }
}
/* Helpbox slide */

.helpbox {
  vertical-align: middle;
}
.helpbox .help-title {
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  color: #336797;
}
.helpbox .help-title b {
  font-weight: 600;
}
.helpbox .btn-more {
  display: inline-block;
  background: #d0dce3;
  color: #336797;
  font-size: 23px;
  min-width: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  margin: 15px 0px 0px 50px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.helpbox .btn-more.expanded {
  background: #b0c1d0;
}
.helpbox .helpcontent {
  padding: 10px 0px 0px 0px;
}
@media (max-width: 767px) {
  .helpbox .btn-more {
    font-size: 20px;
    min-width: 30px;
    line-height: 25px;
    margin: 0px 0px 0px 20px;
  }
  .helpbox .help-title {
    font-size: 20px;
    line-height: 26px;
  }
}
/* md767 */

@media (max-width: 350px) {
  .helpbox .btn-more {
    margin: 10px 0px 0px 0px;
  }
}
/*md350*/

/* Footer */

.followus {
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
  font-style: italic;
  color: white;
}
.followus a:visited,
.followus a:hover,
.followus a {
  font-weight: 400;
  color: white;
  padding-left: 5px;
  text-decoration: none;
}
.footer-kontakt {
  text-align: right;
  font-size: 13px;
  line-height: 19px;
  color: 494948;
  font-weight: 400;
}
.footer-kontakt a {
  font-weight: 400;
  color: #494948;
  text-decoration: none;
}
.footer-links {
  font-size: 13px;
  line-height: 19px;
}
.footer-links a {
  text-decoration: none;
  font-weight: 400;
}
.footer-links .footerForsikring {
  float: left;
  width: 33%;
}
.copyright a:visited,
.copyright a:hover,
.copyright a,
.copyright {
  font-size: 12px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .followus {
    font-size: 20px;
    line-height: 26px;
  }
}
/* md767 */

/* Forsikrings oversigt / ikoner */

.forsikringer-holder {
  max-width: 1170px;
  margin: auto;
}
.forsikringer-holder-alle .container,
.forsikringer-holder .container {
  padding: 0;
}
.forsikringer-prev {
  position: absolute;
  bottom: 95px;
  z-index: 1008;
}
.forsikringer-prev .col-md-2 {
  /*padding-left:5px;*/
  overflow: hidden;
}
@media (max-width: 1400px) {
  .forsikringer-prev {
    bottom: 5px;
  }
}
/* md1400 */

@media (max-width: 1024px) {
  .forsikringer-holder {
    padding: 0px 15px;
  }
  .forsikringer-prev {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
/* md1024 */

.forsikringer-prev .btn-more {
  display: inline-block;
  background: #65ed14;
  color: white;
  font-size: 30px;
  min-width: 45px;
  line-height: 45px;
  text-align: center;
  vertical-align: bottom;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.table {
  display: table;
  margin-bottom: 0;
}
.cell {
  display: table-cell;
}
.cell.bottom {
  vertical-align: bottom;
}
.cell.top {
  vertical-align: top;
}
.forsikringer-prev .height {
  height: 183px;
  vertical-align: bottom;
}
.forsikringer-holder-alle {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  background: rgba(172, 190, 206, 0.95);
  padding: 70px 0px 100px 0px;
}
.forsikringer-holder-alle .close {
  color: white;
  opacity: 0.6;
}
.forsikringer-icons .icon {
  background: #e8e8e8;
  color: #336797;
  text-align: center;
  min-height: 183px;
  padding: 0px 0px 10px 0px;
  margin-bottom: 15px;
  font-size: 13px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.forsikringer-icons .icon:hover {
  background: #dadcde;
}
.forsikringer-icons .icon.nomargin {
  margin-bottom: 0;
}
.forsikringer-icons .icon a {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  margin-top: 0px;
  display: block;
}
.forsikringer-icons .icon i {
  font-size: 105px;
  color: #336797;
}
.forsikringer-icons .icon .text-holder {
  color: black;
  font-weight: 400;
}
.forsikringer-icons .icon .pris {
  margin-top: 0px;
  color: #336797;
  font-size: 14px;
  letter-spacing: 0.75px;
  min-height: 18px;
}
.forsikringer-holder-alle .close {
  position: absolute;
  right: 5px;
  top: -30px;
  z-index: 9;
}
@media (max-width: 1700px) {
  .forsikringer-holder-alle {
    padding: 40px 0px 0px;
  }
}
/* md1700 */

@media (max-width: 1450px) {
  .forsikringer-holder-alle {
    /*padding-left:15px;*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 99999999;
  }
  .forsikringer-holder-alle .container {
    position: relative;
    height: 100%;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .forsikringer-holder-alle .container::-webkit-scrollbar {
    display: none;
  }
  .forsikringer-holder-alle .close {
    right: 0px;
    top: -30px;
  }
}
/* md1700 */

@media (max-width: 1024px) {
  .forsikringer-icons .icon {
    min-height: auto;
  }
  .forsikringer-icons .icon i {
    font-size: 85px;
  }
  .forsikringer-holder-alle .forsikringer-alle .row {
    padding: 0px 15px 15px 15px;
  }
}
/* md1024 */

@media (max-width: 991px) {
  /*.forsikringer-prev .col-md-2 {
  padding-left:15px;
  }*/
}
/* md 991 */

@media (max-width: 767px) {
  .forsikringer-icons .icon i {
    font-size: 75px;
  }
  .forsikringer-icons .icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
    max-width: 150px;
    max-height: 138px;
    min-height: 138px;
  }
  .forsikringer-icons .icon.nomargin {
    max-width: 100%;
  }
  .forsikringer-icons .icon a {
    margin-top: 0px;
  }
  .forsikringer-icons .icon .pris {
    font-size: 12px;
  }
  .forsikringer-holder-alle .close {
    right: 10px;
  }
}
/* md767 */

/* Info box top */

.info-box {
  position: absolute;
  z-index: 999999;
  right: 0;
  left: 0;
  display: none;
  overflow: visible !important;
}
.info-box .info-holder {
  position: absolute;
  right: 0;
  padding: 20px 20px;
  background: white;
  width: 370px;
  border: 1px solid #eaeaea;
  border-top: 0px;
}
.info-btn {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
}
.info-btn.expanded {
  background: white;
}
@media (max-width: 480px) {
  .info-box .info-holder {
    width: 100%;
  }
}
/* md468 */

/* Search */

.s-box {
  position: absolute;
  z-index: 999999;
  right: 0;
  left: 0;
  display: none;
  border: 1px solid #eaeaea;
  border-top: 0px;
  background: white;
  overflow: visible !important;
}
.search-btn {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
}
.search-btn.expanded {
  background: white;
}
.sb-search {
  display: inline-block;
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  width: 0%;
  min-width: 38px;
  height: 38px;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: white;
  width: 370px;
  height: 38px;
  margin: 0;
  z-index: 10;
  padding: 0px 65px 0px 20px;
  font-family: inherit;
  font-size: 15px;
  color: #336797;
  border: 1px solid #e9e9ea;
  border-top: 0;
}
@media (max-width: 480px) {
  .sb-search-input {
    width: 100%;
    left: 0;
  }
}
.sb-search-input::-webkit-input-placeholder {
  color: #336797;
}
.sb-search-input:-moz-placeholder {
  color: #336797;
}
.sb-search-input::-moz-placeholder {
  color: #336797;
}
.sb-search-input:-ms-input-placeholder {
  color: #336797;
}
.sb-icon-search,
.sb-search-submit {
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: white;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #336797;
  z-index: 90;
  font-size: 25px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
/* Open state */

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #336797;
  color: white;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
  /* overflow: auto; */

}
.sb-search.sb-search-open {
  overflow: visible;
}
/* Forside ikoner  */

.home-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 25px;
  line-height: 29px;
  color: #333333;
  font-weight: 300;
}
.home-icons .ui-link,
.home-icons a:visited,
.home-icons a {
  text-decoration: none;
  color: #333333;
}
.home-icons a:hover > .blue-icon {
  background: #5687b3;
}
.home-icons .blue-icon {
  display: inline-block;
  vertical-align: top;
  min-width: 29px;
  min-height: 29px;
  margin-right: 15px;
  background: #336797;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.home-icons li {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .home-icons {
    font-size: 20px;
    line-height: 24px;
  }
}
/* md767 */

/* Login .btn forside */

#page-20000011_columnset10_column2 {
  vertical-align: bottom;
}
/* Nyheder forside */

.nyhed-item .icon {
  font-size: 70px;
  color: #336797;
  width: 75px;
}
.nyhed-item .icon i:before {
  margin: 0 5px 0px 0px;
}
.nyhed-item h2 {
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  font-style: italic;
  margin: 0px;
  padding-bottom: 15px;
  overflow: hidden;
}
.nyhed-item h2 a:hover,
.nyhed-item h2 a:visited,
.nyhed-item h2 a {
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
.nyhed-item .read-more {
  margin-top: 35px;
}
/* Underside style */

.pageTitel {
  background: #336797;
  color: white;
  padding: 15px 15px;
  font-size: 20px;
  font-weight: 300;
}
.pageTitel a:visited,
.pageTitel a:hover,
.pageTitel a {
  color: white;
  text-decoration: none !important;
}
.pageImg {
  margin: 0px 0px 35px;
}
.page-icons {
  font-size: 35px;
  line-height: 40px;
  padding-left: 40px;
}
.page-icons i:before {
  margin-left: 3px;
  margin-right: 0;
}
.sharePage {
  text-decoration: none !important;
}
.sharePage .addthis_sharing_toolbox {
  position: absolute;
  top: 7px;
  left: 3px;
}
.at-logo-bg-orange,
a.at-svc-compact,
.at4-icon.aticon-compact,
.at4-icon.aticon-more,
.at4-icon.aticon-expanded,
.at4-icon.aticon-addthis {
  background: none !important;
}
a.at-svc-compact .at-icon-wrapper g {
  display: none;
}
a.at-svc-compact .at-icon-wrapper {
  background: none !important;
}
/* underside infobokse */

.blue-info {
  display: none;
  background: #ebf0f4 url(/media/cirkler-bg.png) no-repeat center center;
  padding: 30px;
  letter-spacing: 0.75px;
  color: #336797;
  font-weight: 300;
  margin-top: 20px;
}
.blue-info a {
  color: #336797;
  text-decoration: none;
}
.blue-info .skrift22 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  /* Non standard for webkit */

  /*word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;*/

}
.green-info {
  display: none;
  background: #a5f47b;
  padding: 30px;
  letter-spacing: 0.75px;
  color: #333333;
  font-weight: 300;
  margin-top: 20px;
}
.green-info a {
  color: #333333;
  text-decoration: none;
}
.green-info .skrift22 {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
  /* Non standard for webkit */

  /*word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;*/

}
@media (max-width: 767px) {
  .nyhed-item h2 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .pageImg {
    margin: 0px 0px 15px;
  }
  .blue-info,
  .green-info {
    padding: 15px;
  }
}
/* md767 */

/* Medarbejder */

.personItem {
  line-height: 20px;
  font-weight: 300;
}
.personItem a {
  color: #333333;
}
.personItem .name {
  font-weight: 600;
  color: #336797;
}
@media (max-width: 1024px) {
  #mergefield_main table,
  #mergefield_main tr,
  #mergefield_main td {
    display: block;
    width: 100% !important;
  }
  #mergefield_main td {
    margin-bottom: 20px;
  }
  #OfferContent td {
    display: table-cell;
    width: 50% !important;
  }
  #OfferContent tr {
    width: 100% !important;
    display: table-row;
  }
  #OfferContent table {
    display: table;
    max-width: 530px !important;
    width: 100% !important;
  }
}
/* md1024 */

/* Cookie */

.topCookies {
  background: #d4e1f0;
  overflow: hidden;
  display: none;
  padding: 5px 15px;
  font-size: 14px;
}
/* Big overlay /full screen */

.bigOverlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(51, 103, 151, 0.95);
  text-align: center;
  color: white;
  /* needed styles for the overlay */
  z-index: 1009;
  /* keep on top of other elements on the page */

}
.bigOverlay .overlay-modal {
  position: relative;
  margin-top: 15%;
  z-index: 1010;
}
.bigOverlay .text {
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
}
.bigOverlay .back {
  font-size: 20px;
  font-weight: 200;
}
.bigHomeSelect {
  max-width: 390px;
  margin: auto;
}
.bigHomeSelect .ui-page-theme-a a,
html .bigHomeSelect .ui-bar-a a,
html .bigHomeSelect .ui-body-a a,
html body .bigHomeSelect .ui-group-theme-a a {
  font-size: 26px !important;
  color: #336797;
}
.bigHomeSelect .ui-btn {
  font-size: 26px !important;
  padding: .3em 1em;
  text-align: left;
  text-transform: uppercase;
}
.bigHomeSelect .goBtn {
  background: #7ff043;
  border-color: #7ff043;
  color: white;
  font-weight: 300;
}
.bigHomeSelect .goBtn:hover {
  background: #7fe443;
  color: white;
}
.bigHomeSelect .ui-icon-arrow-right:after {
  font-family: "fontello";
  content: '\e806';
}
.bigHomeSelect .ui-icon-carat-d:after {
  font-family: FontAwesome;
  content: '\f107';
  background: none !important;
  color: #333333;
}
.bigHomeSelect .ui-btn-icon-right:after {
  margin-top: -17px;
  font-size: 35px;
  line-height: 35px;
  top: 50%;
}
.bigHomeSelect .goBtn.ui-btn-icon-right:after {
  margin-top: -17px;
  font-size: 35px;
  line-height: 35px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .bigOverlay .overlay-modal {
    margin-top: 30px;
    padding: 0px 15px;
  }
  .bigOverlay .text {
    font-size: 34px;
    line-height: 34px;
  }
  .bigOverlay .back {
    font-size: 16px;
  }
}
/* md767 */

/* Forms override */

html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
  font-weight: 200;
  font-size: 20px;
}
.ui-btn {
  text-align: left;
}
.boldPageheader {
  font-size: 30px;
  font-weight: 900;
  color: #333333;
  letter-spacing: 0.75px;
}
/* min side */

.minside .header {
  background: #dddddd;
  color: #336797;
  font-size: 30px;
  line-height: 35px;
  padding: 10px 20px;
  position: relative;
  border-top: 1px solid #b2c2d1;
  cursor: pointer;
}
.minside .header.no-border {
  border-top: 0px solid #b2c2d1;
}
.minside .header::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 0;
  font-family: FontAwesome;
  font-size: 45px;
  text-align: center;
  color: white;
  background: #b2c2d1;
  width: 60px;
  display: inline-block;
  content: "\f106";
  float: right;
  padding: 0;
  border-top: 1px solid #cfd9e2;
}
.minside .closed .header::after {
  content: "\f107";
}
.minside .closed .indhold {
  display: none;
}
.minside .header.no-border::after {
  top: 0;
  border-top: 0px;
}
.minside .indhold {
  background: #f6f6f6;
  padding: 20px;
}
.minside .home-icons {
  margin-top: 20px;
}
.minside .home-icons li .blue-icon {
  float: left;
}
.minside .home-icons li .overflow {
  overflow: hidden;
}
.minside .home-icons.spalter li {
  float: left;
  width: 33%;
  margin-top: 0;
  margin-bottom: 20px;
}
.minside .home-icons::after {
  display: table;
  clear: both;
  content: " ";
}
@media (max-width: 768px) {
  .minside .home-icons.spalter li {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
/*md768*/

@media (max-width: 767px) {
  .beskedContainer {
    float: none !important;
    margin-top: 10px;
  }
  .minside .header {
    font-size: 20px;
    line-height: 25px;
    padding-right: 60px;
  }
  .minside .header::after {
    font-size: 35px;
  }
  .boldPageheader {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
/*md767*/

/* Green alert */

.green-alert {
  padding: 25px 15px;
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  background: #b2f68e;
}
.green-alert.red {
  background: #ebff66;
}
.green-alert a.closeAlert {
  color: #333333;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 5px;
}
.green-alert .action-holder {
  padding: 10px 0px 0px 0px;
}
.green-alert a.readmore {
  color: #333333;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.green-alert .readmore {
  border: 1px solid #333333;
  padding: 7px 15px;
  -webkit-border-radius: 0.3;
  -moz-border-radius: 0.3;
  border-radius: 0.3;
}
@media (max-width: 1024px) {
  .green-alert a.readmore {
    margin-bottom: 8px;
    display: inline-block;
  }
  .green-alert .action-holder {
    padding-top: 5px;
  }
  /*
  .green-alert a.closeAlert {
  position:absolute;
  top: -20px;
  right: 8px;
  font-size:13px;
  }*/
}
/*md1024*/

@media (max-width: 768px) {
  .green-alert a.readmore {
    margin-top: 10px;
  }
}
/*md768*/

@media (max-width: 767px) {
  .green-alert {
    font-size: 16px;
    line-height: 18px;
  }
  .skrift22 {
    font-size: 18px;
    line-height: 22px;
  }
}
/*md767*/

/* Budskaber */

#budskab-fallback {
  display: none;
}
/* Footer budskaer */

.footerBudskab {
  text-align: center;
}
.footerBudskab .middle {
  vertical-align: middle;
}
.footerBudskab .header {
  font-size: 69px;
  line-height: 74px;
  color: #336797;
}
.footerBudskab .indhold {
  font-size: 24px;
  line-height: 29px;
}
.footerBudskab .image {
  max-width: 335px;
  max-height: 335px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid white;
  margin-right: 55px;
}
.footerBudskab hr {
  border: 0;
  height: 0px;
  /*1px*/
  background: #dddddd;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(221, 222, 223, 0)), color-stop(50%, rgba(221, 222, 223, 0.75)), color-stop(100%, rgba(221, 222, 223, 0)));
  background: -webkit-linear-gradient(left, rgba(221, 222, 223, 0) 0%, rgba(221, 222, 223, 0.75) 50%, rgba(221, 222, 223, 0) 100%);
  background: -moz-linear-gradient(left, rgba(221, 222, 223, 0) 0%, rgba(221, 222, 223, 0.75) 50%, rgba(221, 222, 223, 0) 100%);
  background: -ms-linear-gradient(left, rgba(221, 222, 223, 0) 0%, rgba(221, 222, 223, 0.75) 50%, rgba(221, 222, 223, 0) 100%);
  background: -o-linear-gradient(left, rgba(221, 222, 223, 0) 0%, rgba(221, 222, 223, 0.75) 50%, rgba(221, 222, 223, 0) 100%);
  background: linear-gradient(left, rgba(221, 222, 223, 0) 0%, rgba(221, 222, 223, 0.75) 50%, rgba(221, 222, 223, 0) 100%);
}
@media (max-width: 768px) {
  .footerBudskab .header {
    font-size: 40px;
    line-height: 46px;
  }
  .footerBudskab .image {
    margin-left: 30px;
    margin-right: 0px;
    max-width: 270px;
  }
  .footerBudskab .indhold {
    font-size: 16px;
    line-height: 22px;
  }
}
/*md768*/

@media (max-width: 767px) {
  .footerBudskab .cell {
    display: block;
    width: 100%;
    max-width: 100% !important;
  }
  .footerBudskab .image {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
/*md767*/

@media print {
  #columnset2_column2,
  .page-icons,
  #module235_1_columnset1_column2,
  #module235_1_columnset1_column3,
  #module235_1_columnset4,
  #columnset8,
  #columnset28,
  #modulelayout256_11,
  #modulelayout257_11,
  #columnset21,
  #columnset19,
  #page-20000012_columnset2_column3,
  #page-20000012_columnset2_column2,
  #columnset4,
  .service,
  .topCookies {
    display: none !important;
  }
  #page-20000012_columnset1_column1,
  #page-20000013_columnset1_column1 {
    margin: 0 !important;
    padding: 0 !important;
  }
}
/* 
Lato font
font-family: 'Lato', sans-serif;
*/

.ui-controlgroup-vertical {
  width: 100% !important;
}
.minsideLoginBtn {
  background-color: #65ed14;
  display: inline;
  padding-top: 2px;
  padding-bottom: 2px;
}
.minsideLoginBtn a {
  padding-left: 8px !important;
  padding-right: 8px !important;
  color: white !important;
}
.mail-btn {
  font-size: 22px !important;
}
.topCookies .container {
  margin: auto !important;
}
.beregnerHeader {
  background: #336797;
  color: white;
  font-size: 27px;
  font-weight: 400;
  padding: 10px 5px 10px 20px;
  border-bottom: 1px solid white;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .beregnerHeader {
    font-size: 20px;
  }
}
@media (max-width: 425px) {
  .beregnerHeader {
    font-size: 16px;
  }
}
.beregnerHeader i {
  font-size: 50px;
  line-height: 50px;
  /* margin-top: -17px;
    display:inline-block;*/

}
@media (max-width: 425px) {
  .beregnerHeader i {
    font-size: 30px;
    line-height: 30px;
  }
}
a.actionlink,
a.inlinelink {
  font-weight: 600 !important;
}
.noscroll {
  overflow: hidden;
}
h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}
.help-box {
  padding: 60px 30px 30px;
}
.help-box a {
  color: #333333;
  text-decoration: none;
}
.help-box .header {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #336797;
  margin-bottom: 15px;
}
.help-box ul {
  padding: 0px 0px 0px 17px;
  margin: 0;
}
/* tilbud bjælke på forsiden */

.rabat-holder {
  background: #7ea6be;
  color: white;
  margin: 20px 0px 60px 0px;
  padding: 13px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
}
.rabat-holder p {
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
}
.rabat-holder a {
  color: white;
  text-decoration: none;
}
