@charset "UTF-8";
/**
 * Place your custom styles here.
 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../../forside/node_modules/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "Tinos-Bold";
  src: url("../fonts/Tinos-Bold.eot");
  src: url("../fonts/Tinos-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-Bold.woff") format("woff"), url("../fonts/Tinos-Bold.ttf") format("truetype"), url("../fonts/Tinos-Bold.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tinos-BoldItalic";
  src: url("../fonts/Tinos-BoldItalic.eot");
  src: url("../fonts/Tinos-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-BoldItalic.woff") format("woff"), url("../fonts/Tinos-BoldItalic.ttf") format("truetype"), url("../fonts/Tinos-BoldItalic.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tinos-Italic";
  src: url("../fonts/Tinos-Italic.eot");
  src: url("../fonts/Tinos-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-Italic.woff") format("woff"), url("../fonts/Tinos-Italic.ttf") format("truetype"), url("../fonts/Tinos-Italic.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tinos-Regular";
  src: url("../fonts/Tinos-Regular.eot");
  src: url("../fonts/Tinos-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Tinos-Regular.woff") format("woff"), url("../fonts/Tinos-Regular.ttf") format("truetype"), url("../fonts/Tinos-Regular.svg#arvoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mt--20 {
  margin-top: 20px;
}
.mt--10 {
  margin-top: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}
.mb--10 {
  margin-bottom: 10px;
}

.pt--20 {
  padding-top: 20px;
}

.pb--0 {
  padding-bottom: 0;
}
.pb--20 {
  padding-bottom: 20px;
}

.pl--0 {
  padding-left: 0;
}
@media (max-width: 768px) {
  .pl-mx-768-0 {
    padding-left: 0;
  }
}
.pl--5 {
  padding-left: 5px;
}
.pl--20 {
  padding-left: 20px;
}
@media (max-width: 575px) {
  .pl--xs--10 {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .pl--xs--15 {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .pl--sm--15 {
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  .pl--lg--15 {
    padding-left: 15px;
  }
}

.pr--0 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .pr-mx-768-0 {
    padding-right: 0;
  }
}
.pr--5 {
  padding-right: 5px;
}
@media (max-width: 575px) {
  .pr--xs--15 {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .pr--sm--15 {
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .pr--lg--15 {
    padding-right: 15px;
  }
}

opac {
  font-size: 62.5%;
  padding: 0;
  margin: 0;
}

.player {
  background: #000;
  box-sizing: border-box;
  height: 30px;
  -moz-box-sizing: border-box;
  float: left;
  font-family: Arial, sans-serif;
  position: absolute;
  padding: 0;
  bottom: 8px !important;
  bottom: 20px;
  z-index: 2;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.video {
  position: relative;
  margin: 0px auto;
}

.video:hover .player {
  opacity: 1 !important;
}

.player .progress {
  width: 60%;
  height: 10px;
  border-radius: 5px;
  background: #676767;
  box-shadow: inset 0 -5px 10px rgba(0, 0, 0, 0.1);
  float: left;
  cursor: pointer;
  margin: 11px 0 0;
  padding: 0;
  position: relative;
  font-variant: normal;
}

.player .progress-bar {
  background: #440099;
  box-shadow: inset -30px 0px 69px -20px #440099;
  border-radius: 5px;
  height: 100%;
  position: relative;
  z-index: 999;
  width: 5px;
}

.player .button-holder {
  position: relative;
  left: 10px;
}

.player .progress-button {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  width: 8px;
  height: 8px;
  top: 1px;
  position: absolute;
  left: -20px;
  text-decoration: overline;
}

.player [class^=buffered] {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 30px;
  height: 100%;
  border-radius: 5px;
  z-index: 1;
}

.player .play-pause {
  display: inline-block;
  font-size: 1.2em;
  float: left;
  text-shadow: 0 0 0 #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 10%;
  padding: 5px 0 0 3%;
  cursor: pointer;
  font-variant: small-caps;
}

.player .play, .player .pause-button {
  -webkit-transition: all 0.2s ease-out;
}

.player .play .pause-button, .player .pause .play-button {
  display: none;
}

.player .pause-button {
  padding: 5px 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 23px;
}

.player .pause-button span {
  background: #fff;
  width: 4px;
  height: 13px;
  float: left;
  display: block;
}

.player .pause-button span:first-of-type {
  margin: 0 4px 0 0;
}

.player .time {
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  right: 0;
  top: 24px;
}

.player .stime, .ttime {
  color: #444;
}

.player .play:hover {
  text-shadow: 0 0 5px #fff;
}

.player .play:active, .pause-button:active span {
  text-shadow: 0 0 7px #fff;
}

.player .pause-button:hover span {
  box-shadow: 0 0 5px #fff;
}

.player .pause-button:active span {
  box-shadow: 0 0 7px #fff;
}

.player .volume {
  position: relative;
  float: left;
  width: 8%;
  margin: 0 0 0 4%;
  height: 100%;
}

.player .volume-icon {
  padding: 1.5%;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
}

.player .volume-holder {
  height: 95px;
  width: 50%;
  position: absolute;
  display: none;
  background: #4f4f4f;
  left: 8px;
  top: -90px;
}

.player .volume-bar-holder {
  background: #333;
  width: 5px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  margin: 10px auto;
  height: 80px;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.player .volume-button {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  width: 8px;
  height: 8px;
}

.player .volume-button-holder {
  position: relative;
  top: -5px;
  left: -1.5px;
}

.player .volume-bar {
  background: #440099;
  box-shadow: inset -30px 0px 69px -20px #440099;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.player .fullscreen {
  width: 12%;
  cursor: pointer;
  float: left;
  height: 100%;
}

.player .fullscreen a {
  width: 25px;
  height: 20px;
  border-radius: 3px;
  display: block;
  position: relative;
  top: 4px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.player .fullscreen a:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
}

.player .volume-icon span {
  width: 20%;
  display: block;
  position: relative;
  z-index: 1;
  font-weight: 700;
  top: 36%;
  color: #fff;
  left: 22%;
}

.player .volume-icon span:before,
.player .volume-icon span:after {
  content: "";
  position: absolute;
}

.player .volume-icon span:before {
  border-left: none;
  font-family: FontAwesome;
  content: "";
  z-index: 2;
  top: -3px;
  left: 10%;
  margin-top: -40%;
}

.player .volume-icon span:after {
  width: 2%;
  height: 2%;
  border: 1px solid #fff;
  left: 190%;
  border-width: 0px 0px 0 0;
  top: 5px;
  border-radius: 0 50px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-variant: small-caps;
}

.player .v-change-11 span:after {
  border-width: 10px 10px 0 0;
  top: 0;
}

.player .v-change-10 span:after {
  border-width: 9px 9px 0 0;
  top: 1px;
}

.player .v-change-9 span:after {
  border-width: 8px 8px 0 0;
  top: 1px;
}

.player .v-change-8 span:after {
  border-width: 7px 7px 0 0;
  top: 2px;
}

.player .v-change-7 span:after {
  border-width: 6px 6px 0 0;
  top: 2px;
}

.player .v-change-6 span:after {
  border-width: 5px 5px 0 0;
  top: 3px;
}

.player .v-change-5 span:after {
  border-width: 4px 4px 0 0;
  top: 3px;
}

.player .v-change-4 span:after {
  border-width: 3px 3px 0 0;
  top: 4px;
}

.player .v-change-3 span:after {
  border-width: 2px 2px 0 0;
  top: 4px;
}

.player .v-change-2 span:after {
  border-width: 1px 1px 0 0;
  top: 5px;
}

.player .v-change-1 span:after {
  border-width: 0px 0px 0 0;
  top: 5px;
}

.player .v-change-1 span:after {
  content: "+";
  -webkit-transform: rotate(45deg);
  font-size: 20px;
  top: -9px;
  left: 20px;
}

.pagination:before, .pagination:after {
  display: table;
  content: "";
}
.pagination:after {
  clear: both;
}

body {
  font-family: "Tinos-Regular";
  background-color: #bdbebd;
  margin-top: 0;
  color: #676767;
  position: relative;
}
@media (max-width: 991px) {
  body {
    background-color: #ccc;
  }
}

a {
  margin-top: 0px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: none;
  color: #440099;
}
a.fs-14 {
  font-size: 14px;
}

p {
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

h1, h2, h3 {
  color: black;
}

ul {
  padding: 0;
  padding-left: 40px;
}

ul.links, ul.social-link {
  padding-left: 0;
}

li.FaqItemLine {
  list-style: none;
}

.FaqContentHeader + ul {
  padding-left: 20px;
  margin-top: 10px;
}

.FaqItemAnswerMainDiv {
  padding-left: 30px;
}

.anklagemyndigheden-Style-link {
  display: inline;
}

.pager__item--first, .pager__item--first span, .pager__item--last, .pager__item--last span {
  display: none;
}

.mejs__container video {
  top: 10px;
}

@media (max-width: 991px) {
  .img-responsive {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  .col-xs-12 {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col-xs-12.no-padding-left {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-12.no-padding-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 667px) and (max-width: 991px) {
  .no-padding-left {
    padding-right: 8px;
  }

  .no-padding-right {
    padding-left: 8px;
  }
}
article.page .field--name-body a {
  color: black;
  font-family: "Tinos-Regular";
  font-size: 16px;
}

article.page .field--name-body a:hover {
  color: #440099;
  font-family: "Tinos-Regular";
  font-size: 16px;
}

article.page .field--name-body p {
  margin: 0 0 1em 0;
}

#imgRetslokaleDiv a {
  text-decoration: none;
  padding: 0;
  display: block;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

#imgRetslokaleDiv a:hover {
  color: #fff;
}

.felt {
  MARGIN-BOTTOM: auto;
  HEIGHT: 30px;
  WIDTH: 191px;
  POSITION: relative;
  COLOR: #000000;
  MARGIN-TOP: auto;
  DISPLAY: inline-block;
  BACKGROUND-COLOR: #ffffff;
}

.felt:hover {
  CURSOR: pointer;
  COLOR: #ffffff;
  BACKGROUND-COLOR: #440099;
}

#imgRetslokaleDiv .felt p {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
}

#imgRetslokaleDiv .felt:hover a {
  color: #fff;
}

P.anklagemyndigheden-Element-P-2-Badge {
  FONT-SIZE: 16px;
  FONT-FAMILY: "Tinos-Regular", serif;
  FONT-WEIGHT: bold;
  PADDING-LEFT: 34px;
  MARGIN-TOP: 2px;
  LINE-HEIGHT: 22px;
}

.pil {
  HEIGHT: 30px;
  WIDTH: 26px;
  FLOAT: left;
  BACKGROUND-COLOR: #440099;
  position: relative;
}
.pil img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#imgRetslokaleDiv {
  HEIGHT: 485px;
  WIDTH: 100%;
  BACKGROUND-IMAGE: url(/sites/default/files/inline-images/Retslokale.png?rev=201602041000);
  DISPLAY: block;
  background-size: contain;
}

#divProt {
  LEFT: 13px;
  TOP: 31px;
}

#divDommerne {
  LEFT: 39px;
  TOP: 24px;
}

#divAnklageren {
  LEFT: 49px;
  TOP: 52px;
}

#divForsvareren {
  LEFT: 93px;
  TOP: 106px;
}

#divBistandsadvokaten {
  LEFT: 288px;
  TOP: 85px;
}

#divTiltalte {
  LEFT: -157px;
  TOP: 162px;
}

#divTolken {
  LEFT: -19px;
  TOP: 209px;
}

#divTilhoererne {
  LEFT: 473px;
  TOP: 323px;
}

#divVidnet {
  LEFT: 309px;
  TOP: 152px;
}

#divOfferet {
  LEFT: 503px;
  TOP: 119px;
}

@media (max-width: 991px) {
  body.user-logged-in .main-container .region-header .logo {
    top: 38px;
  }
}
@media (max-width: 991px) {
  body:not(.user-logged-in) .main-container .region-header .logo {
    top: -9px;
  }
}

.main-container {
  text-align: left;
  max-width: 1280px;
  min-height: 83.5vh;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 0;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .main-container {
    padding-top: 88px;
  }
}
.main-container .name.navbar-brand {
  display: none;
}
.main-container .region-header {
  text-align: center;
}
.main-container .region-header .logo {
  float: none !important;
}
@media (min-width: 992px) {
  .main-container .region-header .logo img {
    width: 31.7%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .main-container .region-header .logo img {
    width: 38%;
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .main-container .region-header .logo img {
    width: 79%;
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .main-container .region-header .logo {
    position: fixed;
    left: 25%;
    z-index: 999;
    width: 50%;
    display: none;
  }
}
@media (min-width: 992px) {
  .main-container .region-header .logo.logo-en img {
    width: 30.7%;
  }
}
.main-container .FrontPageColumnOne, .main-container .FrontPageColumnTwo {
  vertical-align: top;
  display: inline-block;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .main-container .FrontPageColumnOne, .main-container .FrontPageColumnTwo {
    width: 33%;
    float: left;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-container .FrontPageColumnOne, .main-container .FrontPageColumnTwo {
    width: 50%;
    float: left;
    padding: 0 10px;
  }
}
.main-container .FrontPageColumnThree, .main-container .FrontPageColumnFour {
  vertical-align: top;
  display: inline-block;
  margin-right: auto;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .main-container .FrontPageColumnThree, .main-container .FrontPageColumnFour {
    width: 17%;
    float: left;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-container .FrontPageColumnThree, .main-container .FrontPageColumnFour {
    width: 25%;
    float: left;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .main-container .FrontPageColumnThree {
    clear: both;
  }
}
.main-container h1.page-header {
  display: none;
}

.path-frontpage .FrontPageColumnOne img, .path-frontpage .FrontPageColumnTwo img, .path-frontpage .FrontPageColumnThree img, .path-frontpage .FrontPageColumnFour img {
  width: 100%;
  height: auto;
}
.path-frontpage .ContentContainer, .path-frontpage .main-container {
  text-align: left;
  overflow-x: hidden;
  overflow-y: visible;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.path-frontpage .ContentContainer .MainColumnContainer, .path-frontpage .main-container .MainColumnContainer {
  width: 100%;
  height: 100%;
  background: white;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 10px;
  margin-top: 10px;
}

.mellemforsider .ContentContainer, .mellemforsider .main-container {
  text-align: left;
  overflow-x: hidden;
  overflow-y: visible;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.mellemforsider .ContentContainer .MainColumnContainer, .mellemforsider .main-container .MainColumnContainer {
  width: 100%;
  height: 100%;
  background: white;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 10px;
  margin-top: 10px;
}
.mellemforsider .ContentContainer .MainColumnContainer .column .paragraph, .mellemforsider .main-container .MainColumnContainer .column .paragraph {
  margin-bottom: 15px;
}
.mellemforsider .ContentContainer .MainColumnContainer .column .paragraph--type--title-black-box, .mellemforsider .main-container .MainColumnContainer .column .paragraph--type--title-black-box {
  margin-bottom: 0;
}
.mellemforsider .ContentContainer .MainColumnContainer .column .paragraph--type--new-feed-for-home-page, .mellemforsider .main-container .MainColumnContainer .column .paragraph--type--new-feed-for-home-page {
  margin-top: 30px;
  padding-top: 30px;
}

.bg-black, .bg-black a, .sidebar-menu h2 {
  background: #000;
  border-bottom: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 30px;
  min-height: 40px;
  padding-top: 25px;
  line-height: 40px;
  margin-bottom: 0;
  display: block;
}
.bg-black:hover, .bg-black a:hover, .sidebar-menu h2:hover {
  text-decoration: none;
  color: #fff;
}

.sidebar-menu h2 {
  font-size: 30px !important;
}

.bg-black a {
  border-bottom: 0;
  padding-top: 0;
}

h2.heading-large, a.heading-large {
  font-family: "Tinos-Regular";
  font-weight: normal;
  background: #000;
  border-bottom: 2px solid #fff;
  color: #fff;
  overflow: hidden;
  padding-left: 5px;
  padding-bottom: 5px;
  font-size: 36px;
  min-height: 40px;
  padding-top: 25px;
  line-height: 40px;
  margin-bottom: 0;
  display: block;
}
h2.heading-large:hover, a.heading-large:hover {
  text-decoration: none;
  color: #fff;
}

.heading-between {
  font-family: "Tinos-Regular";
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 30px;
}

.heading-small {
  font-family: "Tinos-Regular";
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 25px;
}

.manchet {
  font-family: "Tinos-Bold";
  color: #000;
  font-size: 18px;
  line-height: 22px;
}

.brodtekst {
  font-family: "Tinos-Regular";
  color: #000;
  font-size: 16px;
  line-height: 22px;
}

.billedtekst, figcaption {
  font-family: "Tinos-Italic" !important;
  color: #000;
  font-size: 15px !important;
}

.bg-purple {
  color: #fff;
  background: #440099;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 10px;
}

.link-title {
  font-family: "Tinos-Italic";
  font-size: 30px;
  display: block;
  margin-top: 15px;
  line-height: 35px;
  color: #000;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
}
.link-title:hover {
  color: #440099;
  text-decoration: none;
}

hr {
  border-color: #000;
}

.FrontPageColumnOne hr {
  display: block !important;
  border-color: gray;
  margin: 30px 0;
}

.LatestNewsFrontpageListItem {
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 28px;
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

a.LatestNewsFrontpageListItemAnchor {
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) right no-repeat;
  color: Black;
  font-family: "Tinos-Regular", serif;
  font-size: 18px;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  padding-bottom: 0;
}
a.LatestNewsFrontpageListItemAnchor:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) right no-repeat;
  color: #440099;
  list-style-type: none;
}

.LatestNewsFrontpageItemPageName {
  font-family: "Tinos-Italic", serif;
  font-size: 18px;
  padding-right: 10px;
  display: inline;
}

.LatestNewsFrontpageItemDate {
  font-family: "Tinos-Regular", serif;
  font-size: 15px;
  line-height: 16px;
  padding-bottom: 5px;
  padding-top: 8px;
}

.LatestNewsFrontpageItemTeaserText {
  margin-top: 0px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  padding-bottom: 25px;
}

a.anklagemyndigheden-Element-A-1 {
  font-family: "Tinos-Bold", serif;
  font-style: normal;
  font-size: 18px;
  line-height: normal;
  color: Black;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 0;
  text-decoration: none !important;
}
a.anklagemyndigheden-Element-A-1:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
}

a.anklagemyndigheden-Element-A-4 {
  font-family: "Tinos-Italic";
  font-weight: normal;
  font-size: 30px !important;
  text-decoration: none !important;
  line-height: normal;
  color: Black;
  background: transparent url(/themes/forside/dist/img/pilA4c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 5px;
}
a.anklagemyndigheden-Element-A-4:hover {
  background: transparent url(/themes/forside/dist/img/pila4hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
}

span {
  display: block;
}

p.anklagemyndigheden-Element-P-2 {
  margin-bottom: 15px;
}
p.anklagemyndigheden-Element-P-2 a {
  color: #000;
}

a.anklagemyndigheden-Element-A-2 {
  font-family: "Tinos-Italic", serif;
  font-weight: normal;
  font-size: 18px;
  line-height: normal;
  color: Black;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 0;
  line-height: normal;
  text-decoration: none !important;
}
a.anklagemyndigheden-Element-A-2:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
}

a.anklagemyndigheden-Element-A-3 {
  font-family: "Tinos-Italic", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: normal;
  color: Black;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 0;
  line-height: normal;
  text-decoration: none !important;
}
a.anklagemyndigheden-Element-A-3:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
}

.FrontPageColumnTwo .block, .FrontPageColumnThree .block, .FrontPageColumnFour .block {
  margin-bottom: 15px;
}

.VidensbaseFrontPageSearchTextboxDiv {
  width: 100%;
  position: relative;
}

.VidensbaseFrontpageSearchBar {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 2px 0px 2px 2px;
  color: #666;
  background: #f4f4f4;
  border: 1px solid #fff;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  width: 190px;
}

a.VidensbaseFrontpageSearchButton:link, a.VidensbaseFrontpageSearchButton:visited, a.VidensbaseFrontpageSearchButton:active {
  font-family: "Tinos-Italic", Serif;
  padding: 2px 10px 1px 5px !important;
  background: black;
  color: white;
  font-size: 18px;
  text-align: right;
  float: right;
  z-index: 999999;
  position: absolute;
  right: 0;
  top: 1px;
}

.FrontPageColumnThree a.VidensbaseFrontpageSearchButton {
  height: 28px;
}
.FrontPageColumnThree #block-vidensbasen .VidensbaseFrontPageSearchTextboxDiv {
  margin-bottom: 20px;
}
.FrontPageColumnThree #block-vidensbasen .anklagemyndigheden-Element-A-2 {
  line-height: 25px;
}

a.VidensbaseFrontpageSearchButton:hover {
  background: #440099 !important;
  color: white !important;
  font-family: "Tinos-Italic" !important;
}

.FrontPageColumnFour .anklagemyndigheden-Element-A-2 {
  line-height: 25px;
}

.socialfeed {
  border: 1px solid #dddddd;
  overflow: hidden;
}

.sidebar-menu {
  margin-top: 20px;
  padding: 0 13px 0 20px;
}
.sidebar-menu .bg-black {
  font-size: 30px !important;
}
.sidebar-menu h2 {
  margin-top: 0;
}
.sidebar-menu .navbar-nav {
  width: 100%;
  overflow: hidden;
}
.sidebar-menu .navbar-nav > li {
  float: none;
  display: inline-block;
  width: 100%;
}
.sidebar-menu .navbar-nav > li a {
  padding: 5px 10px;
  width: 100%;
  display: block;
  color: #000;
  background: url(/themes/forside/dist/img/pilA1c9b3.png) 0 7px no-repeat;
  transition: none;
  word-wrap: break-word;
  white-space: normal;
}
.sidebar-menu .navbar-nav > li a:hover {
  background-color: #440099;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li a .caret {
  display: none;
}
.sidebar-menu .navbar-nav > li a.is-active {
  background-color: #000;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) a.is-active {
  background-color: #000;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover).expanded a.dropdown-toggle {
  background-color: #000;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu {
  display: block;
  position: static;
  width: 100%;
  border: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  padding-left: 40px;
  box-shadow: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu li a {
  background-color: #fff;
  color: #000;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu li a:hover {
  background-color: #440099;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded ul.dropdown-menu {
  display: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded.active a.is-active {
  background-color: #000;
  color: #fff;
  background-image: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded.active ul.dropdown-menu {
  display: block;
}
.sidebar-menu .navbar-nav > li.active.dropdown.not-hover ul.dropdown-menu {
  display: block;
  position: static;
  width: 100%;
  border: 0;
  padding: 0;
  padding-left: 40px;
  box-shadow: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown.not-hover ul.dropdown-menu li.expanded ul.dropdown-menu {
  display: none;
}
.sidebar-menu .navbar-nav > li.active.dropdown.not-hover ul.dropdown-menu li.expanded.active ul.dropdown-menu {
  display: block;
}

.content-nyheder-top {
  background: url(/themes/forside/dist/img/anklager-landsret-laeser.jpg) white no-repeat left 28px;
  width: 100%;
  min-height: 384px;
}

.content .field--name-body {
  padding: 0;
}
.content .field--name-field-sidebar-content {
  padding: 0 20px 0 13px;
}
.content .field--name-body, .content .field--name-field-sidebar-content {
  margin-top: 20px;
}

h2.anklagemyndigheden-Element-H2 {
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  color: #000;
  margin: 5px 0px 0px 0px;
}
@media (max-width: 575px) {
  h2.anklagemyndigheden-Element-H2 {
    font-size: 22px;
  }
}

div.anklagemyndigheden-Element-div-4 {
  -ms-name: "Billede tekst";
  font-family: "Tinos-Italic", serif;
  font-weight: normal;
  /* font-style: italic; */
  font-size: 15px;
  line-height: normal;
  color: Black;
}

