@charset "UTF-8";
/* Custom input / button styling */
/*
 * @file
 * global.base
 *
 * - normalize with small modifications for Drupal and AT: http://necolas.github.com/normalize.css/
 * - Gutter widths, see $gutter-width in _custom.scss
 * - Default container alignment.
 * - Flexible images and media declarations.
 * - Copies of the SCSS mixins for reference, which includes an improved
 *   element-invisible and focusable styles.
 */
/* =============================================================================
    HTML5 display definitions
   ========================================================================== */
/* line 21, ../sass/global.base.scss */
*, a, div, html {
  box-sizing: border-box;
  outline: 0;
}

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 30, ../sass/global.base.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 49, ../sass/global.base.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
/* line 62, ../sass/global.base.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 72, ../sass/global.base.scss */
[hidden] {
  display: none;
}

/* =============================================================================
    Base
   ========================================================================== */
/*
 * If you are using the themes Responsive JS feature (media_queries.js) do not
 * set a font-family on the html element, use body.
 *
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 90, ../sass/global.base.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  height: 100%;
  overflow-y: scroll;
}

/*
 * 1 . Addresses margins handled incorrectly in IE6/7
 */
/* line 102, ../sass/global.base.scss */
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility\9;
  /* Only IE, can mess with Android */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 115, ../sass/global.base.scss */
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
    Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 130, ../sass/global.base.scss */
a {
  color: #f8a73d;
  text-decoration: none;
  -webkit-transition: color 1s;
  transition: color 1s;
}

/* line 136, ../sass/global.base.scss */
a:focus {
  outline: thin dotted;
  color: #f8a73d;
  text-decoration: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 147, ../sass/global.base.scss */
a:hover,
a:active {
  outline: 0;
  color: #003761;
  text-decoration: none;
}

/* =============================================================================
    Typography
   ========================================================================== */
/*
 * Headings
 *
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 165, ../sass/global.base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

/* line 169, ../sass/global.base.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 175, ../sass/global.base.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 181, ../sass/global.base.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 187, ../sass/global.base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 193, ../sass/global.base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 199, ../sass/global.base.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/* line 204, ../sass/global.base.scss */
p {
  font-size: 16px;
  line-height: 1.3;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 213, ../sass/global.base.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
 */
/* line 221, ../sass/global.base.scss */
b,
strong {
  font-weight: bold;
}

/* line 227, ../sass/global.base.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 235, ../sass/global.base.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 243, ../sass/global.base.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
/* line 252, ../sass/global.base.scss */
p,
pre {
  margin: 0 0 1.5em;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 262, ../sass/global.base.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 275, ../sass/global.base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* line 287, ../sass/global.base.scss */
q {
  quotes: none;
}

/* line 292, ../sass/global.base.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 299, ../sass/global.base.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 308, ../sass/global.base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 317, ../sass/global.base.scss */
sup {
  top: -0.5em;
}

/* line 322, ../sass/global.base.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
    Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
/* line 334, ../sass/global.base.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 342, ../sass/global.base.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
/* line 350, ../sass/global.base.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
/* line 360, ../sass/global.base.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
    Embedded content
   ========================================================================== */
/*
 * 1. Remove border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 376, ../sass/global.base.scss */
img {
  /* border: 0; */
  /* Drupal core already does this, uncomment if you need it */
  -ms-interpolation-mode: bicubic;
}

/*
 * Corrects overflow displayed oddly in IE9
 */
/* line 385, ../sass/global.base.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
    Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 397, ../sass/global.base.scss */
figure {
  margin: 0;
}

/* line 400, ../sass/global.base.scss */
.field-type-image figure {
  margin: 0px;
}

/* =============================================================================
    Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 412, ../sass/global.base.scss */
form {
  margin: 0;
}

/*
 * Define consistent margin, and padding
 */
/* line 420, ../sass/global.base.scss */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
/* line 431, ../sass/global.base.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 444, ../sass/global.base.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 458, ../sass/global.base.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 471, ../sass/global.base.scss */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/* line 481, ../sass/global.base.scss */
.button,
.btn-link {
  padding: 10px 25px;
  background-color: #f8a73d;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: background-color 1s;
  /* Safari */
  transition: background-color 1s;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  margin: 15px 0;
  pointer-events: all;
}
/* line 512, ../sass/global.base.scss */
.button:hover,
.btn-link:hover {
  text-decoration: none;
  background-color: #003761;
  color: #fff;
}

/* line 519, ../sass/global.base.scss */
.button {
  margin-top: 0;
}

/*
 * Re-set default cursor for disabled elements
 */
/* line 527, ../sass/global.base.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
 *    Known issue: excess padding remains in IE6
 */
/* line 539, ../sass/global.base.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Reset box-sizing to border-box.
 */
/* line 552, ../sass/global.base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
/* line 564, ../sass/global.base.scss */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 574, ../sass/global.base.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 585, ../sass/global.base.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* =============================================================================
    Tables
   ========================================================================== */
/*
 * 1. Remove most spacing between table cells
 */
/* line 598, ../sass/global.base.scss */
table {
  border: 1px solid;
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
  font: 100%;
}

/* =============================================================================
    Gutters
   ========================================================================== */
/*
 * If gutters are set in theme settings they will override these values,
 * see Extensions > Modify Output > Design
 * $gutter-width is set in _base.scss
 */
/* line 616, ../sass/global.base.scss */
#main-content,
.block-inner,
.pane-inner,
.menu-wrapper,
.branding-elements,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
div.messages,
.at-gutter {
  margin-left: 10px;
  margin-right: 10px;
}

/*
 * Panel pages need negative margin equal to the gutter width applied to #content,
 * this is taken care of in theme settings as per above for normal gutters
 */
/* line 636, ../sass/global.base.scss */
#content .panel-display,
#content .panel-flexible {
  margin-left: -10px;
  margin-right: -10px;
}

/* =============================================================================
    Flexible Media and Cross browser improvements
   ========================================================================== */
/*
 * - This can cause issues in table cells where no width is set on the column,
 *   only in some versions of webkit and IE 7/8.
 * - declaring the width attribute on image elements and using max-width causes
 *   the "dissappering images" bug in IE8.
 * - Mapping services such as Google Maps may break also, see below for fixes.
 */
/* line 655, ../sass/global.base.scss */
img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

/* Ethan Marcotte - http://front.ie/l8rJaA */
/* line 662, ../sass/global.base.scss */
img,
embed,
object,
video {
  max-width: 100%;
}

/* Disable flexiblity for IE8 and below */
/* line 671, ../sass/global.base.scss */
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
  max-width: none;
}

/* Override max-width 100% for map displays */
/* line 680, ../sass/global.base.scss */
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
  max-width: none !important;
}

