
* {
  font-family: Georgia, Arial, Verdana;
}

.menu * {
  font-family: 'Arial', 'Georgia', 'Verdana';
}

html, body {
  overscroll-behavior-y: none;
}

body {

  overflow-x: hidden;

  letter-spacing: .3px;
}

a {

  cursor: pointer;

}

h1 {

  font-family: 'Arial', 'Georgia', 'Verdana';

  font-size: 45px;

  font-weight: 300;

  margin-bottom:0px;

}

h2 {

  font-family: 'Arial', 'Georgia', 'Verdana';

  font-size: 28px;

  font-weight: bold;

  color: rgb(99, 120, 69);

  text-align: left;
}

.mask h2 {
  font-family: 'Georgia','Arial','Verdana';
}

.footer h2 {

  color: white;
}

h3 {

  font-family: 'Arial', 'Georgia', 'Verdana';

  font-size: 25px;

  font-weight: 200;

  margin-bottom:0px;
}

h4 {

  font-family: 'Georgia','Arial','Verdana';

  font-size: 20px;

  font-weight: 200;

  margin: 0px;

  margin-bottom:0px;
}

h5 {
  font-family: 'Georgia','Arial','Verdana';
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;

}

a {

  color: rgb(99, 120, 69); /*#00478e */
}

.item-page a {
  color: rgb(99, 120, 69) !important;
}


a:hover, a:focus {
  color: rgb(99, 120, 69);
  text-decoration: underline !important;
}


strong {

    font-weight: bold;
  
    margin-top: 10px;
  
    margin-bottom: 5px;
  
    display: inline-block;
}


div.mask > a.info {
  display:none;
}

.menu_wrapper .nav > li a{
  font-weight: 500;
  letter-spacing: 1px;
}

/* --------------------------------------------------*/

/*    FIXES:                                     */

/* --------------------------------------------------*/

.skjode_full_block {
  display: inline-block;}

/*
.col-md-12.content .col-md-12, 
.col-md-12.content .col-md-11,
.col-md-12.content .col-md-10,
.col-md-12.content .col-md-9,
.col-md-12.content .col-md-8,
.col-md-12.content .col-md-7,
.col-md-12.content .col-md-6, 
.col-md-12.content .col-md-5,  
.col-md-12.content .col-md-4, 
.col-md-12.content .col-md-3, 
.col-md-12.content .col-md-2, 
.col-md-12.content .col-md-1  {
  padding-left: 3px;
  padding-right: 3px;
}
*/

/*
.forside.fponly .item > div {
  padding-left: 15px !important;}
*/

.flattern  {
  display: block;}

.yee-container-fluid {
  display: inline-block; 
  width: 100%;}

table {
  display: inline-block;
  line-height: 20px; 
  padding-right: 15px; 
  padding-bottom: 10px; 
  min-width: 100px;
  margin-top:5px;
}

table td {
  padding:5px;
  padding-right: 10px;
  vertical-align: top;
}

.jmslide-item{
  opacity: 0;}

.slideshow-content {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;}

.content .yee-row {
   display: block;}

.yee-wgt-teaser-grid .yee-row {
  display: inline-block;
  width:100%;
  max-width:100%;
}

.kontakt h4 {
  font-size: 18px; }

.kontakt table {
  display: block;}

.jmslide-item {
  background-color: black;}


.content-wrapper .content img{
  margin:15px;
  margin-top:5px;
  margin-right:10px;
  border-radius:2px;
  padding:0px;
  max-width:100%;
}

.content-wrapper .content img.img-no-mod{
  margin: 0px !important;
  max-width:125%;
}

.content-wrapper .content .blog-featured img,
.project-image-slides-container .slidesjs-control > img{
  margin:0px;
  border-radius:0px;
  border:0px;
  height:auto;
}




/* --------------------------------------------------*/

/*    BYGGERIER:                                 */

/* --------------------------------------------------*/


.row.byggerier{

  padding: 0px 10px;

}

.row.byggerier .byggeri .header-img{

  display: block;

  min-height: 140px;

  color: white;

  padding: 11px;
  padding-top:23px;

  font-size: 28px;

  background-position:center center;

  background-size: cover;

  text-shadow: 2px 1px #3a3a3a;

  border-radius:1px;

  padding-right:0px;

}

a.byggeri h2{
    border-bottom: 1px solid rgba(166, 190, 215, 1.0);
    padding-bottom: 7px;
}

a.byggeri p{
  margin-top: 8px;
  color: rgba(68, 68, 68, 0.9);
}

a.byggeri p:hover{
  margin-top: 8px;
  color: rgba(68, 68, 68, 1.0);
}

a.byggeri:hover{
  text-decoration: none;
}

.row.byggerier .byggeri .kategori-titel{
  font-size: 24px;
}

img{
  border-radius: 1px;
}


.row.byggerier .byggeri.off-byggeri .header-img{

  background-image: url('/images/kategorier/off-sygehus.jpg');
}

.row.byggerier .byggeri.erhverv .header-img{

  background-image: url('/images/kategorier/erhverv.png');
}

.row.byggerier .byggeri.boliger .header-img{

  background-image: url('/images/kategorier/boliger-2.png');
}

.row.byggerier .byggeri.renovering .header-img{

  background-image: url('/images/kategorier/renovering.png');
}




/* --------------------------------------------------*/

/*    FRAMEWORK:                                 */

/* --------------------------------------------------*/

body {

  /* background-color: #f5f5f5; */

  font-family: 'Georgia','Arial','Verdana';

}

html {

  overflow-y: auto;

}

.content-wrapper {

  text-transform: none;

  width: auto;

  padding: 0px;

  padding-top: 25px;

  padding-left:0px;

  padding-right:0px;

}

.content-wrapper.forside {

    width: 100%;
    height: auto;
    display: inline-block;
    background-color: rgba(35, 31, 32, 0);
    /* margin-top:15px; */
    padding-top:0px;
    padding-bottom:10px;
    border-top:2px solid white;
}

.item-page,
div[itemtype="http://schema.org/Article"] {

  font-family: 'Georgia','Arial','Verdana';

}

.item-page > .item-image {
  display: none;
}

/*
.item-featured .item-image{

  width:50% !important;
  float:left !important;

}
*/

#system-message-container {

  margin-top: 5px; 
  margin-right: 15px;

}

.content-wrapper .page-header {

  margin: 10px 0 15px;

  margin-top: 25px;

  padding-bottom: 10px;

  margin-right: 0px; /*SWL*/

}

.page-header{
  border-bottom: 1px solid rgb(3, 58, 10);
}

.content-wrapper.forside.fponly{
  /* background-color: rgba(2, 18, 47, 0.1); */ /* #00478e */
}

.content-wrapper.forside.fponly a{
  color:#00478e; /* white */
}


.content-wrapper .page-header h2 {

  margin-top: 0px;

}

.content-wrapper.forside .article-container{
  padding:25px 0px;
}

@media(max-width:992px){
  .content-wrapper.forside .article-container{
    padding:5px 0px;
  }
}

.content-wrapper.forside .article-container{
  
}


@media (min-width: 992px) {

  .navbar-collapse {

    margin: 0px 50px;

    margin-right:60px;

  }

}

