﻿/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#pagenavigation.productlist {
	display:none;
}

/* Hide AngularJS forms */
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
  }

.section-heading {
    font-weight: normal !important;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
    _zoom: 1;
}

body {

    line-height:18px !important; 
}

body.news {
    
}

h3 {
font: bold 1em "Oswald", "Arial Narrow", Arial, sans-serif;
margin-top: 10px;
}

#bg-pic {
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
     background-size: cover;
     /*min-height: 494px;*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(255, 255, 255, 0.99)));
}


.news #bg-pic {
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
     background-size: cover;
     /*min-height: 224px;*/
}

.Subpage #bg-pic {
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 0;
     background-size: cover;
     /*min-height: 224px;*/
}

#contentwrapper {

    width: 100%;
    overflow: hidden; 
    position: relative;
    z-index: 1; 
}

.news #contentwrapper {

    width: 100%;
    overflow: hidden; 
    position: relative;
    z-index: 1; 
}

.Subpage #contentwrapper {

    width: 100%;
    overflow: hidden; 
    position: relative;
    z-index: 1; 
} 

#white-mask {
    background: white;
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 730px;
}

.container940 {

    max-width: 940px;
    text-align: center;
    margin: 0 auto;
    /*overflow: hidden;*/
    padding: 0;
}

/* Header */
header {

}

.news header {

}

#logo {

    float: left;
    background: white url("../img/danva-logo.png") center no-repeat;
    width: 160px;
    height: 70px;
    display: block;
    opacity: 0.9;
    filter: alpha(opacity = 90);

}

#tool {
    background: none repeat scroll 0% 0% black;
    color: white;
    float: right;
    display: block;
    line-height: 24px !important;
    text-align: center;
    font-size: 0.875em;
    padding: 5.5px 0;
    font-family: 'Lato',sans-serif;
    width: 140px !important;
    height: 35px;
}

#header-search {

    margin: 5% auto;
    clear: both;
    display: block;
    width: 100%;    

}


.news #header-search {

    margin: 0 auto;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;

}

.Subpage #header-search {

    margin: 0 auto;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;

}

#header-search-results {

    display: block;
    width: 462px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    z-index: 1000;
    margin: 2px 0 0 -1px;
    overflow: hidden;
    -webkit-transition: max-height 3s ease;
    -moz-transition: max-height 3s ease;
    -o-transition: max-height 3s ease;
    transition: max-height 3s ease;
}


#header-search-results .section{
    border-bottom: 1px solid #ddd;
    width: auto !important;
    padding: 10px 15px 35px 15px;
     background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

#header-search-results p, #header-search-results b{
    font: bold .875em 'Lato', sans-serif;
}

#header-search-results b{
    color: #1561ae;
}

#header-search-results span{
    font: normal .750em 'Lato', sans-serif;
}

#header-search-results article{
    margin-bottom: 10px;
}

#header-search-results .section article{
    padding-left: 36px;
    text-align: left;
    min-height: 34px;
}

#header-search-results .section:first-child article{
    background: url("../img/searchResults-icon.png") no-repeat 0px 5px;
}

#header-search-results .section:nth-child(2) article{
    background: url("../img/searchResults-arrow.png") no-repeat 10px 7px;
}

#header-search-results .section:last-child{
    padding: 0px;
    height: 250px;
    border: medium none;
}

#header-search-results .section:last-child article{
    padding: 0px;
}

#header-search-results .section:last-child ul{
    padding-top:21px;
    display: block;
    list-style:none;
    height: 176px;
}

#header-search-results .section:last-child ul li{
    float: left;
    display: block;
    height: 176px;
    width: 125px;
    margin-left: 20px;
    -ms-word-break: break-all;
        word-break: break-all;
    /* Non standard for webkit */
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    color: white;
}

#header-search-results .section:last-child ul li p{
    margin-top:5px;
    padding: 3px;
}

#header-search-results .section:last-child ul li img{
    display: block;
    height: 117px;
    width: 125px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#header-search-results .section:last-child ul li:first-child{
    background-color: #542163;
}

#header-search-results .section:last-child ul li:nth-child(2){
    background-color: #c37f25;
}

#header-search-results .section:last-child ul li:last-child{
    background-color: #114f85;
}

#header-search-results .section .greendivider{
    height:25px;
    background-color: #84bf19;
    display: block;
    text-align: center;
    font:bold 1.0em "Oswald", "Arial Narrow", Arial, sans-serif;
    position: absolute;
    left: -7px;
    width: auto;
}

#header-search-results .section .greendivider:before{
    background: url("../img/ribbon-slip.png") no-repeat;
    width: 7px;
    height: 10px;
    display: block;
    position: inherit;
    top: -10px;
    content: "";
}

#header-search-results .section .greendivider em{
    padding-left: 16px;
    padding-right: 8px;
}

#header-search-results .section .viewallresults{
    float: right;
    background: url("../img/searchResults-arrow.png") no-repeat 0px 6px;
    padding-left: 15px;
    margin-right: 26px;
}

#header-search-results .section .viewallresults a{
    color: #1561ae;
    font:normal 0.750em "Oswald", "Arial Narrow", Arial, sans-serif;
}

#header-search-results .section .viewallresults a:hover{
    text-decoration: none;
}

/*end searchdropdown*/

a.clearResult {
    background: url("../img/close.png") 0 0 no-repeat;
    background-color: #FFF;
    background-position: 26px 14px;
    background-repeat: no-repeat;
    position: relative;
    top: 0px;
    height: 61px;
    width: 61px;
    display: block;
    z-index: 5;
    cursor: pointer;
    left: 399px;
}

.modal-header .close {
        background: url("../img/closeModal.png") no-repeat;
        width: 28px;
        height: 28px;
        opacity: 0.8;
        filter: alpha(opacity=80);
        margin-top: 21px;
        margin-right: 10px;
}

#header-search form {

    margin: 0 auto;
    clear: both;
    max-width: 460px;
    height: 63px;
    background: url("../img/search-bg.png") repeat-x;
    /*background: white;*/
    border: 1px solid #dddddd;
}

#header-search form.white{

    margin: 0 auto;
    clear: both;
    max-width: 460px;
    height: 63px;
    background: url("../img/search-bg_white.png") repeat-x;
    /*background: white;*/
    border: 1px solid #dddddd;
}

#header-search #searchbutton {

    background: transparent url("../img/search-icon.png") 0 0 no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: 9999px;
    margin-top: 19px;

}

#header-search #searchbutton:active {

      background: transparent url("../img/search-icon.png") 0 0 no-repeat;
}

#header-search #searchbutton:focus {

      background: transparent url("../img/search-icon.png") 0 0 no-repeat;
}

/*#header-search div:first-child {

    width: 100%;
    height: 100%;    
}*/

#header-search input {

    width: 80%;
    height: 30px;
    float: left;
    padding: 6px 12px;
    line-height: 30px;
    margin-top: 10px;
    margin-left: 10px;
    background: none;
    border: none;
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    font-size: 18px;
    box-shadow: none;
    color: #141414;

}

#header-search .input-append {
    width: 100%;
    height: 100%;
    background: transparent url("../img/search-icon.png") 95% 50% no-repeat;
}


/* Main Menu GREEN */
#main-menu {

    /*height: 66px;*/
    background: none;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}

#main-menu .navbar-inner,.nav,li {

    height: 100%;
}

#main-menu .nav {
    
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 100% !important;
    max-width: 1200px;
}

#main-menu .container-fluid {
    padding: 0 !important;
    text-align: center;
}

#main-menu .navbar-inner {

    height: 100%;
    background: none;
    border: none;
    padding: 0;
}


ul#main-megamenu > li > a {

    line-height: 180% !important;
    text-align: center;
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #141414;
    border-right:1px solid #6da800;
    border-left: 1px solid #9ad537; 
    display: block;
    height: 100%;
    text-decoration: none;
    padding-right: 0 !important;
}

ul#main-megamenu > li {

    margin: 0;
    background: url("../img/main-menu-but-bg.png") repeat-x;
    width: 25%;
    height: 66px;
    display: block;
    
}

ul#main-megamenu > li:hover {

    background: #eee;
}


ul#main-megamenu li:first-child a {

    border-left: none; 
}
ul#main-megamenu li:last-child a {

    border-right: none; 
}

ul#main-megamenu li span {

    display: block;
    line-height: 80%;
    text-align: center;
    font-size: 0.58333em;
    font-weight: normal;
    color: #141414;
}

/*#main-megamenu .active > a, #main-megamenu li> a:hover {

    background-color: #eee;
    border-left: 1px solid #eee; 
    border-right: 1px solid #eee; 
}*/

#main-megamenu li:first-child > a:hover {

    background-color: #eee;
    border-left:none; 
}

#main-megamenu li:last-child > a:hover {

    background-color: #eee;
    border-right:none; 
}

#greentransparent {

    background: rgba(119, 185, 0, 0.5);
    width: 100%;
    /*margin-top: -26px; */
}

/* Main Menu RED */
#main-menu-red {
    height: 66px;
    background: none;
    padding: 0;
    position: relative;
    z-index: 2;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}

#main-menu-red .navbar-inner,.nav,li {

    height: 100%;
}

#main-menu-red .nav {
    
    overflow: hidden;
    float: none;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 100% !important;
    max-width: 1200px;
}

