/* Updated feb. 18th 2013 - 17.05 | ss@phases.dk*/

/* ==========================================================================
   Fonts
   ========================================================================== */
@font-face {
  font-family: 'access_heavy';
  src: url('http://www.kulturstyrelsen.dk/fileadmin/_kulturstyrelsen/fonts/access_heavy.eot');
  src: url('http://www.kulturstyrelsen.dk/fileadmin/_kulturstyrelsen/fonts/access_heavy.woff') format('woff'), url('http://www.kulturstyrelsen.dk/fileadmin/_kulturstyrelsen/fonts/access_heavy.ttf') format('truetype'), url('http://www.kulturstyrelsen.dk/fileadmin/_kulturstyrelsen/fonts/access_heavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ==========================================================================
   General setup
   ========================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  font-size: 16px;
}

.flex-video {
  margin-bottom: 0;
}

/* ==========================================================================
   Large containers
   ========================================================================== */

body {
  background: white;
  font-family: sans-serif;
}

.wrapper {
  margin: 0 auto;
}

.row {
  width: 1020px;
}

/* ==========================================================================
   Masthead
   ========================================================================== */

/* Header, with logos and main site headlines
   ========================================================================== */

.top .row {
  background: black;
  font-family: "Droid Sans", sans-serif;
}
.top header {
  margin: 38px 0 0 3.1313131313%; /* 31/990 */
  padding-bottom: 30px;
  position: relative;
}
.top header h1,
.top header h2,
.top header h3 {
  margin: 0;
  color: white;
  font-weight: normal;
  font-size: 1.5em; /* 24/16 */
}
.top header h1 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.top header h1 a{
  color: white;
}
.top header h2 {
  font-size: 1em; /* 16/16 */
  color: #999;
}
.top header h3.kulturstyrrelsen {
  background: url('../../img/site/SKS_Logo_Negativ_SH_RGB.png') no-repeat;
  width: 15.555555556%; /* 154/990 */
  min-width: 85px;
  height: 45px;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
  right: 8.212121%; /* 12/990 */
  top: 10px;
}
#english .top header h3.kulturstyrrelsen{
  background-image: url('../../img/site/SKS_Logo_Negativ_SH_RGB_UK.png');
}
.top header h3.realdania {
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 6.7676767677%;
  height: 41px;
  background: url('../../img/site/realdania.png') no-repeat;
  background-size: contain;
  right: -5px;
  top: 10px;
  position: absolute;
  min-width: 40px;
}
@media (max-width:720px) {
  .top header {
    padding-bottom: 40px;
  }
  .top header h3.kulturstyrrelsen,
  .top header h3.realdania {
    top: 33px !important;
  }
}
@media (max-width:539px) {
  .top header {
    padding-bottom: 10px;
  }
  .top header h3.kulturstyrrelsen {
    right: 11.212121%;
  }
}
@media (max-width:460px) {
  .top header h1 {
    margin-bottom: 5px;
  }
  .top header h3.kulturstyrrelsen {
    top: 25px !important;
    right: 11.212121%;
  }
}
@media (max-width:412px) {
  .top header {
    padding-bottom: 43px;
  }
  .top header h3.kulturstyrrelsen,
  .top header h3.realdania {
    top: 61px !important;
  }
  .top header h3.kulturstyrrelsen {
    right: 16.212121%;
  }
}

/* Small navigation and search
   ========================================================================== */