.navbar-default .navbar-toggle .icon-bar{
  background-color:white;
}

@media (min-width: 992px) {
  .content-container-half{

    padding-left:4px !important;

  }
}

@media (max-width: 992px) {

  .content-container-half{
    
    padding:0px !important;
  }

}


.flatten .yee-container-fluid .yee-row > div {

  padding-left: 0px;

}

.blog .subheading-category {

  margin: 15px;

}

.softelement {

  width: 100%;

  position: relative;

  height: auto;

}

.blog h2 {

  padding-top: 20px;

}

.blog > h2 {

  padding-bottom: 0px;

}

.content {

  padding-bottom: 30px;

}

.content-wrapper.forside .content {

  background-color: white;

}

.slogi {
  display: inline-block;
  margin-bottom: 5px;
}

.slogi .slogan.row > div {
  padding:0;
}
.slogi .slogan.row > div > div {
  padding:4px;
}

.slogi h1 {
  margin-top: 20px;
}

.slogi .stotte {
  margin-left: 15px;
}

.img_container .yee-row > div {
  padding: 0px;}

.slogi .img_container img {
  width: 100%;

}


.content-wrapper.forside.fponly .content {

  background-color: transparent;

}

.nowhite {

  background-color: transparent;

}

.yee-wgt-teaser-grid .col-md-1,

.yee-wgt-teaser-grid .col-md-2,

.yee-wgt-teaser-grid .col-md-3,

.yee-wgt-teaser-grid .col-md-4,

.yee-wgt-teaser-grid .col-md-5,

.yee-wgt-teaser-grid .col-md-5,

.yee-wgt-teaser-grid .col-md-6,

.yee-wgt-teaser-grid .col-md-7,

.yee-wgt-teaser-grid .col-md-8,

.yee-wgt-teaser-grid .col-md-9,

.yee-wgt-teaser-grid .col-md-10,

.yee-wgt-teaser-grid .col-md-11,

.yee-wgt-teaser-grid .col-md-12 {

  padding-left: 0px;

}

.yee-wgt-teaser-grid .view-first {

  width: 100%;

  /* height: 150px; */

  overflow-x: hidden;

  overflow-y: hidden;

}


.gb-kvarter-grid .view-first {

    padding: 5px;

    padding-top: 0px;

}


.gb-fp-grid .yee-wgt-teaser-grid .view.view-first {
  overflow-y: inherit;
}

.yee-wgt-teaser-grid img {

  max-width: 100%;

  width: 223px;

  height: 149px;

  padding-bottom: 15px;

}

.yee-row .flattern {

  padding-top: 20px;

}

.blog .mask,

.article-info {

  display: none;

}

.yee-widget {
  display: block;
}

@media(max-width: 1035px) {

  .yee-container-fluid {
    padding: 22px;
  }

  .page-header {
    padding: 0 0;
  }
}

.yee-wgt-teaser-grid{
  clear:both;
  padding-top:20px;
}

/* --------------------------------------------------*/

/*    MENU:                                          */

/* --------------------------------------------------*/

.softmenu {

  padding-left: 0px;

  padding-right: 0px;
  
  padding-top: 0px;

  text-align: left;

  font-family: 'Georgia','Arial','Verdana';

  font-weight: 400;

  font-size: 15px;

  line-height:22px;

  color: black;

  min-height: 42px;

}

.softmenu.with_intro_image {

  overflow: hidden;

  height: auto;
}


@media (max-width: 992px) {

  .softmenu {

    height: auto;

    min-height: 54px;

    font-size: 15px;
  }

}


.softmenu .menu_wrapper{
  width: 1024px;
  max-width: 100%;
  background-color: rgb(99, 120, 69);
  z-index:1000;
  min-height:65px;
  margin: 0 auto;
  float: none;
}

.fancybox-title-float-wrap{
  display:none;
}

.softmenu .slider_wrapper{
  padding:0px;
  width:100%;
}


.menu_wrapper nav{
  margin-bottom:0px !important;
  margin-left:auto;
  margin-right:auto;
}

.menu_wrapper nav a img{
  float: left;
  /* margin-top: 13px; */
  margin-left: 6px;
  height: 42px;
  width:auto;
  max-width:500px;
  position:absolute;
  left:0px;
  top:5px;
}

#topnav > ul{
  text-align: center;
  white-space: nowrap;
}



@media (max-width: 991px){
  #topnav > ul{
    text-align: left;
  }

  #topnav > ul .nav-child{
    padding-left:28px;
    padding-bottom:10px;
  }
}


#topnav > ul .item-101{
  display:none;
}


.container{
  max-width: 100% !important;
}


@media (min-width: 993px){
    
  .news-frontpage{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

}

.container.main{
  padding:0px;
  margin: 0 auto !important;
  /* max-width: 1050px !important; */
  width: 100% !important;
}

.menu_wrapper nav{
  /* max-width: 1085px !important; */
}

.footer .container{
  /* max-width: 1324px !important; */
}

.slogan h1{
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}

.blog-featured{
  max-width:1080px;
  margin-left:auto;
  margin-right:auto;
}

#header-container-col{
  padding: 0px;
}

@media (max-width: 993px){
  
  .content-wrapper.forside{
    margin-top: 0px;
  }

  .container.main{
    padding:0px;
  }
  
  #header-container-col{
    padding: 0px;
  }

  .softmenu{
    min-height: 65px;
  }

  #article-content,
  .container.slogi,
  .news-frontpage{
    padding: 0px !important;
  }

  .container.slogi{
    margin-bottom: 0px;
    padding: 0px 10px !important;
  }


  .desktop-only{
    display: none;
  }

}


.news-frontpage .category-module{
  padding:10px !important;
  margin-bottom: 0px;
  padding-bottom: 0px !important;
}

.news-frontpage .category-module{

  list-style: none;
}


hr {
    border-color: rgba(0, 71, 142, 0.5);
}



@media (min-width: 992px){
  
  .menu_wrapper nav{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 992px){

  .menu_wrapper nav a img{
    margin-top: 0px;
    padding-top:0px;
    height: 30px;
  }

  .forside .content{
    padding:0px;
  }

}

.menu_wrapper{
  padding: 0px 8px !important
  margin:0px;
}

@media (min-width: 992px){

  .menu_wrapper{
    padding:0px !important;
  }

}


.menu_wrapper .nav > li > a{
  padding: 22px 16px 10px 16px;
}


.menu_wrapper .nav > li > a:hover{
  text-decoration:underline;
}

.menu_wrapper .nav > li{
  margin-top:0px !important;
}

.menu_wrapper .nav li.active > a {
  font-weight: bold;
}


.navbar-collapse {

  padding-left: 0px;

  padding-right: 0px;
  
  margin:0px 0px;

}

.softmenu button {

  /* margin-top: 19px; */

}

.navbar-default {

  background-color: transparent;

  border-color: transparent;

}

.navbar-default a,

.navbar-default a:visited {

  color: white;

}

.navbar-default ul li.active a {

  /* color: rgba(255, 255, 255, 0.9); */

}

.nav > li > a:hover,

.nav > li > a:focus {

  background-color: transparent; !important;

}

.nav > li.active > a {

  /* background-color: #eee; */

}

@media(max-width:991px){
  
  #topnav > ul{

    padding-bottom: 25px;
    padding-top: 75px;
  }

  .navbar-collapse {
    border-top-width: 0px !important;
  }

  
}