/* =============================================================================
    Misc helpers, Accessibility classes etc
   ========================================================================== */
/* Prevent overflowing content */
/* line 699, ../sass/global.base.scss */
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
  overflow: visible;
  word-wrap: break-word;
}

/**
 * General classes for hiding content. These are all included as SASS mixins.
 * @SEE: sass/_custom.scss
 */
/**
 * Image replacement
 * Kellum Method: http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement
 * Additional helpers from http://html5boilerplate.com/docs/css/
 */
/* line 722, ../sass/global.base.scss */
.ir {
  /* Kellum Method */
  display: block !important;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  /* Remove the default border from elements like button */
  border: 0;
  /* Crush the text down to take up no space */
  font: 0/0 a;
  /* Remove any text shadows */
  text-shadow: none;
  /* Hide any residual text in Safari 4 and any mobile devices that may need it */
  color: transparent;
  /* Hide the default background color on elements like button */
  background-color: transparent;
}

/* More robust element-invisible and element-focuable classes */
/* line 742, ../sass/global.base.scss */
.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 754, ../sass/global.base.scss */
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
}

/* Shift content offscreen, can be usefull when you reall need to do this */
/* line 765, ../sass/global.base.scss */
.offscreen {
  position: absolute;
  top: -99999em;
  width: 1px;
  height: 1px;
  overflow: hidden;
  outline: 0;
}

/* Hide content from all users */
/* line 776, ../sass/global.base.scss */
.element-hidden {
  display: none;
}

/*rettelser*/
/* line 782, ../sass/global.base.scss */
#branding {
  position: relative;
  z-index: 999;
}

/* line 786, ../sass/global.base.scss */
#block-custom-search-blocks-1 {
  position: relative;
  z-index: 999;
}

/* base menu style for all tablet & mobile*/
/* line 791, ../sass/global.base.scss */
.mean-container {
  /*position: absolute;
  top: -15px;
  right: 0;
  z-index: 99;
  width: 100%;
  padding: 0 60px;
  outline: 0;*/
}
/* line 800, ../sass/global.base.scss */
.mean-container .mean-bar {
  float: none;
  width: 100%;
  position: relative;
  background: transparent;
  padding: 4px 0;
  min-height: auto;
  z-index: 99;
}
/* line 810, ../sass/global.base.scss */
.mean-container a.meanmenu-reveal {
  display: block;
  width: auto;
  padding: 13px 13px 11px;
  position: absolute;
  top: auto !important;
  bottom: -44px;
  left: auto !important;
  right: 40px !important;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  line-height: 22px;
  display: block;
  visibility: visible;
  text-indent: 0px;
  font-size: 16px;
}
/* line 828, ../sass/global.base.scss */
.mean-container a.meanmenu-reveal.meanclose {
  text-align: right;
}
/* line 836, ../sass/global.base.scss */
.mean-container .mean-nav {
  outline: 0;
  position: absolute;
  top: 75px;
  right: 0;
  width: 100%;
  background: #003761;
  margin-top: 0;
}
/* line 845, ../sass/global.base.scss */
.mean-container .mean-nav ul {
  margin-bottom: 5px;
}
/* line 849, ../sass/global.base.scss */
.mean-container .mean-nav ul li a {
  display: block;
  color: white;
  padding: 0 50px 0 49px;
  box-sizing: border-box;
  line-height: 35px;
  height: 35px;
  float: none;
  width: auto;
  border-top: 0;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 863, ../sass/global.base.scss */
.mean-container .mean-nav ul li a.mean-expand {
  display: block;
  width: 35px;
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
  padding: 0 !important;
  height: 35px;
  margin-top: 0;
  right: auto;
  left: 0;
  border: none !important;
}
/* line 876, ../sass/global.base.scss */
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #003761 !important;
}
/* line 881, ../sass/global.base.scss */
.mean-container .mean-nav ul li li a {
  padding: 0 50px 0 59px;
}
/* line 883, ../sass/global.base.scss */
.mean-container .mean-nav ul li li a.mean-expand {
  left: 10px;
}
/* line 887, ../sass/global.base.scss */
.mean-container .mean-nav ul li li li a {
  padding: 0 50px 0 69px;
}
/* line 889, ../sass/global.base.scss */
.mean-container .mean-nav ul li li li a.mean-expand {
  left: 20px;
}
/* line 893, ../sass/global.base.scss */
.mean-container .mean-nav ul li li li li a {
  padding: 0 50px 0 79px;
}
/* line 895, ../sass/global.base.scss */
.mean-container .mean-nav ul li li li li a.mean-expand {
  left: 30px;
}