nav.small-top {
  position: absolute;
  top: 10px;
  right: 10px;
}
nav.small-top ul,
nav.small-top form {
  height: 25px;
  line-height: 25px;
}
nav.small-top ul {
  background: #2b2b2b;
  list-style: none;
  margin: 0;
  padding: 0 13px;
  float: left;
  margin-right: 2px;
}
nav.small-top li {
  display: inline-block;
}
nav.small-top li a {
  color: #999;
  font-size: 0.75em; /* 12/16 */
  position: relative;
  top: -1px;
}
nav.small-top li a.share {
  background: url('../../img/site/icons/sprite-toolmenu.png') -7px -7px;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  vertical-align: middle;
}
nav.small-top li a.share:hover {
  background-position: -7px -38px;
}
nav.small-top li a:hover {
  color: #fff;
}
nav.small-top li:after {
  content: "|";
  margin: 0 4px;
  color: #999;
  height: 12px;
  line-height: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
nav.small-top li:first-child:after,
nav.small-top li:last-child:after {
  display: none;
}
nav.small-top li a:hover:after {
  color: #999;
}

nav.small-top li:last-child a:after {
  display: none;
}
nav.small-top a.expand {
  display: none;
}
nav.small-top form,
nav.small-top input[type=search] {
  padding: 0;
  margin: 0;
}
nav.small-top form {
  float: left;
  background: #848484;
  width: 177px;
  position: relative;
}
nav.small-top form:after {
  content: "";
  background: url('../../img/site/sprite.png') no-repeat -167px -7px;
  width: 19px;
  height: 17px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -8px;
  display: block;
}
nav.small-top input[type=search] {
  -webkit-appearance: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  color: white;
  font-family: "Droid Sans", sans-serif;
  display: block;
  height: 100%;
  width: 85%;
  font-size: 0.75em; /* 12/16 */
}
.moz nav.small-top input[type=search] {
  padding-left: 7px;
}
.lt-ie9 nav.small-top input {
  padding: 6px 5px;
}
.ie9 nav.small-top input {
  padding-left: 5px;
}
nav.small-top input[type=search]::-webkit-search-cancel-button {
  /* Hide the search cancel button in webkit */
  display: none;
}
/* lang flags added */
.tx-srlanguagemenu-pi1 .da a{width:16px; height:11px; text-indent:-999px; top:1px; display:inline-block; overflow:hidden; background:url(../../img/site/dk.png) no-repeat left center;}
.tx-srlanguagemenu-pi1 .gb a{width:16px; height:11px; text-indent:-999px; top:1px; display:inline-block; overflow:hidden; background:url(../../img/site/gb.png) no-repeat left center;}

@media (max-width:767px) {
  .top {
    border-top: 4px solid #4b4b4b;
  }
  nav.small-top {
    top: 0;
    right: auto;
    height: 29px;
    left: 10px;
    right: 10px;
    z-index: 2000;
  }
  nav.small-top ul {
    display: none;
    width: 100%;
    background: #4b4b4b;
    height: auto;
  }
  nav.small-top ul.show {
    display: block;
  }
  nav.small-top li {
    display: block;
    border-bottom: 1px solid rgb(155,155,155);
    border-bottom: 1px solid rgba(155,155,155,.2);
  }
  nav.small-top li:last-child {
    border-bottom: none;
  }
  nav.small-top li a {
    font-size: 0.875em; /* 14/16 */
    color: #fff;
  }
  nav.small-top li a:after {
    display: none;
  }
  nav.small-top a.expand {
    display: block;
    display: inline-block;
    background: #4b4b4b;
    color: #eb2629;
    font-size: 1.3125em; /*21/16*/
    text-align: center;
    width: 10%;
    height: 29px;
    line-height: 29px;
    float: left;
  }
  nav.small-top form {
    height: 29px;
    float: left;
    border-left: 1px solid black;
    border-top: 1px solid black;
    width: 90%;
  }
.tx-srlanguagemenu-pi1 .da:after,
.tx-srlanguagemenu-pi1 .gb:after{display:none;}
}
.touch nav.small-top input[type=search] {
  padding-left: 7px !important;
}

/* Main navigation
   ========================================================================== */
#mainmenu{background:#2a2a2a; margin: 0 -15px;}
  #mainmenu-inner{}
    #mainmenu ul{position:relative; margin: 0; font-family: "Droid Sans", sans-serif; font-weight: 400; }
      #mainmenu li{float:left; width: 20%; margin:0; line-height:1em; box-sizing: border-box; padding: 20px 1% 0; font-size:0.917em; display: block;}
        #mainmenu li a{color:#b0b0b0; display:block; padding: 0 0 10px 0;}
          #mainmenu li a span{color:#fff; text-transform:uppercase; display:block; margin:0 0 5px 0; line-height:1.1em; font-weight: 700;}
        #mainmenu li.active a{color:#b90013; border-bottom:5px solid #b90013; padding: 0 0 10px 0; margin:0 0 -1px;}
        #mainmenu li a:hover{color:#b90013;}
          #mainmenu li.active a span,
          #mainmenu li a:hover span{color:#ed1c25;}
          #mainmenu ul ul.mainmenusub{/*display:none;*/}
            #mainmenu ul ul.mainmenusub li{}
                     #mainmenu ul ul.mainmenusub li a{height:auto; background:none; border:0;}
                           #mainmenu ul ul.mainmenusub li a{background:none;}
  #mainmenu li.first.showingsubs a span,
  #mainmenu li.second.showingsubs a span,
  #mainmenu li.third.showingsubs a span,
  #mainmenu li.fourth.showingsubs a span,
  #mainmenu li.fifth.showingsubs a span{color:#ed1c25;}

#submenu{background:#2a2a2a; border-top: 1px solid #424242; margin: 0 -15px; height: 58px;}
  #submenu-inner{padding:13px 0 14px;}
    #submenu-inner ul{ list-style: none;}
    #submenu-inner ul.submenufloatleft{float:left;}
    #submenu-inner ul.submenufloatright{float:right;}
      #submenu-inner ul li{float:left; margin: 0 1% 0.75em; font-size:0.8125em; line-height: 1.1em; width: 18%;}
      /* temp added*/
        #submenu-inner ul li.activesection{font-size:1.167em; font-family:access_heavy; color:#ed1c25; text-transform:uppercase;}
          #submenu-inner ul li a{color:#fff;}
          #submenu-inner ul li a:hover,
          #submenu-inner ul li.active a{color:#ed1c25;}
/*
nav.main {
  font-family: "Droid Sans", sans-serif;
  font-weight: 400;
}
nav.main .twelve.columns {
  padding: 0;
}
nav.main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: black;
  border-top: 1px solid #4b4b4b;
  border-bottom: 1px solid white;
  width: 100%;
  display: table;
}
nav.main ul li {
  width: 25%;
  border-right: 1px solid #666666;
  font-weight: 700;
  font-size: 0.9375em;
  height: 48px;
  padding: 0 1.7171717172%;

  position: relative;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width:767px) {
  .moz nav.main ul li {
    position: relative;
    display: block;
    float: left;
  }
  .moz nav.main ul li ul li {
    line-height: 1.6;
  }
}
nav.main ul li:last-child {
  border-right: none;
}
nav.main li ul {
  border: none;
  position: absolute;
  z-index: 5000;
  width: 100%;
  left: 0;
  padding: 10px 4.0404040404%;
  padding-bottom: 20px;
  display: none;

}
nav.main li ul.showing {
  display: block;
}
nav.main li ul:after {
  content: "";
  display: block;
  position: absolute;
  background: red;
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
}
nav.main li li {
  float: none;
  border: none;
  display: block;
  margin: 0 auto;
  width: 90%;
  padding: 0;
  font-weight: 400;
  font-size: 0.8125em;
  height: auto;
  margin-bottom: 5px;
  border-bottom: 1px solid rgb(75,75,75);
  border-bottom: 1px solid rgba(75,75,75,.6);
}
nav.main li li:last-child {
  border-bottom: none;
}
nav.main li li a {
  color: #cccccc;
}
nav.main a {
  color: white;
  display: block;
}
nav.main a:hover {
  color: #ed1c25;
}
@media (max-width:767px) {
  nav.main ul {
    display: block;
    border-bottom: 1px solid white;
  }
  nav.main ul li {
    display: block;
    width: 100%;
    float: none;
    background: #2b2b2b;
    border-bottom: 1px solid #4b4b4b;
    padding: 0 15px;
    border-right: 0;
    z-index: 1000;
  }
  nav.main ul:first-child > li {
    height: auto;
    min-height: 50px;
    line-height: 50px;
  }
  nav.main ul li:last-child {
    border-bottom: none;
  }
  nav.main ul li:after {
    content: attr(data-plus);
    display: inline;
    color: #f00;
    font-size: 1.25em;
    position: absolute;
    right: 15px;
    top: 0;
  }
  nav.main ul li ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 10px 0;
    background: none;
    display: none;
  }
  nav.main ul li ul.showing {
    display: block;
  }
  nav.main ul li ul li {
    border-bottom: none;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
    padding-bottom: 3px;
    background: none;
    border-bottom: 1px solid rgb(75,75,75);
    border-bottom: 1px solid rgba(75,75,75,.6);
  }
  nav.main ul li ul li:last-child {
    margin-bottom: 0;
  }
  nav.main ul li ul li:after,
  nav.main ul li ul:after {
    display: none;
  }
  nav.main ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    left: -15px;
    height: 100%;
    background: black;
    border-top: 1px solid #4b4b4b;
  }
}
*/

/* ==========================================================================
   main slider on index page
   ========================================================================== */

.slider .twelve {
  padding: 0;
}
.slider .flexslider {
  margin: 0;
}
.slider ul.slides li {
  position: relative;
}
.slider .flex-caption {
  background: rgb(255,255,255);
  background: rgba(255,255,255,.82);
  width: 274px;
  height: 277px;
  color: #000;
  text-shadow: none;
  font-family: sans-serif;
  padding: 2.8282828283% 2.3232323232%; /* 28/990 and 23/990 */
  padding: 28px 23px;
  position: absolute;
  top: 50%;
  margin-top: -138px;
  right: 5.0505050505%;
}
.slider .flex-caption h1 {
  font-size: 1em; /*16/16*/
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
.slider .flex-caption p {
  font-size: 0.75em; /*12/16*/
  padding: 0;
  margin-bottom: 10px;
}
.slider .flex-caption p.tag {
  color: red;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.slider .flex-caption ul {
  list-style: disc;
  margin-bottom: 10px;
}
.slider .flex-caption li {
  font-size: 0.75em; /*12/16*/
}
.slider .flex-control-nav {
  background: transparent;
  position: absolute;
  width: 27.676767677%; /* 274/990 */
  width: auto;
  right: 61px;
  top: 50%;
  margin-top: 110px;
}
.slider .flex-control-nav a {
  background: black;
  height: 9px;
  width: 9px;
}
.slider .flex-control-nav a.flex-active {
  background: #f32b24;
}
.slider .flex-direction-nav li a.flex-next {
  background: url('../../img/site/slider-direction-nav.png') no-repeat -43px 0;
  width: 31px;
  height: 56px;
}
.slider .flex-direction-nav li a.flex-prev {
  background: url('../../img/site/slider-direction-nav.png') no-repeat 0 0;
  width: 31px;
  height: 56px;
}
@media (max-width:767px) {
  .slider .flex-caption {
    position: static;
    background: white;
    margin: 0;
    width: 100%;
    padding: 15px;
    height: 250px;
  }
  .slider .flex-caption h1 {
    margin-top: 0;
  }
  .slider .flex-control-nav {
    position: absolute;
    bottom: 5px;
    top: auto;
    right: auto;
    margin: 0;
    width: 100%;
  }
  .index .slider .flex-direction-nav li a {
    margin: 0;
    top: 17%;
  }
}

/* ==========================================================================
   Grid layout
   ========================================================================== */

.index section .row .columns.four {
  padding: 0;
  width: 33.3333333333%;
  margin-top: 1px;
}
section .box {
  height: 100%;
  position: relative;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid white;
}
section .four:nth-child(1) .box,
section .four:nth-child(2) .box {
  border-right: 1px solid white;
}
section .box.quarter {
  /* default background. An image should be applied with inline styles */
  background: #f12b24;
}
section .box.quarter .caption {
  position: absolute;
  /* z-index: 1000; */
  background: #fff;
  position: absolute;
  width: 50%;
  height: 170px;
  right: 0;
  bottom: 0;
  padding: 18px;
}
section .box .caption h1 {
  font-size: 0.75em; /*12/16*/
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
section .box .caption h1 a { color: inherit; }
section .box .caption h1 a:hover { color: red; }
section .box .caption p {
  font-size: 0.75em; /*12/16*/
  margin: 0;
}
section .box .caption p.tag {
  color: #f00;
  margin: 0 0 5px;
  text-transform: uppercase;
  font-weight: bold;
}
section .box.half .first,
section .box.half .second {
  position: relative;
  overflow: hidden;
  background-size: cover;
  height: 170px;
  border-bottom: 1px solid white;
}
section .box.half .caption {
  width: 50%;
  position: relative;
  display: block;
  float: right;
  padding: 18px;
  height: 170px;
}
section .box.half .first .caption {
  background: white;
}
section .box.half .second .caption {
  background: #202020;
}
section .box.half .second h1,
section .box.half .second ul,
section .box.half .second ol,
section .box.half .second p { color: white; }
section .box.half .second p.tag { color: red; }
section .box.full {
  /* default background color, change it with inline styles */
  background: #b90013;
}
section .box.full .caption {
  padding: 10.909090909% 12.666666667%;
  color: #fff;
  position: absolute;
  /* z-index: 2000; */
  top: 0;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
section .box.full h1 { color: #fff; }
section .box.full p.tag { color: #000; }
section .box ol,
section .box ul {
  margin: 0;
  list-style-position: outside;
  margin-left: 16px;
}
section .box ol li,
section .box ul li {
  font-size: 12px;
}
/* link styles */
section .box .caption a {
  text-decoration: none;
}
section .box.full a { color: #FFF; }
section .box.full a:hover { text-decoration: underline; }
section .box.half .first a,
section .box.half .second a,
section .box.quarter a {
  color: #ff0900;
}
section .box.half .first a:hover,
section .box.half .second a:hover,
section .box.quarter a:hover {
  text-decoration: underline;
}
section .box.quarter,
section .box.half .first,
section .box.half .second {
  background-position: center !important;
}
@media (max-width:767px) {
  section .row .columns.four {
    margin-top: 0;
  }
  section .box.quarter,
  section .box.half .first,
  section .box.half .second {
    background-size: 50% auto !important;
    background-repeat: no-repeat !important;
    background-position: left center !important;
  }
  section .box.quarter {
    overflow: hidden;
    height: 170px;
  }
  section .box.quarter .caption,
  section .box.half .caption {
    width: 50%;
    position: static;
    display: block;
    padding: 15px;
    float: right;
    height: 100%;
  }
  section .box.full {
    height: auto;
  }
  section .box.full .caption {
    padding: 15px;
    height: auto;
    position: static;
  }
}

/* ==========================================================================
   Non-index page layout
   ========================================================================== */

.header-image {
  margin-bottom: -1px;
}
.header-image .row .columns {
  padding: 0;
}
.header-image img {
  width: 100%;
}
.not-index section div.left {
  padding: 0;
  padding-right: 6.7058823529%; /* 66/680 */
  background: white;
  margin-top: -58px;
}
section .right {
  padding: 0;
}
section .right .box {
  border-right: none !important;
}
@media (max-width:767px) {
  .not-index section div.left {
    padding: 0 0;
    margin-top: 0;
  }
}

/* ==========================================================================
   Results page
   ========================================================================== */

.results-container h1,
.results-container h2 {
  font-family: "Droid Sans", sans-serif;
}
.results-container h1 {
  font-weight: normal;
  font-size: 1.625em; /*26/16*/
  color: #010101;
  padding: 14px 0;
  text-transform: uppercase;
  border-top: 1px solid #e6e7e6;
  border-bottom: 1px solid #e6e7e6;
  margin: 7px 0;
  margin-top: 58px;
  padding: 7px 0;
}
ul.results {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.results li {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e6e7e6;
}
ul.results li:first-of-type {
  margin-top: 32px;
}
ul.results li h2 {
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
  font-size: 1.375em; /*22/16*/
  margin: 0;
  padding-left: 136px;
}
ul.results li h2 a {
  color: inherit;
}
ul.results li h2 a:hover {
  color: #ED1C25;
}
ul.results li .date {
  background: #bdbdbd;
  color: white;
  font-family: sans-serif;
  font-size: 0.75em; /*12/16*/
  padding: 3px 5px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
}
ul.results li .image {
  float: right;
  width: 25.147058824%; /* 171/680 */
  background: #f1f1f1;
  padding: 10px;
  position: relative;
}
ul.results li .image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: red;
  bottom: -8px;
  left: 0;
}
ul.results li .image img {
  padding: 2px;
  background: white;
  float: right;
  margin-bottom: 5px;
}
ul.results li .image .author {
  float: right;
  text-align: right;
  clear: both;
  font-size: 0.75em; /*12/16*/
  font-family: sans-serif;
  font-family: "Droid Serif", serif;
  margin-bottom: 0;
}
@media (max-width:767px) {
  .results-container h1,
  .results-container h2 {
    padding-left: 5px;
    padding-left: 5px;
  }
  ul.results li .date {
    left: 5px;
  }
  ul.results li .image {
    padding: 5px;
  }
  ul.results li h2 {
    padding-left: 5px;
    padding-bottom: 30px;
  }
  ul.results li .date {
    top: auto;
    margin-top: 0;
    bottom: 5px;
  }
}

/* ==========================================================================
   Article and blog post
   ========================================================================== */

article {
  position: relative;
}
article.no-author {
  padding-top: 40px;
}
article .author {
  border-bottom: 1px solid #e6e7e6;
  border-top: 1px solid #e6e7e6;
  margin-top: 58px;
  height: 50px;
  position: relative;
  /* margin-top: 8px; */
  overflow: hidden;
}
article .author img {
  float: left;
}
article .author p {
  float: left;
  line-height: 50px;
  margin-left: 10px;
  font-family: "Droid Serif", serif;
  font-size: 0.75em; /*12/16*/
}
article .author a {
  color: #949494;
}
article .author a:hover {
  text-decoration: underline;
  color: red;
}
article aside.controls {
  position: absolute;
  right: 0;
  top: 69px;
}
article.no-author aside.controls {
  top: 45px;
}
@media (max-width: 767px) {
  article.no-author aside.controls {
    top: 13px;
  }
}
article aside.controls a {
  display: inline-block;
  text-indent: -9999px;
  margin-right: 1px;
}
article aside.controls a.share {
  background: url('../../img/site/sprite.png') no-repeat -266px -9px;
  width: 60px;
  height: 28px;
}
#english article aside.controls a.share{
  background: url('../../img/site/share.png') no-repeat 0 0;
  width: 75px;
}

/* Phases Addition - Start */
article aside.controls a.share span
{
  background:none;
  width:0;
  height:0;
}
#at15s span
{
  font-size:12px !important
}
/* Phases Addition - End */

article aside.controls a.text-size {
  background: url('../../img/site/sprite.png') no-repeat -343px -9px;
  width: 44px;
  height: 28px;
}
article aside.controls a.print {
  background: url('../../img/site/sprite.png') no-repeat -401px -9px;
  width: 32px;
  height: 28px;
}
article .label {
  background: #f32b24;
  font-family: sans-serif;
  font-size: 0.875em; /*14/16*/
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.75em; /*12/16*/
  padding: 5px 8px;
  display: block;
  border-top: 1px solid white;
  float: left;
}
article .date {
  display: inline-block;
  padding: 4px 10px;
  padding-top: 6px;
  margin-bottom: 34px;
  margin-top: 20px;
  font-family: sans-serif;
  font-size: 0.75em; /*12/16*/
  background: #bdbdbd;
  color: white;
  float: none;
}
article .date:before {
  content: "";
  position: absolute;
  bottom: 58px;
  display: block;
  right: 0;
  left: 0;
  height: 1px;
  background: #bdbdbd;
}
article h1 {
  font-family: "Droid Sans", sans-serif;
  font-weight: normal;
  font-size: 2em; /*32/16*/
  margin-top: 20px;
  margin-right: 160px;
  line-height: 1.4;
}
article.no-author h1 {
  margin-top: 0;
}
article h2 {
  font-family: "Droid Sans", sans-serif;
  font-weight: bold;
  font-size: 1.125em; /*18/16*/
  margin-bottom: 10px;
}
article p {
  font-family: "Droid Sans", sans-serif;
  font-size: 0.875em; /*14/16*/
}
article p,
article ul li,
article ol li {
  font-family: "Droid Sans", sans-serif;
  font-size: 0.875em; /*14/16*/
}
article p.trumpet {
  font-family: "Droid Serif", serif;
  font-size: 0.875em; /*14/16*/
}
article ul {
  list-style: none;
}
article ul,
article ol {
  margin-left: 10px;
}
article ul li,
article ol li {
  margin-bottom: .5em;
}
article ul li {
  position: relative;
}
article ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #b90013;
  display: inline-block;
  position: absolute;
  margin-right: 5px;
  top: 7px;
  left: -10px;
}
article a {
  color: #b90013;
}
article a:hover {
  text-decoration: underline;
  color: #ff0900;
}
article .slider {
  margin-bottom: 17px;
}
article .slider .flex-caption {
  background: rgb(0,0,0);
  background: rgba(0,0,0,.6);
  color: white;
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  bottom: 0;
  top: auto;
  left: 0;
  right: 0;
  padding: 5px 10px;
}
article .slider .flex-caption p {
  font-family: "Droid Serif", serif;
  margin: 0;
  width: 93%;
}
article .slider ul li:before {
  display: none;
}
article .slider ul li a[href$="jpg"] .flex-caption:after,
article .slider ul li a[href$="jpeg"] .flex-caption:after,
article .slider ul li a[href$="png"] .flex-caption:after,
article .slider ul li a[href$="bmp"] .flex-caption:after,
article .slider ul li a[href$="tiff"] .flex-caption:after,
article .slider ul li a[href$="gif"] .flex-caption:after {
  content: "";
  background: url('../../img/site/sprite.png') no-repeat -236px -10px;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -8px;
}
article .slider .flex-control-nav {
  display: none;
}
article .slider ul.flex-direction-nav li {
  position: absolute;
  top: 50%;
}
article .slider ul.flex-direction-nav li:first-of-type {
  left: 0;
}
article .slider ul.flex-direction-nav li:nth-of-type(2) {
  right: 0;
}
article figure {
  margin-bottom: 25px;
  margin-top: 25px;
}
article figure figcaption {
  margin-top: -3px;
}
article figure figcaption p {
  background: #999;
  margin: 0;
  font-family: sans-serif;
  font-size: 0.75em; /*12/16*/
  padding: 8px 10px;
  color: white;
}
article figure figcaption p:first-child {
  font-family: "Droid Serif", serif;
  font-size: 0.75em; /*12/16*/
  padding: 5px 10px;
  background: #666;
  color: white;
}
article .factbox {
  width: 43.790849673%; /* 268/612 */
  background: #999;
  margin-bottom: 17px;
}
article .factbox.left {
  float: left;
  margin-right: 17px;
}
article .factbox.right {
  float: right;
  margin-left: 17px;
}
article .factbox h2 {
  background: #333;
  font-weight: bold;
  font-size: 0.75em; /*12/16*/
  margin: 0;
  padding: 10px;
  color: #ccc;
  text-transform: uppercase;
  font-family: sans-serif;
}
article .factbox figure p {
  padding: 8px 10px;
  font-style: normal;
  font-family: "Droid Serif", serif;
}
article .factbox figure {
  margin: 0;
  margin-bottom: -3px;
}
article .factbox p {
  color: white;
  font-style: normal;
  font-family: "Droid", sans-serif;
  padding: 8px 10px;
  padding-bottom: 0;
  margin: 0;
  font-size: 0.75em; /*12/16*/
}
article .factbox a {
  color: white;
  text-decoration: underline;
}
article .factbox a:hover {
  color: red;
  text-decoration: none;
}
article .factbox ul,
article .factbox ol {
  margin: 0;
  margin-left: 10px;
  padding: 8px 10px;
  padding-bottom: 0;
}
article .factbox ul li,
article .factbox ol li {
  color: white;
  font-size: 0.75em; /*12/16*/
  font-family: "Droid", sans-serif;
}
article .factbox ul:last-child,
article .factbox ol:last-child,
article .factbox p:last-child {
  padding-bottom: 8px;
}
@media (max-width:767px) {
  article .author {
    margin-top: 10px;
  }
  article h1,
  article h2,
  article p,
  article ul,
  article ol {
    padding-left: 5px;
    padding-right: 5px;
  }
  article .date {
    margin-right: 5px;
  }
  article h1 {
    margin-top: 30px;
  }
  article .author {
    margin-bottom: 40px;
  }
  article .author p {
    margin-left: 0;
  }
  article aside.controls {
    top: 61px;
  }
}
@media (max-width:520px) {
  aside.factbox {
    float: none;
    width: 100%;
  }
}
iframe {
  width: 100%;
}

/* ==========================================================================
   Comments, on a blog post
   ========================================================================== */

ul.comments {
  list-style: none;
  margin: 0;
}
ul.comments li {
  background: #e9e9e9;
  margin-bottom: 1px;
  padding: 17px;
  font-family: "Droid Sans", sans-serif;
  color: #595959;
}
ul.comments li,
ul.comments li p {
  font-size: 0.95em;
}
ul.comments header {
  margin-bottom: 10px;
}
ul.comments .author {
  color: #f32b24;
  display: inline-block;
  margin-right: 10px;
}
ul.comments .date {
  font-style: italic;
  font-family: "Droid Serif", sans-serif;
}
ul.comments a.answer {
  background: #ff0b00;
  color: white;
  padding: 3px 6px;
}
.new-comment {
  background: #c8c8c8;
  margin: 0;
  padding: 17px;
  margin-bottom: 1px;
}
.new-comment h2 {
  margin: 0;
  margin-top: -1px;
  font-family: "Droid Sans", sans-serif;
  font-size: 1.625em; /*26/16*/
  font-weight: normal;
  margin-bottom: 17px;
}
.new-comment form,
form.signup {
  margin: 0;
}
.new-comment form input,
.new-comment form input:focus,
.new-comment form textarea,
.new-comment form textarea:focus,
form.signup input,
form.signup input:focus,
form.signup textarea,
form.signup textarea:focus {
  -webkit-appearance: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #999;
  /* padding: 20px 12px; */
  font-family: "Droid Serif", serif;
  margin-bottom: 6px;
  color: white;
}
.new-comment form textarea,
.new-comment form textarea:focus,
form.signup textarea,
form.signup textarea:focus {
  width: 100%;
  min-height: 200px;
  padding: 12px 12px;
}
.new-comment form input[type="submit"],
form.signup input[type="submit"] {
  background: #ff0b00;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Droid Sans", sans-serif;
  font-size: 0.875em; /*14/16*/
  margin: 0;
}
form.signup {
  margin-bottom: 6px;
}
@media (max-width:767px) {
  form.signup {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* ==========================================================================
   Main footer
   ========================================================================== */

footer .row {
  background: #202020;
}
footer .columns {
  padding: 15px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer ul li {
  border-top: 1px solid #333333;
  margin-top: 5px;
  padding-top: 5px;
}
footer ul li a {
  color: #999999;
  font-size: 0.875em; /*14/16*/
}
footer ul li a:hover {
  color: #b90013;
}
footer ul li a:after {
  content: "»";
  color: #b90013;
  font-size: 1.25em; /*17.5/14*/
  line-height: 0;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
footer h1,
footer p {
  color: white;
  font-size: 0.875em; /*14/16*/
}
footer h1 {
  margin: 0 0 5px;
}
@media (max-width:767px) {
  footer .columns {
    border-bottom: 1px solid #4b4b4b;
    /* min-height: 270px; */
  }
}

iframe, figure {
  padding-left: 5px;
  padding-right: 5px;
}

/* ==========================================================================
   Unsemantic helper classes
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

@media print {
  div.top,
  nav.main,
  footer,
  .columns.four.right {
    display: none;
  }
}

/* ===========================================================================================
   Cookie accept box
   =========================================================================================== */
#lbmodal-overlay{width:100%; height:100%; position:fixed; top:0; left:0; background:url(../../img/site/bg-modal-overlay.png); z-index:9000;}
  #lbmodal{background:#fff; width:666px; min-height:135px; height:135px; height:auto !important; padding:19px 17px; position:fixed; top:15%; left:32%; z-index:9001;}
    #lbmodal #modal-close{position:absolute; top:-40px; right:0px; background:url(../../img/site/modal-close.png) no-repeat; display:block; width:40px; height:40px; overflow:hidden; text-indent:-999px; cursor:pointer;}
.cookieacceptbtn{text-align:center; background:#2a2a2a; border:1px solid #424242; padding:5px 10px; color:#fff; cursor:pointer; float:right;}
    .cookieacceptbtn:hover{color:#e41b24;}

@media screen and (max-width: 768px) {
  #lbmodal {
    left: 10px !important;
    right: 10px !important;
    width: auto;
  }
  #lbmodal p {
    font-size: 12px;
  }
}
.accessibility{position: absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */clip: rect(1px, 1px, 1px, 1px);}

/* ===========================================================================================
   Rightmenu
   =========================================================================================== */
#rightmenu {
 height: auto;
}
#rightmenu .caption {
 position: relative;
 height: auto;
}


/* SOLR */
.coloredbox .coloredboxlink a{background-color:#e41b24;}

.pagenotfound{background: #f6f2e8;}

#rightcol-local .csc-textpic, #rightcol-local .csc-text, #rightcol-local .csc-html, .fact-box{border-bottom:none;}

.tx-solr #tx-solr-search-functions .facets h3:after {
  background-image: url(../images/solr-expand-009ba9.png);
}

.tx-solr .tx-solr-search-form .tx-solr-submit {
  background-color: #e41b24;
}

.tx-solr #tx-solr-search-functions ul a.active {
  border-color: #e41b24;
}

.tx-solr #tx-solr-search-functions h2::after, .tx-solr #tx-solr-search-functions #tx-solr-facets-available .facets .facet-sites h3::after {
  border-top-color: #e41b24;
  color: #e41b24;
}

.tx-solr #tx-solr-search-functions h2, .tx-solr #tx-solr-search-functions .facets .facet-sites h3 {
  background: #e41b24 none repeat scroll 0 0;
}
.tx-solr a {color:#ff0900;}
.tx-solr a:hover {text-decoration:underline;}