.content-top p, p.anklagemyndigheden-Element-P-2 {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
}

.column .content-item {
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.LatestNewsItemDate {
  background: #fff;
  color: #000;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 5px;
}

.LatestNewsItemPageName {
  color: #000;
  padding-bottom: 10px;
}

a.LatestNewsListItemAnchor:link, a.LatestNewsListItemAnchor:active, a.LatestNewsListItemAnchor:visited {
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) center right no-repeat;
  color: #000;
  font-family: "Tinos-Italic", serif;
  font-size: 18px;
  font-weight: normal;
  list-style-type: none;
  padding-right: 10px;
  margin-bottom: 15px;
  padding-bottom: 0;
}

a.LatestNewsListItemAnchor:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
  text-decoration: none;
}

a.LatestNewsSearchNewsLinkButton:link, a.LatestNewsSearchNewsLinkButton:visited, a.LatestNewsSearchNewsLinkButton:active {
  color: #000;
  font-family: "Tinos-Italic";
  font-size: 16px;
  font-weight: bold;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) right no-repeat;
  padding-right: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

a.LatestNewsSearchNewsLinkButton:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
  text-decoration: none;
  margin-bottom: 10px;
}

.field--name-field-sidebar-content p {
  margin: 15px 0 0;
}
.field--name-field-sidebar-content p a.anklagemyndigheden-Element-A-2 {
  line-height: 25px;
}