/* Custom styles */
/* Forside - skjul Drupal tabs */
/* line 905, ../sass/global.base.scss */
.front #main-content-header {
  display: none;
}

/* line 908, ../sass/global.base.scss */
.not-front .pane-content,
#main-content-header {
  margin-top: 20px;
  margin-bottom: 30px;
}
/* line 912, ../sass/global.base.scss */
.not-front .pane-content h1,
#main-content-header h1 {
  width: auto;
  position: relative;
  display: inline;
}
/* line 916, ../sass/global.base.scss */
.not-front .pane-content h1::after,
#main-content-header h1::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 8px;
  width: 100%;
  background: url(../images/underline.svg) bottom right no-repeat;
}

/* line 933, ../sass/global.base.scss */
#header-wrapper {
  border-bottom: 5px solid #ddd;
}

/* line 937, ../sass/global.base.scss */
#breadcrumb-wrapper {
  background-color: #ddd;
}
/* line 940, ../sass/global.base.scss */
#breadcrumb-wrapper .container {
  position: relative;
  /* Modeartor edit button */
}
/* line 942, ../sass/global.base.scss */
#breadcrumb-wrapper .container #breadcrumb {
  margin: 0px;
}
/* line 946, ../sass/global.base.scss */
#breadcrumb-wrapper .container #breadcrumb ol li a {
  color: #003761;
}
/* line 953, ../sass/global.base.scss */
#breadcrumb-wrapper .container #edit-float {
  position: absolute;
  top: -3px;
  right: 10px;
}
/* line 957, ../sass/global.base.scss */
#breadcrumb-wrapper .container #edit-float a {
  box-sizing: border-box;
  padding: 4px 13px;
  background-color: #003761;
  font-size: 12px;
  color: #fff;
  border-radius: 2px;
}
/* line 964, ../sass/global.base.scss */
#breadcrumb-wrapper .container #edit-float a:hover {
  background-color: #f8a73d;
}

/* line 973, ../sass/global.base.scss */
.nav-wrapper {
  background-color: #003761;
}

/* line 977, ../sass/global.base.scss */
#content-wrapper {
  /* Tmp stretch page for emulating content */
  overflow: hidden;
  background-color: #f1f1f1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='540' height='450' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.02'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

/* Stretch fullwidth */
/* line 988, ../sass/global.base.scss */
.node-type-page .fullwidthpane, .node-type-eksternal .fullwidthpane, .node-type-stilling .fullwidthpane {
  margin: auto;
}