.nav ul li,

.nav ul li a {

  list-style: none;

  font-size: 14px;

  margin-top: 10px;

  max-width: 100%;
  
  white-space: pre-wrap;

  word-wrap: break-word;
}


.nav ul li.divider {
  margin-top: 0px;
  line-height: 5px;
}

.nav ul li.divider > span.separator {
  display: none;
}


@media(min-width:992px){

  .nav a, .nav ul li a{
    font-size: 14px;
  }

  .nav ul li, .nav ul li a{
    margin-top: 4px;
  }

}

@media(max-width:991px){

  #topnav .nav.menu > li a{
    font-size:18px;
  }

  #topnav .nav.menu > li > ul > li > a{
    font-size:17px;
  }
  #topnav .nav.menu > li > ul > li > ul > li > a{
    font-size:16px;
  }
  #topnav .nav.menu > li > ul > li > ul > li > ul > li > a{
    font-size:15px;
  }


  .nav ul li.divider {
    margin-top: 0px;
    line-height: 8px;
  }

}

.nav-child {

  display: none;

}

.nav li:hover ul,

.nav li > ul > li > ul,

.nav li > ul > li > ul > li > ul,

.nav li > ul > li > ul > li > ul > li > ul {

  display: block;

}

.logo {

  text-align: center;

  padding-top: 20px;

  margin-bottom: 20px;

}

.resp_logo {

  position: absolute;

  top: 12px;

}

.mobile-only {

  display: block;

}

.pc-only {

  display: none;

}



.fancybox-opened {
    margin-top: 15px !important;
}


/* --------------------------------------------------*/

/*    FRONTPAGE:                                 */

/* --------------------------------------------------*/

/*----------- Slider ---------- */

.slider_wrapper {

  background-color: $basecolor;

  /* max-height: 480px; */

  max-width: 100%;

  margin-left: 0px;

}

.jmslide-img {

  height: auto !important;

  /*min-width: 900px !important; */

}

#jmslideshow-90 img{
  width:100% !important;
}


/* bottom right: */

.slideshow-content {

  z-index: 100;

  position: absolute;

  top: 80px !important;

  padding-left: 0px;

  width: 100%;

  text-align: left;

  left: 5px !important;
  right: auto !important;

  /* display: none !important; */

}


/* bottom left: */
/*
.slideshow-content {

  z-index: 100;

  position: absolute;

  top: 80px !important;

  padding-left: 30px;

  width: 100%;

  text-align: left;

  left: 0px !important;
  right: auto !important;
}
*/


.slider_wrapper h3 {

  top: 10px !important;

  color: white;

  font-size: 45px;

  font-weight: 300;

  font-family: 'Georgia','Arial','Verdana';

  text-shadow: 2px 1px #3a3a3a;

  text-transform: none;

  background-color: transparent;

  padding:15px 5px;

}

.cycle-pager {

  left: 15px !important;

  top: 450px !important;

  position: absolute;

  z-index: 600;

  font-size: 15px;

  opacity: 0.8;

  color: #00478e;

}

.cycle-page a:hover {

  text-decoration: none !important;

}

.cycle-pager .cycle-pager-active {

  color: black;

}

.cycle-prev,

.cycle-next {

  display: none;

}



@media (max-width: 992px) {

  .featured-frontpage{
      
      /* padding:20px; */

  }

  .visible-below-992{
    display: block !important;
  }


  .slogan{
    padding-right: 24px;
  }

}


/*----------- Nyheder ---------- */

.news-frontpage {

  background-color: transparent;

  height: auto;

  padding-top: 5px;

  /* min-height: 250px; */

  padding-bottom: 15px;

  color: rgba(68, 68, 68, 1.0);

  margin-top:20px;

}

.news-frontpage h2 {

  margin-top: 10px;

  color: white;

}

.news-frontpage .btn-default, .btn-primary {

  color: white;

  background-color: transparent;

  border-color: white;

  border-radius: 0px;

  font-size: 14px;

  text-transform: uppercase;

  font-weight: 300;

  width: 100%;

}


/*

.news-frontpage .newslink {

  width: 100%;

  max-height: 40px;

  overflow: hidden;

  color: white;

  margin-bottom: 20px;

}

*/


.news-frontpage .newslink {

  min-height:120px;

  padding-bottom:12px;

}

.news-frontpage .newslink .yee-widget{

  width: 100%;

}

.news-frontpage .newslink img{

  display:  none;

}
.news-frontpage .newslink a {

  color: rgba(68, 68, 68, 0.9);

  display:inline-block;

}

.news-frontpage .newslink a:hover {

  color: rgba(68, 68, 68, 1.0);

  text-decoration: none;

}

.news-frontpage .datelink {

  color: #00478e;

  padding-bottom: 10px;

}

.news-frontpage .category-module {

  padding-left: 0px;

}

/* Nyheder SIDE */

.category-list .content-category {

  padding-top: 5px;

  padding-left: 15px;

}

.category-list form .list-title {

  font-size: 16px;

  padding-bottom: 4px;

}

.category-list a:hover {

  text-decoration: none;

}

.category-list form .list-date {

  font-size: 13px;

  color: #707070 ;

  padding-bottom: 20px;

}

/*----------- Slogan  ---------- */

.slogan h1 {

  font-weight: 300;

  text-align: right;

  font-size: 35px;

}

.slogan {

  margin-top: 15px;

}

.slogan p{
  display:none;
}

.slogan .yee-widget{
  width:100%;
}

.slogan .col-md-12 .col-md-12 .col-md-12{
  padding:0px !important;
}
/*----------- Featured -----------*/

.blog-featured .item-image img {

  width: 100%;

  height:auto;

}

.blog-featured h2 {

  position: relative;

  font-size: 17px;

  font-weight: 400;

  color: #7b8c9b;

  margin-bottom: 0px;

  margin-right: 0px;

  min-height: 40px;

  margin-left: 2px;

}

.blog-featured .item-title {

  margin-top: 10px;
  margin-bottom:10px;

}

.blog-featured > div > div > div > div {

  /* background-color: #fdfdfd; */

  /* border: 1px solid rgba(0, 71, 142, .25); */

  /* box-shadow: 0px 2px 1px rgba(0, 71, 142, .25); */

  padding: 0px !important;

  margin-left: 0px;

  margin-bottom: 0px;

}

.content-wrapper > div {

  /* padding: 2px; */

  padding: 0px;

}

.content-wrapper > div > div {

  padding: 0px;

}

.forside .content {

  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;

}