.hidden {
  display: none;
}

.menu-sidebar-item a {
  padding: 5px 10px;
  width: 100%;
  display: block;
  color: #000;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) left no-repeat;
  background-position: 0px 7px;
  transition: none;
}
.menu-sidebar-item a:hover {
  background-color: #440099;
  color: #fff;
  background-image: none;
}
@media (max-width: 991px) {
  .menu-sidebar-item a {
    background: none;
  }
}
.menu-sidebar-item.active a {
  background-image: none;
  background-color: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .menu-sidebar-item.active a {
    background-color: #440099;
    color: #fff !important;
  }
  .menu-sidebar-item.active a:before {
    color: #fff !important;
  }
}

.sidebar-menu {
  display: block;
}
.sidebar-menu .view .views-row:first-child {
  display: none;
}
@media (max-width: 991px) {
  .sidebar-menu {
    display: none;
  }
}

.field--name-field-sidebar-content .content-item:first-child {
  margin-top: 0;
}

h3.anklagemyndigheden-Element-H3 {
  font-weight: normal;
  font-size: 25px;
  line-height: normal;
  color: #000;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
}

.mpublication {
  display: inline-block;
  width: 100%;
}
.mpublication article.embedded-entity {
  width: 18%;
  float: left;
  margin-right: 5px;
}

.book h3.anklagemyndigheden-Element-H3 {
  margin-bottom: 30px;
}
.book .book-name {
  display: inline-grid;
  vertical-align: middle;
  margin-left: 30px;
}
@media (max-width: 420px) {
  .book .book-name {
    width: 50%;
  }
}
.book .anklagemyndigheden-Style-FloatLeft {
  margin-bottom: 20px;
  float: left;
}

div.menu-sidebar-item:not(.not-child) {
  display: none;
}

div.menu-sidebar-item.level1 {
  margin-left: 40px;
}
div.menu-sidebar-item.level2 {
  margin-left: 80px;
}

.has-parent {
  display: block !important;
}

.anklagemyndigheden-Element-H2 {
  font-family: "Tinos-Regular", serif;
  font-weight: normal;
  font-size: 30px;
  line-height: normal;
  color: #000;
  margin: 5px 0px 0px 0px;
}

.anklagemyndigheden-Element-P-2-like label {
  font-family: "Tinos-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
}

label.anklagemyndigheden-Element-P-2-like {
  font-family: "Tinos-Regular", serif;
  font-weight: normal;
  font-size: 16px;
}

input.anklagemyndigheden-Element-P-2-like {
  font-family: "Tinos-Regular", serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
}

.NewsSubscriberCompanyCreateButtonDiv, .NewsSubscriberCompanyDeleteButtonDiv {
  width: 600px;
  height: 20px;
  white-space: normal;
  line-height: 20px;
  padding-top: 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.NewsSubscriberCompanyCreateButtonInnerDiv {
  float: right;
  display: block;
  text-align: right;
}

a.NewsSubscriberCompanyCreateButtonLinkButton:link, a.NewsSubscriberCompanyCreateButtonLinkButton:visited, a.NewsSubscriberCompanyCreateButtonLinkButton:active {
  font-family: "Tinos-Italic", Serif;
  padding: 5px 10px 5px 5px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: right;
}

a.NewsSubscriberCompanyCreateButtonLinkButton:hover {
  background: #440099 !important;
  color: #fff !important;
  font-family: "Tinos-Italic" !important;
}

.well {
  display: inline-block;
}

p.anklagemyndigheden-Element-P-2 a:link, p.anklagemyndigheden-Element-P-2 a:visited {
  color: #000;
  font-family: "Tinos-Regular";
  font-size: 16px;
  text-decoration: underline;
}
p.anklagemyndigheden-Element-P-2 a:link:hover, p.anklagemyndigheden-Element-P-2 a:visited:hover {
  color: #440099;
}

.FaqItemLine.FaqItemLineInverted .FaqItemAnswerMainDiv {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
}
.FaqItemLine.FaqItemLineInverted .FaqItemAnswerMainDiv p {
  line-height: 22px;
}

.FaqItemLine:not(.FaqItemLineInverted) .FaqItemAnswerMainDiv {
  display: none;
}

.FaqItemQuestion, .FaqItemQuestion:link, .FaqItemQuestion:visited {
  font-family: "Tinos-Italic", Serif;
  width: 100%;
  background: #fff;
  color: #000;
  padding-top: 8px;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  list-style-type: none;
  background: transparent url(/themes/forside/dist/img/pil_sortc9b3.png) center right no-repeat;
  background-position: 0px 14px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.FaqItemQuestion:hover {
  color: #fff !important;
  background: #440099 !important;
}

.FaqItemQuestionInverted {
  background: #000;
  color: #fff;
}

.anklagemyndigheden-Style-link, .anklagemyndigheden-Style-link a {
  color: #000;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  text-decoration: underline;
}
.anklagemyndigheden-Style-link:hover, .anklagemyndigheden-Style-link a:hover {
  color: #440099;
}

.menu-sidebar-item.nyheder-type {
  display: block !important;
}

.NewsManchetLine1 {
  padding-top: 50px;
}
.NewsManchetLine1 .NewsDate {
  display: none;
}

.NewsManchetLine2 .NewsByline {
  display: none;
}

.NewsDate {
  font-family: "Tinos-Regular", serif;
  font-size: 15px;
  font-weight: normal;
  background: White;
  color: #000;
  display: inline-block;
}

.NewsTools {
  float: right;
  margin-right: 5px;
}

a.MailThisPage, a.MailThisPage:link, a.MailThisPage:visited, a.MailThisPage:active {
  padding-left: 23px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  color: black !important;
  background: url(/themes/forside/dist/img/mailto-icon.jpg) no-repeat white;
  padding-bottom: 2px;
}
a.MailThisPage:hover, a.MailThisPage:link:hover, a.MailThisPage:visited:hover, a.MailThisPage:active:hover {
  color: #440099;
}

a.PrintThisPage, a.PrintThisPage:link, a.PrintThisPage:visited, a.PrintThisPage:active {
  padding-left: 23px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: black !important;
  background: url(/themes/forside/dist/img/print-icon.jpg) no-repeat #fff;
  padding-bottom: 2px;
}
a.PrintThisPage:hover, a.PrintThisPage:link:hover, a.PrintThisPage:visited:hover, a.PrintThisPage:active:hover {
  color: #440099;
}

.NewsByline {
  font-family: "Tinos-Regular", serif;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  color: #000;
}

p.anklagemyndigheden-Element-P-1 {
  font-family: "Tinos-Regular", serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 15px 0;
}

.LatestNewsResultList {
  margin-top: 10px;
}

.SearchNewsHeadline {
  margin-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.SearchNewsHeadline .SearchNewsYearLabel {
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 28px;
  padding-left: 3px;
  padding-right: 5px;
  display: inline-block;
}
.SearchNewsHeadline .SearchNewsYearDropDown {
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  color: Black;
  line-height: 28px;
}

.searchNewsBtn {
  background: #f4f4f4;
  float: right;
}
.searchNewsBtn:hover {
  color: #440099;
}

.searchNewsTextBox {
  margin: 0;
  padding: 0px 4px;
  color: #666;
  background: #f4f4f4;
  border: none;
  border-right: 1px solid #757575;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
  float: right;
}

.searchNewsTextLabel {
  color: #000;
  padding-right: 5px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
  float: right;
}

.view-list-hyheder-article-for-en .view-filters .views-exposed-form, .view-list-hyheder-article-for-all .view-filters .views-exposed-form {
  padding: 0 0 55px;
  border-bottom: 1px solid #000;
}

.show-all-post {
  position: absolute;
  right: 15px;
  top: 130px;
  font-size: 16px;
  color: black;
}
.show-all-post input.allpost {
  margin-right: 5px;
}

.view-list-hyheder-article, .view-list-hyheder-article-for-en, .view-list-hyheder-article-for-all {
  margin-top: 15px;
}
.view-list-hyheder-article .views-row, .view-list-hyheder-article-for-en .views-row, .view-list-hyheder-article-for-all .views-row {
  margin: 12px 0;
}
.view-list-hyheder-article .views-row .views-field-title a, .view-list-hyheder-article .views-row .views-field-nothing a, .view-list-hyheder-article-for-en .views-row .views-field-title a, .view-list-hyheder-article-for-en .views-row .views-field-nothing a, .view-list-hyheder-article-for-all .views-row .views-field-title a, .view-list-hyheder-article-for-all .views-row .views-field-nothing a {
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) top right no-repeat;
  padding-right: 10px;
  line-height: 28px;
  font-family: "Tinos-Italic", serif;
  font-size: 18px;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  color: #000;
}
.view-list-hyheder-article .views-row .views-field-title a:hover, .view-list-hyheder-article .views-row .views-field-nothing a:hover, .view-list-hyheder-article-for-en .views-row .views-field-title a:hover, .view-list-hyheder-article-for-en .views-row .views-field-nothing a:hover, .view-list-hyheder-article-for-all .views-row .views-field-title a:hover, .view-list-hyheder-article-for-all .views-row .views-field-nothing a:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) top right no-repeat;
  padding-right: 10px;
  color: #440099 !important;
  cursor: pointer !important;
}
.view-list-hyheder-article .views-row .views-field-nothing span, .view-list-hyheder-article-for-en .views-row .views-field-nothing span, .view-list-hyheder-article-for-all .views-row .views-field-nothing span {
  margin-top: 10px;
  font-family: "Tinos-Regular", serif;
  font-size: 15px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 16px;
  padding-bottom: 5px;
}
.view-list-hyheder-article .views-row .views-field-field-summary, .view-list-hyheder-article .views-row .views-field-nothing p, .view-list-hyheder-article-for-en .views-row .views-field-field-summary, .view-list-hyheder-article-for-en .views-row .views-field-nothing p, .view-list-hyheder-article-for-all .views-row .views-field-field-summary, .view-list-hyheder-article-for-all .views-row .views-field-nothing p {
  margin-top: 0px;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 22px;
}
.view-list-hyheder-article .form-item-combine, .view-list-hyheder-article-for-en .form-item-combine, .view-list-hyheder-article-for-all .form-item-combine {
  float: right !important;
}
.view-list-hyheder-article .form-item-combine label, .view-list-hyheder-article-for-en .form-item-combine label, .view-list-hyheder-article-for-all .form-item-combine label {
  font-family: Tinos-Regular, serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 28px;
  padding-left: 3px;
  padding-right: 5px;
  display: inline-block;
}
.view-list-hyheder-article .form-item-combine input, .view-list-hyheder-article-for-en .form-item-combine input, .view-list-hyheder-article-for-all .form-item-combine input {
  margin: 0;
  padding: 0 4px;
  color: #666;
  background: #f4f4f4;
  border: none;
  border-right: 1px solid #757575;
  font-family: Tinos-Regular, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow: hidden;
  height: 28px;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  width: 203px;
}
@media (max-width: 1024px) {
  .view-list-hyheder-article .form-item-combine input, .view-list-hyheder-article-for-en .form-item-combine input, .view-list-hyheder-article-for-all .form-item-combine input {
    width: 190px;
  }
}
@media (max-width: 991px) {
  .view-list-hyheder-article .form-item-combine input, .view-list-hyheder-article-for-en .form-item-combine input, .view-list-hyheder-article-for-all .form-item-combine input {
    width: 145px;
  }
}
.view-list-hyheder-article .form-item-field-year-target-id, .view-list-hyheder-article-for-en .form-item-field-year-target-id, .view-list-hyheder-article-for-all .form-item-field-year-target-id {
  float: left;
}
.view-list-hyheder-article .form-item-field-year-target-id label, .view-list-hyheder-article-for-en .form-item-field-year-target-id label, .view-list-hyheder-article-for-all .form-item-field-year-target-id label {
  font-family: Tinos-Regular, serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 28px;
  padding-left: 3px;
  padding-right: 5px;
  display: inline-block;
}
.view-list-hyheder-article .form-item-field-year-target-id select, .view-list-hyheder-article-for-en .form-item-field-year-target-id select, .view-list-hyheder-article-for-all .form-item-field-year-target-id select {
  font-family: Tinos-Regular, serif;
  font-size: 16px;
  font-weight: 400;
  background: #fff;
  color: #000;
  line-height: 28px;
  padding-top: 0;
  height: 28px;
}
.view-list-hyheder-article .form-item-field-year-target-id .select-wrapper:after, .view-list-hyheder-article-for-en .form-item-field-year-target-id .select-wrapper:after, .view-list-hyheder-article-for-all .form-item-field-year-target-id .select-wrapper:after {
  color: #000;
}
.view-list-hyheder-article .form-actions, .view-list-hyheder-article-for-en .form-actions, .view-list-hyheder-article-for-all .form-actions {
  position: absolute;
  right: 0;
  z-index: 99;
  background: #f4f4f4;
}
.view-list-hyheder-article .form-actions button, .view-list-hyheder-article-for-en .form-actions button, .view-list-hyheder-article-for-all .form-actions button {
  border: 0;
  height: 28px;
  border-radius: 0;
  text-indent: -9999px;
  background: url("/sites/default/files/inline-images/search-icon.png") no-repeat;
  width: 30px;
  border-left: 1px solid #757575;
  margin-right: 0;
}
.view-list-hyheder-article #views-exposed-form-list-hyheder-article-default, .view-list-hyheder-article-for-en #views-exposed-form-list-hyheder-article-default, .view-list-hyheder-article-for-all #views-exposed-form-list-hyheder-article-default {
  display: block;
  padding: 0 0 38px;
  border-bottom: 1px solid #000;
}

