/*
    font fix på web
*/

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */

  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */

}
/* faktablade bjælke på forsiden */

.faktablade-holder {
  background: #e2e9f0;
  margin: 0px 0px 0px 0px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 33px;
  line-height: 43px;
  font-weight: 300;
  color: #336797;
}
.faktablade-holder a {
  color: #336797;
  text-decoration: none;
}
.faktablade-holder i {
  font-size: 25px;
}
.faktablade-holder.whiteText a,
.faktablade-holder.whiteText {
  color: white !important;
}
/* 
    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;
}
/* 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 */

/* 
    Top helpbox 

*/

.top-helpbox {
  background: #eaf0f4;
  padding: 30px 20px;
  font-size: 13px;
  line-height: 16px;
  /*min-width: 290px;*/

}
.top-helpbox a {
  color: #333333;
  text-decoration: none;
}
.top-helpbox .header {
  font-size: 43px;
  line-height: 40px;
  font-weight: 300;
  color: #336797;
}
@media (max-width: 1199px) {
  .top-helpbox .header {
    font-size: 33px;
  }
}
.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;
}
/*
    Btn, Buttons
*/

/* 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;
}
.green-btn-rte {
  display: inline-block;
  background: #7ff043;
  color: white;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 300 !important;
  padding: 10px 20px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
}
.green-btn-rte .icon-p_next {
  margin-left: 10px;
}
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;
}
/* 
    underside infobokse 

*/

.blue-info {
  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;
}
/* Forsikrings oversigt / ikoner */

.forsikringer-holder {
  max-width: 1140px;
  margin: auto;
}
/*
.forsikringer-holder-alle .container,
.forsikringer-holder .container {
    padding: 0;
}
*/

.forsikringer-prev {
  position: absolute;
  bottom: 95px;
  z-index: 1008;
  width: 100%;
  max-width: 1140px;
}
@media (max-width: 1199px) {
  .forsikringer-prev {
    position: relative;
    margin-top: 10px;
  }
}
.forsikringer-prev .col-md-2 {
  /*padding-left:5px;*/
  overflow: hidden;
}
@media (max-width: 1400px) {
  .forsikringer-prev {
    bottom: 5px;
  }
}
/* md1400 */

@media (max-width: 1024px) {
  
}
/* 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;
}
.forsikringer-holder-alle {
  display: none;
  position: absolute;
  top: 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;
  position: absolute;
  right: -5px;
  top: -40px;
}
/*
    Forsikringer ikoner
*/

.forsikringer-icons {
  margin-right: -5px;
  margin-left: -5px;
}
@media (max-width: 1199px) {
  .forsikringer-icons {
    margin-right: auto;
    margin-left: auto;
  }
}
.forsikringer-icons .icon {
  background: #e8e8e8;
  color: #336797;
  text-align: center;
  width: 176px;
  /*min-height: 183px;*/
  padding: 15px 0px 15px 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;
}
@media (max-width: 992px) {
  .forsikringer-icons .icon {
    width: 100%;
  }
}
.forsikringer-icons .item {
  margin: 5px;
}
@media (max-width: 992px) {
  .forsikringer-icons .item {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
}
.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;
}
/* badges in slider */