#main-menu-red .container-fluid {
    padding: 0 !important;
    text-align: center;
}

#main-menu-red .navbar-inner {

    height: 100%;
    background: none;
    border: none;
    padding: 0;
}


#main-menu-red a {

    line-height: 109%;
    text-align: center;
    font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
    font-size: 1.5em;
    font-weight: normal;
    color: #141414;
    border-right:1px solid #d95629;
    border-left: 1px solid #f87040; 
    display: block;
    height: 100%;
}

#main-menu-red li {

    margin: 0;
    background: url("../img/main-menu-but-bg-red.png") repeat-x;
    width: 25%;
    height: 66px;
    display: block;
    
}

#main-menu-red li:first-child a {

    border-left: none; 
}

#main-menu-red li:last-child a {

    border-right: none; 
}

#main-menu-red li span {

    display: block;
    line-height: 143%;
    text-align: center;
    font-size: 0.58333em;
    font-weight: normal;
    color: #141414;
}

#main-menu-red .active>a, #main-menu-red li>a:hover {

    background-color: #eee;
    border-left: 1px solid #eee; 
    border-right: 1px solid #eee; 
}

#main-menu-red li:first-child > a:hover {

    background-color: #eee;
    border-left:none; 
}

#main-menu-red li:last-child > a:hover {

    background-color: #eee;
    border-right:none; 
}

#greentransparent-red {

    background: url("../img/main-menu-bg-red.png") repeat-x;
    width: 100%;
    /*margin-top: -26px;*/
}

/* Headlines global */

h2 {
  
    font:bold 1.25em "Oswald", "Arial Narrow", Arial, sans-serif;
    float: left;
    margin:40px 0 6px 0;
}

.news h2 {
    
    margin:0 0 6px 0 !important;
}

.Subpage h2 {
    
    margin:0 0 6px 0 !important;
}

h2 span {

    margin-left: 8px;
    font:normal 0.7em "Oswald", "Arial Narrow", Arial, sans-serif;
}

/* Breadcrumps */
.breadcrumb  {
    background: none;
    text-align: left;
    padding-left: 0;
    margin:16px 0;
    font:.875em 'Lato', sans-serif;
}

.breadcrumb li {
    color: #141414;
}

.breadcrumb a {
    font:1em 'Lato', sans-serif;
    color: #c1c1c1;
}

.breadcrumb li:first-child a{
    background: url("../img/home-icon.png") 0 0 no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    font: 1em 'Lato', sans-serif;
    color: #c1c1c1;

}

.breadcrumb .divider {
    font:bold 1.1em 'Lato', sans-serif;
    color: #000;
    margin: 0 10px;
}

.breadcrumb .active {
    color: #141414;
}

/* Slider remake */

/*#arrangementerContainer{
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
    background: #f9f9f9;   
}

#arrangementerContainer .hasTransitions{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sliderHandlerNavi {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
}

#sliderHandler {

    width: 100%;
    height: 100%;
    border-right: none;
    min-height: 217px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

#sliderHandler ul{
    height: 100%;
}

#sliderHandler ul div{
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
}

#sliderHandler ul li{
    list-style-type: none;
}

#sliderHandler ul div .slider-item {

    border-left: 1px solid #ddd;
    height: 100%;
    margin-left:0;
    padding: 20px;
    width: 33.333%;
    box-shadow: inset 1px 0 #fff;
    text-align: left;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow:ellipsis;
    overflow: hidden;
    position: relative;
}

#sliderHandler .slider-item p{
    float: left;
}

#sliderHandler .see-more {
    
    background: rgba(255, 255, 255, 0.6) url("../img/see-more-full.png") 50% 250% no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    filter: alpha(opacity = 0);
    color: white;
    font:bold 1.25em "Oswald", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#sliderHandler .see-more span {

    display: block;
    position: absolute;
    bottom: -60px;    
    width: 98.5%;
    text-align: center;

}

#sliderHandler .see-more:hover {
    
    
    background: rgba(255, 255, 255, 0.6) url("../img/see-more-full.png") 50% 170% no-repeat;
    opacity: 1;        
    filter: alpha(opacity = 1);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

#sliderHandler .see-more:hover span{
    
    bottom: 11px;        
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

#sliderHandler .slider-item .box-date{

    float: left;
    padding: 6% 0% 0% 9%;
    color: #fff;
    text-align: center;
    font:bold 2em "Oswald", "Arial Narrow", Arial, sans-serif;
    height: 12%;
    width:10.8%;
    display:block;
    position: relative;
    z-index: 1;
}

#sliderHandler .slider-item .box-date span {

    display: block;
    font:bold 0.7185em "Oswald", "Arial Narrow", Arial, sans-serif;
    line-height: 20%;
    position: relative;
    z-index: 1;
    top: 15px;
}

#sliderHandler .slider-item .box-image {

    height: 100px;
    width: 69.48%;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    float: right;
    position: relative;
    z-index: 1;

}

.orange, .purple, .blue, .red, .yellow, .green, .cyan, .pink{
    position: relative;
    z-index: 1;
    max-height: 100px;
    width: 100%;
}

.orange {
    background-color: #c37f25;
}

.purple {
    background-color: #542163;
}

.blue {
    background-color: #114f85;
}

.red {
    background-color: #8d3a18;
}

.yellow {
    background-color: #9bc74a;
}

.green {
    background-color: #50aa51;
}

.cyan {
    background-color: #2b80b5;
}

.pink {
    background-color: #6d2353;
}

#sliderHandler h3 {

    font:bold 1em "Oswald", "Arial Narrow", Arial, sans-serif;
    margin-top: 10px;
    float: left;
    
}

#sliderHandler p {

    font:.875em 'Lato', sans-serif;
    margin-top: 3%;
    color: #141414;
    position: relative;
    z-index: 1;
    min-height:34px;
    height: auto;
    line-height:18px !important; 
    
}

#slider-nav {
    float: left;
    border:1px solid #ddd;
    border-top: none;
    background-color: #eee;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slider-nav span {
    color: #141414;
    float: left;
    font:.875em 'Lato', sans-serif;
    margin: 6px 10px 6px 10px;
}

#slider-nav a {
    outline: medium none;
    display: block;
    border-left:1px solid #ddd;
    float: right;
    padding: 0 30px 0 23px;
    width: 16px;
    height: 31px;
}

#slider-nav .left-arrow {

    background: url("../img/left-arrow1.png") center no-repeat;
}

#slider-nav .right-arrow {

    background: url("../img/right-arrow1.png") center no-repeat;
}


#slider-nav .right-arrow:hover, #slider-nav .left-arrow:hover {

    background-color: #d1d1d1;
}*/


/* Slider remake 2*/

#arrangementerContainer{
    width: 100%;
    height: 220px;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    float: left;
    background: #f9f9f9;   
}

#arrangementerContainer .hasTransitions{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sliderHandlerNavi {
    width: 100%;
    height: 50px;
    display: block;
    float: left;
}

#sliderHandler {

    width: 100%;
    height: 100%;
    border-right: none;
    min-height: 217px;
    margin-left: 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

/*#sliderHandler ul{
    height: 100%;
}*/

#sliderHandler div{
    display: inline-block;
    height: 100%;
    width: 100%;
    float: left;
}

/*#sliderHandler ul li{
    list-style-type: none;
}*/

#sliderHandler div div.slider-item {

    border-left: 1px solid #ddd;
    height: 100%;
    margin-left:0;
    padding: 20px;
    width: 33.333%;
    box-shadow: inset 1px 0 #fff;
    text-align: left;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-overflow:ellipsis;
    overflow: hidden;
    position: relative;
}

#sliderHandler .slider-item p{
    float: left;
    clear: both;
}

#sliderHandler a.see-more {
    
    background: rgba(255, 255, 255, 0.6) url("../img/see-more-full.png") 50% 250% no-repeat;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    filter: alpha(opacity = 0);
    color: white;
    font:bold 1.25em "Oswald", "Arial Narrow", Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

#sliderHandler a.see-more span {

    display: block;
    position: absolute;
    bottom: -60px;    
    width: 98.5%;
    text-align: center;

}

/* Transitions on slider hover */
#sliderHandler a.see-more:hover {
    
    background:  url("../img/see-more-full.png") 50% 170% no-repeat;
    opacity: 1;        
    filter: alpha(opacity = 1);
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    position: absolute;
    z-index: 999;
}

#sliderHandler a.see-more:hover span{
    
    bottom: 11px;        
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
    position: absolute;
    z-index: 999;
}

/* jQuery Animation of See More*/

#sliderHandler .jQueryAnimate {

    background: hsla(0, 100%, 100%, 0.6) url("../img/see-more-full.png") 50% 170% no-repeat;
    opacity: 1;       
    filter: alpha(opacity = 1);
}

#sliderHandler .spanHover {
    bottom: 11px !important;
    width: 80.5% !important;        
}



/* End of Transitions on slider hover*/

#sliderHandler .slider-item .box-date{

    float: left;
    padding: 6% 0% 0% 9%;
    color: #fff;
    text-align: center;
    font:bold 2em "Oswald", "Arial Narrow", Arial, sans-serif;
    height: 12%;
    width:10.8%;
    display:block;
    position: relative;
    z-index: 1;
}