/* line 995, ../sass/global.base.scss */
.fullwidthpanebasic,
.fullwidthpane {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1005, ../sass/global.base.scss */
.fullwidthpane {
  margin-left: -100%;
  margin-right: -100%;
  background-color: #f4f4f4;
  padding: 20px;
  clear: both;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='30' viewBox='0 0 1000 120'%3E%3Cg fill='none' stroke='%23f9f9f9' stroke-width='3.6' %3E%3Cpath d='M-500 75c0 0 125-30 250-30S0 75 0 75s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 45c0 0 125-30 250-30S0 45 0 45s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 105c0 0 125-30 250-30S0 105 0 105s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 15c0 0 125-30 250-30S0 15 0 15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500-15c0 0 125-30 250-30S0-15 0-15s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3Cpath d='M-500 135c0 0 125-30 250-30S0 135 0 135s125 30 250 30s250-30 250-30s125-30 250-30s250 30 250 30s125 30 250 30s250-30 250-30'/%3E%3C/g%3E%3C/svg%3E");
}
/* line 1013, ../sass/global.base.scss */
.fullwidthpane .pane-content {
  margin: 0 auto;
  max-width: 1140px;
  text-align: center;
}
/* line 1019, ../sass/global.base.scss */
.fullwidthpane p {
  margin: 0px;
}

/* Custom line style 

background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpolygon fill='%23ced3de' points='1600 160 0 460 0 350 1600 50'/%3E%3Cpolygon fill='%239ea9bd' points='1600 260 0 560 0 450 1600 150'/%3E%3Cpolygon fill='%2370809e' points='1600 360 0 660 0 550 1600 250'/%3E%3Cpolygon fill='%23415a7f' points='1600 460 0 760 0 650 1600 350'/%3E%3Cpolygon fill='%23003761' points='1600 800 0 800 0 750 1600 450'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
background-position: center;
*/
/* line 1038, ../sass/global.base.scss */
.view-front-slider-royal {
  /* margin-left: -100%;
   margin-right: -100%;*/
}
/* line 1041, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider {
  background: transparent;
  width: 100% !important;
  min-height: 300px;
  height: 300px !important;
  overflow: hidden;
}
/* line 1048, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow {
  background: transparent;
}
/* line 1050, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent {
  /* kategory flip tag */

}
/* line 1052, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-1 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 20px;
  z-index: 9999;
}
/* line 1060, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-1 h3 {
  color: #003761;
  margin: 0px;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  padding: 2px 10px;
}
/* line 1068, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-1 .rs-date {
  font-size: small;
  background-color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  color: #003761;
  box-sizing: border-box;
  padding: 3px 10px;
}
/* line 1076, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-1 .rs-body {
  display: none;
}
/* line 1087, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-2 {
  position: absolute;
  top: 0px;
  left: 0px;
}
/* line 1091, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-2 .field-content {
  position: relative;
  color: #fff;
  background: #003761;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 20px;
}
/* line 1098, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsOverflow .rsContent .views-field-title-2 .field-content::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-left: 22px solid #003761;
  border-bottom: 20px solid transparent;
}
/* line 1111, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs {
  width: 300px;
}
/* line 1114, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb {
  width: 300px;
  height: 75px;
  background-color: #003761;
  border-bottom: 1px solid #0b2e4d;
  border-top: 1px solid #104573;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/* line 1124, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb.rsNavSelected {
  background-color: rgba(0, 0, 0, 0.6);
  background-color: #003761;
  background: #003761 url("../images/pin.png") center center repeat;
  background-blend-mode: hue;
}
/* line 1130, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb.rsNavSelected .thumbIco {
  /*border:1px solid #fff;*/
  border: none;
}
/* line 1135, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb .rstmb-inner {
  padding: 10px;
}
/* line 1137, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb .rstmb-inner h4 {
  margin: 0px;
  font-size: 1em;
  color: #ededed;
}
/* line 1142, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb .rstmb-inner a {
  position: absolute;
  bottom: 4px;
  right: 9px;
  font-size: 14px;
  z-index: 9999;
}
/* line 1148, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsContainer .rsThumb .rstmb-inner a:hover {
  color: #fff;
}
/* line 1156, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsArrow {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
/* line 1161, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider .rsThumbs .rsThumbsArrow:hover {
  background-color: #333;
}
/* line 1172, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider.rsFullscreen {
  height: 100% !important;
}
/* line 1176, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider.rsFullscreen .rsContent .views-field-title-1 h3 {
  font-size: 3.6em;
}
/* line 1179, ../sass/global.base.scss */
.view-front-slider-royal .royalSlider.rsFullscreen .rsContent .views-field-title-1 .rs-link {
  display: none;
}

/* Slider content - Presse */
/* line 1195, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider {
  width: 100% !important;
  height: 240px !important;
  background: transparent;
}
/* line 1199, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow {
  background: transparent;
}
/* line 1201, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer {
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
/* line 1206, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide {
  background: transparent;
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  -o-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
  opacity: 0.4;
}
/* line 1219, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide .rsContent .views-field-nothing {
  box-sizing: border-box;
  padding: 0 80px;
}
/* line 1223, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide .rsContent .views-field-nothing h3 {
  margin-bottom: 2px;
}
/* line 1227, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide .rsContent .views-field-nothing p {
  color: #003761;
}
/* line 1236, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide .rsImg {
  display: none;
}
/* line 1239, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsOverflow .rsContainer .rsSlide.rsActiveSlide {
  opacity: 1;
}
/* line 1245, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsNav {
  right: 0;
  left: 0;
  line-height: 40px;
}
/* line 1249, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsNav .rsNavItem {
  width: 26px;
  height: 18px;
}
/* line 1252, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsNav .rsNavItem span {
  width: 18px;
  height: 18px;
}
/* line 1257, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsNav .rsNavItem.rsNavSelected span {
  background: #003761;
}
/* line 1265, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsArrow.rsArrowLeft {
  right: auto;
  left: 50px;
  bottom: 55%;
}
/* line 1269, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsArrow.rsArrowLeft .rsArrowIcn {
  background: url("../images/arr-left.png");
  width: 67px;
  height: 73px;
}
/* line 1275, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsArrow.rsArrowRight {
  right: 50px;
  bottom: 55%;
}
/* line 1278, ../sass/global.base.scss */
.view-simpel-content-slider .views_slideshow_royalslider_main .royalSlider .rsArrow.rsArrowRight .rsArrowIcn {
  width: 67px;
  height: 73px;
  background: url("../images/arr-right.png");
}

/* Welcome text block */
/* line 1291, ../sass/global.base.scss */
.pane-block-24 h1 {
  margin-top: 0px;
}
/* line 1294, ../sass/global.base.scss */
.pane-block-24 p {
  font-size: 22px;
}
/* line 1297, ../sass/global.base.scss */
.pane-block-24 .wc-short {
  float: right;
  margin-right: 48px;
}

/* Quick Links -Frontpage */
/*.pane-menu-menu-quick-links {
    .pane-content {
        ul.menu {
            li.leaf {
                list-style-image: none;
                list-style-type:none;
                float: left;
                width: 50%;
                box-sizing: border-box;
                a {
                    
                }
                &:nth-child(3) {
                    clear:both;
                }
            }
        }  
        
    }
}*/
/* Content rows kalender / m├ªrkedage / Jobs */
/* line 1330, ../sass/global.base.scss */
.region-two-66-33-bottom .pane-style1 {
  width: 32.6%;
  float: left;
  margin: 3px;
}