.pagination {
  float: right;
}
.pagination .pager__item {
  font-family: "Tinos-Regular", serif;
  font-size: 18px;
  font-weight: normal;
  background: #fff;
  color: #000;
  line-height: 28px;
  list-style-type: none;
  display: inline;
  padding-left: 1px;
  padding-right: 0px;
  margin: 0;
}
.pagination .pager__item a {
  border: 0;
  background: transparent;
  color: #000;
  font-size: 18px;
  padding: 0 2px;
  border-radius: 0;
  margin: 0 5px;
}
.pagination .pager__item a:hover {
  background: transparent;
  color: #440099;
}
.pagination .pager__item.is-active a {
  color: #fff;
  background-color: #000;
  border-radius: 0;
}
.pagination .pager__item.is-active a:hover {
  color: #000;
}
.pagination .pager__item.pager__item--next, .pagination .pager__item .pager__item--last a:hover {
  color: #440099;
}

span.control_prev, span.control_next {
  position: relative;
  height: 100%;
}

span.control_prev img {
  top: 40%;
  position: absolute;
  left: 0;
  width: 40px;
}

span.control_next img {
  top: 40%;
  position: absolute;
  right: 0;
  width: 40px;
}

.field--name-body .nav.nav-tabs, .paragraph--type--tab-menu .nav.nav-tabs {
  background-color: #757575;
  padding-top: 2px;
  padding-left: 1px;
}
.field--name-body .nav.nav-tabs li a, .paragraph--type--tab-menu .nav.nav-tabs li a {
  background-color: #e6e6e6;
  color: #000;
  border-radius: 10px 10px 0 0;
  padding: 7px 15px;
}
.field--name-body .nav.nav-tabs li.active a, .paragraph--type--tab-menu .nav.nav-tabs li.active a {
  background-color: #fff;
}

img.anklagemyndigheden-Style-FloatRight {
  float: right;
  padding-left: 28px;
  margin: 0 !important;
  width: 50% !important;
}

table.ProjectList {
  border: 0px !important;
  border-collapse: separate !important;
  font: 11px tahoma;
  color: #000;
  width: 100%;
  overflow: unset;
  display: inline-flex;
}
table.ProjectList tr.ProjectList_Header td, table.ProjectList tr.ProjectList_Header a {
  font-weight: bold;
  color: #000;
}
table.ProjectList tr.ProjectList_Header td {
  background: url(/themes/forside/dist/img/GridHeaderBg.png) repeat-x bottom white;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #bbb;
  padding-left: 6px;
  padding-top: 6px;
  padding-bottom: 6px;
}
table.ProjectList .ProjectList_Row td, table.ProjectList .ProjectList_AlternatingRow td {
  background-color: #fff;
  line-height: 22px;
  border-top: solid 1px #e9e9e9;
  border-bottom: solid 1px white;
  padding: 4px;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000;
}
table.ProjectList .ProjectList_Row td a, table.ProjectList .ProjectList_AlternatingRow td a {
  color: #000;
}

.has-dot {
  margin-left: 15px;
}
.has-dot li {
  list-style: disc;
}

.view-latest-news .views-row {
  margin-bottom: 10px;
}
.view-latest-news .views-row .views-field-field-date .field-content {
  color: #000;
  font-family: "Tinos-Regular", serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 5px;
}

.forsite-article .field--name-body .LatestNewsResultList {
  display: none;
}

.content-bottom .bg-black {
  font-size: 25px !important;
}

#NyVidensbaseSearch {
  position: static;
  margin-right: 5px;
}

.anklagemyndigheden-Element-P-2-Badge a {
  color: #000;
  font-weight: bold;
}

@media (max-width: 991px) {
  .forsite-article .sidebar-menu, .forsite-article .content {
    padding: 0 15px;
  }
}
.forsite-article .field--name-field-summary p {
  font-family: Tinos-Regular, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  margin: 15px 0;
}

.forsite-article .content {
  position: relative;
}
.forsite-article .content .date-and-author-has-title-body {
  position: absolute;
  left: 0px;
}
.forsite-article .content .date-and-author-has-title-body .view-date-and-author {
  color: #000;
}
.forsite-article .content .date-and-author-has-title-body .view-date-and-author .views-field-field-date, .forsite-article .content .date-and-author-has-title-body .view-date-and-author .views-field-field-author-or-other {
  font-size: 15px;
}
.forsite-article .content .socialContent {
  margin-top: 40px;
}
.forsite-article .content .views-element-container.form-group {
  margin-bottom: 0;
}
.forsite-article .content .date-and-author-not-has-title-body {
  display: inline-block;
  padding: 15px 0;
}
.forsite-article .content .date-and-author-not-has-title-body .view-date-and-author {
  color: #000;
  position: static;
}
.forsite-article .content .date-and-author-not-has-title-body .view-date-and-author .views-field-field-date, .forsite-article .content .date-and-author-not-has-title-body .view-date-and-author .views-field-field-author-or-other {
  font-size: 15px;
}
.forsite-article .content .date-and-author-not-has-title-body .field-author, .forsite-article .content .date-and-author-not-has-title-body .field-created {
  font-size: 15px;
  color: #000;
}

.carousel.slide {
  margin-bottom: 30px;
}
.carousel.slide .carousel-inner .item img {
  height: 206px;
}
.carousel.slide .carousel-inner .item p {
  background-color: #fff;
  height: 55px;
  margin: 10px 0;
  font-size: 14px;
  color: #676767;
}
.carousel.slide .carousel-control.left, .carousel.slide .carousel-control.right {
  background: #ddd;
  height: 206px;
  opacity: 0.8;
  width: 33px;
  padding-bottom: 0;
  cursor: pointer;
}
.carousel.slide .carousel-control.left:hover, .carousel.slide .carousel-control.right:hover {
  opacity: 1;
}
.carousel.slide .carousel-control.left img, .carousel.slide .carousel-control.right img {
  width: 33px;
}
.carousel.slide .carousel-indicators {
  bottom: -20px;
  left: 42%;
  width: 100%;
  margin-left: 0;
}
.carousel.slide .carousel-indicators li {
  width: auto;
  float: left;
  padding: 4px;
  width: 10px;
  height: 10px;
  background: url(/themes/forside/dist/img/bullet.png);
  font-size: 32px;
  border: 0;
  margin: 0 4px;
}
.carousel.slide .carousel-indicators li.active {
  color: #440099;
  background: url(/themes/forside/dist/img/bulletselected.png);
}

.view-last-new-home-page .views-row, .view-last-new-home-page-en .views-row {
  margin-bottom: 25px;
}
.view-last-new-home-page .views-row a, .view-last-new-home-page-en .views-row a {
  cursor: pointer;
  color: #000;
  transition: none;
}
.view-last-new-home-page .views-row a .LatestNewsFrontpageListItemAnchor, .view-last-new-home-page-en .views-row a .LatestNewsFrontpageListItemAnchor {
  display: inherit;
  padding-right: 12px;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) right no-repeat;
  color: #000;
  font-family: "Tinos-Italic", serif;
  font-size: 18px;
  font-weight: normal;
  list-style-type: none;
  text-decoration: none;
  padding-bottom: 0;
  display: inline;
}
.view-last-new-home-page .views-row a .field-date, .view-last-new-home-page-en .views-row a .field-date {
  margin: 10px 0;
  font-size: 15px;
}
.view-last-new-home-page .views-row a:hover, .view-last-new-home-page-en .views-row a:hover {
  color: #440099;
}
.view-last-new-home-page .views-row a:hover .LatestNewsFrontpageListItemAnchor, .view-last-new-home-page-en .views-row a:hover .LatestNewsFrontpageListItemAnchor {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) right no-repeat;
  color: #440099;
  display: inline;
}

#block-lastnewmore {
  display: block;
  margin-top: 20px;
}