#sliderHandler .slider-item .box-date span {

    display: block;
    font:bold 0.7185em "Oswald", "Arial Narrow", Arial, sans-serif;
    line-height: 20%;
    position: relative;
    z-index: 1;
    top: 15px;
}

#sliderHandler .slider-item .box-image {

    height: 100px;
    width: 69.48%;
    opacity: 0.6;
    filter: alpha(opacity = 60);
    float: right;
    position: relative;
    z-index: 1;

}

.orange, .purple, .blue, .red, .yellow, .green, .cyan, .pink{
    position: relative;
    z-index: 1;
    max-height: 100px;
    width: 100%;
}

.orange {
    background-color: #c37f25;
}

.purple {
    background-color: #542163;
}

.blue {
    background-color: #114f85;
}

.red {
    background-color: #8d3a18;
}

.yellow {
    background-color: #9bc74a;
}

.green {
    background-color: #50aa51;
}

.cyan {
    background-color: #2b80b5;
}

.pink {
    background-color: #6d2353;
}

#sliderHandler h3 {

    font:bold 1em "Oswald", "Arial Narrow", Arial, sans-serif;
    margin-top: 10px;
    float: left;
    
}

#sliderHandler p {

    font:0.75em 'Lato', sans-serif;
    margin-top: 3%;
    color: #141414;
    position: relative;
    z-index: 1;
    min-height:34px;
    height: auto;
    line-height:18px !important; 
    
}

#slider-nav {
    float: left;
    border:1px solid #ddd;
    border-top: none;
    background-color: #eee;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#slider-nav span {
    color: #141414;
    float: left;
    font:.875em 'Lato', sans-serif;
    margin: 6px 10px 6px 10px;
}

#slider-nav a {
    outline: medium none;
    display: block;
    border-left:1px solid #ddd;
    float: right;
    padding: 0 30px 0 23px;
    width: 16px;
    height: 31px;
}

#slider-nav .left-arrow {

    background: url("../img/left-arrow1.png") center no-repeat;
}

#slider-nav .right-arrow {

    background: url("../img/right-arrow1.png") center no-repeat;
}


#slider-nav .right-arrow:hover, #slider-nav .left-arrow:hover {

    background-color: #d1d1d1;
}

/* Content Area */
.right-content {

    clear: both;
    text-align: left;  
    margin-bottom: 40px;
    background: #eee;
    border: 1px solid #ddd; 
  padding: 0 20px 14px 20px;
}

.news .right-content {
 
    margin-bottom: 54px;   
}

.Subpage .right-content {
 
    margin-bottom: 54px;   
}

h2.section-title {
    font-weight: normal;
}

#left-content {

    clear: both;
    text-align: left;
    padding: 20px 20px 14px 20px;
    border: 1px solid #ddd;
    background: #f9f9f9;       
}

/*Pagination*/
.paginate{
    word-wrap: break-word;
}

/* Articles for the article page */
#left-content-article { 
    padding: 0;
    clear: both;
    text-align: left;
    border: 1px solid #ddd;
    background: #f9f9f9;  
    position: relative;
    z-index: 1;
    height: auto;
    overflow: hidden;
}

#left-content-article.no-border {
    border: none !important;
    background: none !important;
}

#left-content-article table { 
    width: 100% !important;
}

/*#left-content-article table img { 
    width: 100% !important;
}*/

#article-info-bar {

    height: 34px;
    background: #ddd;
    margin-top: 16px;
}

#article-info-bar #header {

    color: #00415e;
    text-transform: uppercase;    
    font:bold .75em 'Lato', sans-serif;
    margin-left:85px;
    display: inline;
    line-height: 35px;
}

#article-info-bar .socials {

   float: right;
   margin: 7px 20px;
   line-height: 20px;
   height: 18px;
  width:53%;
   /*border: 1px solid #d1d1d1;*/
}

.article-category {
  
    position: relative;
    z-index: 5;
    left: 24px;
    top: -41px;
    height: 50px;
    width: 50px;
}

#article {
    margin: 30px;
    height: auto;
}
.article {
    margin: 30px;
    height: auto;
}
#article h3 {
    font: bold 1.25em "Oswald", "Arial Narrow", Arial, sans-serif;
    margin-top: 0;
    line-height: 32px;
    margin-bottom: 12px;
}
.article h3 {
    font: bold 1.25em "Oswald", "Arial Narrow", Arial, sans-serif;
    margin-top: 0;
    line-height: 32px;
    margin-bottom: 12px;
}
#article-datetime {
    color: #7b7878;
    margin-top: 4.5%;
    font:bold .625em 'Lato', sans-serif;
    display: block;
    margin:20px 0;
}

#article-content {
    font: normal .75em 'Lato', sans-serif;
    color: #141414;
    line-height: 20px;
}

#article-content h4 {
    font: bold 1.25em 'Lato', sans-serif;
    color: #141414;
    margin: 25px 0 8px 0;
}

#article-content ul {
    margin-left: 40px;
}

#article-content ul li {
    margin-bottom: 10px;
    padding-left: 10px;
}

#article-content ul li:last-child {
    margin-bottom: 0;
}
.article-content {
    font: normal .75em 'Lato', sans-serif;
    color: #141414;
    line-height: 20px;
}

.sidebar-block .default-btn {
    font-size: 12px;
  width: 190px;
}

.sidebar-block .cta {
  text-align: left;
}

.article-content h4 {
    font: bold 1.25em 'Lato', sans-serif;
    color: #141414;
    margin: 25px 0 8px 0;
}

.article-content ul {
    margin-left: 40px;
}

.article-content ul li {
    margin-bottom: 10px;
    padding-left: 10px;
}

.article-content ul li:last-child {
    margin-bottom: 0;
}

/* News Block */
.news-block {
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    height: 83.3333%;
}

.news .news-block:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.news-block-left {
    float: left;
    width: 31%;
    height: 100%;
    margin-right: 16px;
    position: relative;
    z-index: 1;
}

.news-block-left img {
   
    position: relative;
    z-index: 1;
}

.news-category {
  
    position: absolute;
    z-index: 5;
    left: -10px;
    top: -10px;
    height: 50px;
    width: 50px;
}

.news-block-right {

    float: left;
    width: 58.9655%;
    height: 100%;
}

.news-block-right a {

    color: inherit;
    margin-bottom: 2%;
    display: block;
}

.news-block-right p {

    font:.75em 'Lato', sans-serif;
    line-height:18px; 

}

.news-block-right p span {

    color: #00415e;
    text-transform: uppercase;
    margin-right: 2%;
    font:bold 1em 'Lato', sans-serif;
}

.news-block-right .news-block-details{

    color: #7b7878;
    margin-top: 4.5%;
    font:bold .625em 'Lato', sans-serif;
    display: block;
}

#left-content #view-all-news, .right-content #view-all-news {
    font: .875em "Oswald", "Arial Narrow", Arial, sans-serif;
    float: right;
    color: inherit;
}
.pagination li a {
    color: #333333;
    font-family: 'Lato',sans-serif;
    font-size: .625em !important;
}
.pagination ul > li > a, .pagination ul > li > span{
    border: 1px solid #DDDDDD;
}
.pagination-mini ul > li:last-child > a, .pagination-small ul > li:last-child > a, .pagination-mini ul > li:last-child > span, .pagination-small ul > li:last-child > span {
    margin-left: -1px;
}

/* category pictures */
.money { 

    background: url("../img/money-cat.png") center no-repeat;
}

.water {
    background: url("../img/water-cat.png") center no-repeat;
}

.service {
    background: url("../img/service-cat.png") center no-repeat;
}

.nature {
    background: url("../img/nature-cat.png") center no-repeat;
}

.news-category.cat30, .article-category[data-articlecategory='Økonomi'] {
    background: url("../img/okonomi.png") center no-repeat;
}

.news-category.cat32, .article-category[data-articlecategory='Organisationsudvikling'] {
    background: url("../img/organisationsudvikling.png") center no-repeat;
}

.news-category.cat33, .article-category[data-articlecategory='Ledelsessystemer'] {
    background: url("../img/ledelsessystemer.png") center no-repeat;
}

.news-category.cat39, .article-category[data-articlecategory='Kommunikation'] {
    background: url("../img/kommunikation.png") center no-repeat;
}

.news-category.cat38, .article-category[data-articlecategory='Klima'] {
    background: url("../img/klima.png") center no-repeat;
}

.news-category.cat40, .article-category[data-articlecategory='Lovgivning'] {
    background: url("../img/lovgivning.png") center no-repeat;
}

.news-category.cat43, .article-category[data-articlecategory='Spildevand'] {
    background: url("../img/spildevand.png") center no-repeat;
}

.news-category.cat44, .article-category[data-articlecategory='Vækst og innovation'] {
    background: url("../img/vakstoginnovation.png") center no-repeat;
}

.news-category.cat45, .article-category[data-articlecategory='Forening'] {
    background: url("../img/forening.png") center no-repeat;
}

.news-category.cat41, .article-category[data-articlecategory='Digitalisering'] {
    background: url("../img/digitalisering.png") center no-repeat;
}

.news-category.cat42, .article-category[data-articlecategory='Drikkevand'] {
    background: url("../img/drikkevand.png") center no-repeat;
}

/* Info Block - frontpage to the right */
.info-block {
    list-style: none;
    /* background: #eee; */
    border-bottom: 1px solid #ddd; 
  margin-bottom: 14px;
}