div[itemprop="articleBody"] .col-xs-1,
div[itemprop="articleBody"] .col-sm-1,
div[itemprop="articleBody"] .col-md-1,
div[itemprop="articleBody"] .col-lg-1,
div[itemprop="articleBody"] .col-xs-2,
div[itemprop="articleBody"] .col-sm-2,
div[itemprop="articleBody"] .col-md-2,
div[itemprop="articleBody"] .col-lg-2,
div[itemprop="articleBody"] .col-xs-3,
div[itemprop="articleBody"] .col-sm-3,
div[itemprop="articleBody"] .col-md-3,
div[itemprop="articleBody"] .col-lg-3,
div[itemprop="articleBody"] .col-xs-4,
div[itemprop="articleBody"] .col-sm-4,
div[itemprop="articleBody"] .col-md-4,
div[itemprop="articleBody"] .col-lg-4,
div[itemprop="articleBody"] .col-xs-5,
div[itemprop="articleBody"] .col-sm-5,
div[itemprop="articleBody"] .col-md-5,
div[itemprop="articleBody"] .col-lg-5,
div[itemprop="articleBody"] .col-xs-6,
div[itemprop="articleBody"] .col-sm-6,
div[itemprop="articleBody"] .col-md-6,
div[itemprop="articleBody"] .col-lg-6,
div[itemprop="articleBody"] .col-xs-7,
div[itemprop="articleBody"] .col-sm-7,
div[itemprop="articleBody"] .col-md-7,
div[itemprop="articleBody"] .col-lg-7,
div[itemprop="articleBody"] .col-xs-8,
div[itemprop="articleBody"] .col-sm-8,
div[itemprop="articleBody"] .col-md-8,
div[itemprop="articleBody"] .col-lg-8,
div[itemprop="articleBody"] .col-xs-9,
div[itemprop="articleBody"] .col-sm-9,
div[itemprop="articleBody"] .col-md-9,
div[itemprop="articleBody"] .col-lg-9,
div[itemprop="articleBody"] .col-xs-10,
div[itemprop="articleBody"] .col-sm-10,
div[itemprop="articleBody"] .col-md-10,
div[itemprop="articleBody"] .col-lg-10,
div[itemprop="articleBody"] .col-xs-11,
div[itemprop="articleBody"] .col-sm-11,
div[itemprop="articleBody"] .col-md-11,
div[itemprop="articleBody"] .col-lg-11,
div[itemprop="articleBody"] .col-xs-12,
div[itemprop="articleBody"] .col-sm-12,
div[itemprop="articleBody"] .col-md-12,
div[itemprop="articleBody"] .col-lg-12
{
  padding: 0px;
}

#article-content{

  padding-left:15px;
  padding-right:15px;

}


.blog-featured .label-info,

.label-info[href]:hover,

.label-info[href]:focus {

  background-color: transparent;

  font-size: 14px;

  font-weight: 400;

  padding-bottom: 10px;

  margin-left: 8px;

  color: #565656;

}

.blog-featured a:hover {

  text-decoration: none;

}

.blog-featured a.label {

  pointer-events: none;

  cursor: none;

}

.blog-featured img {

  padding-top: 0px;

  height: 180px;

}

.blog-featured .item-image {

  width: 100%;

  overflow-y: hidden;

}

/* --------------------------------------------------*/

/*    BYGGERIER:                                   */

/* --------------------------------------------------*/

.blog .article-info {

  display: none;

}

.blog .page-header {

  margin-bottom: 15px;

  padding-bottom: 5px;

}

.blog .btn {

  padding: 0px 0px;

}

.blog .item-image img {

  text-align: right;

  padding-right: 0px;

  margin-right: 15px;

  height: 150px;

  width: 200px;

}

.blog .items-row .span-swl {

  padding-bottom: 20px;

}

.blogintranyt .span-swl, .blogintranyt .items-leading {
  display: inline-block;
}

.blogintranyt .mask {

  display: none;

}

/* --------------------------------------------------*/

/*    KONTAKT:                                     */

/* --------------------------------------------------*/

.contact-category .btn-group {padding-right: 15px;}

.kontakt table {

  margin-bottom: 10px;

  width: auto !important;

}

.kontakt td {

  padding-right: 15px;

}

.kontakt table:nth-child(3) td:nth-child(2n +1) {

  width: 100px !important;

}

.kontakt .yee-widget {

  padding: 10px;

  margin-top: 15px;

  margin-bottom: 15px;

  background-color: white;

}

.kontakt .nowhite .yee-widget {

  background-color: transparent;

  font-size: 16px;

}

.kontakt .flattern {

  display: block;

}

.tag-category {

  display: none;

}

.contact-category ul.category.list-striped {
  list-style: none;
  padding-left:0;
}

.infobox {
  position: relative; 
  width: 100%;
  height: 25px;
}

.infobox > div {
  height:25px;
}

.infobox h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact_catory_tag {
  position:relative; 
  float: left; 
  width: 100px;
}

.contact_catory_content {
  position: relative; 
  float: left;
}



.kontakt_liste_billede img{
  background-color: white;
  height: 200px;
  width: 200px;

}

.kontakt-hoejre {
  padding-left: 50px !important;
}

.contact-category .filters.btn-toolbar {
  margin-top: 25px;}

.contact-category .category.list-striped li {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 25px;
}

/* --------------------------------------------------*/

/*    FOOTER:                                    */

/* --------------------------------------------------*/

.footer {

  margin-top: 30px;

  color: rgb(201, 255, 196);

  background-color: rgb(140, 141, 129) !important;

  padding: 5px;

  line-height: 26px;
}

.footer p {

  margin: 0 0 0 0;

  margin-bottom: 4px;

}

.footer p span{
  color:rgb(201, 255, 196) !important;
}

.footer h2 {

  padding-bottom: 15px;

  font-weight: 300;

}

.footer h3{
  margin-top:0px;
}

.footer .copyright {

  text-align: center;

  color: #f3f3f3;

  padding:0;

  clear:both;

}

.footer .container{
  width:100%;
}

.footer-content-container{
  padding-left:6px;
  padding-right:6px;
  padding-top:50px;
  padding-bottom:40px;
}

@media(max-width: 992px){
  .footer-content-container{
    padding:75px 25px;
  }
}

.footer .flattern:nth-child(2) .yee-row > div {

  margin-bottom: 60px;

}


/* --------------------------------------------------*/

/*    INTRANET:                                     */

/* --------------------------------------------------*/

.jmslide-item{ /* evt. #jmslideshow-90 img for forside-slideshow */
  width:100%;
}

.jmslide-item > a {
    cursor: default !important;
    display:block;
    max-height:inherit;
    overflow:hidden;
    max-width:100%;
    width:100%;
    height:100%;
}


.blogintranyt .pagination {width: 95%;}