.webform-subcriber #block-webform {
  display: block;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.webform-subcriber #block-webform h2 {
  display: block;
  margin-top: 0;
  color: #000;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form {
  display: block;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form #edit-type-subsribers {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form #edit-type-subsribers .js-form-type-checkbox label {
  font-family: Tinos-Regular, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-email label, .webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-textfield label {
  font-family: Tinos-Regular, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
  width: 100px;
  display: inline-block;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-email label.form-required:after, .webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-textfield label.form-required:after {
  background: transparent;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-email input.form-control, .webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-textfield input.form-control {
  width: 82%;
  display: inline-block;
}
@media (max-width: 767px) {
  .webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-email input.form-control, .webform-subcriber #block-webform .webform-submission-abonnementer-form .js-form-type-textfield input.form-control {
    width: 100%;
  }
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form .webform-button--submit {
  float: right;
  font-family: Tinos-Italic, Serif;
  padding: 5px 10px 5px 5px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  border: 0;
}
.webform-subcriber #block-webform .webform-submission-abonnementer-form .webform-button--submit:hover {
  background: #409;
}

.date-and-author-has-title-body .follow-twitter-button {
  display: inline-block;
  padding: 15px;
}

.date-and-author-not-has-title-body .follow-twitter-button {
  display: inline-block;
}

.sidbar-right {
  padding: 0 20px 0 13px;
}
.sidbar-right img {
  width: 100%;
  height: auto;
}
.sidbar-right .paragraph--type--single-text img {
  width: auto;
  height: auto;
}

.share-button {
  margin-right: 10px;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.content-publications h3 {
  margin-bottom: 30px;
}
.content-publications span.anklagemyndigheden-Style-FloatLeft img, .content-publications table img {
  width: 131px !important;
  height: auto !important;
  margin-right: 30px !important;
}

.paragraph--type--block-image-and-text .field--name-field-text-label {
  margin: 35px 0 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.paragraph--type--block-image-and-text .field-image-with-link .field-image {
  width: 100%;
}
.paragraph--type--block-image-and-text .field-image {
  width: 100%;
}
.paragraph--type--link-url p {
  margin: 0 0 10px;
}
.paragraph--type--top-image-text {
  position: relative;
}
.paragraph--type--top-image-text .field--name-field-text-label {
  position: absolute;
  top: 30%;
  left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
@media (max-width: 414px) {
  .paragraph--type--top-image-text .field--name-field-text-label {
    top: 27%;
  }
}
@media (max-width: 575px) {
  .paragraph--type--top-image-text .field--name-field-text-label {
    top: 49%;
  }
}
.paragraph--type--column-left .paragraph, .paragraph--type--column-right .paragraph {
  margin-top: 15px;
}
.paragraph--type--column-left .paragraph--type--block-image-and-text .field--name-field-text-label, .paragraph--type--column-right .paragraph--type--block-image-and-text .field--name-field-text-label {
  margin: 5px 0 15px;
}
.paragraph--type--column-left .paragraph .bg-black, .paragraph--type--column-right .paragraph .bg-black {
  font-size: 23px;
  min-height: 20px;
  padding-top: 25px;
  line-height: normal;
}
.paragraph--type--sidebar-right .field--name-field-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.paragraph--type--videnbasen {
  display: inline-block;
}
.paragraph--type--new-feed-for-home-page {
  border-top: 1px solid;
}

.no-hyperlink a {
  color: inherit;
}
@media (min-width: 992px) {
  .no-hyperlink ul {
    float: right;
    margin-top: 3px;
  }
}
.no-hyperlink ul li {
  float: left;
}
.no-hyperlink ul li a {
  font-size: 14px;
  padding: 0 5px;
  line-height: 16px;
}
@media (max-width: 991px) and (min-width: 481px) {
  .no-hyperlink ul li a {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .no-hyperlink ul li a {
    border-right: 1px solid #fff;
  }
}
@media (min-width: 992px) {
  .no-hyperlink ul li a {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 991px) {
  .no-hyperlink ul li:last-child a {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .no-hyperlink.col-xs-12 {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .no-hyperlink.col-xs-12 nav {
    text-align: center;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .no-hyperlink.col-xs-12.footerright {
    margin-top: 5px;
  }
}

@media (max-width: 991px) {
  .lagemy-footer {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .border-left-min-992-1 {
    border-left: 1px solid #fff;
  }
}

@media (max-width: 991px) {
  .border-right-max-991-1 {
    border-right: 1px solid #fff;
  }
}

@media (max-width: 768px) {
  .txt-center-max-768 {
    text-align: center;
  }
}

.view-i-fokus .views-field-title, .view-i-fokus-en .views-field-title {
  margin: 15px 0;
}
.view-i-fokus .views-field-title a, .view-i-fokus-en .views-field-title a {
  font-family: Tinos-Italic;
  font-weight: 400;
  font-size: 30px !important;
  line-height: normal;
  color: #000;
  background: url(/themes/forside/dist/img/pilA4c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 5px;
}
.view-i-fokus .views-field-title a:hover, .view-i-fokus-en .views-field-title a:hover {
  background: url(/themes/forside/dist/img/pila4hoverc9b3.png) center right no-repeat;
  color: #440099;
  padding-right: 10px;
}

article.page .field--name-body .anch {
  display: inline-block;
  width: 25%;
  padding: 0;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-family: "Tinos-Italic", serif;
  padding: 10px;
  min-height: 80px;
  text-align: center;
  vertical-align: text-bottom;
  clear: both;
}
article.page .field--name-body .anch:hover {
  color: #fff;
  font-size: 18px;
  font-family: "Tinos-Italic", serif;
  background-color: #409;
}
article.page .VidensbaseFrontPageSearchTextboxDiv {
  width: 192px;
  text-align: right;
}
article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchBar {
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0 0 5px;
  padding: 0px 0px 0 2px;
  color: #666;
  background: #f4f4f4;
  border: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  width: 100%;
  display: inline-block;
}
article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchButton {
  color: #fff;
  font-family: "Tinos-Italic", Serif;
  background: black;
  font-size: 18px;
  display: inline-block;
}
article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchButton#NyVidensbaseSearch {
  margin: 0;
}
article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchButton:link, article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchButton:visited, article.page .VidensbaseFrontPageSearchTextboxDiv .VidensbaseFrontpageSearchButton:active {
  font-family: "Tinos-Italic", Serif;
  padding: 5px 10px 5px 5px !important;
  background: black;
  color: white;
  font-size: 18px;
  text-align: right;
  margin-top: 1px;
  float: none;
}

[class*=sidbar-] article.embedded-entity > img {
  width: auto;
}

.sidbar-right .paragraph--type--videnbasen {
  width: 100%;
}
.sidbar-right .VidensbaseFrontpageSearchBar {
  width: 100%;
}
.sidbar-right #NyVidensbaseSearch {
  margin: 0;
}

.CookieAcceptImageDivClass img {
  width: auto;
}

.content-title {
  -ms-name: "Overskrift lille";
  font-family: "Tinos-Regular", serif;
  font-weight: normal;
  font-size: 25px;
  line-height: normal;
  color: Black;
}

@media only screen and (max-width: 991px) {
  .main-container .paragraph--type--title-black-box .bg-black,
.main-container .field--name-field-text-label .bg-black {
    display: block;
    margin: 0;
    padding: 4px 10px 5px;
    font-size: 20px;
    min-height: unset;
    line-height: normal;
  }

  .main-container .FrontPageColumnFour, .main-container .FrontPageColumnThree {
    width: 50%;
  }

  .MainColumnContainer .field--name-field-block-type .field--item:nth-child(3) {
    /*clear: both;*/
  }

  .main-container .FrontPageColumnFour img, .main-container .FrontPageColumnThree img {
    width: auto;
    margin: auto;
    display: block;
    max-width: 100%;
  }

  .content .field--name-field-sidebar-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    padding-right: 0;
    padding-left: 0;
  }

  .paragraph--type--column-left .paragraph .bg-black,
.paragraph--type--column-right .paragraph .bg-black {
    font-size: 20px;
    padding: 4px 10px 5px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  article.page .field--name-body .anch {
    display: block;
    width: auto;
    min-height: 55px;
    line-height: 55px;
    margin: auto;
    max-width: 90%;
  }
  article.page .content .col-md-3 {
    width: 25%;
    float: left;
  }
  article.page .content .col-md-9 {
    width: 75%;
    float: left;
  }

  #imgRetslokaleDiv {
    background: transparent;
    height: auto;
    display: flex;
    flex-direction: column;
  }

  #imgRetslokaleDiv .felt {
    border: 1px solid #409;
    display: block;
    position: unset;
    margin: 10px 0;
  }

  #imgRetslokaleDiv .felt .pil {
    left: -1px;
    top: -1px;
    margin-right: 15px;
  }

  #divAnklageren {
    order: 1;
  }

  #divForsvareren {
    order: 2;
  }

  #divDommerne {
    order: 3;
  }

  #divTiltalte {
    order: 4;
  }

  #divVidnet {
    order: 5;
  }

  #divOfferet {
    order: 6;
  }

  #divBistandsadvokaten {
    order: 7;
  }

  #divTilhoererne {
    order: 8;
  }

  #divProt {
    order: 9;
  }

  #divTolken {
    order: 10;
  }

  .content .pagination {
    float: none;
    text-align: right;
    width: 100%;
    padding: 0px 15px;
  }

  .content .pagination .pager__item {
    display: inline-block;
  }

  .sidbar-right {
    padding-right: 0;
  }

  .sidbar-right .sidebar-content {
    padding: 0px;
  }

  .sidbar-right .bg-black {
    font-size: 20px;
    padding: 4px 10px 5px;
    line-height: normal;
    min-height: inherit;
  }

  .VidensbaseFrontpageSearchBar {
    max-width: 100%;
  }

  .paragraph--type--videnbasen {
    display: block;
    padding-bottom: 15px;
  }

  .region-content [class*=col-md-], .region-content .row {
    max-width: 100%;
  }

  .MainColumnContainer {
    padding: 0 !important;
  }

  .FrontPageColumnFour > .field--items > .field--item,
.FrontPageColumnThree > .field--items > .field--item {
    width: 50%;
    float: left;
  }
  .FrontPageColumnFour > .field--items > .field--item:nth-child(1),
.FrontPageColumnThree > .field--items > .field--item:nth-child(1) {
    padding-right: 5px;
  }
  .FrontPageColumnFour > .field--items > .field--item:nth-child(2),
.FrontPageColumnThree > .field--items > .field--item:nth-child(2) {
    padding-left: 5px;
  }

  article .bg-black {
    font-size: 20px;
    padding: 4px 10px 5px;
    line-height: normal;
    text-align: left;
    min-height: inherit;
  }
}
@media only screen and (max-width: 480px) {
  .main-container .FrontPageColumnFour,
.main-container .FrontPageColumnThree {
    width: 50%;
  }
  .main-container .FrontPageColumnOne,
.main-container .FrontPageColumnTwo {
    width: 100%;
  }

  body {
    background-color: #fff;
  }

  .views-exposed-form .form-item {
    width: 100%;
  }

  .main-container .content [class*=col-md-], .main-container .content .row {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100% !important;
  }

  .ng-scope .map {
    max-width: 100%;
  }

  .MainColumnContainer,
.MainColumnContainer .paragraph {
    padding: 0 !important;
  }

  .FrontPageColumnFour > .field--items > .field--item,
.FrontPageColumnThree > .field--items > .field--item {
    width: 100%;
    float: left;
  }
  .FrontPageColumnFour > .field--items > .field--item:nth-child(1),
.FrontPageColumnThree > .field--items > .field--item:nth-child(1) {
    padding-right: 5px;
  }
  .FrontPageColumnFour > .field--items > .field--item:nth-child(2),
.FrontPageColumnThree > .field--items > .field--item:nth-child(2) {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 375px) {
  .main-container .FrontPageColumnFour img,
.main-container .FrontPageColumnThree img {
    width: auto;
  }
}
@media only screen and (max-width: 320px) {
  .main-container .FrontPageColumnOne,
.main-container .FrontPageColumnTwo,
.main-container .FrontPageColumnThree,
.main-container .FrontPageColumnFour {
    width: 100%;
  }
}
header .menu li {
  position: relative;
}
header .menu li.open-submenu > .submenu,
header .menu li.open-submenu > .dropdown-menu {
  display: block;
}
header .menu li.open-submenu > .toggle:before {
  content: "";
}
header .menu li .submenu,
header .menu li .dropdown-menu {
  display: none;
}
header .menu li .toggle {
  position: absolute;
  width: 30%;
  background-color: transparent;
  height: 42px;
  right: 0;
  text-align: right;
  z-index: 1;
  top: 0;
  cursor: pointer;
}
header .menu li .toggle:before {
  content: "";
  font-family: "fontawesome";
  font-size: 17px;
  color: #000;
  top: 0;
  left: 0;
  position: absolute;
  margin: auto;
  display: block !important;
  right: 15px;
  bottom: 0;
  line-height: 40px;
  opacity: 1;
}

header.navbar-default #navbar-collapse .menu.dropdown-menu {
  position: unset;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  float: none;
  font-size: inherit;
  padding: 0;
  background-color: transparent;
  margin-left: 15px;
}

.project-logo {
  background-repeat: no-repeat;
  background-position: center;
}

table.ProjectList td {
  font-family: "Tinos-Regular" !important;
  font-size: 15px !important;
}

.sidbar-right {
  background-color: #fff;
}

.view-list-hyheder-article .views-row {
  padding-bottom: 23px;
}
.view-list-hyheder-article .views-row:first-child {
  margin-top: 0;
}
.view-list-hyheder-article .view-filters {
  margin: 0;
}

.field--item .field--item .field--item .field--item .hr {
  display: none !important;
}

.path-frontpage .field--item:nth-child(2) .hr {
  display: block !important;
  width: 100%;
  background-color: #ccc;
  height: 1px;
  margin: 3em 0 0;
}

.view-last-new-home-page .views-row a .field-date {
  margin: 8px 0;
}

.path-frontpage .view-last-new-home-page {
  padding-right: 2em;
}

.path-frontpage .bg-purple {
  margin: 0;
}

.path-frontpage .view-i-fokus .views-field-title {
  margin: 0;
}

.path-frontpage .FrontPageColumnOne .paragraph--type--block-image-and-text {
  margin: 0 !important;
}

.paragraph--type--column-right .mejs__container.mejs__video {
  height: 205px !important;
  width: 100% !important;
}
.paragraph--type--column-right .mejs__container.mejs__video .mejs__poster {
  height: 100% !important;
}

.mejs__container {
  max-width: 100%;
}

#tweetfeed {
  overflow-x: hidden;
}

.field--type-text-with-summary {
  line-height: 22px;
}