.info-block.board {
    margin-bottom: 0;
  border-bottom: 0; 
}

.info-block li {
    padding: 6% 0 6% 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.drink {
    background: url("../img/drink-water-pic.jpg") 6px 18px no-repeat;
}

.waterflow {
    background: url("../img/water-flow-pic.jpg") 6px 18px no-repeat;
}

.station {
    background: url("../img/water-station-pic.jpg") 6px 18px no-repeat;

}

.info-block li:last-child {
    border: none;
}

.info-block img {
    float: right;
    margin-right:6%;
    height: 75px;
    width: 75px; 
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
     border-radius: 40px;
}

.info-block a {
    float: left;
    color: inherit;
    display: block;
    font: normal .75em 'Lato', sans-serif;
    line-height: 16px;
    position: relative;
    z-index: 10;
    visibility: visible;
    width: 100%;
    word-break: break-word;
}

.info-block h3 {
    display: block;
    margin:2% 0;
    font: 1.3333em "Oswald", "Arial Narrow", Arial, sans-serif;
    word-break: break-word;
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    /*-ms-word-break: break-all;*/
}

/*.mask {

    display: block;
    height: 138px;
    width: 121px;
    position: absolute;
    z-index: 8;
    background: url("../img/mask.png") -5px -10px no-repeat;
    top: -27px;
    left: -10px;
} image mask for the circles */

/*
.info-block li:nth-child(even) {
    background: #f9f9f9;
}*/

/* .news .info-block li:
(:first-child) img,.news .info-block li:not(:first-child)  .mask {
    display: none;
} 

.news .info-block li:not(:first-child)  {
    padding: 10px 10px 10px 22px;
}
*/

/* In focus - subpage */
#in-focus #person-details {
    height: auto;
    width: 100%;
    overflow: hidden;
    clear: both;
}

#in-focus #person-details img {
    float: left;
    margin: 0 6.33% 0 0;
    max-width: 41.66%;
}

#in-focus #person-details p {
    float: left;
    font: normal 0.75em 'Lato', sans-serif;
    margin-top: 27%;
    display: block;
}

#in-focus #person-details p span {
    font: 1.33em "Oswald", "Arial Narrow", Arial, sans-serif;
    display: block;
}

#in-focus #speech h4{
    font: 1.33em "Oswald", "Arial Narrow", Arial, sans-serif;
    display: block;
}

#in-focus #speech {
    float: left;
    font: normal 0.75em 'Lato', sans-serif;
    display: block;
    background: red;
    text-align: left;
    padding: 20px 22px;
    background: #eee;
    border: 1px solid #ddd;
    margin-top: 12%;
    position: relative;
    z-index: 1;
}

#in-focus #speech:before {
   width: 100%;
   height: 16px;
   background: url("../img/speech-tab.png") 0 0 no-repeat;
   position: absolute;
   z-index: 5;
   left: 16px;
   top: -16px;
   display: block;
   content: "";
}

/* Related articles - article subpage */
#related {
    clear: both;
    text-align: left;
    margin-bottom: 40px;   
}
 
#related .info-block li:nth-child(even) {
    background: #f9f9f9;
}

#related .info-block li:first-child  {
    padding: 10px 0 10px 22px;
}

/* RightSide Navigation */
.right-nav {
    list-style-type: none;
    border: 1px solid #a6a6a6;
    border-bottom: none;
    clear: both;
}

.right-nav li {
    display: block;
    background: #c1c1c1 url("../img/bullet.png") 20px 19px no-repeat;
    border-bottom: 1px solid #a6a6a6;
    padding: 12px 0 12px 37px;
    cursor: pointer;
}

.right-nav a{
    color: #141414;
    font: normal 0.75em 'Lato', sans-serif;
    text-decoration: none;
}

.right-nav li:hover {
    display: block;
    background: #eee url("../img/bullet-active.png") 20px 19px no-repeat;
    border-bottom: 1px solid #a6a6a6;
    padding: 12px 0 12px 37px;
}

.right-nav li:hover a {
    font-weight: bold;
    text-decoration: none;
}

.right-nav li.active {
    display: block;
    background: #eee url("../img/bullet-active.png") 20px 19px no-repeat;
    border-bottom: 1px solid #a6a6a6;
    padding: 12px 0 12px 37px;
}

.right-nav li.active a {
    font-weight: bold;
}

/* the twin of right-nav menu but on top of the content at mobile view */
#mobile-top-nav {

    display: none;
    text-align: left !important;
    margin-bottom: 20px;
}

#mobile-top-nav-title {
    margin-top:30px !important;
    display: none;
}

/* Downloads Block */
.downloads {
    list-style-type: none;
    border: 1px solid #ddd;
    border-bottom: none;
}

.downloads li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-right: 16.66%;
    background: #eee url("../img/download-icon.png") 93.33% 50% no-repeat;
    cursor: pointer;
}

.downloads a {
    color: #141414;
    font: normal 0.75em 'Lato', sans-serif;
    background: #eee;
    text-decoration: none;
    line-height: 36px;
    display: block;
    border-right:1px solid #ddd; 
}

.downloads img {
    float: left;
    padding: 10px;
}


.downloads li:hover {
    display: block;
    border-bottom: 1px solid #ddd;
    background: #eee url("../img/download-icon-active.png") 93.33% 50% no-repeat;
}

.downloads li:hover a {
    color: #71ab02;
    text-decoration: none;
}

.downloads li.active {
    display: block;
    background: #eee url("../img/download-icon-active.png") 93.33% 50% no-repeat;
}

.downloads li.active a {
    color: #71ab02;
}

/* Contact Block */


#contact #person-details {
    height: auto;
    width: 100%;
    clear: both;
    max-height: 125px;
}

#contact #person-details img {
    float: left;
    margin: 0 20px 0 0;
    /*max-width: 41.66%;*/
    max-height: 125px;
}

#contact #person-details p {
    float: left;
    font: normal 0.75em 'Lato', sans-serif;
/*    margin-top: 9%;*/
    display: block;
    text-align: left;
    line-height: 19px;
    width: 150px;
}

#contact #person-details p span {
    font: 1.33em "Oswald", "Arial Narrow", Arial, sans-serif;
    display: block;
    margin-top: 5%;
    margin-bottom: 5%;
}

/* Carrers bar */
.row-fluid h2 {
    float: left;
    margin-top: 40px;
    font-size: 1.25em;
}

/*Headings fix, not to allign*/
#article #article-content h2{
    float: none;
    margin-bottom: 12px;
    padding-top: 12px;
}
.article .article-content h2{
    float: none;
    margin-bottom: 12px;
    padding-top: 12px;
}
.row-fluid h2 span {

    font-weight: normal;
    font-size: .7em;
    margin-left: 10px; 
}

.row-fluid .span12 {

    padding: 0 !important;
    margin: 0;
}

#danvaCarousel{
    overflow: hidden;
    width: 100%;
    
}

#borderHelper{
    width: 100%;
    height: 80px;
    border: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#borderHelper div:nth-child(2){
    width: 100%;
    height: 100%;
}

#careers{
    text-align: center;
    background: #f9f9f9;   
    margin:0; 
    width: 100%;
    height: 100%;
}

#careers div{
    /*display: inline-block;*/
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #ddd; 
    height: 100%;
    width: 14.285714285714286%;
    float: left;
    padding: 15px 0 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#careers div img{
    max-height: 100%;
    max-width: 80%;
    vertical-align: middle;
}

/*#careers .span3 {
    border-right: 1px solid #ddd; 
    margin:0; 
    padding: 15px 0 0 0;
    width: 25%;
    height: 60px;
    display: block;
}

#careers .span3:last-child {
    border-right: none;
}

#careers .span3 img {
 
    max-height: 53%;
    max-width: 75%;
    vertical-align: middle;
}*/

/* Footer */
footer {
    height: 22.43%;
    border: 1px solid #ddd;
    background: #f9f9f9;   
    margin:70px 0 0 0; 
    
}

footer.row-fluid {
  
    width: 99.8%;
}

#footer-inner {
     
    max-width: 872px;
    display: block;
    text-align: left !important;
    padding: 40px 34px;
}

#footer-inner ul {
    
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: .625em;
   // float: left;
}

#footer-inner ul.headingless {
    
    margin-top: 30px;
}

#footer-inner ul li {
    
     margin-bottom: 12px;
}

/*#footer-inner .span4 li:nth-child(odd) {

    float: left;
    display: block; 
    margin-right: 50%;
    height: 18px;
}

#footer-inner .span4 li:nth-child(even) {

    float: right;
    display: block; 
    margin-left: 50%;
    height: 18px;
}

#footer-inner .span4 .col2 ~ li, #footer-inner .span4 .col2 {
    
    //margin-left: 140px;
}

#footer-inner .span4 .col2 {
    
   // margin-top: -87.1%;
}*/

.footernavs li:first-child {

text-transform: uppercase;
font-weight: bold;
font-size: 1.1em !important;

}

#footer-inner ul li a {
    
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
}

.capital a{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em !important;
}

.capital {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em !important;
}
/*Social buttons styles*/

.fb-share{
    display: inline;
    width: 85px;
    float: left;
}

.linkedin-share{
    display: inline;
    width: 100px;
    float: left;
}

/*.imageheight{
    min-height: 100px;
}*/