.blogintranyt div:not(:first-child) .page-header {
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.category-list {
  background-color: white;
  padding: 15px;
}

.content .search {
  background-color: white; 
  padding:15px;}

.intrabg {
  /* background-image:url('../images/intra_img.png'); */
}

.cycle-prev {
  padding-right: 15px;}

.intraside .item-page,
.intraside div[itemtype="http://schema.org/Article"] {
  background-color: white;}

.intraside .blogintranyt .span-swl, .intraside .blogintranyt .items-leading {
  padding-bottom: 0px;}

.intraside .blogintranyt {
  padding-right: 0px;}

.intraside .content-wrapper.forside .content {}

.intraside .blogintranyt > div > div {
  background-color: white; 
  display: inline-block; 
  margin-bottom: 25px; 
  width: 100%; 
  padding:15px;
}

@media(max-width:992px){

  .intraside .blogintranyt > div > div {

    padding: 0px;
  }

  .span-swl .yee-row > div{
    padding: 2px;
  }

  .content-wrapper .content img, .LightBoxWrap img{
    margin:0px;
  }
}

.intra_slide_wrapper > div {
  overflow: hidden; 
  width: 100%; } 

.intra_slide_wrapper  {
  margin-right: 15px;}

.intra_slide_wrapper a {
  color: white; 
  font-size: 13px;
  text-decoration: underline;}

.intra_slide_wrapper .slideshow-content {
  color: white;}

.intra_slide_wrapper .slideshow-content {
  padding: 10px;}

.jmslide-item .slideshow-content p {
  text-transform: none;}

.intra_slide_wrapper  .cycle-prev, .intra_slide_wrapper .cycle-next {
  left: 30px;
  display: inline-block; 
  position: relative;top: -50px; 
  z-index: 400; 
  font-size: 20px;}

.login .control-label {
  float: left;
  width: 100%;
  display: block;}

.form-horizontal .control-label {
  text-align: left;}

.login .btn-primary {
  background-color:#428bca;}

.loginboks label {
  display: block;}

.loginboks input {
  margin-bottom: 5px; 
  width: 100%; 
  color: black;}

.loginboks .unstyled {
  padding-left: 25px; 
  margin-top: 15px;}

.loginboks #modlgn-remember {
  float: left;}

.well {
  border:none;
  background-color: white;
  border-radius:0;}

#user-registration .control-label {
  text-align: left!important;}

.intranetboks {
  margin-bottom: 30px;}

.login-greeting {
  margin-bottom: 10px; 
  margin-top: 10px;}

.news-frontpage.intranetboks {
  min-height: 0; 
  padding-bottom: 30px;
  max-width:300px;
}

.label.label-warning {
  display: none;}

.contact-splitter {
  padding-top: 20px;}

.accordion-heading {
  display: none;}

.blogintranyt .blog .article-info, .blogintranyt .blog .mask, .article-info {

  display: block;}

.blogintranyt img {
  max-height: 250px; 
  margin-right: 10px;}

.blogintranyt .span-swl, .blogintranyt .items-leading {
  margin-right: 15px;
  padding-bottom: 30px;}

.blogintranyt .article-info-term {
  display: none;}

.blogintranyt {
  padding-right: 15px;
}

.blogintranyt .cat-children {
  display: none;
}

.pagination {
  width: 100%; 
  text-align: left; 
  position: relative;
}

.pagination-list {
  margin:auto; 
  position: relative; 
  padding-left: 0px;
  padding-top: 16px;
}

.pagination .counter {
  color: #5e5f57;
}

.pagination ul.pagination-list li { 
  float: left;
  display: inline-block;
  padding: 5px; 
  left: 0px;
  list-style-type: none;
  margin-left: 32px;
  font-size: 32px;
}

.pagination ul.pagination-list li.disabled {
  display: none;
}

.pagination ul.pagination-list li.active a {
    pointer-events: none;
    color: grey;
}




.pagination ul.pagination-list li:not(.hidden-phone){
  display: none;
}





/* --------------------------------------------------*/

/*    ARKIV MODUL:                                   */

/* --------------------------------------------------*/

.news-frontpage.intraarkiv li {
  list-style: none;
}

.news-frontpage.intraarkiv a {
  color: white;
}

.news-frontpage.intraarkiv ul {
  padding-left: 0px;
}

.archiveintranyt .btn.btn-primary {
  width: auto; 
  margin-top: 0px; 
  background-color: #00478e; 
  border: none;
}

.archiveintranyt .btn.btn-primary:hover {
  background-color: #3071a9;
}

.archiveintranyt .filter-search select {
  height: 32px;
}

.archiveintranyt #archive-items > div {
  background-color: white;
  padding: 15px;
  margin-bottom: 25px;
}

.ma_back_to_archives, .ma_count_articles {
  display: none;
}

.ma_archives_articles_links  h3 {
  display: none;
}

.ma_archives_articles_links  ul {
  list-style: none; padding-left: 5px;
}

.ma_archives_articles_links  li {
  padding-bottom: 10px;
}

.mod_monthly_archive .months {
  display: none;
}

.btn-primary {
  background-color: #428bca!important;
}





/* --------------------------------------------------*/

/*    SØGE MODUL:                                    */

/* --------------------------------------------------*/

.menu_wrapper .search .element-invisible {
  display: none;}

.menu_wrapper  div.search {
  position: absolute; 
  right: 0px; 
  top: 12px;}

.menu_wrapper  div.search button {
  margin-top: 0px;}

.menu_wrapper  div.search .btn-primary {
  position: relative;
  top: -1px;
  background-color: #3071a9;
  padding:2px 5px;
  height: 25px;
  width: auto;}

.search .result-created {
  margin-bottom: 15px;}

.search .ordering {
  margin-top: 10px;}

.search fieldset legend {
  display: none;}

.search .searchintro {
  padding-top: 15px;}

.search .btn.hasTooltip {
  display: none;}

.search .controls, .search .only {
  padding-left: 25px;}

.search .only {
  display: none;}


/* NY SØGE FELT */

.searchmodule .search  {
  width: 100%;
  position: relative;
  margin-bottom: 30px;}

.searchmodule {
  padding-left: 0px; 
  padding-right: 0px;}

.searchmodule label {
  display: none;} 

.searchmodule .btn {
  float: right;
  width: 30%;}

.searchmodule input {
  height: 34px;
  width: 65%;} 



/* --------------------------------------------------*/

/*    BOOSTRAP 3 MEDIA QUERIES:  Mobile First      */

/* --------------------------------------------------*/


@media only screen and (min-width: 992px) {

  .nav-child {
    padding-left: 10px;}

  .pc-only {
    display: block;}

  .mobile-only {
    display: none;}

  .nav > li {
    display: inline-block;
    margin-top: 5px;}

  .nav > li > .nav-child {
    position: absolute;
    text-align: left;
    min-width: 315px;
    padding: 0px 15px 15px 15px;
    background-color: rgb(99, 120, 69);
    z-index: 1000;
    border: 1px solid rgb(99, 120, 69);
    border-top: none;
    border-radius: 0px;
    list-style: none;
    margin-top:.5px;
  }

  .nav > li > .nav-child > li {
    margin-top: 15px;
  }

  .nav ul li.divider {
    margin-top: 0px;
  }

}




/* --------------------------------------------------*/

/*    FIL ARKIV                                      */

/* --------------------------------------------------*/

#JS_BOTTOM_DIV, .topLinks, .navigation, #JS_TOP_DIV{
  display: none;}

.fileName, .fileIcon  {
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;}

.filename {
  text-indent: 15px;}

#JS_FILES_DIV > div:nth-child(2) {
  display: none;}

#JS_FILES_DIV .header {
  height: 0px;
  width: 100%;}

#JS_MAIN_DIV {
  display: inline-block; 
  width: 100%;}

.tilbage_warpper {
  position: absolute;
  font-size: 25px;
  top: 20px;
  right: 15px;}

.tilbage_warpper img {
  padding-bottom: 5px;}

.mappecontainer .fileIcon {
  display: none;}

.mappecontainer .fileName {
  text-align: center;
  white-space: nowrap;
  height: 35px;
  overflow-y:none;}