article.page .field--name-body a.anklagemyndigheden-Element-A-2 {
  font-family: Tinos-Italic, serif;
}

.anklagemyndigheden-Element-P-2 > span {
  display: inline-block;
  padding: 0 5px 0 0;
}

.anklagemyndigheden-Style-link a {
  display: inline-block;
}

.anklagemyndigheden-Style-link > span {
  display: inline-block;
}

/**
 *
 * Style for graphics
 *
 */
.graphics {
  display: inline-block;
}
.graphics a {
  width: 122px;
  float: left;
  background-color: black;
  color: white !important;
  font-size: 16px !important;
  font-family: Tinos-Italic, serif !important;
  padding: 10px 20px;
  min-height: 108px;
  text-align: left;
  vertical-align: text-bottom;
  position: relative;
  margin: 0 5px 10px;
}
.graphics a:hover {
  background-color: #440099;
}
.graphics a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 18px;
  font-family: FontAwesome;
}
.graphics .has-arrow {
  float: left;
  width: 139px;
  margin: 0 0 10px 0;
  position: relative;
}
.graphics .has-arrow .arrow-right {
  position: absolute;
  right: 0;
  top: 30%;
  width: 15px;
  height: 40px;
  background: url(../../app/img/arrow_graphic.png) 3px 0 no-repeat;
}
.graphics .has-arrow .arrow-bottom {
  position: absolute;
  bottom: -15px;
  left: 55px;
  width: 15px;
  height: 40px;
  background: url(../../app/img/arrow_graphic.png) 3px 0 no-repeat;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.graphics .has-arrow:hover .arrow-right, .graphics .has-arrow:hover .arrow-bottom {
  background: url(../../app/img/arrow_graphic_hover.png) 4px -1px no-repeat;
}

/**
 *
 * Style twitter feed
 *
 */
body:not(.path-frontpage) .field--name-field-twitter-widget .twitter_widget .tweet .tweet-image {
  width: 45px !important;
}

.field--name-body .embedded-entity.align-left {
  margin-right: 15px;
}
.field--name-body .embedded-entity.align-right {
  margin-left: 15px;
}

#accordion .card-header.FaqItemQuestion {
  padding: 0;
}

#accordion .card-header a {
  color: black;
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-left: 20px;
  line-height: 28px;
}

#accordion .card-header:hover a,
#accordion .card-header.FaqItemQuestionInverted a {
  color: white;
}

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}
.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.unsubcribe-layout {
  display: block;
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-top: 50px;
}
.unsubcribe-layout h1.page-header {
  display: block;
  font-size: 30px;
  margin: 0;
  border-bottom: 0;
}
.unsubcribe-layout .unsubcribe-form {
  margin-top: 20px;
}
.unsubcribe-layout .unsubcribe-form .form-item-email-unsubcribe label {
  display: inline-block;
  width: 100px;
}
.unsubcribe-layout .unsubcribe-form .form-item-email-unsubcribe label:after {
  display: none;
}
.unsubcribe-layout .unsubcribe-form .form-item-email-unsubcribe input {
  width: 87%;
  display: inline-block;
}
.unsubcribe-layout .unsubcribe-form button {
  float: right;
  font-family: Tinos-Italic, Serif;
  padding: 5px 10px 5px 5px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  border: 0;
}
.unsubcribe-layout .unsubcribe-form button:hover {
  background: #409;
}

.tree {
  cursor: pointer;
}

.map {
  width: 380px;
  height: 380px;
}

.land {
  stroke: #440099;
  fill: #000000;
  cursor: pointer;
}

.selected {
  fill: #440099;
}

.selectedParentxx {
  fill: #044B94;
  fill-opacity: 0.4;
  stroke: #808080;
  stroke-width: 100;
}

.selectedXxx {
  fill: #044B94;
  fill-opacity: 0.4;
  stroke: #808080;
  stroke-width: 8;
}

.OrgChartHeadlineListItem {
  list-style-type: none;
  text-decoration: none;
}

.OrgChartList {
  padding-bottom: 0px;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  padding-top: 0px;
}

.OrgChartDiv {
  background-color: #f4f4f4;
  display: inline-block;
  font-family: "Tinos-Regular", serif;
  float: right;
  color: black;
  font-size: 16px;
  font-weight: normal;
}

.OrgChartJustistMinisterietDiv {
  line-height: 28px;
  list-style-type: none;
  padding-left: 25px;
  font-family: "Tinos-Italic", serif;
  white-space: normal;
  background: url(/themes/forside/dist/img/pil_hvid.png) black no-repeat 8px 8px;
  color: white;
  font-size: 18px;
  font-weight: normal;
  padding-top: 2px;
  user-select: none;
  -ms-user-select: none;
  cursor: hand;
}
.OrgChartJustistMinisterietDiv a {
  color: white;
}

.OrgChartHover {
  background-color: #440099 !important;
  color: white !important;
}
.OrgChartHover a {
  color: white;
}

.OrgChartRigsadvokatenDiv {
  line-height: 28px;
  list-style-type: none;
  padding-left: 25px;
  font-family: "Tinos-Italic", serif;
  white-space: normal;
  background: url(/themes/forside/dist/img/pil_hvid.png) #757575 no-repeat 8px 8px;
  color: white;
  font-size: 18px;
  vertical-align: top;
  font-weight: normal;
  padding-top: 2px;
  user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}
.OrgChartRigsadvokatenDiv a {
  color: white;
}

