/********************************************************************************/
/*      GLOBAL THEME COLORS                                                     */
/*                                                                              */
/*      Naming:                                                                 */
/*      @less-name: HEX color code;     // Official name*   - description       */
/*                                                                              */
/*      *check on http://www.colblindor.com/color-name-hue/,                    */
/*       finds the closest match.                                               */
/*                                                                              */
/********************************************************************************/
/* Components - Scripple box */
.scripple-box {
  margin: 0;
}
.scripple-box header {
  padding: 0;
}
.scripple-box footer {
  width: 100%;
  diaplay: block;
}
.scripple-box .controlls {
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
}
.scripple-box .controlls ul {
  width: 100%;
  overflow: hidden;
}
.scripple-box .controlls ul p {
  padding: 0;
  margin: 0;
}
.scripple-box .controlls ul li {
  width: 50%;
  background-color: #818181;
  float: left;
  padding: 6px 0;
  text-align: center;
}
.scripple-box .controlls ul li:before {
  color: #b3b3b3;
}
.scripple-box .controlls ul li:first-child {
  border-right: 1px solid #fff;
  margin-left: -1px;
}
.scripple-box .controlls ul li.active {
  background-color: #000000;
}
.scripple-box .input {
  color: #ffffff;
  border: none;
  background-color: transparent;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}