.badge-holder {
  max-width: 1170px;
  margin: auto;
}
.badge-div {
  text-align: right;
  position: absolute;
  bottom: 350px;
  width: 100%;
  max-width: 1170px;
}
@media (max-width: 767px) {
  .badge-div {
    top: 10px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .badge-div {
    max-width: 100px;
  }
}
.badge-div img {
  float: right !important;
  margin: 0px 10px 0px 0px !important;
}
/* Helpbox slide */

.helpbox {
  vertical-align: middle;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #eaf0f4 url(/Images/web/help-bg.png) no-repeat 100% 50%;
}
@media (max-width: 767px) {
  .helpbox {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.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*/

/*
 * jQuery FlexSlider v2.5.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/

@font-face {
  font-family: 'flexslider-icon';
  src: url('../font/flexslider-icon.eot');
  src: url('../font/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../font/flexslider-icon.woff') format('woff'), url('../font/flexslider-icon.ttf') format('truetype'), url('../font/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  max-width: 100%;
  margin: auto;
  display: block;
}
/* Caption */

.flexslider .cap-holder {
  max-width: 1140px;
  margin: auto;
}
@media (max-width: 575px) {
  .flexslider .cap-holder .container {
    padding: 0;
  }
}
.flexslider .slides > li .caption {
  max-width: 1100px;
  position: absolute;
  bottom: 350px;
  margin-left: 0px;
}
.flexslider .caption .header {
  display: inline-block;
  color: #336797;
  font-size: 48px;
  line-height: 56px;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.85);
  /*box-shadow: 10px 0 0 rgba(255,255,255,0.85), -10px 0 0 rgba(255,255,255,0.85);*/
  padding: 3px 10px;
}
.flexslider .caption .introtext {
  display: inline-block;
  color: #494948;
  font-size: 34px;
  line-height: 1.3;
  font-weight: 300;
  background: rgba(255, 255, 255, 0.85);
  /*box-shadow: 10px 0 0 rgba(255,255,255,0.85), -10px 0 0 rgba(255,255,255,0.85);*/
  padding: 2px 10px;
}
/*
.flexslider .caption .introtext span {
    box-shadow: 0px 0px 0px 10px rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.85);
    box-decoration-break: clone;
    line-height: 61px;
    display: inline;

    @media(max-width:767px) {
        line-height: 35px;
        background: transparent;
        box-shadow: 0px 0px 0px 0px rgba(255,255,255,0.85);
    }
}
*/

/*
.flexslider .caption .introtext span {
display:block;
float:left;
padding: 2px 10px;
}

.flexslider .caption .introtext span:after{
display: table;
clear:both;
content: " ";
}
*/

.flexslider .caption .btn-action {
  display: inline-block;
  background: #65ed14;
  color: white;
  /*box-shadow: 10px 0 0 rgba(101,237,20,1), -10px 0 0 rgba(101,237,20,1);*/
  padding: 8px 10px;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 20px;
}
.flexslider .caption .btn-action a {
  color: white;
  text-decoration: none;
  font-weight: 300;
}
.flexslider .caption .btn-action a i {
  font-size: 32px;
  line-height: 32px;
  margin: 0px 10px;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/

.flexslider {
  margin: 0 0 0px;
  background: white;
  border: 0px solid white;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: black;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  z-index: 99;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666666;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333333;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: white;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 1400px) {
  .flexslider .slides > li .caption {
    bottom: 230px;
  }
}
/* md1400 */

@media (max-width: 1024px) {
  .flexslider .cap-holder {
    margin: 0px 15px;
  }
  .flexslider .slides > li .caption {
    top: 15px;
  }
}
/* md1024 */

@media (max-width: 767px) {
  .flexslider .slides > li .caption {
    position: relative;
    top: 0;
    bottom: auto;
    margin-left: 0;
    margin-top: 10px;
  }
  .flexslider .caption .header {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    box-shadow: 0px 0 0 rgba(255, 255, 255, 0.85), 0px 0 0 rgba(255, 255, 255, 0.85);
    padding: 0px 0px;
  }
  .flexslider .caption .introtext {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 0 0 rgba(255, 255, 255, 0.85), 0px 0 0 rgba(255, 255, 255, 0.85);
    padding: 0px 0px;
  }
  .flexslider .caption .btn-action {
    display: block;
    box-shadow: 0px 0 0 #65ed14, 0px 0 0 #65ed14;
    padding: 8px 10px;
    margin-top: 15px;
  }
  .flexslider .caption .btn-action a i {
    float: right;
    margin-right: 0px;
  }
}
/* md767 */

/* Nyheder forside */

@media (max-width: 767px) {
  .nyhed-item {
    margin-bottom: 30px;
  }
}
.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: 28px;
  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;
}
.help-box .header {
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #336797;
  margin-bottom: 15px;
}