.twitter-share{
    display: inline;
    width: 70px;
    float: left;
    margin-right: 5px;
}

.fb_iframe_widget{
    display: inline !important;
}

/*fir for general span*/
#article-info-bar .fb-share span{
    margin-left: 0px;
}
.social li{
    line-height: 16px;

}

.social li:first-child {
    padding-left: 0px; 
}

.social img {
    padding-right: 5px;
    vertical-align:middle;
}

.social .linked-in{
    background: url("../img/linkedin-icon.png") no-repeat;
}

.social .twitter{
    background: url("../img/twitter-icon.png") no-repeat;
}

.social .facebook{
    background: url("../img/fb-icon.png") no-repeat;
}

.social .rss{
    background: url("../img/rss-icon.png") no-repeat;
}

#copy {
    border-top: 1px solid #ddd;
    background: #eee;
    padding: 10px 0;
    margin: 0;
    height: 36px;
}

#copy .container940{
    text-align: left;
}

#copy p{
    color: #333;
    font: normal .755em 'Lato', sans-serif;
    margin-left: 34px;
    line-height: 36px;

}

#mobile-contact{
    height: 35px;
    width: 214px;
    color: white;
    font: normal .875em 'Lato', sans-serif;
    background: black;
    margin: 30px auto;
    text-align: center;
    display: none;
    line-height: 35px;
    text-decoration: none; 
}

/* Search dialog styling */
.modal.fade.in {
    top:40%;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-body {

}

/* Opacity in button hover */
.modal-header .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.modal-header {
    border: 1px solid #ddd;
}

.modal-header h3 {
    font-size: 18px;
    padding-bottom:21px;
    padding-top:21px;
}

.modal {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 460px;
}

#searchModal {
    border-bottom: 1px solid #ddd;
}

#searchModal p {
    font: bold .875em 'Lato', sans-serif;
}

#searchModal b {
    color: #1561ae;
    font: normal .875em 'Lato', sans-serif;
}

#searchModal span {
    font: normal .750em 'Lato', sans-serif;
}

#searchModal article {
    margin-bottom: 10px;
}
#searchModal .section1 article {
    background: url("../img/searchResults-icon.png") no-repeat 0px 5px;
    padding-left: 36px;
    min-height: 35px;
}

#searchModal .section1 {
    background: #ebebeb; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}

#searchModal .section2 article {
    padding-left: 36px;
    background: url("../img/searchResults-arrow.png") no-repeat 10px 7px;
    text-align: left;
}

#searchModal .section3 {
    padding: 20px;
}

#searchModal .section3 ul {
    margin-top:21px;
    display: block;
    list-style:none;
    height: 176px;
}

#searchModal .section3 ul li {
    float: left;
    display: block;
    height: 176px;
    width: 125px;
    margin-left: 20px;
    -ms-word-break: break-all;
        word-break: break-all;
    /* Non standard for webkit */
         word-break: break-word;
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
            hyphens: auto;
    color: white;
}

#searchModal .section3 ul li p {
    margin-top:5px;
    padding: 3px;
}

#searchModal .section3 ul li img {
    display: block;
    height: 117px;
    width: 125px;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#searchModal .section3 ul li:first-child {
    background-color: #542163;
}

#searchModal .section3 ul li:nth-child(2){
    background-color: #c37f25;
}
#searchModal .section3 ul li:last-child{
    background-color: #114f85;
}

#searchModal .section3 .event-wrapper {
    float: left;
    width: 29%;
    margin: 0 2.4%;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

#searchModal .section3 .event-wrapper:nth-child(1){
    background-color: #542163;
}

#searchModal .section3 .event-wrapper:nth-child(2){
     background-color: #c37f25;
}

#searchModal .section3 .event-wrapper:nth-child(3){ 
     background-color: #114f85;
}

#searchModal .section3 .event-wrapper:first-child {
    margin-left: 0px;
}


.section3 .event-wrapper .event {
    display: block;
    width: 100%;
}

.section3 .event-wrapper .event:hover {
    text-decoration: none;
}

.section3 .event-wrapper .event img {
    height: 115px;
    opacity: 0.7;
}

.section3 .event-wrapper .event .event-name {
    padding: 7px;
    color: #fff;
    text-align: left;
    height: 46px;
    font: normal 0.750em "Oswald", "Arial Narrow", Arial, sans-serif;
}



#searchModal .section3 .divider-wrapper {
    width: 100%;
    display: block;
    float: left;
}

#searchModals section {
    padding-top: 10px;
    padding-bottom: 10px;
}

#searchModal section .greendivider {
    height:25px;
    background-color: #84bf19;
    display: block;
    text-align: center;
    font:bold 1.0em "Oswald", "Arial Narrow", Arial, sans-serif;
    position: absolute;
    left: -7px;
}

#searchModal section .greendivider:before {
    background: url("../img/ribbon-slip.png") no-repeat;
    width: 7px;
    height: 10px;
    display: block;
    position: inherit;
    top: -10px;
    content: "";
}

#searchModal section .greendivider em {
    padding-left: 16px;
    padding-right: 8px;
}

#searchModal section .viewallresults {
    float: right;
    background: url("../img/searchResults-arrow.png") no-repeat 0px 6px;
    padding-left: 15px;
    margin-right: 26px;
}

#searchModal section .viewallresults a {
    color: #1561ae;
    font:normal 0.750em "Oswald", "Arial Narrow", Arial, sans-serif;
}

#searchModal section .viewallresults a:hover {
    text-decoration: none;
}


#event-list-container {
    
}

#event-list-container .article {
    margin: 0px;
}

.article-wrapper {
    overflow: hidden;
}

.article-wrapper {
    overflow: hidden;
}

.section-title {
    display: block;
    text-align: left;
    float: none !important;
    font-size: 20px !important;
}

.default-btn {
    display: inline-block;
    background-color: #85c01a;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.default-btn:hover {
    color: #000;
    text-decoration: none;
    background-color: #8fcf1c;
}

#event-list-wrapper {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.event-item {
    padding: 20px !important;
    background-color: #eee;
    border-right: 1px solid #ddd;
    text-align: left;
    overflow: hidden;
}

.single-event-item.article {
    margin: 0px !important;
}

.single-event-item {
    padding: 20px !important;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: left;
    font-family: "Lato";
    overflow: hidden;
}

.single-event-item > h3 {
    margin: 0px;
    padding: 17px 0;
    font-family: "Oswald";
    font-size: 20px !important;
    float: none;
}

.single-event-item .article-content {
    overflow: hidden;
}

.section-heading {
    text-align: left !important;
    float: none !important;
}

.single-event-item .date {
    width: 33%;
    float: left;
    padding: 33px;
    text-align: center;
    color: #fff;
    font-family: "Oswald";
    font-weight: bold;
    line-height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -os-box-sizing: border-box;
}

.single-event-item .date .day {
    font-size: 66px;
    line-height: 73px;
}

.single-event-item .date .mount {
    font-size: 43px;
}

.single-event-item .event-info {
    float: right;
    background-color: #ddd;
    padding: 20px 30px;
    margin: 0 -20px 20px 20px;
    text-align: center;
}

.single-event-item .event-info .info-row {
    margin-bottom: 10px;
}

.single-event-item .event-info .field {
    width: 40%;
    text-align: left;
    font-weight: normal !important;
}

.single-event-item .event-info .values {
    width: 60%;
    text-align: left;

}

.single-event-item .txt {
    font-family: "Lato";
    font-size: 12px;
}

.single-event-item .event-img {
    float: left;
    width: 67%;
    height: 215px;
    opacity: 0.7;
}

.single-event-item h2 {
    font-size: 25px;
    padding: 17px 0 !important;
}


#related-events-wrapper {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#related-events-wrapper .event-item {
    border-bottom: 1px solid #ddd;
}

#related-events-wrapper .event-item .event-description {
    border-right: none !important;
    padding-right: 0px !important;
    font-family: "Lato";
    font-size: 12px;
}

#related-events-wrapper .event-item .event-description .image-wrapper {
    margin-bottom:  10px;
}

#related-events-wrapper .event-item .event-description .event-img {
    width: 170px !important;
}

#related-events-wrapper .event-item .event-info {
    display:  none;
}

.article-content .left-column {
    margin: 0px;
    position: relative;
}

.event-item.dark-orange .event-description .image-wrapper,
.single-event-item .image-wrapper  {
    background-color: #c37f25;
}

.event-item.dark-purple .event-description .image-wrapper {
    background-color: #542163;
}
.event-item.dark-blue .event-description .image-wrapper {
    background-color: #114f85;
}
.event-item.dark-red .event-description .image-wrapper {
    background-color: #8d3a18;
}
.event-item.dark-yellow .event-description .image-wrapper {
    background-color: #9bc74a;
}
.event-item.dark-green .event-description .image-wrapper {
    background-color: #50aa51;
}
.event-item.dark-cyan .event-description .image-wrapper {
    background-color: #2b80b5;
}
.event-item.dark-pink .event-description .image-wrapper   {
    background-color: #6d2353;
}

.event-item .event-description {
    padding-right: 30px;
    border-right: 1px solid #ddd;
}

.event-item .event-description .image-wrapper,
.single-event-item .image-wrapper {
    float: left;
    position: relative;
    display: block;
    width: 100%;
}

.event-item .event-description .image-wrapper {
    margin-bottom: 10px;
}