/* line 1338, ../sass/global.base.scss */
.specialheader h2,
.pane-style1 h2 {
  color: #fff;
  background: #003761;
  box-sizing: border-box;
  padding: 8px 20px;
  position: relative;
}
/* line 1344, ../sass/global.base.scss */
.specialheader h2::before,
.pane-style1 h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-left: 22px solid #003761;
  border-bottom: 20px solid transparent;
}
/* line 1353, ../sass/global.base.scss */
.specialheader .pane-content,
.pane-style1 .pane-content {
  box-sizing: border-box;
  padding: 20px;
}
/* line 1358, ../sass/global.base.scss */
.specialheader .pane-content .view .view-content .views-row,
.pane-style1 .pane-content .view .view-content .views-row {
  margin-bottom: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dedede;
  min-height: 76px;
}
/* line 1364, ../sass/global.base.scss */
.specialheader .pane-content .view .view-content .views-row .views-field-field-dato-content .date-display-single,
.pane-style1 .pane-content .view .view-content .views-row .views-field-field-dato-content .date-display-single {
  font-size: small;
}
/* line 1369, ../sass/global.base.scss */
.specialheader .pane-content .view .view-content .views-row .views-field-title a,
.pane-style1 .pane-content .view .view-content .views-row .views-field-title a {
  font-size: larger;
  font-weight: bold;
}
/* line 1377, ../sass/global.base.scss */
.specialheader .pane-content .view .view-footer p,
.pane-style1 .pane-content .view .view-footer p {
  margin: 0px;
}
/* line 1380, ../sass/global.base.scss */
.specialheader .pane-content .view .view-footer .allstyle,
.pane-style1 .pane-content .view .view-footer .allstyle {
  display: block;
  text-align: center;
  font-size: small;
  position: relative;
}
/* line 1385, ../sass/global.base.scss */
.specialheader .pane-content .view .view-footer .allstyle::before,
.pane-style1 .pane-content .view .view-footer .allstyle::before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #eee;
  top: 10px;
  width: 30%;
  right: 0;
  margin-right: 20px;
}
/* line 1395, ../sass/global.base.scss */
.specialheader .pane-content .view .view-footer .allstyle::after,
.pane-style1 .pane-content .view .view-footer .allstyle::after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #eee;
  top: 10px;
  width: 30%;
  left: 0;
  margin-left: 20px;
}

/* Gelleri fullpage */
/* line 1416, ../sass/global.base.scss */
.view-oversigt-galleri .view-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 1423, ../sass/global.base.scss */
.panels-flexible-region-forside-overview {
  border-left: 1px solid #dedede;
}

/* line 1426, ../sass/global.base.scss */
.panels-flexible-region-forside-overview_right {
  border-left: 1px solid #dedede;
}

/* Full page - udgivelser */
/* Forside midt annonce */
/* line 1441, ../sass/global.base.scss */
.panels-flexible-region-forside-annonce .panel-pane {
  /*margin-left: -100%;
  margin-right: -100%;*/
  background-color: #f4f4f4;
  padding: 40px;
}
/* line 1446, ../sass/global.base.scss */
.panels-flexible-region-forside-annonce .panel-pane p {
  margin: 0px;
}

/* Top annonce */
/* line 1452, ../sass/global.base.scss */
#leaderboard-wrapper {
  background-color: #003761;
}

/* Genereal row spacing */
/* line 1459, ../sass/global.base.scss */
.panels-flexible-row {
  padding: 20px 0;
}

/* line 1462, ../sass/global.base.scss */
.panels-flexible-row-forside-1 {
  padding-bottom: 0;
}

/* Teaser block */
/* line 1468, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider {
  background: transparent;
  width: 100% !important;
  min-height: 640px;
  padding-bottom: 80px;
}
/* line 1473, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsOverflow {
  background: transparent;
}
/* line 1478, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsOverflow .rsContent .rsVideoContainer .html5-video-player {
  background: transparent;
}
/* line 1486, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsOverflow .rsContent .rsContent-content {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 320px;
  height: 100%;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1502, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsOverflow .rsContent .rsContent-content h3 {
  color: #003761;
  margin: 0.5em 0;
}
/* line 1507, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsOverflow .rsContent .rsContent-content p {
  display: inline-block;
  color: #003761;
  box-sizing: border-box;
  height: fit-content;
  text-transform: normal;
}
/* line 1518, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsThumbs {
  background: transparent;
  box-sizing: border-box;
  padding: 20px 0;
  width: 100%;
  height: 124px;
  overflow: hidden;
}
/* line 1526, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsThumbs .rsThumbsContainer .rsThumb {
  width: 200px;
  height: auto;
  /*background-color:#003761;*/
}
/* line 1531, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsThumbs .rsThumbsContainer .rsThumb img {
  mix-blend-mode: luminosity;
  filter: grayscale(1) contrast(1.3) brightness(1.1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
/* line 1540, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsThumbs .rsThumbsContainer .rsThumb img:hover {
  mix-blend-mode: normal;
  filter: grayscale(0) contrast(1) brightness(1);
}
/* line 1546, ../sass/global.base.scss */
.field-name-field-teaser-slider .royalSlider .rsThumbs .rsThumbsContainer .rsThumb.rsNavSelected img {
  mix-blend-mode: normal;
  filter: grayscale(0) contrast(1) brightness(1);
}

/* Page bund */
/* line 1561, ../sass/global.base.scss */
.pane-node-body .field-name-body {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #ddd;
  margin-top: 20px;
}