.mappecontainer .fileName {
  width: 100%;
  background-color: #00478e;
  padding:6px 12px;
  margin-top: 8px;
  margin-bottom: 8px;}

.mappecontainer a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  color: white;}

.tom {
  margin-left: 15px;}

#JS_FILES_DIV {
  margin-right: 15px;}

.fileThumb img {
  padding-left:2px;
  width: 100%;
  height: 100%;}

.fileThumb {
  position: relative;
  display: inline-block;
  width:30px ;
  height:30px;}

.filez {
  margin-bottom: 10px;}


.folder {
  background-color: red;}

.easyfolderlisting  li {
  padding-bottom: 5px;
}


/* Large Devices, Wide Screens */

/* --------------------------------------------------*/

/*    BOOSTRAP 3 MEDIA QUERIES:  Non-Mobile First  */

/* --------------------------------------------------*/

/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {

  .nav > li > a {
    padding: 15px 10px;}

  div.search {
    top: 18px;}

}

.slogi{
  width:100%;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {

  .slogi  {width: 100%;}

  .stotte  {text-align: center;}

  .contact-category {padding:15px; padding-top: 5px;}

  .kontakt-hoejre {padding-left: 0px!important; padding-top: 30px!important; padding-bottom: 0px;}

  .search .btn-group {width: 100%;}

  div.search {
    display: inline-block;
    position: relative;}

  div.search .btn-primary {
    position: relative;
    top: -1px;
    padding:6px 12px;}

  .side-container .logo {
    display: none;}

  .side-container {
    margin-left: 15px; 
    margin-top: 15px;}

  #system-message {
    padding-top: 15px;}

  .navbar-toggle {
    margin-right: 0px;}

  .blog-featured .item-title {

    padding-top: 0px;}

  .blog-featured img {

    height: auto;}

  .navbar-toggle {

    padding: 16px 14px;}

  .blog-featured .items-row,

  .blog-featured .item-image {

    width: 100%;}

  .blog-featured > div > div > div > div {

    box-shadow: none;}

  .blog-featured > div {

    display: inline-block;}

  .navbar-collapse {

    font-size: 18px;}

  .slider_wrapper .slideshow-content {

    width: 300px !important;}

  .slider_wrapper h3 {

    font-size: 40px;
  }

  .nav > li > ul {

     display: block;

  }

}

/* CSS cheats */

.category-listadminhelpz .category.table,
.category-listadminhelpz .hasTooltip {
  display: none;
}

.category-listadminhelpz .list-title {
  padding-bottom: 10px;
}


.table-bordered {
  border: none;
}

.article-info {
  display: none;
}


a:hover.ingen-mus  {
  cursor:default!important; 
  text-decoration: none!important; }

/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {

  .content-wrapper .page-header {
    padding-top: 15px;}

  .intra_slide_wrapper .slideshow-content {
    width: 300px!important;}

  .footer {
    text-align: center;}

  .intra_slide_wrapper a {
    font-size: 20px;}

  /* Extra Small Devices, Phones */

}

/* Custom, iPhone Retina */

@media only screen and (max-width: 500px) {

  .side-container {
    margin-left:0px;
  }

  #mod-search-searchword{
    width: 100%!important;
    margin-bottom: 10px;
  }

  div.search .btn-primary {
    width: 100%;
  }

  .tilbage_warpper span {
    display: none;}

  .tilbage_warpper {
    top: 10px;}

  .filez {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;}

  .content-wrapper.forside img.backimg {
    width: 20px!important;}

  .fileIcon {display: none;}

  .contact-category .btn-group {display: block; float:left!important;} 

  .contact_catory_tag {width: 65px; overflow:none;}

  .intra_slide_wrapper .cycle-prev, .intra_slide_wrapper .cycle-next {
    top: -30px;
    left: 15px;
    font-size: 10px;}

    h2 {
      font-size: 24px;
    }

  .search .btn-group {
    width: 100%;}

  .search input {
    width: 90%;}

  .intra_slide_wrapper .slideshow-content {
    width: 180px!important; 
    left: 15px!important;}

  .navbar  img {
    width: 130px; 
    height: auto; 
    padding-top: 12px;}

  .slider_wrapper .slideshow-content {
    width: 200px !important;}

  .slider_wrapper h3 {
    font-size: 28px;}

  .slideshow-content {
    padding-left: 10px;}

  .menu ul {
    padding-left: 0px; 
    margin-left: 0px;}

  .slideshow-content {
    top: 25px !important;}

  .content-wrapper.forside img{
    max-width:100%;
  }
  .ArticlePage img {
    object-fit: contain;
    max-height: 90vh;
  }
  /* .content-wrapper.forside img */ .jmslide-img{
    width: 100%;
    height: auto;
  }

  .content-wrapper.forside img.backimg {
    width: 30px;}

  .yee-wgt-teaser-grid .view-first{
    width: 100%;
    height: auto;
    /* margin-bottom: 15px; */
  }
}


body > a.LightBoxWrap[style="visibility:hidden;"] {
  position: absolute;
  bottom: -100%;
}



*:not(p) > strong {
  font-size: 17px;
  font-weight: 400; 
}

p > strong {
  font-weight: bold; 
}



@media only screen and (max-width: 500px) {

  strong{
    /* font-size: 16px; */
  }
}

@media only screen and (min-width: 1000px) {

  strong{
    font-size:18px;
  }

  h2 {
    font-size: 32px;
  }

}


/** Til Editors  fixes **/

@media only screen and (min-width: 992px) {
  .nopc {display: none;}
  .notablet {display: inline-block;}
  .nophone {display: inline-block;}

}

@media (max-width:991px) and (min-width:501px) {
  .nopc {display: inline-block;}
  .notablet {display: none;}
  .nophone {display: inline-block;}
}


@media only screen and (max-width: 500px) {
  .nopc {display: inline-block;}
  .notablet {display: inline-block;}
  .nophone {display: none;}
}

@media print {
  a[href]:after {
    content: none !important;
  }
}



@media(min-width: 992px){

  /*
  #header-container-col{
    padding:0px;
    width:100%;
    margin-left:0px;
  }

  .container{
    margin:0;
  }

  .main.container{
    padding: 0px;
    width:100%;
  }


  .softmenu{
    min-height:0px;
  }

  .content-wrapper{
    padding-left:5%;
    padding-right:5%;
  }

  .news-frontpage{
    padding-left:6%;
    padding-right:6%;
    margin-left:10px;
    margin-right:10px;
  }

  .content-container{
    padding-left:6%;
    padding-right:6%;
    margin-left:10px;
    margin-right:10px;
  }
  */

  .slogan h1{
    margin-right: 25px;
  }

}


.category-list{
  padding:0px;
}

.content-category{
  padding:5px !important;
}

.content-category h2{
  margin-bottom:20px;
  margin-top:0px;
}


.news-frontpage, .frontpageonly-contents {
    max-width: 1050px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    float: none;
}

.frontpageonly-contents {
  min-height:300px;
  margin-bottom:15px;
}

/*
@media (max-width: 992px) {
  .frontpageonly-contents {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
*/

@media (min-width: 992px){


  .frontpageonly-contents {
    padding-left:0px !important;
    padding-right:0px !important;
  }


  #article-content{
    padding: 0px !important;
  }

}