.OrgChartStatsAdvokatDiv {
  line-height: 28px;
  list-style-type: none;
  padding-left: 25px;
  font-family: "Tinos-Italic", serif;
  white-space: normal;
  margin-bottom: 2px;
  background: url(/themes/forside/dist/img/pil_ned.png) #cccccc no-repeat 7px 12px;
  color: black;
  font-size: 16px;
  font-weight: normal;
  padding-top: 2px;
  user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

.StatsadvokatDivInfoLink {
  line-height: 28px;
  list-style-type: none;
  padding-left: 20px;
  font-family: "Tinos-Regular", serif;
  white-space: normal;
  background: url(/themes/forside/dist/img/pil_sort.png) no-repeat 0px 3px;
  color: black;
  font-size: 16px;
  font-weight: normal;
  padding-top: 0px;
}

.OrgChartPolitiKredsDiv {
  line-height: 28px;
  list-style-type: none;
  padding-left: 25px;
  font-family: "Tinos-Italic", serif;
  white-space: normal;
  color: black;
  font-size: 16px;
  font-weight: normal;
  padding-top: 2px;
  user-select: none;
  -ms-user-select: none;
  pointer: hand;
}

.OrgChartStatsAdvokatInfoDiv {
  font-family: Tinos-Regular, serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.OrgChartStatsAdvokatInfoDiv a:link, .OrgChartStatsAdvokatInfoDiv a:visited {
  padding-bottom: 0;
  line-height: 24px;
  display: inline-block;
  font-family: "Tinos-Italic", serif;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-decoration-style: none;
}

.OrgChartPolitiKredsInfoDiv a:link, .OrgChartPolitiKredsInfoDiv a:visited {
  padding-bottom: 0;
  line-height: 24px;
  display: inline-block;
  font-family: "Tinos-Italic", serif;
  color: white;
  font-size: 16px;
  font-weight: normal;
  text-decoration-style: none;
}

.PolitiDivInfoLink {
  padding-bottom: 20px;
  line-height: 28px;
  list-style-type: none;
  padding-left: 20px;
  font-family: "Tinos-Regular", serif;
  white-space: normal;
  background: url(/themes/forside/dist/img/pil_hvid.png) #440099 no-repeat 0px 3px;
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding-top: 0px;
}

.StatsadvokatDivInfoHeadline {
  font-family: "Tinos-Regular", serif;
  white-space: normal;
  color: black;
  font-size: 26px;
  font-weight: normal;
  height: 140px;
  line-height: 130%;
  /*height: auto;*/
}

.OrgChartPolitiKredsInfoDiv {
  font-family: Tinos-Regular, serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#PrimaryCard {
  background-color: #ccc;
  padding: 15px;
  width: 250px;
  display: table-cell;
  font-family: Tinos-Regular, serif;
  min-height: 380px;
  color: #000;
  font-size: 16px;
  top: 0;
  font-weight: 400;
  float: left;
}

#SecondaryCard {
  background-color: #409;
  padding: 15px;
  width: 250px;
  font-family: Tinos-Regular, serif;
  display: table-cell;
  min-height: 380px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-left: 12px;
  float: left;
}

.OrgChartHeadTextDiv {
  margin: 20px;
  font-family: "Tinos-Regular", serif;
  color: black;
  font-size: 14px;
  font-weight: normal;
}

.PolitiDivInfoHeadline {
  font-family: "Tinos-Regular", serif;
  white-space: normal;
  color: white;
  font-size: 26px;
  font-weight: normal;
  height: 135px;
}

.PolitiDivInfoBody, .StatsadvokatDivInfoBody {
  height: 160px;
}

.rigsadvokaten, .statsadvokaten {
  margin-left: 40px;
}

.cordjyllands, .politi {
  margin-left: 30px;
}

.AnklDkHighHeaderBlock {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .AnklDkHighHeaderBlock {
    width: 963px;
  }
}
@media screen and (max-width: 991px) {
  .OrgChartDiv {
    float: none;
    display: block;
    width: 100%;
  }

  #PrimaryCard {
    margin-left: 12px;
    margin-bottom: 10px;
  }
}
header.navbar-default {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
}
header.navbar-default.container-fluid {
  text-align: left;
  overflow-y: visible;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
@media (max-width: 991px) {
  header.navbar-default.container-fluid {
    position: fixed;
    background-color: #fff;
    z-index: 999;
    height: 88px;
  }
}
header.navbar-default .navbar-header {
  background: #757575;
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding: 0;
  height: 28px;
  width: 100%;
}
header.navbar-default .navbar-header #block-forside-main-menu, header.navbar-default .navbar-header #block-mainnavigationenglish {
  float: left;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li {
  float: left;
  border-left: 1px solid #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0px 20px;
  text-decoration: none;
  background: #757575;
}
@media screen and (max-width: 1258px) and (min-width: 992px) {
  header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a {
    padding: 0px 13px;
    font-size: 16px;
  }
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a.is-active, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a.is-active {
  color: #000;
  background-color: #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a.is-active:hover, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a.is-active:hover {
  background-color: #fff;
  color: #000;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a:hover, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a:hover {
  background: #440099;
  color: #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li:first-child a, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li:first-child a {
  padding-left: 45px;
  background: url(/themes/forside/dist/img/kronec9b3.png) no-repeat scroll 19px 3px #757575;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li:first-child a:hover, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li:first-child a:hover {
  background: url(/themes/forside/dist/img/kronec9b3.png) no-repeat scroll 19px 3px #440099;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li:first-child a.is-active, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li:first-child a.is-active {
  background-color: #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li:first-child a.is-active:hover, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li:first-child a.is-active:hover {
  background: url(/themes/forside/dist/img/kronec9b3.png) no-repeat scroll 19px 3px #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li.active a, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li.active a {
  color: #000;
  background-color: #fff;
}
header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li.active a:hover, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li.active a:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 1259px) {
  header.navbar-default .navbar-header .block-search-form-block {
    float: right;
    margin-right: 10px;
    width: 20%;
  }
}
@media (max-width: 1258px) {
  header.navbar-default .navbar-header .block-search-form-block {
    float: right;
    margin-right: 8px;
    width: 15%;
  }
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .block-search-form-block {
    position: absolute;
    right: 15px;
    top: 38px;
    width: 220px;
  }
}
header.navbar-default .navbar-header .block-search-form-block #edit-keys--description {
  display: none;
}
header.navbar-default .navbar-header .block-search-form-block form .input-group input {
  font-size: 16px;
  margin: 0;
  padding: 0px 4px;
  color: #666;
  background: #f4f4f4;
  border-right: 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  border: 1px solid #000000;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  vertical-align: initial;
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .block-search-form-block form .input-group input {
    display: none;
    opacity: 0;
    height: 38px;
    background: white;
    box-shadow: none;
    transition: all 0.5s ease-in-out;
    width: 200px;
    position: relative;
    top: -10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    right: -5px;
  }
}
header.navbar-default .navbar-header .block-search-form-block form .input-group button {
  background: #f4f4f4;
  border: 0;
  width: 28px;
  height: 28px;
  border-radius: 0;
  margin-left: 1px;
}
header.navbar-default .navbar-header .block-search-form-block form .input-group button span.glyphicon-search {
  color: #757575;
  font-size: 22px;
  top: -2px;
  right: 9px;
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .block-search-form-block form .input-group button span.glyphicon-search {
    display: none;
  }
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .block-search-form-block form .input-group button {
    display: none;
    background: transparent;
    top: -11px;
    position: absolute;
    right: 2px;
    z-index: 9999;
    display: none;
  }
  header.navbar-default .navbar-header .block-search-form-block form .input-group button span.glyphicon-search {
    color: #000;
    top: 2px;
  }
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .block-search-form-block form .input-group .input-group-btn {
    display: none;
    font-size: 100%;
    z-index: 999;
    /* Chrome 29+ */
  }
  header.navbar-default .navbar-header .block-search-form-block form .input-group .input-group-btn.showsearchform:after {
    display: none;
  }
  header.navbar-default .navbar-header .block-search-form-block form .input-group .input-group-btn:after {
    content: "";
    font-family: FontAwesome;
    color: #000;
    position: absolute;
    right: 5px;
    font-size: 23px;
    top: -9px;
    width: 22px;
  }
}
@media screen and (max-width: 991px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  header.navbar-default .navbar-header .block-search-form-block form .input-group .input-group-btn:after {
    top: -8px;
  }
}
header.navbar-default .navbar-header .language-switcher-language-url {
  float: right;
}
@media (max-width: 991px) {
  header.navbar-default .navbar-header .language-switcher-language-url {
    display: none;
  }
}
header.navbar-default .navbar-header .language-switcher-language-url .links {
  margin-bottom: 0;
}
header.navbar-default .navbar-header .language-switcher-language-url .links li {
  display: inline-block;
  padding: 3px 5px 5px 10px;
}
@media screen and (max-width: 1258px) and (min-width: 992px) {
  header.navbar-default .navbar-header .language-switcher-language-url .links li {
    padding: 3px 5px 5px 5px;
  }
}
header.navbar-default .navbar-header .language-switcher-language-url .links li a {
  display: block;
  padding: 0;
  color: #fff;
  font-family: "Tinos-Italic";
  font-weight: normal;
  font-size: 15px;
}
header.navbar-default .navbar-header .language-switcher-language-url .links li a:hover {
  color: #440099;
}
header.navbar-default .navbar-header .language-switcher-language-url .links li.is-active {
  display: none;
}
header.navbar-default .navbar-header #block-sociallink {
  float: right;
  width: 6%;
}
header.navbar-default .navbar-header #block-sociallink .social ul li {
  display: inline-block;
  padding: 3px 5px 3px 10px;
  width: 30px;
}
@media screen and (max-width: 1258px) and (min-width: 992px) {
  header.navbar-default .navbar-header #block-sociallink .social ul li {
    width: 20px;
    padding: 3px 5px;
  }
}
header.navbar-default .navbar-header #block-sociallink .social ul li a {
  color: #fff;
  display: block;
  position: relative;
  padding-bottom: 0;
}
header.navbar-default .navbar-header #block-sociallink .social ul li a:before {
  text-indent: initial;
  position: absolute;
  top: 0;
  left: 0;
}
header.navbar-default .navbar-header #block-sociallink .social ul li a:hover {
  color: #440099;
}
header.navbar-default .navbar-header #block-sociallink .contextual .trigger {
  right: -10px;
}
@media (min-width: 992px) {
  header.navbar-default #navbar-collapse {
    display: none !important;
  }
  header.navbar-default .menu-open {
    display: none;
  }
}
@media (max-width: 991px) {
  header.navbar-default {
    min-height: auto;
  }
  header.navbar-default .navbar-header {
    background: transparent;
    height: 0;
    margin: 0;
  }
  header.navbar-default .navbar-header #block-forside-main-menu, header.navbar-default .navbar-header #block-mainnavigationenglish {
    display: none !important;
  }
  header.navbar-default #navbar-collapse {
    padding-right: 0;
    border: 0;
    padding-left: 0;
    background: #ccc;
    left: -296px;
    margin-left: 0;
    height: 100% !important;
    position: fixed;
    z-index: 999999999;
    transition: 0.3s;
    top: 0;
    padding-top: 40px;
    width: 270px;
    padding-bottom: 50px;
  }
  header.navbar-default #navbar-collapse .region-navigation {
    position: relative;
  }
  header.navbar-default #navbar-collapse #block-forside-search {
    display: none;
  }
  header.navbar-default #navbar-collapse .menu {
    margin: 0;
  }
  header.navbar-default #navbar-collapse .menu li {
    width: 100%;
  }
  header.navbar-default #navbar-collapse .menu li .submenu {
    margin-left: 15px;
  }
  header.navbar-default #navbar-collapse .menu li .submenu .views-row:first-child {
    display: none;
  }
  header.navbar-default #navbar-collapse .menu li .submenu-indicator {
    cursor: pointer;
  }
  header.navbar-default #navbar-collapse .menu li .submenu-indicator:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    color: #000;
    right: 0px;
    font-size: 18px;
    font-weight: 400;
    top: 0px;
    padding: 9px 0px 8px 0px;
    width: 20%;
    text-align: center;
  }
  header.navbar-default #navbar-collapse .menu li .submenu-indicator-minus + .submenu-indicator:before {
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Chrome, Safari, Opera */
    transform: rotate(90deg);
  }
  header.navbar-default #navbar-collapse .menu li a {
    color: #000;
    font-weight: normal;
    font-size: 15px;
    position: relative;
    padding: 10px 15px 10px 15px;
    display: block;
    font-family: Tinos-Regular, serif;
    transition: all 0.5s ease-in-out;
    width: 80%;
  }
  header.navbar-default #navbar-collapse .menu > li > a {
    font-weight: bold;
  }
  header.navbar-default #navbar-collapse .menu li.has-submenu li a {
    font-weight: normal;
  }
  header.navbar-default #navbar-collapse .menu-close {
    cursor: pointer;
    position: absolute;
    right: 15px;
    z-index: 99999;
    top: 10px;
  }
  header.navbar-default #navbar-collapse .menu-close button.fa {
    color: #222;
    font-size: 23px;
    background-color: transparent;
    border: none;
  }
  header.navbar-default #navbar-collapse .language-switcher-language-url .links li {
    display: block;
    position: relative;
  }
  header.navbar-default #navbar-collapse .language-switcher-language-url .links li a {
    color: #000;
    font-family: Tinos-Bold;
    font-weight: 400 !important;
    font-size: 15px;
    padding: 10px 15px 0px 15px;
    display: block;
    font-family: "Tinos-Italic";
    font-weight: bold;
    font-size: 15px;
  }
  header.navbar-default #navbar-collapse .language-switcher-language-url .links li a:hover {
    color: #440099;
  }
  header.navbar-default #navbar-collapse .language-switcher-language-url .links li.is-active {
    display: none;
  }
  header.navbar-default #navbar-collapse #block-social-link-mobil .social ul li {
    position: relative;
    padding: 10px 15px 0px 15px;
  }
  header.navbar-default #navbar-collapse #block-social-link-mobil .social ul li a {
    color: #000;
    display: block;
    position: relative;
    padding-bottom: 0;
    font-family: "Tinos-Italic";
    font-weight: bold;
    font-size: 15px;
  }
  header.navbar-default #navbar-collapse #block-social-link-mobil .social ul li a:hover {
    color: #440099;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile {
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile h2 {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav {
    float: none;
  }
}
@media (max-width: 991px) {
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li {
    display: inline-block;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active a.is-active {
    background-color: #440099;
    color: #fff;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li a {
    word-wrap: break-word;
    white-space: initial;
    background-color: transparent;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li a .caret {
    display: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) a.is-active {
    background-color: #440099;
    color: #fff;
    background-image: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover).expanded a.dropdown-toggle {
    background-color: #440099;
    color: #fff;
    background-image: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) ul.dropdown-menu {
    display: block;
    position: static;
    border: 0;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) ul.dropdown-menu li a {
    background-color: transparent;
    color: #000;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded ul.dropdown-menu {
    display: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded.active a.is-active {
    background-color: #440099;
    color: #fff;
    background-image: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown:not(.not-hover) ul.dropdown-menu li.expanded.active ul.dropdown-menu {
    display: block;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown.not-hover ul.dropdown-menu {
    display: block;
    position: static;
    border: 0;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown.not-hover ul.dropdown-menu li.expanded ul.dropdown-menu {
    display: none;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile .navbar-nav li.active.dropdown.not-hover ul.dropdown-menu li.expanded.active ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  header.navbar-default #navbar-collapse .group-menu-mobile ul ul ul ul {
    padding: 0 !important;
  }
  header.navbar-default #navbar-collapse .group-menu-mobile ul ul ul ul li a {
    width: 92% !important;
    padding: 10px 0 10px 15px !important;
  }
}
@media (max-width: 991px) {
  header.navbar-default #navbar-collapse .group-menu-mobile ul.navbar-nav li a {
    font-weight: 500 !important;
  }
}
header.navbar-default .menu-open {
  position: absolute;
  top: 31px;
  left: 30px;
  cursor: pointer;
  z-index: 100;
  background-color: transparent;
  border: none;
}
header.navbar-default .menu-open span {
  width: 40px;
  height: 30px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  display: block;
  color: #000;
}
header.navbar-default .logo-mobile {
  display: none;
}
@media (max-width: 991px) {
  header.navbar-default .logo-mobile {
    display: block;
    width: 50%;
    position: absolute;
    left: 25%;
    top: 8px;
    text-align: center;
    z-index: 9999;
  }
}
@media (max-width: 991px) {
  header.navbar-default .logo-mobile img {
    width: 40%;
    height: auto;
  }
}
@media (max-width: 767px) {
  header.navbar-default .logo-mobile img {
    width: 160px;
    height: auto;
  }
}
@media (max-width: 991px) {
  header.navbar-default .logo-mobile.logo-en img {
    width: 38.5%;
    height: auto;
  }
}
@media (max-width: 767px) {
  header.navbar-default .logo-mobile.logo-en img {
    width: 156px;
    height: auto;
  }
}

@media (max-width: 991px) {
  body.user-logged-in #navbar-collapse {
    top: 48px;
  }
}
footer {
  padding-bottom: 0 !important;
  background-color: #fff;
  border-radius: #fff;
  margin-bottom: 10px !important;
}
footer.container-fluid {
  text-align: left;
  overflow-y: visible;
  max-width: 1280px;
  width: 100%;
  margin: auto;
  margin-bottom: 0 !important;
  line-height: 22px;
}
footer.footer {
  border-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  footer.footer {
    overflow: none;
  }
}
footer .lagemy-footer {
  background: #4c4c4c;
  color: #fff;
  overflow: hidden;
  font-family: "Tinos-Regular";
}
@media (max-width: 767px) {
  footer .lagemy-footer {
    padding: 10px;
  }
}
footer .lagemy-footer .navbar-left {
  float: left !important;
  margin-left: 5px;
}
footer .lagemy-footer .navbar-left li {
  margin: 3px 0;
  border-left: 1px solid #fff;
}
footer .lagemy-footer .navbar-left li span {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding: 0 5px;
  line-height: 16px;
}
footer .lagemy-footer .navbar-left li span:hover {
  background: transparent;
  text-decoration: none;
}
footer .lagemy-footer .navbar-left li:first-child {
  border-left: 0;
}
@media (max-width: 767px) {
  footer .lagemy-footer .navbar-left li {
    float: left;
  }
}
@media (max-width: 767px) {
  footer .lagemy-footer .navbar-left {
    max-width: 750px;
    display: block;
    margin: auto;
  }
}
footer .lagemy-footer .navbar-right {
  margin-right: -15px;
}
@media (min-width: 768px) {
  footer .lagemy-footer .navbar-right {
    padding-right: 25px;
    float: right !important;
  }
}
footer .lagemy-footer .navbar-right li {
  border-left: 1px solid #fff;
  margin: 3px 0;
}
footer .lagemy-footer .navbar-right li a {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  padding: 0 10px;
  line-height: 16px;
}
footer .lagemy-footer .navbar-right li a:hover {
  background: transparent;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .lagemy-footer .navbar-right li {
    float: left;
  }
}
@media (max-width: 767px) {
  footer .lagemy-footer .navbar-right {
    display: block;
    margin: auto;
  }
}
footer #block-cookiekontrol .CookieAcceptImageDivClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass {
  background: transparent url(/themes/forside/dist/img/CookieWideLine200c9b3.png) center right no-repeat;
  font-family: "Tinos-Regular", serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin-left: 0px;
  padding-left: 0px;
  z-index: 2000;
  display: none;
  position: fixed;
  right: 0px;
  bottom: 0px;
  height: 365px;
  width: 293px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass {
  font-size: 10px;
  font-weight: normal;
  color: Black;
  margin-left: 0px;
  padding-left: 0px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  left: 30px;
  top: 2px;
  height: 130px;
  width: 177px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivCloseButtonClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivCloseButtonClass {
  height: 21px;
  position: relative;
  float: right;
  top: 20px;
  margin-right: -70px;
  cursor: pointer;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivHeadlineClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivHeadlineClass {
  position: relative;
  left: 0px;
  top: 15px;
  font-size: 25px;
  margin-bottom: 5px;
  display: block;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivBodyClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivBodyClass {
  font-size: 14px;
  position: relative;
  left: 0px;
  width: 220px;
  top: 20px;
  line-height: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:link, footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:active, footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:visited, footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:link, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:active, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:visited, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass {
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) top right no-repeat;
  position: relative;
  top: 15px;
  left: 0px;
  padding-right: 12px;
  font-family: "Tinos-Italic", serif;
  list-style-type: none;
  text-decoration: none;
  color: #000;
  padding-bottom: 5px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:hover, footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:hover, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:hover, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass a.CookieAcceptDivAnchorClass:hover {
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) top right no-repeat;
  position: relative;
  top: 15px;
  left: 0px;
  color: #440099;
  padding-right: 12px;
  text-decoration: none;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivLinkClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass .CookieAcceptDivLinkClass {
  font-family: "Tinos-Italic", serif;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3px;
  display: block;
  line-height: 15px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass ul, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass ul {
  display: inline-grid;
  width: 215px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass ul li, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass ul li {
  display: inline-grid;
  width: 100%;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass ul li a.CookieAcceptDivAnchorClass, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass ul li a.CookieAcceptDivAnchorClass {
  display: inline-table;
  width: -moz-fit-content;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass b, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass b {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}
footer #block-cookiekontrol .CookieAcceptImageDivClass .CookieAcceptDivClass p, footer #block-cookiekontrolen .CookieAcceptImageDivClass .CookieAcceptDivClass p {
  font-size: 14px;
  line-height: normal;
}

/*
Erik KPIC overrides
 */
.webform-submission-abonnementer-form #edit-type-subsribers .panel-heading {
  display: none;
}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

.label {
  font-size: initial;
  color: #000000;
  padding: 0;
  font-weight: normal;
}

header.navbar-default .navbar-header .block-search-form-block form .input-group input {
  color: #000000 !important;
  background: #ffffff !important;
  border: 1px solid #757575;
}

.VidensbaseFrontpageSearchBar {
  background: #ffffff !important;
  border: 1px solid #757575;
}

#NyVidensbaseSearch {
  margin-right: 0;
}

.FaqItemQuestion button {
  background-color: transparent;
  border: none;
}

.FaqItemQuestion:hover button {
  color: #ffffff;
}

/* LINK TWEAKS */
/* links i tekst med understreg og  lilla hover */
article.page .field--name-body a, article.page .field--name-field-content a {
  text-decoration: underline;
}

article.page .field--name-body a:hover, article.page .field--name-field-content a:hover {
  text-decoration: underline;
}

article.forsite-article .field--name-body a, article.forsite-article .field--name-field-content a {
  text-decoration: underline;
}

article.forsite-article .field--name-body a:hover, article.forsite-article .field--name-field-content a:hover {
  text-decoration: underline;
}

.paragraph--type--faq-item a {
  text-decoration: underline;
}
.paragraph--type--faq-item a:hover {
  text-decoration: underline;
}

a.link-lilla-kursiv {
  font-family: "Tinos-Italic", serif !important;
  font-weight: normal;
  line-height: normal;
  color: Black;
  background: transparent url(/themes/forside/dist/img/pilA1c9b3.png) center right no-repeat;
  padding-right: 10px;
  padding-bottom: 0;
  text-decoration: none !important;
}

a.link-lilla-kursiv:hover {
  color: #440099 !important;
  background: transparent url(/themes/forside/dist/img/pila1hoverc9b3.png) center right no-repeat;
}

h1.bg-black {
  margin: 0;
}

.field--name-field-block-title h1, .field--name-field-block-title h2 {
  margin: 0;
}

/* Tilmeld/frameld nyhedsbrev */
#subcribe-form {
  display: block;
  min-height: 20px;
  padding: 0;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#subcribe-form .panel {
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#subcribe-form .panel-default {
  border: none;
}
#subcribe-form .panel-heading {
  border: none;
}
#subcribe-form .panel-title {
  display: block;
  margin-top: 0;
  color: #000;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
}
#subcribe-form .panel-body {
  padding: 15px;
  background-color: #f5f5f5;
}
#subcribe-form #edit-ubivox-lister {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#subcribe-form #edit-ubivox-lister .js-form-type-checkbox label {
  font-family: Tinos-Regular, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-left: 5px;
}
#subcribe-form label[for=edit-email], #subcribe-form label[for=edit-navn], #subcribe-form label[for=edit-organisation] {
  font-family: Tinos-Regular, serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  margin-top: 2px;
  margin-right: 5px;
  width: 100px;
  display: inline-block;
  float: left;
  text-align: left;
}
#subcribe-form label[for=edit-email].form-required:after, #subcribe-form label[for=edit-navn].form-required:after, #subcribe-form label[for=edit-organisation].form-required:after {
  background: transparent;
}
#subcribe-form input.form-control {
  width: 82%;
  display: inline-block;
}
@media (max-width: 767px) {
  #subcribe-form input.form-control {
    width: 100%;
  }
}
#subcribe-form .form-submit {
  float: right;
  font-family: Tinos-Italic, Serif;
  padding: 5px 10px 5px 5px;
  line-height: 20px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  margin-right: 20px;
}
#subcribe-form .form-submit:hover {
  background: #409;
}