.event-description .txt-wrapper h3 a {
    color: #000;
}

.event-description .txt-wrapper h3 a:hover {
    color: #000;
    text-decoration: none;
}

 .event-description .date {
    float: left;
    width: 85px;
    padding: 24px 23px;
    text-align: center;
    color: #fff;
    font-family: "Oswald";
    font-weight: bold;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -os-box-sizing: border-box;
 }

 .event-description .date .day {
    font-size: 36px;
    margin-bottom: 7px;
 }

 .event-description .date .mount {
    font-size: 23px;
 }

 .event-description .event-img {
    float: right;
    opacity: 0.7;
    width: 165px;
    height: 95px;
 }

.event-description > h3 {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 0px;
}

.event-item .event-info .info-row {
    margin-bottom: 5px;
    overflow: hidden;
}

.event-info .info-row .field {
    float: left;
    font-family: "Oswald";
    /*font-weight: bold;*/
    font-size: 16px;
}

.event-info .info-row .values {
    float: left;
    margin: 0px;
    padding: 0px;
}

.event-info .info-row .values li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 12px;
}

 .clear {
    clear: both;
 }

 .box-sized {
    box-sizing: border-box;
 }

 .productfields-filter {
    text-align: left;
 }

 .productfields-filter .filter-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
 }

 .productfields-filter .filter-list {
    margin: 0 0 30px 0;
    padding: 0px;
    list-style: none; 
 }

 .productfields-filter .filter-list .filter-item {
    overflow: hidden;
    display: block;
    position: relative;
 }

 .productfields-filter .filter-list .filter-item input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    filter:alpha(opacity=0);
    margin: 2px 0 0 12px;
    z-index: 7;
    top: 0px;
    left: 0;
 }

.productfields-filter .filter-list .filter-item span {
    padding: 0 0 0 25px ;
    background: url("../img/check-box.png") 0 0 no-repeat;
    width: auto;
    height: 18px;
    position: relative;
    top:0;
    left: 0;
    z-index: 6;
    opacity: 1;
    filter:alpha(opacity=100);
    display: block; 
}

.productfields-filter .filter-list .filter-item span.selected {
    background: url("../img/check-box-checked.png") 0 0px no-repeat;
}

 .productfields-filter .filter-list .filter-item label {
    text-transform: uppercase;
    cursor: pointer;
 }



/* Responsive - media queries */
@media (min-width: 768px) and (max-width: 979px) {
    
    .container940 {
        padding: 0 20px;
   }

   #header-search {

        margin-top: 20%;
        margin-bottom: 4%;
    }

    .row-fluid {
        width: auto !important;
    }

    #footer-inner .span2 {
        width: 22.2%;
    }

    #sliderHandler .see-more:hover {
        opacity: 0;
        filter: alpha(opacity = 0);
    }

    ul#main-megamenu > li > a{
        width: 100%;
        padding-right: 0px;
    }

    .event-item .event-description {
        padding-right: 10px !important;
    }

    .event-item .event-description .image-wrapper .date {
        padding: 24px 10px;
        width: 55px;
    }

    .event-item .event-description .image-wrapper .date .day {
        font-size: 30px;
    }
   
    .event-item .event-description .event-img {
        width: 145px;
    }
    .single-event-item .default-btn {
        font-size: 12px;
    }

    .single-event-item .image-wrapper .event-img {
        width: 310px;
        height: 176px;
    }

    .single-event-item .image-wrapper .date {
        width: 125px;
    }

    .single-event-item .image-wrapper .date .day { 
        font-size: 56px;
        line-height: 60px;
    }

    .single-event-item .image-wrapper .date .mount {
        font-size: 43px
    }

    .single-event-item .event-info {
        padding: 20px 20px;
    }

    .single-event-item .event-info .info-row .field {
        font-size: 13px;
    }

    .single-event-item .event-info .info-row .values li {
        font-size: 11px;
    }

    #related-events-wrapper .event-item .event-description .event-img {
        width: 130px !important;
    }
    #bleausearch .search-result-content {
            display:none;
        }
}

@media (max-width: 767px) {
   
   .container940 {
        padding: 0 20px;
   }

   #header-search {
        margin-top: 93px !important;
   }

   h3 {
        margin: 0;
   }

   ul#main-megamenu > li > a{
        font-size: 1.125em;
        line-height: 220% !important;
        width: 100%;
        padding-right: 0px;
   }

   ul#main-megamenu > li > a span{
        font-size: 0.67em;
   }

/*    #main-menu a,#main-menu-red a  {
    
        font-size: 1.125em;
        line-height: 140%;
    }
    #main-menu a span, #main-menu-red a span {
    
        font-size: 0.67em;
    
    }*/

    #arrangementerContainer{
        height: 235px;
    }
    
    #sliderHandler .slider-box.span4 {

       max-width: 240px !important;
       float: left !important;
       padding: 1.5% !important;
    }

    #sliderHandler .slider-item .box-date {
    
        font:bold 1.875em "Oswald", "Arial Narrow", Arial, sans-serif;
           
    }

    #sliderHandler .slider-item .box-date span {
        
        font:bold 0.6667em "Oswald", "Arial Narrow", Arial, sans-serif;        
    }
    
    #sliderHandler .see-more:hover {
        opacity: 0;
        filter: alpha(opacity = 0);
    }

    .info-block {
        width: 100%;
        height: auto;
        background: #eee; 
        clear: both;
        overflow: hidden;
    }

     .info-block li {
        padding: 10px;
        width: 28%; 
        float:left;    
        border: none;
        border-right: 1px solid #ddd; 
    }

    .info-block img {

        width: 58px;
        height: 58px;  
        visibility: visible !important;   
    }

    .info-block h3 {

        visibility: visible !important;
        margin-bottom: 2px;
        line-height: 17px;  
    } 

    .info-block a {

        line-height: 12px !important;  
    } 

    .news .sidebar-block {
        width: 33%;
        float: left;
    }

    .news .sidebar-block #related-title span, .news .sidebar-block #info-block-title span {
        display: none;
    }

    .news .sidebar-block h2 {
        margin-top: 30px !important;
    }

    .news .right-content,.news #related {
        
        margin-right: 20px;
    }

    .news .info-block li {
        display: block;
        width: 100%;
        height: auto;
        padding: 12px 10px !important;
    }

    .news .info-block a {
        line-height: 14px !important ;
        width: 92%;
    }

    .news .info-block h3 {
        margin-bottom: 6px !important ;
    }
   
   .news .info-block li img{
        display: none;
    }

    .news #contact #person-details p{
        margin-top: 4% !important;
    }

    .news #contact #person-details img{
        max-width: 125px;
    }

    .news #in-focus #person-details{
        max-height: 125px;
    }

    .news #in-focus #person-details p{
        margin-top: 12%;
    }

    .news #in-focus #speech {
        margin-top: 26px;
    }

    #careers .span3 {
        
        width: 25%;
        margin: 0;
        float: left;
    }
    .row-fluid {
        width: auto !important;
    }

    .right-nav {
        display: none;
    }

    #mobile-top-nav {
        display: block;
    }

    #mobile-top-nav-title {
        
        display: block;
    }
    #bleausearch .search-result-content {
            display:none;
        }
 
}

@media (min-width: 481px) and (max-width: 660px) {
    
    .container940 {
        padding: 0 10px;
   }
   #header-search {

        margin-top: 20%;
        margin-bottom: 4%;
    }
    .row-fluid {
        width: auto !important;
    }

    ul#main-megamenu > li > a{
        line-height: 370% !important;
        width: 100%;
        padding-right: 0px !important;
    }

   ul#main-megamenu > li > a span{
        display: none;
   }

/*     #main-menu li span, #main-menu-red li span  {
        display: none;        
    }    

    #main-menu li a, #main-menu-red li a {
        line-height: 250%;
        padding-left: 5px;
        padding-right: 5px;  
    }*/

     #slider {
        background: white;
        border: none;
    }

    #sliderHandler .slider-box.span4{
        width: 100% !important;
        display: block;
        float: none;
        max-width: 100% !important;
        padding: 20px !important;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        background: #f9f9f9;
    }

    .orange,.blue,.purple,.red,.cyan,.yellow,.green,.pink {
        width: 33.3%;
        float: left;
    }

    #sliderHandler .slider-item .box-image {
        
        float: right;
        position: relative;
        z-index: 1;
    }

     #sliderHandler .slider-item .box-date {
        float: left;
        padding: 6% 0 0 6%;
        color: #fff;
        text-align: center;
        font:bold 1.5em "Oswald", "Arial Narrow", Arial, sans-serif;
        height: 12%;
        display:block;
        position: relative;
        z-index: 1;
    }

    #sliderHandler .slider-item .box-date span {

        display: block;
        font:bold 0.625em "Oswald", "Arial Narrow", Arial, sans-serif;
        line-height: 20%;
        position: relative;
        z-index: 1;
    }

   #sliderHandler .slider-item .box-title{

        float: left;
        width: 62.3%;
        margin-left: 4.3%;
    }

    #sliderHandler .slider-item .box-text{

        float: right;
        width: 62.3%;
        font: normal .750em 'Lato', sans-serif;
        margin-top: 0;
    }

    #sliderHandler .see-more:hover {
        opacity: 0;
        filter: alpha(opacity = 0);
    }

    #slider-nav {
        display: none;
    }

    #arrangementerContainer{
        border: none;
        height: auto;
        background: none;
    }

    #sliderHandler div div.slider-item{
        height: auto;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        background: #F9F9F9;
    }

    #sliderHandler div div.slider-item div{
        width: 33%;
    }

    #sliderHandler div div.slider-item h3{
        margin:0 0 0 4.3%;
    }

    #sliderHandler div div.slider-item p{
        width: 62%;
        margin:0 0 0 4.3%;
    }

    .news .sidebar-block {
        width: 100%;
    }

    .news .sidebar-block .right-content, .news .sidebar-block #related {
        margin-bottom: 0;
    }

    .news #in-focus #person-details {
        max-height: 125px;
    }

    .news #in-focus #speech {
        margin-top: 5%;
    }

    .news #in-focus #person-details p {      
        margin-top: 14%;
    }

    .news .sidebar-block h2 span {
        display: inline;
    }
    .news .info-block li img{
        display: block;
    }
    
    .news .right-content,.news #related {
        
        margin-right: 0 !important;
    }

    .info-block li {
        padding: 5px 10px !important;
    }
    #bleausearch .search-result-content {
            display:none;
        }
}