.scripple-box .navigation {
  background-color: #818181;
  text-align: center;
  /*padding:4px 0 ;*/

  position: relative;
}
.scripple-box .navigation [class*="scribble-icon-arrow"] {
  position: absolute;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 32px;
  font-family: "dr-icons";
  display: block;
  text-align: center;
  width: 100%;
  cursor: pointer;
}
.scripple-box .navigation .input {
  width: 100%;
  margin: 0 auto;
  color: #000;
  text-indent: -1000px;
  height: 32px;
}
.scripple-box .navigation:hover {
  background-color: #4D4D4D;
}
.scripple-box .scroll-top.navigation {
  margin-bottom: 0px;
}
.scripple-box .sticker {
  margin: 10px 0 10px 0;
  position: relative;
}
.scripple-box .sticker article {
  border: 1px solid #b3b3b3;
  padding: 10px 10px 10px 18px;
}
.scripple-box .sticker article p {
  display: inline;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .sticker article:before {
  vertical-align: top;
  background-color: #1e0a5e;
  color: #fff;
  float: left;
  margin-right: 10px;
}
.scripple-box .user-input {
  background-color: #000;
  padding: 0 20px ;
}
.scripple-box .user-input * {
  color: #fff;
  font-size: 12px;
}
.scripple-box .user-input fieldset {
  border: 0;
  padding: 10px 0 20px 0;
}
.scripple-box .user-input fieldset input[type=text] {
  margin-bottom: 10px;
  color: #000;
  border: 1px solid #464646;
  box-shadow: inset 1px 3px 10px 0 #999;
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scripple-box .user-input fieldset input[type=checkbox] {
  vertical-align: top;
  margin: 0 10px 10px 0;
}
.scripple-box .user-input fieldset textarea {
  border: 1px solid #464646;
  height: 50px;
  color: #000;
  box-shadow: inset 1px 3px 10px 0 #999;
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.scripple-box .user-input fieldset legend {
  text-indent: -1000px;
}
.scripple-box .user-input fieldset label {
  margin-right: 10px;
  font-family: 'gibsonSemiBold', 'Arial Black', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}
.scripple-box .user-input .controle {
  overflow: auto;
  width: 100%;
  margin: 20px 0 0 0 ;
}
.scripple-box .user-input .controle input {
  width: 20%;
  float: left;
  font-family: 'gibsonSemiBold', 'Arial Black', sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  background-color: #ccc;
  color: #000;
  -moz-border-radius: 2px;
  border-radius: 2px;
  height: 24px;
}
.scripple-box .user-input .controle input[name=close] {
  float: right;
}
.scripple-box .user-input .controle input:hover {
  background-color: #fff;
}
.scripple-box .scroll-area {
  overflow: hidden;
  height: 110px;
  position: relative;
}
.scripple-box .scroll-area .noComments .comment {
  display: none;
}
.scripple-box .scroll-area .scroll-area-content {
  background-color: #e6e6e6;
  margin: 0;
  padding: 0;
}
.scripple-box .scroll-area .scroll-area-content article {
  /*padding:10px;*/

  padding: 10px 0;
  background: none;
  border-bottom: 1px solid white;
  width: 100%;
}
.scripple-box .scroll-area .scroll-area-content article span img {
  margin-left: 10px;
}
.scripple-box .scroll-area .scroll-area-content article:first-child {
  margin-top: 0;
  padding-top: 10px;
}
.scripple-box .scroll-area .scroll-area-content article h3 {
  width: 76.66%;
  font-size: 16px;
  boerder: none;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .scroll-area .scroll-area-content article h3 .date {
  color: #676767;
  padding-right: 10px;
  font-size: 14px;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.scripple-box .scroll-area .scroll-area-content article p {
  width: 76.66%;
  /*padding:0 10px 0 10px;*/

  font-family: 'gibsonRegular', 'Arial', sans-serif;
  color: #000;
}
.scripple-box .scroll-area .scroll-area-content article img {
  width: 76.66%;
  /*margin:0 10px;*/

}
.scripple-box .scroll-area .scroll-area-content article.comment {
  /*
				h3 {padding-left: 10px;}
				p {padding-left: 10px;font-style:italic;}
				*/

  background-color: #D3D3D3;
}
.scripple-box .scroll-area .scroll-area-content article.comment p:before {
  content: '\201C';
}
.scripple-box .scroll-area .scroll-area-content article.comment p:after {
  content: '\201D';
}
.scribble-live-page {
  position: relative;
}
.scribble-live-page .live-page-heading {
  margin-bottom: 20px;
}
.scribble-live-page .live-page-heading > h2 {
  padding-right: 260px;
}
.scribble-live-page [class*="dr-site-share"][class*="-horizontal"] {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  margin-right: 10px;
  background-image: none;
}
.scribble-live-page [class*="dr-site-share"][class*="-horizontal"] > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.scribble-live-page [class*="dr-site-share"][class*="-horizontal"]:before {
  background-image: none;
}
.scribble-live-page header > h2 {
  border-bottom: 1px solid #CCCCCC;
  border-top: 3px solid black;
  font-size: 18px;
  line-height: 1;
  padding: 10px 0;
  text-transform: uppercase;
}
.scribble-live-page img {
  width: 100%;
}
.section.boxed.tip-nyheder {
  background-color: #1e0a5e;
}
.section.boxed.tip-nyheder * {
  font-family: 'gibsonRegular', 'Arial', sans-serif;
  color: white;
}
.section.boxed.tip-nyheder .span-3 {
  padding-top: 4px;
}
.section.boxed.tip-nyheder .factbox-contact {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 10px;
  margin: 0px -10px 0 -10px;
}
.section.boxed.tip-nyheder .factbox-contact p {
  color: #000;
  padding: 0;
}
.section.boxed.tip-nyheder .factbox-contact p + p {
  margin-top: 5px;
}
.section.boxed.tip-nyheder .factbox-contact .accent {
  color: #57339b;
  font-weight: bold;
}
.section.boxed.tip-nyheder .factbox-contact span:first-child {
  color: #000;
  font-weight: bold;
}
.section.boxed.sagen-kort {
  background-color: #57339b;
}
.section.boxed.sagen-kort * {
  font-family: 'gibsonRegular', 'Arial', sans-serif;
  color: white;
}
.live-video-player-description {
  padding: 10px 0;
}
.live-video-player-description p {
  margin-top: 5px;
  padding: 0;
}
.linkbox * {
  font-size: 18px;
}
.dr-page-social-media {
  position: relative;
}
.dr-page-social-media > h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.dr-social-media-count {
  position: absolute;
  top: 15px;
  right: 10px;
}
.dr-social-media-count .dr-ui-button {
  margin-left: 10px;
  background-color: #1e0a5e;
}
.dr-social-media-count .dr-ui-button:hover {
  background-color: black;
}
#live,
#media {
  display: none;
  text-transform: uppercase;
  padding: 10px 0;
}
#tabs {
  display: none;
}
#scrbbl .scrbbl-embed {
  padding: 0;
  border-bottom: 1px solid #ccc;
}
#scrbbl input[type="checkbox"] + .scrbbl-embed:after {
  content: '';
}
#scrbbl input[type="checkbox"] {
  display: none;
}
#scrbbl input[type="checkbox"] + .scrbbl-embed {
  max-height: 1000px;
  overflow: hidden;
}
#scrbbl input[type="checkbox"] + .scrbbl-embed + label {
  background-color: #333;
  display: block;
  text-align: center;
  padding: 10px;
  color: #fff;
  border-radius: 0 0 3px 3px;
  font: normal 14px/30px "gibsonRegular", "Verdana", sans-serif;
  text-transform: uppercase;
  line-height: 20px;
  margin-top: -5px;
}
#scrbbl input[type="checkbox"] + .scrbbl-embed + label:before {
  color: rgba(255, 255, 255, 0.6);
}
#scrbbl input[type="checkbox"]:checked + .scrbbl-embed {
  max-height: none;
  overflow: visible;
  border-bottom: none;
}
#scrbbl input[type="checkbox"]:checked + .scrbbl-embed + label {
  display: none;
}
.ie #scrbbl .scrbbl-embed iframe {
  height: 1000px !important;
}
.ie #scrbbl input[type="checkbox"] + .scrbbl-embed + label {
  display: none;
}
.theme-headline {
  border-bottom: none;
  background: transparent url("/assets/img/border.png") repeat-x -2px 100%;
}
.theme-headline h2 {
  padding-top: 0;
  border: none;
  text-transform: none;
  font-size: 42px;
  line-height: 44px;
  padding-right: 260px;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"] {
  position: absolute;
  right: 0;
  left: auto;
  width: auto;
  margin-top: 12px;
  background-image: none;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"] > span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.theme-headline [class*="dr-site-share"][class*="-horizontal"]:before {
  background-image: none;
}
.theme-headline [class*="dr-icon"]:before {
  color: #57339b;
}
.theme-headline [class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #57339b;
}
.theme-live-page {
  /* Scribble feed styling */

}
.theme-live-page .live-video-player-description p a,
.theme-live-page .live-about p a,
.theme-live-page .live-tip p a {
  text-decoration: underline;
}
.theme-live-page [class*="dr-site-share"] {
  display: none;
}
.theme-live-page [class*="dr-site-share"] [class*="dr-icon"]:before {
  color: #57339b;
}
.theme-live-page [class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  color: #FFF;
  background-color: #57339b;
}
.theme-live-page p#message.message {
  padding: 10px 0 0 0;
  margin-bottom: -10px;
}
.theme-live-page p#message.message.hidden {
  display: none;
}
.theme-live-page .load-more {
  padding: 0;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  line-height: 30px;
}
.theme-live-page .dr-site-share-horizontal [class*="dr-icon"]:before {
  color: ;
}
.theme-live-page .live-about {
  background: #e6e6e6;
}
.theme-live-page .live-about p {
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .live-about h2 {
  font-family: GibsonSemiBold, Arial, sans-serif;
}
.theme-live-page .live-about li {
  color: #4D4D4D;
  font-size: 14px;
  line-height: 16px;
  margin-left: 20px;
  font-family: GibsonRegular;
}
.theme-live-page .live-about ol li {
  list-style: decimal;
}
.theme-live-page .live-about ul li {
  list-style: disc;
}
.theme-live-page .live-tip {
  background: #57339b;
}
.theme-live-page .live-tip p,
.theme-live-page .live-tip h2,
.theme-live-page .live-tip span,
.theme-live-page .live-tip a {
  color: #FFF;
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .live-tip .factbox-contact {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px;
  padding: 10px 10px 0;
  float: left;
  width: 45%;
}
.theme-live-page .live-tip .factbox-contact span:first-child {
  font-weight: bold;
}
.theme-live-page .live-tip .factbox-contact a.accent {
  text-decoration: underline;
}
.theme-live-page .live-tip .factbox-contact a.accent.mobile {
  display: none;
}
.theme-live-page .live-tip .factbox-contact .accent {
  font-weight: bold;
}
.theme-live-page .section.live-stream {
  border: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs {
  float: none;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a {
  background-color: #808080;
  text-align: center;
  margin-bottom: 1px;
  width: 33.333333%;
  padding: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a.active {
  background-color: #000;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a + a {
  margin: 0;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a span {
  border-left: 1px solid #FFF;
  display: inline-block;
  width: 100%;
  font-family: GibsonRegular, Arial, sans-serif;
}
.theme-live-page .section.live-stream .dr-ui-paging-tabs a:first-child span {
  border: 0;
}
.theme-live-page .section.live-stream .dr-site-live-media-player {
  background: url("/assets/img/border.png") repeat-x -2px 100% rgba(0, 0, 0, 0);
}
.theme-live-page .section.live-stream .dr-site-live-media-player .audioPreview {
  margin-bottom: -3px;
  width: 100%;
}
.theme-live-page .section.live-stream .dr-site-live-media-player .live-video-player-description {
  padding: 10px 0;
  margin-bottom: 20px;
}
.theme-live-page .section.live-stream .dr-site-live-media-player .live-video-player-description p {
  font-family: GibsonRegular, Arial, sans-serif;
  margin-top: 5px;
  padding: 0;
}
.theme-live-page .linkbox * {
  font-size: 18px;
}
.theme-live-page .item [class*="xsmall"] .metainfo,
.theme-live-page .item [class*="heading-"] ~ .metainfo {
  margin-top: 0;
}
.theme-live-page .dr-page-social-media {
  position: relative;
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  /* IE 5-7 */

  filter: alpha(opacity=80);
  /* Netscape */

  -moz-opacity: 0.8;
  /* Safari 1.x */

  -khtml-opacity: 0.8;
  /* Good browsers */

  opacity: 0.8;
}
.theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap {
  width: 25%;
}
.theme-live-page .dr-page-social-media .span-3 .image-1 .image-wrap ~ * {
  margin-left: 25%;
}
.theme-live-page .dr-page-social-media .span-4 .image-1 .image-wrap {
  width: 18%;
}
.theme-live-page .dr-page-social-media .span-4 .image-1 .image-wrap ~ * {
  margin-left: 18%;
}
.theme-live-page .dr-page-social-media .span-6 .image-1 .image-wrap {
  width: 12%;
}
.theme-live-page .dr-page-social-media .span-6 .image-1 .image-wrap ~ * {
  margin-left: 12%;
}
.theme-live-page .dr-page-social-media .span-12 .image-1 .image-wrap {
  width: 7%;
}
.theme-live-page .dr-page-social-media .span-12 .image-1 .image-wrap ~ * {
  margin-left: 7%;
}
.theme-live-page .dr-page-social-media .section {
  margin-top: 0;
}
.theme-live-page .dr-page-social-media > h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.theme-live-page .dr-page-social-media ol li,
.theme-live-page .dr-page-social-media ul li {
  padding-bottom: 10px;
}
.theme-live-page .dr-page-social-media ol li:first-child,
.theme-live-page .dr-page-social-media ul li:first-child {
  background: none;
  padding-top: 12px;
}
.theme-live-page .dr-page-social-media ol li .social-image p,
.theme-live-page .dr-page-social-media ul li .social-image p {
  font: 14px/16px "gibsonRegular", "Arial", sans-serif;
}
.theme-live-page .dr-page-social-media ol li .social-image p a,
.theme-live-page .dr-page-social-media ul li .social-image p a {
  color: #4D4D4D;
}
.theme-live-page .dr-page-social-media ol li .social-image .image-wrap img,
.theme-live-page .dr-page-social-media ul li .social-image .image-wrap img {
  width: 50px;
}
.theme-live-page .dr-page-social-media .dr-social-media-count {
  position: absolute;
  top: 18px;
  right: 1px;
  font: 11px/16px "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
  color: #666;
}
.theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
  margin: -10px 20px 0 10px;
  background-color: #1e0a5e;
}
.theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button input.autoUpdate {
  margin: 0 10px 3px -7px;
  vertical-align: middle;
}
.theme-live-page .span-6 h2 span.updated {
  color: #666;
  font: 11px/16px "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
  display: block;
}
.theme-live-page .span-6 .dr-social-media-count {
  top: 15px;
}
.theme-live-page .span-6 .dr-social-media-count .dr-ui-button {
  position: absolute;
  top: 9px;
  right: 0;
  width: 113px;
}
.theme-live-page .span-6 .social-band.single-true li:first-child {
  padding-top: 0;
}
.theme-live-page .span-6 .social-band.single-true li:first-child .item {
  padding: 0;
  background: none;
}
.theme-live-page .dr-widget-audio-player .progressbar.live {
  display: none;
}
.theme-live-page span.serverTime {
  display: none;
}
.theme-live-page .scribblesection {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 850px;
}
.dr-widget-audio-player [class*="dr-infobox"],
.dr-widget-media-playlist .player.audio [class*="dr-infobox"] {
  z-index: 2;
  top: -11px;
  position: absolute;
}
.dr-widget-audio-player [class*="dr-infobox"] h1,
.dr-widget-media-playlist .player.audio [class*="dr-infobox"] h1 {
  line-height: normal;
  margin: 5px 5px 0;
}
@media only screen and (max-width: 960px) {
  .site-content .current-topics {
    display: none;
  }
  .site-content .theme-headline h2 {
    border-top: 6px solid #000;
    padding-right: 0;
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 0;
  }
  .site-content .theme-headline menu.dr-site-share-horizontal {
    display: none;
  }
  .site-content [class*="dr-site-share"] {
    display: block;
  }
  .site-content .dr-page-social-media ol li {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .scribblesection {
    height: 349px !important;
    overflow: auto;
  }
  .scribblesection iframe {
    height: 11000px;
  }
  .touch .scribblesection.android-scroll iframe {
    height: 11000px;
    /* Test height - assure that iframe pages fit..*/
  
  }
}
@media only screen and (max-width: 568px) {
  .site-content .theme-headline h2 {
    line-height: 35px;
    padding: 5px 0 0 0;
  }
  .theme-live-page .dr-page-social-media {
    border-bottom: 0;
  }
  .theme-live-page .dr-page-social-media > h2 {
    height: 43px;
  }
  .theme-live-page .dr-page-social-media > h2 span.updated {
    display: none;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
    margin-left: 0;
  }
  .theme-live-page .dr-page-social-media .section {
    margin-top: 20px;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap {
    width: 11%;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap ~ * {
    margin-left: 11%;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count {
    display: none;
  }
  .theme-live-page .dr-page-social-media .dr-social-media-count .dr-ui-button {
    display: block;
    margin: 5px 0;
  }
  .theme-live-page .dr-page-social-media .span-4 .section.social-band:first-child {
    margin-top: 0;
  }
  .theme-live-page .dr-site-share-horizontal {
    margin-top: 0;
  }
}
@media only screen and (max-width: 440px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 43.5%;
  }
  .theme-live-page .live-tip .factbox-contact a.accent.mobile {
    display: block;
  }
  .theme-live-page .live-tip .factbox-contact span.accent.desktop {
    display: none;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap {
    width: 14%;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap ~ * {
    margin-left: 14%;
  }
  .theme-live-page .dr-page-social-media .span-6 .social-band .image-1 .image-wrap,
  .theme-live-page .dr-page-social-media .span-6 .social-band.single-true .image-1 .image-wrap {
    width: 17%;
  }
  .theme-live-page .dr-page-social-media .span-6 .social-band .image-1 .image-wrap ~ *,
  .theme-live-page .dr-page-social-media .span-6 .social-band.single-true .image-1 .image-wrap ~ * {
    margin-left: 17%;
  }
  .theme-live-page .dr-page-social-media .span-6 .social-band:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 41.5%;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap {
    width: 16%;
  }
  .theme-live-page .dr-page-social-media [class*="span-"] .image-1 .image-wrap ~ * {
    margin-left: 16%;
  }
}
@media only screen and (max-width: 275px) {
  .theme-live-page .live-tip .factbox-contact {
    width: 40.5%;
  }
}
@media only screen and (max-width: 530px) {
  #live,
  #media {
    display: block;
    padding-top: 0;
  }
  #tabs {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
  }
  #tabs  + .combine-layout {
    margin-top: 10px;
    padding: 0 10px;
  }
  #tabs li[class*="-tab"] {
    text-transform: uppercase;
    background-color: #333;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin: 0;
    list-style: none;
    border-radius: 3px 3px 0 0;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    display: table-cell;
    font-family: gibsonRegular;
    font-size: 14px;
    line-height: 12px;
    letter-spacing: 1px;
  }
  #tabs li[class*="-tab"] a {
    color: #fff;
  }
  #tabs [class*="-tab"]:before {
    color: rgba(255, 255, 255, 0.6);
    margin-right: 2px;
    margin-left: -7px;
  }
  .live-stream img {
    width: 100%;
  }
}
body {
  background-color: #FFF;
}
/*.mute-heading .combine-layout > li.break {
	margin-top: 0 !important;
}*/
.combine-layout > .divide ~ .break,
.combine-layout > .divide ~ .break {
  margin-top: 0px;
}
.eventzone .combine-layout > .divide ~ .break,
.combine-layout > .divide ~ .break {
  margin-top: 20px;
}
.boxed.eventzone .boxed .metainfo {
  position: relative;
  left: 0px;
}
.dr-link-readmore:link,
.dr-link-readmore:visited,
.linkbox span,
[class*="dr-site-share"] [class*="dr-icon"]:before {
  color: #4F2D8D;
}
[class*="dr-site-share"] [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #4F2D8D;
  color: #FFFFFF;
}
.prioritized-news-read-more .dr-link-readmore {
  background: transparent url("/assets/img/border.png") repeat-x -2px -2px;
}
.site-wrapper {
  background: url("../images/kultur-backdrop.jpg") no-repeat fixed center 0 transparent;
}
.site-content {
  padding-bottom: 50px;
}
.boxed,
.boxed-band,
.boxed-band:before,
.boxed-band:after,
.boxed-image {
  background-color: #ecebf9;
}
.boxed.alpha100 {
  background-color: #57339b;
  color: #fff;
}
.boxed.alpha60,
.boxed-band.alpha60,
.boxed-band.alpha60:before,
.boxed-band.alpha60:after {
  background-color: #9983c2;
  background-color: rgba(87, 51, 155, 0.6);
  color: #000;
}
.boxed.alpha30,
.boxed-band.alpha30,
.boxed-band.alpha30:before,
.boxed-band.alpha30:after {
  background-color: #ccc1e0;
  background-color: rgba(87, 51, 155, 0.3);
}
.boxed.alpha100 a,
.boxed.alpha100 span {
  color: #fff;
}
.dr-site-footer-help ul {
  background-color: rgba(87, 51, 155, 0.3);
}
.dr-site-footer-contact ul {
  background-color: rgba(87, 51, 155, 0.3);
}
.news-overview [class*="dr-icon"][class*="-link"]:before {
  background-color: #ef3f23;
}
.news-overview .dr-link-readmore:link,
.news-overview .dr-link-readmore:visited {
  color: #ef3f23;
}
.site-content .current-topics {
  border-top: 0;
}
.site-content .current-topics h2 {
  background-color: #ef3f23;
}
.site-content .current-topics li a {
  color: #00aede;
}
.site-content .current-topics .dr-link-readmore {
  color: #ef3f23;
}
.span-6 > .section > .combine-layout > .span-3 > .section.mute-heading.dr-list {
  margin-top: -10px;
}
.boxed .boxed,
.boxed-band .boxed,
.boxed-image .boxed,
.boxed .boxed-image,
.boxed-band .boxed-image,
.boxed-image .boxed-image {
  background-color: #FFF;
}
.boxed .boxed .metainfo,
.boxed-band .boxed .metainfo,
.boxed-image .boxed .metainfo,
.boxed .boxed-image .metainfo,
.boxed-band .boxed-image .metainfo,
.boxed-image .boxed-image .metainfo {
  position: absolute;
  left: -9999px;
}
.top-story p {
  font-size: 18px;
  line-height: 22px;
}
.analyst p {
  font-family: "gibsonRegular", "Arial", sans-serif;
}
.top-band {
  /*border-top: 3px solid #000;*/

  border-bottom: 1px solid #000 !important;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px 0;
  min-height: 97px;
}
.top-band .item {
  padding-bottom: 0;
  background-image: none;
}
.heading-xxsmall q:before {
  content: "\201D";
  font: bold 33px/16px Georgia, serif;
  vertical-align: sub;
  display: inline-block;
  height: 8px;
  margin-top: 8px;
  margin-right: 8px;
  color: #57339b;
}
.dr-site-share [class*="dr-icon"][class*="-boxed"]:before,
[class*="dr-icon"][class*="-link"]:before,
.dr-site-footer-help .site-footer-contact a,
.dr-site-navigation li.active a,
.dr-site-factbox,
.dr-site-factbox-article,
.dr-site-share-horizontal [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #57339b;
}
/*.dr-site-review {
    float: left;
    font-family: "dr-icons";
    -webkit-font-smoothing: antialiased;
    
    li {
        display: inline-block;
        float: left;
        background-color: @review-fallback;
        background-color: @review;
        color: #fff;
        margin-right: 5px;
        border-radius: 2px;
        padding: 2px 3px;
        font-size: 12px;
        //background-repeat-y: no-repeat;
        //background-image: url("../images/star24.png");
    }
}

.dr-page-article {
    .dr-site-factbox-article figcaption {
        color: #FFF;
    }

    .dr-site-review {
        margin-bottom: 20px;

        li {
            margin-right: 10px;
            padding: 2px 4px;
            font-size: 26px;
        }
    }
}

[class*="dr-list"] {
    .dr-site-review {
        padding-left: 25px;
        margin-top: 8px;
    }
}*/
.dr-link-readmore:link,
.dr-link-readmore:visited,
.linkbox span,
.dr-site-share [class*="dr-icon"]:before,
.dr-site-share-horizontal [class*="dr-icon"]:before {
  color: #57339b;
}
/** SUBMIT NEWS LETTER **/
.newsletter.boxed {
  background-color: #57339b;
  margin-bottom: 20px;
}
.newsletter.boxed > h2 {
  color: #FFF;
  padding-top: 7px;
}
.newsletter.boxed > h2 span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.newsletter.boxed > p {
  color: #FFF;
  font: 14px/18px GibsonRegular;
  padding-bottom: 20px;
}
.newsletter.boxed > form label input[type="text"] {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.newsletter.boxed > form label span {
  padding-top: 8px;
}
.newsletter.boxed > form button {
  background-color: #1F095E;
  color: #ffffff;
}
/* New newsletter styling*/
.newsletterbox {
  background-color: #57339b;
}
.newsletterbox button {
  background-color: #1F095E;
}
.newsletterbox h2 {
  color: #fff;
}
.newsletterbox p {
  font-family: "gibsonRegular", "Arial Black", sans-serif;
  padding-bottom: 0;
  color: #fff;
}
.newsletterbox .dr-link-readmore {
  margin-top: 16px;
  float: right;
  color: #fff;
}
.newsletterbox.dr-form button {
  background-color: #1F095E;
}
.newsletterbox.dr-form button:hover {
  background-color: #341975;
  background-color: rgba(31, 9, 94, 0.6);
}
/** PICKER is not in Global assets feature-005 branch: dropdown box will not go in 100 %  width - it will now. :-) **/
.picker {
  width: 100%;
}
.section.boxed:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.section.heading-small .combine-layout .item p {
  font-family: "Georgia", serif;
  font-size: 14px;
}
.section-themes {
  height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #cccccc;
  position: relative;
  margin: 0 10px 0 10px;
}
.section-themes h2 {
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 25px;
  color: #fff;
  background-color: #ef3f23;
  font-size: 12px;
  padding: 0 12px;
  text-transform: uppercase;
  border: none;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.section-themes ul {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 60px 0 100px;
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0.6);
}
.section-themes ul li {
  float: left;
}
.section-themes ul li a {
  display: block;
  margin-right: 15px;
  padding-right: 15px;
  background: transparent url('../images/divider-section-navigation.gif') no-repeat right center;
  line-height: 50px;
  border: none;
  color: #00aede;
  font-size: 18px;
  text-transform: none;
  font-family: 'gibsonRegular', 'Arial', sans-serif;
}
.section-themes .dr-link-readmore {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #EF3F23;
}
.clubzone {
  position: relative;
}
.clubzone h2 {
  margin-bottom: 0px !important;
}
.clubzone ul {
  margin-top: 0px !important;
}
.clubzone ul li.span-6 .item {
  /*margin-top: 20px !important;*/

}
.clubzone ul li {
  position: relative;
}
.clubzone ul li .image-label {
  background-color: #fff;
  /*@primary-30-fallback;*/

  border-top: 0 solid transparent;
  color: #57339b;
  font: italic 14px/15px "Georgia", serif;
  margin: 0 0 0 20px;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.clubzone .combine-layout > .item .metainfo > .image-label {
  top: 20px;
}
.clubzone .combine-layout > * > .item:first-child {
  padding-top: 20px;
}
[class*="dr-site-share"] a,
[class*="dr-site-share"] a:hover {
  color: #57339b;
}
.linkbox span {
  font-family: GibsonSemiBold;
  line-height: 20px;
  color: #57339b;
}
.linkbox span + a {
  font-family: "GibsonSemiBold";
  color: #000;
}
.linkbox span + a:hover {
  text-decoration: underline;
}
/*article*/
.wcms-article-content .linkbox span {
  font-family: "Georgia", serif;
  font-weight: bold;
  color: #57339b;
  font-size: 16px;
}
.wcms-article-content .linkbox span + a,
.wcms-article-content .linkbox span + a:hover {
  font-size: 16px;
  color: #57339b;
  font-family: "Georgia", serif;
  text-decoration: underline;
}
[class*="dr-site-share"] > span {
  font-size: 14px;
}
.dr-site-share-horizontal {
  margin-top: 20px;
}
.dr-site-factbox,
.dr-site-factbox-article {
  background-color: #57339b;
}
.dr-site-factbox-article .image-wrap + p {
  display: block;
}
.wcms-article-content .dr-site-factbox-article {
  background-color: #57339b;
  font-weight: bold;
}
.wcms-article-content .dr-site-factbox-article ol {
  border-top: 1px solid #ccc1e0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 20px -20px 10px -20px;
  padding: 0;
  background-color: #57339b;
}
.wcms-article-content .dr-site-factbox-article ol  > li {
  color: #fff;
  margin: 0 20px 10px 20px;
  padding: 10px 0 0 0;
  background-image: url("/assets/img/border-white.png");
}
.wcms-article-content .dr-site-factbox-article ol  > li a:before {
  background-color: #ccc1e0;
  color: #57339b;
}
.wcms-article-content .dr-site-factbox-article ol  > li a {
  color: #fff;
  text-decoration: none;
}
.wcms-article-content .dr-site-factbox-article ol  > li:first-child {
  background-image: none;
}
.wcms-article-content .dr-site-factbox-article ol  > li:before {
  content: "";
}
.wcms-article-content .dr-site-factbox-article .dr-link-readmore {
  color: #fff;
  padding: 0;
  text-decoration: underline;
}
.wcms-article-content .dr-site-factbox-article .section .dr-link-readmore {
  background-image: url("/assets/img/border-white.png");
  padding: 15px 0 0 0;
  margin: 0;
}
.wcms-article-content .dr-site-factbox-article a,
.wcms-article-content .dr-site-factbox-article a:visited {
  color: #fff;
}
.dr-page-article .dr-site-factbox-article figcaption {
  color: #FFF;
}
/** TESTING ORDERED LIST **/
.wcms-article-content ol {
  background: #1e0a5e;
  list-style: disc outside;
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 25px 0 10px 35px;
}
.wcms-article-content ol > li:before {
  content: '\2022';
  /* For a round bullet */

  font-size: 24px;
  /* change the size of the dot, ajust top  */

  position: relative;
  top: -3px;
  margin-left: -34px;
  display: block;
  max-width: 0px;
  max-height: 0px;
  color: #fff;
}
.wcms-article-content ol > li {
  font: 18px/1 GibsonRegular;
  color: #fff;
  padding: 0 20px 0 19px;
  margin-bottom: 26px;
}
.wcms-article-content ol > li a {
  text-decoration: underline;
}
/** END TESTING ORDERED LIST **/
/** Article comment box styling **/
.dr-site-comment .header {
  background-color: #ccc1e0;
  background-color: rgba(87, 51, 155, 0.3);
}
.dr-site-comment [class*="dr-button"] {
  background-color: #57339b;
}
.dr-site-comment p.UserData,
.dr-site-comment .header.padded h2 {
  color: black;
}
/*Chaos gallery*/
.carousel-navigation .carousel-button:before {
  background-color: #57339b;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 20px;
  margin-right: 0;
  margin-top: -10px;
}
.carousel-navigation .pageIndex {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin: 0 10px;
  min-width: 50px;
  text-align: center;
  white-space: nowrap;
}
.chaos-upload ol {
  background-color: #fff;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
}
.chaos-upload ol li:before {
  content: "";
}
.uploadForm {
  position: relative;
}
.uploadForm .fileSelectArea {
  margin-top: 10px;
}
.uploadForm .fileSelectArea #dropArea {
  -moz-box-sizing: border-box;
  border: 1px solid #B8B8B8;
  color: #666;
  border-radius: 10px;
  background-color: #dfdfdf;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 60px;
  font: 14px/14px "gibsonRegular", "Verdana", sans-serif;
}
.uploadForm .fileSelectArea #dropArea.hover {
  background-color: #ffffff;
}
.uploadForm input[type="file"] {
  background-color: transparent;
  position: relative;
  height: 100%;
  width: auto;
  opacity: 0;
  -moz-opacity: 0;
  z-index: 2;
  /*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/

}
.uploadForm .fileSelect {
  height: 30px;
}
.uploadForm .fileSelect * {
  cursor: pointer;
}
.uploadForm .fileSelect label span {
  background-color: rgba(0, 0, 0, 0.5);
  border: 0 solid transparent;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font: 14px/30px "gibsonRegular", "Verdana", sans-serif;
  height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
}
.uploadForm ul {
  width: 90%;
}
.uploadForm .uploadItem {
  display: block;
  margin-top: 10px;
  overflow: hidden;
}
.uploadForm .uploadItem span {
  color: #000;
}
.uploadForm .uploadItem a {
  color: #000;
  margin-left: 20px;
}
.uploadForm .uploadItem a:before {
  color: #fff;
  background-color: #4F2D8D;
}
.uploadForm .uploadItem * {
  font: 14px/18px "gibsonRegular", "Verdana", sans-serif;
}
.uploadForm .progress {
  height: 6px;
  margin-top: 10px;
  margin-bottom: -16px;
  background-color: #57339b;
}
.uploadForm .success {
  display: none;
}
.dr-form .uploadForm .notValid {
  border: 1px solid red;
}
.dr-form button,
.dr-form .fileSelect label span {
  background-color: #57339b;
  font-size: 14px;
}
.dr-form button:hover,
.dr-form .fileSelect label :hover {
  background-color: #473960;
}
.dr-form button.cancelBtn {
  background-color: #876BBC;
}
.dr-form button.cancelBtn:hover {
  background-color: #473960;
}
.wcms-article-content .uploadFormol {
  margin-left: 0px;
}
.wcms-article-content .dr-form ol {
  list-style-type: none;
  margin-left: 0px;
}
/** Article mediaboxes styling**/
.articlemediabox [class*="dr-icon"][class*="-link"]:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.articlemediabox .item {
  background-image: url("/assets/img/border-white.png");
}
.articlemediabox .item .metainfo {
  margin-top: 5px;
  color: #57339b;
}
.articlemediabox .dr-icon-false:before {
  content: "";
  content: none;
}
.expert-articles ol li.item {
  padding-top: 10px;
  padding-bottom: 10px;
}
.gallery-article {
  margin: 20px 10px 0 10px;
}
.gallery-article .image-label-container {
  position: relative;
}
.gallery-article .image-label-container .image-label {
  background-color: #fff;
  padding: 4px 10px 6px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 2;
  color: #999999;
  font: italic 14px/12px Georgia, serif;
  text-transform: none;
}
.gallery-article [class*="dr-widget-swipe-carousel"] {
  border: none;
  background-color: transparent;
}
.gallery-article [class*="dr-widget-swipe-carousel"] .carousel-content-wrapper {
  margin-bottom: 10px;
}
.gallery-article .carousel-item {
  padding: 0;
}
.gallery-article .carousel-item .item {
  padding: 0;
}
.gallery-article .carousel-item .item p {
  font-family: "gibsonRegular", "Arial", sans-serif;
  margin: 10px 0 0 0;
}
.gallery-article .carousel-navigation {
  margin-bottom: 20px;
  vertical-align: text-top;
}
.gallery-article .carousel-navigation * {
  font-family: "gibsonRegular", "Arial", sans-serif;
  text-transform: uppercase;
}
.gallery-article .carousel-navigation .pageIndex {
  line-height: 16px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0px 10px;
  white-space: nowrap;
  min-width: 50px;
  text-align: center;
}
.gallery-article .carousel-navigation .carousel-button {
  display: inline-block;
  text-decoration: none;
}
.gallery-article .carousel-navigation .carousel-button.disabled:before {
  background-color: #ccc1e0;
  background-color: rgba(87, 51, 155, 0.3);
}
.gallery-article .carousel-navigation .carousel-button:before {
  font-size: 24px;
  line-height: 20px;
  background-color: #57339b;
  color: #fff;
  margin-right: 0;
  margin-top: -10px;
}
.gallery-article .dr-page-article {
  border-top: 1px solid #b2b2b2;
  margin-bottom: 10px;
  min-height: 180px;
}
.gallery-article .dr-page-article .wcms-article-content {
  margin-left: 0;
  margin-right: 240px;
}
.gallery-article .dr-page-article .wcms-article-content .metainfo {
  margin: 10px 0 10px 0;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share {
  right: -240px;
  left: auto;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share a:before {
  color: #57339b;
}
.gallery-article .dr-page-article .wcms-article-content .dr-site-share [class*="boxed"]:before {
  background-color: #57339b;
  color: #fff;
}
.gallery-article .moreImageSeries a {
  background-color: #808080;
  color: #676767;
  display: block;
}
.gallery-article .item p {
  font-size: 14px;
}
.gallery-article .dr-link-readmore {
  background: transparent url("/assets/img/border.png") repeat-x -2px -2px;
}
.quotebox {
  padding-top: 40px !important;
}
.quotebox p.name {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 5px;
}
.quotebox p.name:hover {
  text-decoration: none;
}
.quotebox q,
.quotebox p.name {
  font-family: gibsonLight;
  word-break: normal;
}
.quotebox .commenter-picture {
  max-height: 99px;
  max-width: 174px;
  position: relative;
  bottom: -20px;
}
.quotebox p.label {
  position: absolute;
  z-index: 2;
  top: 0px;
  right: 20px;
  color: #57339b;
  font: italic 14px/15px "Georgia", serif;
  background-color: #ccc1e0;
  /*background-color: @primary-30;*/

  padding: 5px 10px;
  margin: 0 0 0 20px;
  border-top: 0 solid transparent;
}
.quotebox .heading-medium q:before {
  content: "”";
  font: bold 33px/16px Georgia, serif;
  float: left;
  height: 8px;
  margin-top: 8px;
  margin-right: 8px;
  color: #57339b;
}
.quotebox .image-wrap.commenter-picture {
  margin-left: 80px;
}
.quotebox.readmore-container {
  background-color: #E7F1F3 !important;
}
.boxed.readmore-container.lightblue-bg {
  border-top: 1px solid #ccc1e0;
  background-color: #ecebf9;
}
.readmore-container .dr-link-readmore {
  padding: 0;
}
.movie-reviews .heading-small {
  font-size: 18px;
  line-height: 20px;
}
.movie-reviews .heading-large {
  font-size: 30px;
  line-height: 24px;
}
.movie-reviews .item {
  padding: 20px 0;
}
.movie-reviews .item .position {
  width: 7%;
  line-height: 33px;
  float: left;
  font-family: "gibsonLight", sans-serif;
  color: #57339b;
}
.movie-reviews .item .metainfo {
  margin-top: 5px;
  margin-bottom: 8px;
}
.movie-reviews .item .image-wrap {
  padding-right: 6px;
  margin-right: 11px;
  margin-left: 2%;
}
.movie-reviews .item .rating .star {
  margin-right: 5px;
  float: left;
  height: 24px;
  width: 24px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-image: url("../images/star24.png");
}
.movie-reviews .item .rating .star.dimmed {
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */

  filter: alpha(opacity=30);
  /* Real browsers */

  opacity: 0.3;
}
.dr-site-review {
  margin-top: 8px;
  display: block;
  overflow: auto;
}
.dr-site-review .rating .star {
  margin-right: 5px;
  float: left;
  height: 16px;
  width: 16px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-image: url("../images/star16.png");
}
.dr-site-review .rating .star.dimmed {
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */

  filter: alpha(opacity=30);
  /* Real browsers */

  opacity: 0.3;
}
[class*="dr-list"] .dr-site-review {
  padding-left: 25px;
  margin-top: 8px;
}
.dr-page-article .dr-site-review {
  margin-bottom: 20px;
  float: left;
}
.dr-page-article .dr-site-review .rating .star {
  margin-right: 5px;
  float: left;
  height: 24px;
  width: 24px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-image: url("../images/star24.png");
}
.dr-page-article .dr-site-review .rating .star.dimmed {
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */

  filter: alpha(opacity=30);
  /* Real browsers */

  opacity: 0.3;
}
.dr-page-article .dr-site-factbox-article .dr-site-review {
  margin-top: 8px;
  margin-bottom: 0;
  display: block;
  width: 100%;
}
.dr-page-article .dr-site-factbox-article .dr-site-review .rating .star {
  margin-right: 5px;
  float: left;
  height: 16px;
  width: 16px;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-image: url("../images/star16.png");
}
.dr-page-article .dr-site-factbox-article .dr-site-review .rating .star.dimmed {
  /* IE 8 */

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  /* IE 5-7 */

  filter: alpha(opacity=30);
  /* Real browsers */

  opacity: 0.3;
}
.movie-reviews p.teasertext {
  font-size: 14px;
  margin-top: 40px;
  margin-left: 205px !important;
  line-height: 18px;
  padding-bottom: 0px;
}
.movie-reviews span.metainfo,
.movie-reviews div.rating {
  margin-left: 205px !important;
}
.culture-club-zone .combine-layout {
  padding-bottom: 0;
}
.culture-club-zone .section.heading-small h3 {
  font-size: 18px;
  line-height: 20px;
}
.top-band {
  border-bottom: 3px solid #57339b !important;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0;
}
.top-band .combine-layout {
  padding: 10px 0;
}
.top-band .combine-layout .quote {
  position: static;
}
.top-band .combine-layout .quote .item {
  position: static;
}
.top-band .combine-layout .quote .image-wrap {
  float: left;
  position: absolute;
  bottom: 0;
}
.top-band .combine-layout .quote .heading-xxsmall {
  font: normal 18px/18px gibsonLight;
  float: left;
  margin-left: 127px;
}
.top-band .combine-layout .quote p.name {
  margin-left: 127px;
  float: left;
  font: normal 11px/18px gibsonLight;
  padding: 0 0 0 10px;
  text-transform: uppercase;
  color: #666;
}
.top-band .combine-layout .side-article {
  border-left: 1px solid #bbb;
  padding-left: 20px;
}
.top-band .combine-layout .item {
  background-image: none;
  padding-bottom: 0;
}
.top-band .combine-layout .item.image-2,
.top-band .combine-layout .item.image-1 {
  padding-bottom: 0 !important;
}
.subpage-bottom-band {
  /*@primary-60-fallback: #72afb8 !important;
    @primary-60: rgba(20, 122, 137, 0.6);*/

}
.taletid-subpage .item > * {
  padding-left: 25px;
}
.taletid-subpage .item:first-child {
  background: none;
}
.taletid-subpage .item {
  padding: 12px 0;
}
.taletid-subpage .item .dr-icon-facebook-boxed:before,
.taletid-subpage .item .dr-icon-twitter-boxed:before {
  position: absolute;
  left: 0;
}
.taletid-subpage .item .metainfo,
.taletid-subpage .item .metainfo + p {
  margin-top: 4px;
}
.taletid-subpage .item .metainfo + p {
  margin-top: 2px;
  font-family: "gibsonRegular";
  font-size: 14px;
}
.taletid-subpage .dr-link-readmore {
  background: transparent url(/assets/img/border.png) repeat-x -2px -8%;
}
.analyser-subpage .top-picture {
  width: 100%;
  padding: 12px 0;
  border-bottom: 1px solid #CDCDCD;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.analyser-subpage .item:first-child {
  padding-top: 6px;
  background: none;
}
.analyser-subpage .item {
  padding: 12px 0;
}
.analyser-subpage .item .name {
  color: #57339b;
  padding: 0;
  font-family: "gibsonRegular";
  text-transform: uppercase;
}
.analyser-subpage .dr-link-readmore {
  background: transparent url(/assets/img/border.png) repeat-x -2px -8%;
}
.boxed-band.mute-heading > h2 {
  position: absolute;
}
.boxed.newsletter button {
  padding: 0 15px;
  margin-left: 0;
}
.boxed.newsletter .afmeld {
  background-color: #403070;
  float: left;
}
.boxed.newsletter .tilmeld {
  float: right;
}
.mediaband.kultur .item {
  margin-bottom: 10px;
}
.mediaband.kultur .item .metainfo {
  color: #9477C8 !important;
  margin-top: 5px;
}
.mediaband.kultur p [class*="dr-icon"][class*="-boxed"]:before {
  background-color: #1D0A5C;
}
.mediaband.kultur .program-link {
  /*position: absolute;*/

  bottom: 0;
  padding-bottom: 0px;
}