@media(max-width: 700px){

  .slideshow-content h3{
    font-size:14px !important;
    margin-top:0px;
  }

  .slogan h1{
    font-size:22px;
  }

}
/*
@media(max-width:992px){
  .content-wrapper .content img,
  .LightBoxWrap img{
    max-width:96% !important;
  }
}
*/


.badge{
  line-height:1.4;
  position:relative;
  top:-2px;
}

.fp-header{
  font-size: 22px;
  font-weight: 300;
}


a.readmore-link{
  opacity:.8;
}

a.readmore-link:hover{
  opacity:1;
  text-decoration: none;
}




@media(min-width:992px){

  
  .login-article-page .content-wrapper,
  .login-article-page .intranetboks{
    width:50%;
    float:left;
  }

  input.form-control{
    width:100% !important;
  }
}


@media(max-width:992px){

  .login-article-page .intranetboks{
    position:relative;
    top:-100px;
  }
  /*
  .content-wrapper .content img,
  .LightBoxWrap img{
    max-width:96% !important;
  }
  */
}


.intranetboks{
  padding:8px !important;
  /* border:1px solid rgba(0, 70, 136, 1.0);
  border-radius:3px; */
}


.byggerier-mix .mix{
  display: none;
  padding:6px;
  cursor:pointer;
  height:240px;
}

.byggerier-mix .mix .view-first{
  background-color:#f1f1f1;
  transition:background-color 0.5s, color 0.5s;
  -webkit-transition:background-color 0.5s, color 0.5s;
  -moz-transition:background-color 0.5s, color 0.5s;
  -ie-transition:background-color 0.5s, color 0.5s;
}

.byggerier-mix .mix:hover .view-first{
  background-color: rgb(99, 120, 69);
  color:white;
}

.byggerier-mix .mix .view-first .mask{
  margin:3px 6px;
}

.byggerier-mix .mix .view-first .mask h2{
  font-size:15px;
  transition:background-color 0.5s, color 0.5s;
  -webkit-transition:background-color 0.5s, color 0.5s;
  -moz-transition:background-color 0.5s, color 0.5s;
  -ie-transition:background-color 0.5s, color 0.5s;
  margin-left:0px;
  margin-top:5px;
}

.byggerier-mix .mix:hover .view-first .mask h2{
  color:white;
}

.byggerier-mix .mix img{
  margin:0px;
}


.byggerier-mix > .grid > .yee-row > div {
  width: 33.33%;
}

@media(max-width: 991px) {
  .byggerier-mix > .grid > .yee-row > div {
    width: 33%;
    clear: none;
  }
}

@media(max-width: 800px) {
  .byggerier-mix > .grid > .yee-row > div {
    width: 50%;
    clear: none;
  }
}

@media(max-width: 500px) {
  .byggerier-mix > .grid > .yee-row > div {
    width: 100%;
    clear: both;
  }
}


.byggerier-mix > .grid > .yee-row > div img {
  width: 100%;
  max-width: 100% !important;
  object-fit: cover;
}


@media(min-width: 992px){

  .byggerier-indeks .filter.btn{
    zoom:1.05;
  }
}

.byggerier-indeks .filter.btn{
  margin-top:5px;
}

.img_div{
  background-size:cover;
  background-position: center center;
}

.byggerier-mix .img_div{
  height:150px;
  width:100%;
}


.byggerier-mix .yee-row{
  display:inline;
  clear:both;
}

/*
.byggerier-mix br{
  line-height:0px;
  height:0px;
  content: '';
}
*/

/*
@media(min-width:992px){
  .clear-both-desktop{
    clear:both;
  }
}

@media(max-width:992px){
  .clear-both-mobile{
    clear:both;
  }
}
*/


.nav > li > ul.nav-child{

  /* max-height:500px; */
  /* overflow-y:auto; */
}

label[for="modlgn-remember"]{

  display:inline-block;
  float:left;
  margin-bottom:10px;
  padding-left:0px;

}

#modlgn-remember{
  display:inline-block;
  position:absolute;
  margin-left:85px;
  margin-bottom:10px;
}


.intranetboks{
  border: 2px solid #004688;
  margin-top:55px;
}

.intranetboks h2{
  color: #004688;
  margin-bottom:14px;
}

#adminForm .category.list-striped{
  margin-top:15px;
}

#adminForm .category.list-striped br{
  display:none;
}

#adminForm .category.list-striped h5{
  margin-bottom:6px;
}


#monthlyarchive{

  padding: 15px;
}

.ma_page_title{
  margin-bottom: 10px;
}

.footer-content-container a{
  color: white !important;
}

@media(max-width: 992px){
  
  .menu_wrapper{
    height:auto;
    max-height: 100%;
    overflow-y:auto;
    min-height: 65px !important;
  }

  .mod-articles-category-title b{
    height:20px !important;
  }

}

div.leading-0[itemprop="blogPost"]{
  margin: 15px;
}

hr{

  margin-top: 8px;

  margin-bottom: 20px;

}


hr.dark{

  border-color: rgba(0, 64, 138, 1.0);

}

hr.light{

  border-color: rgba(0, 64, 138, 0.25);

}


/* Prevent the slideshow from flashing on load */
#slides {
  display: none
}

/* Center the slideshow */
.slides-container {
  margin: 15px;
}

/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}


#intramenu > li > .nav-child{
  padding-bottom:10px;
}

.fakta-k{
    min-width: 150px;
    color: #444;
}

.related-articles-container{

  padding: 15px;

}


.content-container.frontpageonly-contents{
  padding-top: 15px;
  margin-bottom: 0px;
}

.news-frontpage{
  margin-top: 20px;
}

@media(max-width: 992px){

  .content-container.frontpageonly-contents{
    padding: 0px;
    padding-top: 25px;
  }

}


.mask > h2 {
  font-size: 17px;
  margin-left: 0px;
  margin-top: 15px;

}

.fponly .mask > h2 {
  font-weight: 700;
  letter-spacing: 1px;
}



@media(max-width: 992px){

  .news-frontpage .category-module{
    padding: 10px 0px !important;
  }

  .row.byggerier{
    padding: 0px 0px !important;
  }

}


.forside.fponly > #article-content > .blog-featured{
  padding-top:25px;
}


.easyfolderlisting img{
  border: 0px !important;
  position: relative;
  top: 3px;
}




ul.nav.menu{
  /* overflow:hidden !important; */
  /* max-height:48px; */
}


@media print {

  ul.nav.menu {
    overflow:hidden !important;
    max-height: 48px;
  }

  ul.nav.menu > li:not(.active) {
    display: none;
  }
}




.logo-fp-link{
  float:left;
  margin:0px;
  font-size:20px !important;
  opacity:.98;
}

.logo-fp-link:hover{
  text-decoration: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  background-color: #2c482f;
}


html,body,body>div.main-row,#header-container-col,#header-container-col>div,#header-container-col>div>div{
  min-height:100%;
}

#gb-frontpage-header{
  background-image:url('/assets/images/gb-bg-1.jpg');
  background-size:cover;
  /* background-position:70% 0%; */
  background-position:center center;
  margin-top:0px;
  text-shadow: 2.5px 2.5px 2.5px black;
}