#event-list-wrapper h3 > a {
    font-size: 16px;
    font-weight: normal;
}

@media (max-width: 480px) {
    #sliderHandler {
    width: 100%;
    height: 700px;
    }
    
     #borderHelper{height: 50px;}
     #careers div{padding: 10px 0 10px 0;}

    .news-block-right p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .news-block-right h3 {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    }
    .news #bg-pic {
        background-size: contain;
        min-height: 184px;
    }

    .container940 {
        padding: 0 10px;
    }

    #header-search {

        margin-top: 10%;
        margin-bottom: 3%;
    }

    #header-search input {
        width: 72%;
    }

    .greentransparent {
        height: 40px;
        /*margin-top: -26px;*/
    }

    ul#main-megamenu > li{
        height: 100%;
    }

    ul#main-megamenu > li > a{
        line-height: 370% !important;
        font-size: 0.75em;
        width: 100%;
        padding-right: 0px !important;
    }

    ul#main-megamenu > li > a span{
        display: none;
    }

    .article-content {
        min-height: 570px;
    }

 /*   #main-menu li span, #main-menu-red li span {
        display: none;        
    }    

    #main-menu, #main-menu-red {
        height: 40px;
    }

    #main-menu li, #main-menu-red li{
        height: 40px;
    }

    #main-menu li a, #main-menu-red li a{
        font-size: 0.75em;
        padding-left: 3px;
        padding-right: 3px;  
        line-height: 20px;
    }*/

    #slider {
        background: white;
        border: none;
        margin-bottom: 0px;
    }

    #sliderHandler .slider-item.span4{
        width: 100% !important;
        display: block;
        float: none;
        max-width: 100% !important;
        padding: 20px !important;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        background: #f9f9f9;
    }

    .orange,.blue,.purple,.red,.cyan,.yellow,.green,.pink {
        width: 33.3%;
        min-width: 130px;
        min-height: 60px;
        float: left;
        margin-right: 4.3%;
    }

    #sliderHandler .slider-item .box-image {        
        
        float: right;
        position: relative;
        z-index: 1;
        height: 60px;
    }

     #sliderHandler .slider-item .box-date {
        float: left;
        padding: 6% 0 0 6%;
        color: white;
        text-align: center;
        font: bold 1.5em "Oswald", "Arial Narrow", Arial, sans-serif;
        height: 12%;
        display: block;
        position: relative;
        z-index: 1;
        width: 19%;
    }

    #sliderHandler .slider-item .box-date span {

        display: block;
        font:bold 0.625em "Oswald", "Arial Narrow", Arial, sans-serif;
        line-height: 20%;
        position: relative;
        z-index: 1;
    }

    #sliderHandler .slider-item .box-title{

        float: left;
        width: 100%;
        min-width: 244px;
        display: block;
        margin: 0px;
    }

    #sliderHandler .slider-item .box-text{

        float: left;
        width: 62.3%;
        font: normal .750em 'Lato', sans-serif;
        margin-top: 0;
        min-width: 244px;
    }

    #sliderHandler .see-more:hover {
        opacity: 0;
        filter: alpha(opacity = 0);
    }

    #slider-nav {
        display: none;
    }

    #arrangementerContainer{
        border: none;
        height: auto;
        background: none;
    }

    #sliderHandler div div.slider-item{
        height: auto;
        width: 100%;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        background: #F9F9F9;
    }

    #sliderHandler div div.slider-item div{
        width: 33%;
    }

    #sliderHandler div div.slider-item p{
        width: 100%;
        margin:0;
        font: normal .750em 'Lato', sans-serif;
    }

    #careers .span3:nth-child(3), #careers .span3:nth-child(4) {
        
        display: none;
    }

    #careers .span3:nth-child(1) {
        
        float: left;
    }

    #careers .span3:nth-child(2) {
        
        float: right;
    }

    #careers .span3 {
        
        width: 50%;
        margin: 0;
    }
    /*Nyheder template*/



    .news .right-content,.news #related {
        
        margin-right: 0 !important;
    }

    .news .sidebar-block {
        width: 100%;
    }

    .news .sidebar-block .right-content {
        margin-bottom: 0;
    }

    .news div.sidebar-block:nth-child(2) #related, .news div.sidebar-block:nth-child(2) #related-title  {
        display: none;
    }

    .news #related {
        display: none;
    }

    .news #related-title {
        display: none;
    }

    .news #in-focus #speech {
        margin-top: 10%;
    }

    .news #in-focus #person-details {      
        max-height: 125px;
    }

    .news #in-focus #person-details p {      
        margin-top: 18%;
        height: 100%;
    }

    .news .sidebar-block h2 span {
        display: inline;
    }

    .news .info-block li img{
        display: block;
    }


    .news .news-block:nth-child(2) {
        display: block;
    }
    
    .info-block {
        width: 100%;
        height: auto;
        background: #eee; 
        clear: both;
        overflow: hidden;
    }
    .info-block li {
        padding: 20px;
        width: 100%; 
        float:left;    
        border: none;
        border-bottom: 1px solid #ddd; 
        height: 56px; 
    }

    .info-block img {

        width: 58px;
        height: 58px;
        margin-right: 20px;     
    }

    .info-block h3 {

        margin-bottom: 10px;  
    } 

    #footer-inner,
    #copy {
        display: none;
    }

    #mobile-contact {
        height: 35px;
        width: 214px;
        color: white;
        font: normal .875em 'Lato', sans-serif;
        background: black;
        margin: 30px auto;
        text-align: center;
        display: block;
        line-height: 35px;
        text-decoration: none; 
    }

    #kontaktosClick {
        text-align: center;
        font-size: 12px;
    }
    .breadcrumb {
        display: none;
    }
    
    #content-area {

        padding-top: 30px;
    }

    .info-block li {
        padding: 20px 10px !important;
    }

    .event-item .event-description {
        padding: 0px;
        border-right: none;
    }

    .event-item .event-description .date {
        padding: 10px;
        width: 42px;
    }

    .event-item .event-description .date .day {
        font-size: 23px;
        margin-bottom: 3px;
    }

    .event-item .event-description .date .mount {
        font-size: 15px;
    }

    .event-item .event-description .event-img {
        height: 63px;
        width: 100px;
    }
    .event-item .event-description .image-wrapper {
        margin-right: 20px;
    }

    #event-list-wrapper .image-wrapper {
        width: 142px;
    }

/*    #event-list-wrapper .txt-wrapper {
       width: 175px !important; 
    }*/

    .event-item .event-description .txt-wrapper {
        float: left;
        width: 255px !important;

    }
    .event-item .event-info {
        display: none;
    }

    #left-content-article {
        margin-bottom: 10px;
    }

    .single-event-item .date {
        width: 90px;
    }

    .single-event-item .date .day {
        font-size: 45px;
        line-height: 45px;
    }

    .single-event-item .date .mount {
        font-size: 30px !important;
        line-height: 45px !important;
    }

    .single-event-item .event-img {
        width: 280px !important;
        height: 156px !important;
    }

    #related-events-wrapper .event-item {
        margin-bottom: 10px;
        border: none;
        border: 1px solid #ddd;
    }

    #related-events-wrapper .event-item .event-description .event-img {
        width: 100px !important;
    }


    .left-column .section-title {
        padding: 10px 12px;
        margin-bottom: 0px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -os-sizing: border-box;
        background:  #f9f9f9 url("../img/bullet.png") 95% 22px no-repeat;
        border: 1px solid #ddd;
        cursor: pointer;
    }

    #filterForm {
        position: absolute;
        padding: 10px;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -os-sizing: border-box;
        z-index: 10;
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-top: none;
        display: none;
    }

    #related-events-wrapper .event-item .image-wrapper {
        width: 142px;
    }

    #left-content-article .single-event-item .date {
        width: 138px;
    }

    .section3 .event-wrapper .event img {
        height: 85px;
    }

    .section3 .event-wrapper .event .event-name {
        font-size: 0.700em;
    }

}

/*Search modal*/

.searchModalNew {
    position: absolute;
    left: 50%;
    z-index: 1050;
    margin: 0px 0 0 -232px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 462px;
}