/* line 1570, ../sass/global.base.scss */
.panels-flexible-row-last {
  padding-bottom: 0px;
}

/* Fullwidth code

margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
 */
/* line 1579, ../sass/global.base.scss */
.pane-block-13 {
  margin-left: -100%;
  margin-right: -100%;
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 0;
}
/* line 1585, ../sass/global.base.scss */
.pane-block-13 p {
  margin: 0px;
}
/* line 1588, ../sass/global.base.scss */
.pane-block-13 .pane-content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
/* line 1592, ../sass/global.base.scss */
.pane-block-13 .pane-content table {
  border: none;
}
/* line 1594, ../sass/global.base.scss */
.pane-block-13 .pane-content table tbody {
  border: none;
}
/* line 1596, ../sass/global.base.scss */
.pane-block-13 .pane-content table tbody tr {
  border: none;
}

/* Median info - forside block */
/* line 1605, ../sass/global.base.scss */
.field-name-field-mediainfo {
  background: #fff;
  padding: 20px;
}

/* Galleri box */
/* line 1617, ../sass/global.base.scss */
.pane-front-seneste-galleri .pane-content {
  min-height: 280px;
  background-color: #fff;
  margin: 3px;
}
/* line 1623, ../sass/global.base.scss */
.pane-front-seneste-galleri .view-front-seneste-galleri .view-header {
  width: 52%;
  float: left;
  padding: 0px 10px 0px 0px;
}
/* line 1631, ../sass/global.base.scss */
.pane-front-seneste-galleri .view-front-seneste-galleri .view-content .views-row {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border: none !important;
}

/* Newsletter block */
/* line 1641, ../sass/global.base.scss */
.pane-block-8 .pane-content {
  min-height: 280px;
  margin: 3px;
  background-color: #fff;
}
/* line 1646, ../sass/global.base.scss */
.pane-block-8 .pane-content #mc-embedded-subscribe-form input#mce-EMAIL, .pane-block-8 .pane-content #mc-embedded-subscribe-form input#mce-FNAME {
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

/*content udgivelser*/
/* line 1657, ../sass/global.base.scss */
.section-udgivelser #content-wrapper .container {
  margin-top: 50px;
  margin-bottom: 60px;
}

/* Style overwrites */
/* line 1666, ../sass/global.base.scss */
#footer-wrapper, #header-wrapper {
  background-color: #003761;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg fill-opacity='0.05'%3E%3Cpath fill='%2302517e' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23046b9d' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%230588bd' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%2303a5dd' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%2300c3ff' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%236acfff' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%2398dbff' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23bee7ff' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23dff3ff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23ffffff' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

/* Footer overwrite */
/* line 1677, ../sass/global.base.scss */
#footer-wrapper .block-inner h2 {
  color: #003761;
  background: #fff;
  box-sizing: border-box;
  /*padding: 8px 20px;*/
  padding: 4px 10px;
  position: relative;
}
/* line 1684, ../sass/global.base.scss */
#footer-wrapper .block-inner h2::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0px;
  border-left: 22px solid #fff;
  border-bottom: 20px solid transparent;
}
/* line 1693, ../sass/global.base.scss */
#footer-wrapper .block-inner .block-content {
  padding: 0 20px;
}

/* Menu overwrite */
/* line 1705, ../sass/global.base.scss */
.mejerimenu {
  z-index: 99;
  margin: 0px;
}
/* line 1709, ../sass/global.base.scss */
.mejerimenu ul.nice-menu a {
  font-size: 18px;
  font-weight: 100;
}
/* line 1712, ../sass/global.base.scss */
.mejerimenu ul.nice-menu a a {
  font-size: 15px;
  font-weight: 300;
}

/* Search overwrite */
/* line 1721, ../sass/global.base.scss */
#header .search-form input {
  margin-top: 5px;
}