@media(max-width: 992px){

  #gb-frontpage-header{
    background-image:url('/assets/images/gb-bg-1-m.jpg');
    margin-top:-77px;
  }

}


.row.byggerier > div{
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.gb-fp-grid img{
  margin:0px !important;
  /* margin-bottom:20px !important; */
}

.gb-fp-grid .view.view-first{
  padding:15px;
  margin-bottom:0px;
  padding-bottom:0px;
  min-height:250px;
}

.gb-fp-grid h2{
  font-size:20px;
  font-weight:700;
  letter-spacing:1px;
  margin-top:0px;
}


.content-wrapper.forside{
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding-bottom: 25px;
  padding-top: 12px;
  background-color: white;
}

@media(max-width:992px){

  .content-wrapper.forside{
    padding:25px 0px;
  }

}
/*
.content-wrapper.forside.fponly{
  padding:0px 0px !important;
}

@media(min-width: 992px){
  .content-wrapper.forside.fponly{
    padding:0px 15px !important;
  }
}
*/

.logo-fp-link, .resp_logo.mobile-only{
  text-decoration: none;
  letter-spacing:1.5px;
}

.logo-fp-link{
  display: none;
}

.kontakt-grid .yee-row > div{
  margin-top: 0px;
  padding: 10px;
  padding-top: 0px;
  height: 350px;
  float: left;
}
.kontakt-grid .yee-row > div img{
  margin:0px !important;
  max-width: 200% !important;
}

.kontakt-grid .yee-row > div strong{
  font-weight:bold !important;
}


#header-container-col .container.main .softmenu{
  display: block;
  width: 100%;
}

#gb-frontpage-header{
  display: table-cell;
  width: 100%;
  vertical-align: bottom;
  padding:25px;
}

#gb-frontpage-header .inner{
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  text-align:right;
  vertical-align:bottom;
}

#gb-frontpage-header .inner:hover{
  text-decoration: none;
}


#gb-frontpage-header .inner hr{
  margin-right:5px;
  border-color: rgba(255, 255, 255, 0.8);
  transition: border-color 0.6s ease;
}
#gb-frontpage-header .inner:hover hr{
  margin-right:5px;
  border-color: rgba(255, 255, 255, 1.0);
}

#gb-frontpage-header .inner h1{
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
  font-weight:700;
  letter-spacing:5px;
  font-size:45px;
  transition: font-size 0.7s ease;
}

#gb-frontpage-header .inner:hover h1{
  /* font-size:46px; */
}

#gb-frontpage-header .inner h2{
  font-weight:500;
  color: rgb(255, 255, 255);
  text-decoration: none;
  transition: color 0.7s ease;
  letter-spacing:2px;
}

#gb-frontpage-header .inner:hover h2{
  color: rgba(255, 255, 255, 1.0);
  text-decoration: none;
}

#gb-frontpage-header .inner h2 i{
  font-weight:700;
  color: rgba(255, 255, 255, 1.0);
  position:relative;
  right:0px;
  transition: right 0.6s ease;
}

#gb-frontpage-header .inner:hover h2 i{
  font-weight:700;
  color: rgba(255, 255, 255, 1.0);
  right:-10px;
}

@media(max-width:992px){

  #gb-frontpage-header .inner h1{
    font-size:33px; /* org 38px */
  }

  #gb-frontpage-header .inner h2{
    font-size:23px; /* org 26px */
  }
}



.fponly .yee-wgt-teaser-grid{
  padding-top: 0px;
}


.gb-samarbejdspartnere{
  margin-top:20px;
}

.gb-samarbejdspartnere .yee-row > div{
  margin-top: 15px;
  min-height:175px;
  padding-right: 45px;
}
.gb-samarbejdspartnere .yee-row > div.col-md-12{
  min-height:0px;
}

.gb-samarbejdspartnere .yee-row > div p {
  text-align: left;
}

@media(max-width:992px){
  .gb-samarbejdspartnere .yee-row > div{
    zoom:1.2;
    padding-left:10px;
    height:180px;
    padding-right: 20px;
  }
  .gb-samarbejdspartnere .yee-row > div.col-md-12{
    zoom:1.0;
  }
}

 .gb-samarbejdspartnere .yee-row div strong{
  font-weight:bold !important;
 }

@media(max-width:667px){

  .gb-samarbejdspartnere{
    margin-top:0px;
  }

  .gb-samarbejdspartnere .yee-row > div{
    margin-top:37px;
    margin-bottom:15px;
    height:auto;
    min-height:0px;
  }


}

.fponly .view.view-first a{
  text-decoration: none !important;
}

.fponly .view.view-first a h2{
  position:relative;
  top: 22px;
  margin-top:0px;
  margin-left:10px;
  text-decoration: none !important;
  transition: opacity 0.5s ease;
  font-size:19px;
}

.fponly .view.view-first a:hover h2{
  opacity:.7;
  text-decoration: none !important;
}

.fponly .view.view-first a img{
  opacity:.7;
  transition: opacity 0.5s ease;
}

.fponly .view.view-first a:hover img{
  opacity:1;
}


.frontpage-content-wrapper{
  display: none;
}




.embed-responsive{
  height: auto;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  width: auto;
  height:auto;
}

.yee-widget yee-wgt-single-vimeo, .embed-responsive{
  width: 100%;
}

iframe.whistleblow{
  height:500px;
  width:100%;
}



/*
p{
    text-align: justify;
}
*/


.yee-row > div {
  float: left;
  width: 100%;
  max-width: 100%;
}


@media(min-width: 992px){
  .yee-row > .yee-col-md-3,
  .yee-row > .yee-col-md-2-4  {
    width: 25%;
  }

  .yee-row > .yee-col-md-6 {
    width: 50%;
  }
}

/*
@media(max-width: 1150px){
  #gbmenu .item-841 {
    display: none;
  }
}


@media(max-width: 991px){
  #gbmenu .item-841 {
    display: block;
  }
}
*/




/*

#cityoverview {
  height: auto;
  overflow: hidden;
  width: 100%;
  clear: both;
  max-width:1300px;
}


@media(min-width:1300px) {

  #cityoverview {
    height: auto;
    overflow: hidden;
    width: 100%;
    clear: both;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 100px;
  }

}

@media(min-width:800px) {

  .frontpageonly .footer {
    margin-top: 0px !important;
    display: none;
  }

  .frontpageonly .content-wrapper.forside.fponly {
    display: none;
  }

  .frontpageonly .container.slogi {
    display: none;
  }

}


@media(max-width:799px) {
  #cityoverview,
  .cityoverviewbrafter {
    display: none;
  }
}


*/



@media(max-width: 992px) {

    .navbar-header button {
      position: absolute;
      right: 5px;
      top: 0px;
    }

    .collapse navbar-collapse {
      display:none;
    }
}


td, th {
  padding: 5px;
}




.content > .blog > .page-header {
  padding: 0 15px;
}



li var {
  font-style: normal;
  display: inline-block;
  font-style: normal;
  width: 100%;
  height: 22px;
}

li>var:before
{
  content: "";
  display: inline-block;
  background: white;
  height: 10px;
  width: 10px;
  position: absolute;
  margin-left: -15px;
  margin-top: 5px;

}
li:contain(var) {
  list-style: none;
}
li:has(var) {
  list-style: none;
}