.modal-body {
    max-height: none;
}

#searchModal article a {
    color: black;
}

/*MAD fixes 26.02.2013*/

::-webkit-input-placeholder { /* WebKit browsers */
    color:#000 !important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#000 !important;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#000 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#000 !important;
}

#searchModal .section1 article {
    background: url("../img/searchResults-arrow.png") no-repeat 10px 7px;
    text-align: left;
    padding-left: 36px;
}

#sliderHandler .slider-item .box-date {
    padding: 8% 0% 0% 9%;

}

.news-block-right h3,
#article h3 {
    font-weight: normal;
}

.article > h3 {
    text-align: left;
}

#left-content #view-all-news, .right-content #view-all-news {
    margin: 0 15px 15px;
}

.right-content {
    padding: 0;
}

.info-block li {
    padding: 6% 20px;
    height: auto;
}

.info-block li:nth-child(even) {
    padding: 6% 20px;
    height: auto;
    background: #f9f9f9;
}

#footer-inner ul li {
    margin-bottom: 0;
    line-height: 20px;
}

#footer-inner ul.headingless {
    margin-top: 20px;
}

#left-content #view-all-news {
    margin: 0;
}

.article-category {
    top: -42px;
}

#article-info-bar {
    position: relative;
}

.breadcrumb li:last-child a {   
    color: #000;
}

/* Search page styles*/
#bleausearch {
    margin-top: 0px;
    position: relative;
    text-align: left;
}

#bleausearch form {
    margin-bottom: 15px;
}

#searchresultheader {
    font: bold 16px/18px 'Lato', sans-serif;
    color: hsl(0, 0%, 27%);
}

#bleausearch a {
    color: hsl(196, 100%, 46%);
    font: 16px/18px 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

#bleausearch .lastupdate {
    color: hsl(180, 1%, 42%);
    clear: both;
}

#bleausearch .searchDescription {
    clear: both;
}

#bleausearch ol {
   list-style: none;
}

#bleausearch .searchPaging {
    font: 16px/18px 'Lato', sans-serif;
    margin: 0 0 10px 25px;
}

#bleausearch .text {
    width: 270px;
    height: 25px;
    margin-left: 20px;
}

#bleausearch #searchresultheader {
    margin-left: 20px;
}

#bleausearch form {
margin-left: 20px;
clear: both;
max-width: 370px;
height: 50px;
background: url("../img/search-bg_white.png") repeat-x;
border: 1px solid hsl(0, 0%, 87%);
margin-bottom: 30px;
}

#bleausearch input {
width: 80%;
height: 30px;
float: left;
padding: 6px 12px;
line-height: 30px;
margin-top: 10px;
margin-left: 10px;
background: none;
border: none;
font-family: "Oswald", "Arial Narrow", Arial, sans-serif;
font-size: 18px;
box-shadow: none;
color: hsl(0, 0%, 8%);
}

#bleausearch .searchBtn {
background: transparent url("../img/search-icon.png") 0 0 no-repeat;
width: 30px;
height: 30px;
border: none;
text-indent: 9999px;
}

#bleausearch .search-result-content {

}

/* /Medlemmer/Projekter/DANVA-projekter.aspx */
.project {
    margin-bottom: 20px;
}

.project h3 {
    margin-bottom: 0;
}

/* --- START Organisation --- */
    .organisation
{
    text-align: center;
    padding: 20px;
    background-image: url('/Files/Templates/Designs/danvaredesign/img/2014_organisation_bg.png');
    background-repeat: no-repeat;
    background-position: center 45px;
}
.organisation a
{
    background-color: #014260;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 10px 5px 10px 5px;
    font-family: "Oswald" , "Arial Narrow" ,Arial,sans-serif;
    margin: 0 10px;
}
.organisation p
{
    background-color: #014260;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    padding: 10px 5px 10px 5px;
    font-family: "Oswald" , "Arial Narrow" ,Arial,sans-serif;
    margin: 0 10px;
}
.organisation .row-fluid
{
    margin-bottom: 20px;
}
.organisation .row-fluid.row-1
{
    margin-bottom: 22px;
}
.organisation .row-fluid.row-3
{
    margin-bottom: 40px;
}
.organisation .row-fluid.row-4 .row-fluid
{
    margin-bottom: 0px;
}
.organisation .row-1 a
{
    padding: 15px 0;
    margin: 0 20%;
}
.organisation .row-1 p
{
    padding: 15px 0;
    margin: 0 20%;
}
.organisation .row-4 .span6
{
    background-color: #014260;
    padding-bottom: 10px;
    padding-top: 5px;
}
.organisation .row-4 .span6 .projekter a, .organisation .row-4 .span6 .netvaerk a
{
    background-color: #427393;
    margin: 10px;
}
.organisation .row-4 .span6 .projekter p, .organisation .row-4 .span6 .netvaerk p
{
    background-color: #427393;
    margin: 10px;
}


/*Publikationer*/
.info-row.row-fluid.pubPrice {
    margin-top: 35px;
}

.info-row.row-fluid.pubBuy {
    margin-top: 95px;
    text-align: right;
}

/*::::: PERSON-ITEM :::::*/
.person-item {
    float: left;
    margin-left: 30px;
    min-height: 360px;
    width: 27%;
}
.person-item .headline {
    display: block;
    font-weight: bold;
}
.article-content.person-item a {
    word-wrap: break-word;
}


    @media (max-width: 767px)
    {
        .organisation .row-fluid [class*="span"]
        {
            -moz-box-sizing: border-box;
            display: block;
            float: left;
            margin-left: 2.12766%;
            min-height: 30px;
            width: 100%;
        }
        .organisation .row-fluid .span4
        {
            width: 31.9149%;
        }
        .organisation .row-fluid .span6
        {
            width: 48.9362%;
        }
        .organisation .row-fluid [class*="span"]:first-child
        {
            margin-left: 0;
        }
    }
    @media (max-width: 500px)
    {
        .organisation
        {
            background-image: url('/Files/Templates/Designs/danvaredesign/img/2013_organisation_bg-small.png');
        }
        .organisation a
        {
            font-size: 13px;
        }
        .organisation .row-2 .span4.sekretariat > a {
            margin: 0 10px 0 0;
        }
.searchModalNew {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 0 0 0;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    left: 0;
    margin: 0 10px;
    outline: medium none;
    position: absolute;
    width: auto;
    z-index: 1050;
}
/*::::: PERSON-ITEM :::::*/
.person-item {
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    min-height: 100px;
    width: 100% !important;
}
.article-content {
    min-height: 50px !important;
}

    }
    @media (max-width: 360px)
    {
        /*.organisation
        {
            background-image: none;
        }*/
        .organisation a
        {
            font-size: 11px;
        }
    }

.candidate {width: 700px;}
.candidate dd input[type=text], .candidate dd textarea {width: 320px}
.candidate dd textarea {min-height: 80px}
.candidate input[type="file"] {margin-bottom: 10px;}
.candidate dt {width:125px;float:left;font-size:14px;}
.candidate label {display:inline}
.candidate .groups {margin-left: 125px;}
.candidate .groups .secondchoice {margin-top:10px}
.candidate .header {font-size: 14px; font-weight: bold;}
.user {margin-bottom: 10px}
.user .info {float:left;/*padding-top: 10px;*/}
.chars {margin-bottom: 10px;}
.user .info .header {font-weight:bold;float:left;width:80px}
.user .info .header2 {font-weight:bold;padding: 5px 0;}
.user .info .value {float:left}
.user .info .list dt, .user .info .list dd {min-height: 50px}
.user .info dt {float:left;display:inline;width:80px}

.user .image {float:left;margin-right:10px;width:80px;height:90px}
.user .image-full img {border: 1px solid #DDDDDD;}
.user .image img {border: 1px solid #DDDDDD; /*border-radius:40px;*/}
.info input[type="checkbox"] {margin:0 8px 0 3px}
.secondchoice input[type="checkbox"] {margin:0}
.secondchoice {margin-bottom:10px}
.article .article-content h2.users {font-size: 18px;}
.article .article-content .default-btn.extra {width:202px;}

  .editor {
	max-height: 250px;
	height: 120px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	outline: none;
    font-size: 14px;
    margin-bottom: 10px;
    width: 450px;
    overflow: auto;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}
  
  dl.info {margin-bottom:10px}
  
  [contenteditable=true]:empty:before {
  content: attr(placeholder);
    color: grey;
}

@media (max-width: 360px)
    {
        .user .info .header {width:auto;padding-right:5px;}
.user .info {width:148px}
.user.detail .info {width:auto}
    }

.highlight-search {
    background-color:#c9e399;
    display:inline;
}
h2 .highlight-search {
    font-size:15px!important;
    font-weight:bold!important;
    margin-left:0px!important;
}

@media (max-width:992px){
  .xs-hidden{
  	display:none !important;
  }
  
   #article-info-bar .socials {
  float: right;
  margin: 7px 12px;
  line-height: 20px;
  height: 18px;
  width: 42%;
  /* border: 1px solid #d1d1d1; */
}
}


@media (max-width:768px){
  .xs-hidden{
  	display:none !important;
  }
  
  #article-info-bar .socials {
  float: left;
  margin: 7px 12px;
  line-height: 20px;
  height: 18px;
  width: 100%;
  /* border: 1px solid #d1d1d1; */
}
}