/* cookie banner */
#sliding-popup {
  background: #440099;
}

.eu-cookie-compliance-banner {
  z-index: 99999;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message {
  max-width: 90%;
  color: #ffffff;
}
.eu-cookie-compliance-banner h3 {
  font-size: 16px;
}
.eu-cookie-compliance-banner a {
  font-size: 13px;
  text-decoration: underline;
  color: #ffffff;
}
.eu-cookie-compliance-banner a:hover {
  font-size: 13px;
  text-decoration: underline;
  color: #ffffff;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-content {
  padding: 10px;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-buttons {
  font-family: Tinos-Regular, Serif;
}
.eu-cookie-compliance-banner .agree-button, .eu-cookie-compliance-banner .decline-button {
  font-family: Tinos-Regular, Serif;
  background: #000;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  border: 0;
  text-shadow: none;
  border: none;
  font-weight: normal;
  margin-right: 20px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 4px 10px;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-more-button {
  display: block;
  font-size: 13px;
}
.eu-cookie-compliance-banner .eu-cookie-compliance-message p {
  font-size: 13px;
}

/* nyhedsside */
.seneste_nyheder {
  top: 20px;
}

/* override pga Links forsvinder på venstremenu i 3. led */
.dropup, .dropdown {
  position: inherit !important;
}

a[href="/en/node/404"] {
  display: none !important;
}

a[href="/en/node/405"] {
  display: none !important;
}

a[href="/en/node/896"] {
  display: none !important;
}

.paragraph--type--block-image-and-text .field--name-field-text-label {
  margin: 15px 0 15px;
}

.path-frontpage .bg-purple {
  margin: -14px 0 0 0;
}

.group-menu-mobile ul.dropdown-menu {
  margin-left: 20px;
}

.dynamic-footer {
  display: block;
}

@media (min-width: 992px) {
  .dynamic-footer {
    display: inline;
  }
}
.dynamic-chimney {
  display: inline;
}
@media (max-width: 991px) {
  .dynamic-chimney {
    display: none;
  }
}

@media (max-width: 991px) {
  .no-hyperlink ul.menu--footer {
    margin-top: 10px;
  }
  .no-hyperlink ul.menu--footer li {
    display: block;
    float: none;
    clear: both;
  }
  .no-hyperlink ul.menu--footer li a {
    border-right: none;
  }
}

article .paragraph--type--top-image-text .field--name-field-text-label h2, article .paragraph--type--top-image-text .field--name-field-text-label p {
  background-color: #ffffff;
  display: table;
  padding: 0.5rem;
  margin: 1rem;
}

/*
article[data-history-node-id="403"] {
// Eksempel Vidner, ofre, sigtede
.paragraph--type--top-image-text .field--name-field-text-label {
position: relative;
  padding: 20px 0;
}
}
*/
@media (min-width: 1259px) {
  header.navbar-default .navbar-header .block-search-form-block {
    width: 15%;
    background-color: inherit;
    /* */
  }
}
@media (max-width: 1258px) {
  header.navbar-default .navbar-header .block-search-form-block {
    width: 11%;
  }
}
a.skip-link {
  color: #000000;
}

.carousel.slide .carousel-control.left:focus, .carousel.slide .carousel-control.right:focus {
  outline: thin solid #888888;
  outline-offset: -1px;
}

.sidbar-right .VidensbaseFrontpageSearchBar:focus {
  outline: thin solid #888888;
  outline-offset: -1px;
}

a.bg-black:focus {
  color: #ffffff;
  text-decoration: underline;
}

.view-last-new-home-page .views-row a .LatestNewsFrontpageListItemAnchor, .view-last-new-home-page-en .views-row a .LatestNewsFrontpageListItemAnchor {
  outline: 0;
}

a:focus, article.page .field--name-body a:focus {
  outline: thin solid #888888;
  outline-offset: 5px;
}

.no-hyperlink ul li a:focus {
  color: #ffffff;
  outline: thin solid #888888;
  outline-offset: -1px;
}

header.navbar-default .navbar-header #block-forside-main-menu .menu.nav li a:focus, header.navbar-default .navbar-header #block-mainnavigationenglish .menu.nav li a:focus {
  text-decoration: underline;
}

input:focus, .form-control:focus {
  outline: thin solid #888888;
  outline-offset: -1px;
}

.dropdown-menu > li > a:focus, .nav > li > a:focus, .dropdown-menu > .active > a:focus {
  outline: thin solid #888888;
  outline-offset: -1px;
}

.page-node-431 .links.mobile, .page-node-439 .links.mobile {
  display: none;
}
.page-node-431 .graphics.desktop, .page-node-439 .graphics.desktop {
  display: block;
}
.page-node-431 .sub, .page-node-439 .sub {
  display: block;
  clear: both;
}
@media (max-width: 991px) {
  .page-node-431 .links.mobile, .page-node-439 .links.mobile {
    display: block;
  }
  .page-node-431 .graphics.desktop, .page-node-439 .graphics.desktop {
    display: none;
  }
}

#mobile-search {
  background-color: #ffffff;
  display: none;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #mobile-search {
    display: block;
  }
}

#tweetfeed {
  overflow-y: scroll;
  height: 500px;
  overflow-x: inherit;
  margin: 0;
  padding: 20px;
}
#tweetfeed .row {
  margin-bottom: 20px;
}
#tweetfeed h4 {
  color: #000000;
  margin: 0 0 20px -20px;
}
#tweetfeed img {
  max-width: 100%;
  height: auto;
}
#tweetfeed .profile_img {
  border-radius: 50%;
  width: 32px;
  height: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
#tweetfeed a {
  text-decoration: none;
  margin-top: 6px;
  margin-left: 0;
  font-size: 13px;
  line-height: 18px;
  color: #2b7bb9;
  text-decoration: none;
  outline: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
#tweetfeed a:hover {
  color: #3b94d9;
}
#tweetfeed p {
  margin-top: 6px;
  margin-left: 0;
  font-size: 13px;
  line-height: 18px;
}
#tweetfeed .name {
  font-weight: bold;
  color: #000000;
}
#tweetfeed .handle {
  color: #cacaca;
}

/*# sourceMappingURL=main.css.map */