/* Reused old styles */
/* Pager style - (news) */
/* line 1738, ../sass/global.base.scss */
.view-oversigt-nyheder .item-list ul.pager {
  padding: 12px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 1748, ../sass/global.base.scss */
.view-oversigt-nyheder .item-list ul.pager li {
  padding: 8px 18px;
  background-color: #ddd;
  margin-right: 12px;
  border: 1px solid #dadada;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}

/* line 1759, ../sass/global.base.scss */
.view-oversigt-nyheder .item-list ul.pager li a {
  color: #2e2e2e;
}

/* line 1763, ../sass/global.base.scss */
.views-field-field-billede {
  float: left;
  padding-right: 12px;
  /*padding-bottom:12px;*/
}

/* line 1768, ../sass/global.base.scss */
.view-id-nyheder_side .highlighted {
  height: 120px;
}

/* line 1773, ../sass/global.base.scss */
.view .highlighted:first-child {
  border: none;
}

/* line 1776, ../sass/global.base.scss */
.view .highlighted img {
  margin: 6px 0;
}

/* line 1779, ../sass/global.base.scss */
.view .highlighted {
  position: relative;
}

/* line 1782, ../sass/global.base.scss */
.view .highlighted .views-field-title a, .view .highlighted .views-field-field-dato-content .field-content {
  line-height: 18px;
}

/* line 1785, ../sass/global.base.scss */
.view .highlighted .views-field-field-dato-content .field-content {
  font-size: 14px;
  font-weight: bolder;
  text-decoration: none;
}

/* line 1790, ../sass/global.base.scss */
.view .highlighted .views-field-field-dato-content {
  position: absolute;
  right: 0px;
  padding: 6px 12px;
  background-color: #fff;
  top: 18px;
}

/* Custom Tabs style - Drupal admin */
/* General - Form style */
/* Form styling */
/* line 1821, ../sass/global.base.scss */
form {
  /* Bootstrap reset*/
  /* Auto fill colors - Custom Chrome / Webkit hack*/
  /* Basic Form styles */
  /*@include input-placeholder {
  	color: $input_color;
    }*/
}
/* line 1826, ../sass/global.base.scss */
form .form-control:focus {
  outline: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
/* line 1832, ../sass/global.base.scss */
form .status-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 1838, ../sass/global.base.scss */
form .status-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 1844, ../sass/global.base.scss */
form input.form-submit {
  display: inline-block;
  width: auto;
  padding: 12px 18px;
  box-shadow: 0 0 4px 0px #ddd;
  font-weight: bold;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 1857, ../sass/global.base.scss */
form input.form-submit:hover::before {
  -moz-animation: shine 0.5s 0s linear;
  -webkit-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
/* line 1861, ../sass/global.base.scss */
form input.form-submit::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #888888;
  box-shadow: 0 0 15px 3px #888888;
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-webkit-keyframes autofill {
  to {
    /*color: $input_color;
    background: $input_color_bg;*/
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }
}
/* line 1902, ../sass/global.base.scss */
form input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
/* line 1909, ../sass/global.base.scss */
form button, form input, form select, form textarea {
  background-color: rgba(255, 255, 255, 0.8);
  color: #6a6c73;
}
/* line 1913, ../sass/global.base.scss */
form input {
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 1919, ../sass/global.base.scss */
form ::-webkit-input-placeholder {
  color: #6a6c73;
}
/* line 1923, ../sass/global.base.scss */
form ::-moz-placeholder {
  color: #6a6c73;
}
/* line 1927, ../sass/global.base.scss */
form ::-ms-placeholder {
  color: #6a6c73;
}
/* line 1931, ../sass/global.base.scss */
form ::placeholder {
  color: #6a6c73;
}
/* line 1934, ../sass/global.base.scss */
form input[type="text"], form input[type="password"], form input[type="number"], form input[type="email"] {
  color: #6a6c73;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  box-sizing: border-box;
  padding: 10px;
}
/* line 1946, ../sass/global.base.scss */
form input[type="text"].form-element, form input[type="password"].form-element, form input[type="number"].form-element, form input[type="email"].form-element {
  display: block;
  width: 100%;
  height: 34px;
  border: none;
}
/* line 1955, ../sass/global.base.scss */
form textarea {
  color: #6a6c73;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
/* line 1967, ../sass/global.base.scss */
form textarea.form-element {
  display: block;
  width: 100%;
  height: 120px;
  border: none;
}
/* line 1980, ../sass/global.base.scss */
form input:focus, form textarea:focus, form select:focus {
  outline: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
}
/* line 1988, ../sass/global.base.scss */
form input[type="checkbox"] {
  border: none;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: #f5f6f7;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
  color: #363945;
}
/* line 2000, ../sass/global.base.scss */
form input[type="checkbox"]:hover, form input[type="checkbox"]:checked {
  background: #ededed;
}
/* line 2006, ../sass/global.base.scss */
form input[type="checkbox"]:checked {
  background: #ededed;
}
/* line 2011, ../sass/global.base.scss */
form input[type="radio"] {
  border: none;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: #f5f6f7;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
  color: #363945;
  margin-top: -3px;
}
/* line 2023, ../sass/global.base.scss */
form input[type="radio"]:hover, form input[type="radio"]:checked {
  background: #ededed;
}
/* line 2029, ../sass/global.base.scss */
form input[type="radio"]:checked {
  background: #ededed;
}
/* line 2034, ../sass/global.base.scss */
form input[type="radio"]:focus {
  outline: 0;
}
/* line 2043, ../sass/global.base.scss */
form textarea {
  vertical-align: top;
  width: 100%;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 2053, ../sass/global.base.scss */
form select {
  width: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  background-color: #f5f6f7;
  border: 1px solid #ededed;
  display: inline-block;
  font: inherit;
  line-height: 1.8em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
/* line 2081, ../sass/global.base.scss */
form button {
  outline: none;
}

/* Form styles */
/* line 2095, ../sass/global.base.scss */
iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.field-item p iframe {
  height: 600px;
}

.field-item .view-header iframe {
  height: 480px;

}

/* line 2100, ../sass/global.base.scss */
input {
  display: block;
  width: 100%;
  border: 1px solid #ededed;
}
/* line 2104, ../sass/global.base.scss */
input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 2110, ../sass/global.base.scss */
input[type="checkbox"] {
  display: inline-block;
  width: 100%;
  height: 20px;
  width: 20px;
}

/* line 2116, ../sass/global.base.scss */
label {
  margin-bottom: 10px;
}
/* line 2118, ../sass/global.base.scss */
label.error {
  color: #fff;
  margin-left: 1.5em;
  background-color: #ff3111;
  font-size: 14px;
  padding: 4px;
  border-radius: 2px;
  float: right;
  margin-bottom: 0px;
  width: 100%;
}

/* line 2133, ../sass/global.base.scss */
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

/* line 2137, ../sass/global.base.scss */
input {
  border: 1px solid #ededed;
}

/* line 2141, ../sass/global.base.scss */
select {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 50%, #808080 50%), linear-gradient(135deg, #808080 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  /* styling */
  background-color: #f5f6f7;
  border: 1px solid #ededed;
  display: inline-block;
  font: inherit;
  line-height: 1.8em;
  padding: 0.5em 3.5em 0.5em 1em;
  /* reset */
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 13px;
}

/* line 2174, ../sass/global.base.scss */
select:focus {
  background-image: linear-gradient(45deg, #003761 50%, rgba(0, 0, 0, 0) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0) 50%, #003761 50%), linear-gradient(to right, #cccccc, #cccccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

/* line 2195, ../sass/global.base.scss */
input[type="text"] {
  padding: 10px;
  font-size: 16px;
}

/* line 2199, ../sass/global.base.scss */
textarea {
  height: 150px;
  font-size: 16px;
}

/* line 2205, ../sass/global.base.scss */
input[type="checkbox"] {
  border: none;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: #f5f6f7;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
  color: #363945;
}
/* line 2217, ../sass/global.base.scss */
input[type="checkbox"]:hover, input[type="checkbox"]:checked {
  background: #ededed;
}
/* line 2223, ../sass/global.base.scss */
input[type="checkbox"]:checked {
  background: #ededed;
}

/* line 2228, ../sass/global.base.scss */
input[type="radio"] {
  border: none;
  margin-right: 6px;
  width: 18px;
  height: 18px;
  background: #f5f6f7;
  border-radius: 50%;
  transition: .4s;
  cursor: pointer;
  color: #363945;
  margin-top: -3px;
}
/* line 2240, ../sass/global.base.scss */
input[type="radio"]:hover, input[type="radio"]:checked {
  background: #ededed;
}
/* line 2246, ../sass/global.base.scss */
input[type="radio"]:checked {
  background: #ededed;
}
/* line 2251, ../sass/global.base.scss */
input[type="radio"]:focus {
  outline: 0;
}

/* Search in menu toggle */
/* line 2257, ../sass/global.base.scss */
.region-header .search-form {
  width: 15px;
  height: 56px;
}
.search-toggle {
  position: absolute;
  right: 0px;
  top: -6px;
  /* margin-top: -56px; */
  background: url(../images/search.png) no-repeat scroll center center transparent;
  width: 33px;
  height: 56px;
  background-size: 30px;
  color: #d86838;
  cursor: pointer;
}

/* line 2270, ../sass/global.base.scss */
.search-form-block-wrapper {
  display: none;
  visibility: hidden;
  overflow: visible !important;
  position: absolute;
  width: 240px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: -50px;
  box-shadow: 2px 4px 4px 0px #ddd;
  padding: 0 10px;
  border-radius: 3px;
  border: 1px solid #f1f1f1;
  padding-top: 11px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  border-top: 6px solid #ef8823;
}

/* Search Header block */
/* line 2298, ../sass/global.base.scss */
#block-nice-menus-3 {
  padding-right: 10px;
}

/* line 2301, ../sass/global.base.scss */
#header-wrapper #navigation-wrapper {
  margin-right: 35px;
}

/* line 2304, ../sass/global.base.scss */
#block-search-form {
  display: block;
  float: right;
  margin: 0px;
}

/* line 2310, ../sass/global.base.scss */
#block-search-form .form-actions {
  display: none !important;
}

/* line 2313, ../sass/global.base.scss */
#header-wrapper .search-toggle {
  /*display: none; /*Hidden on small touch*/
  position: absolute;
  right: 0px;
  top: -6px;
  /* margin-top: -56px;*/
  background: url("../images/search.png") no-repeat scroll center center transparent;
  width: 33px;
  height: 56px;
  background-size: 30px;
  color: #d86838;
  cursor: pointer;
}

/* line 2326, ../sass/global.base.scss */
#header-wrapper.open .search-form-block-wrapper {
  /*display: block;*/
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

/* line 2332, ../sass/global.base.scss */
#header-wrapper .search-form-block-wrapper {
  /*display: none;*/
  visibility: hidden;
  overflow: visible !important;
  position: absolute;
  width: 240px;
  background: #fff;
  z-index: 999;
  right: 0;
  top: 50px;
  box-shadow: 2px 4px 4px 0px #666;
  padding: 0 10px;
  border-radius: 3px;
  padding-top: 11px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  border-top: 6px solid #f8a73d;
}

/* line 2356, ../sass/global.base.scss */
#header-wrapper .search-toggle {
  color: #d86838;
  cursor: pointer;
}

/* line 2360, ../sass/global.base.scss */
#search-block-form {
  position: relative;
}

/* line 2363, ../sass/global.base.scss */
#search-block-form input[name="search_block_form"] {
  width: 218px;
  padding: 10px;
  font-size: 11px;
  line-height: 11px;
}

/* line 2369, ../sass/global.base.scss */
#search-block-form input[name="search_block_form"]:hover {
  border: 1px solid #f8a73d !important;
  background: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 2378, ../sass/global.base.scss */
.search-form-block-wrapper:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #f8a73d;
  -webkit-transition: -webkit-transform 0.5s linear;
  -moz-transition: -moz-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 94%;
  top: -10px;
  margin-left: -5px;
}

/* Search Header block end*/

/*# sourceMappingURL=global.base.css.map */
