/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: yellow;
  color: black;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 767px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .sm-12, .md-12, .lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.xs-1, .xs-2, .xs-3, .xs-4, .xs-5, .xs-6, .xs-7, .xs-8, .xs-9, .xs-10, .xs-11, .xs-12 {
  float: left;
}
.xs-12 {
  width: 100%;
}
.xs-11 {
  width: 91.666666667%;
}
.xs-10 {
  width: 83.333333333%;
}
.xs-9 {
  width: 75%;
}
.xs-8 {
  width: 66.666666667%;
}
.xs-7 {
  width: 58.333333333%;
}
.xs-6 {
  width: 50%;
}
.xs-5 {
  width: 41.666666667%;
}
.xs-4 {
  width: 33.333333333%;
}
.xs-3 {
  width: 25%;
}
.xs-2 {
  width: 16.666666667%;
}
.xs-1 {
  width: 8.333333333%;
}
.xs-pull-12 {
  right: 100%;
}
.xs-pull-11 {
  right: 91.666666667%;
}
.xs-pull-10 {
  right: 83.333333333%;
}
.xs-pull-9 {
  right: 75%;
}
.xs-pull-8 {
  right: 66.666666667%;
}
.xs-pull-7 {
  right: 58.333333333%;
}
.xs-pull-6 {
  right: 50%;
}
.xs-pull-5 {
  right: 41.666666667%;
}
.xs-pull-4 {
  right: 33.333333333%;
}
.xs-pull-3 {
  right: 25%;
}
.xs-pull-2 {
  right: 16.666666667%;
}
.xs-pull-1 {
  right: 8.333333333%;
}
.xs-pull-0 {
  right: 0%;
}
.xs-push-12 {
  left: 100%;
}
.xs-push-11 {
  left: 91.666666667%;
}
.xs-push-10 {
  left: 83.333333333%;
}
.xs-push-9 {
  left: 75%;
}
.xs-push-8 {
  left: 66.666666667%;
}
.xs-push-7 {
  left: 58.333333333%;
}
.xs-push-6 {
  left: 50%;
}
.xs-push-5 {
  left: 41.666666667%;
}
.xs-push-4 {
  left: 33.333333333%;
}
.xs-push-3 {
  left: 25%;
}
.xs-push-2 {
  left: 16.666666667%;
}
.xs-push-1 {
  left: 8.333333333%;
}
.xs-push-0 {
  left: 0%;
}
.xs-offset-12 {
  margin-left: 100%;
}
.xs-offset-11 {
  margin-left: 91.666666667%;
}
.xs-offset-10 {
  margin-left: 83.333333333%;
}
.xs-offset-9 {
  margin-left: 75%;
}
.xs-offset-8 {
  margin-left: 66.666666667%;
}
.xs-offset-7 {
  margin-left: 58.333333333%;
}
.xs-offset-6 {
  margin-left: 50%;
}
.xs-offset-5 {
  margin-left: 41.666666667%;
}
.xs-offset-4 {
  margin-left: 33.333333333%;
}
.xs-offset-3 {
  margin-left: 25%;
}
.xs-offset-2 {
  margin-left: 16.666666667%;
}
.xs-offset-1 {
  margin-left: 8.333333333%;
}
.xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 767px) {
  .sm-1, .sm-2, .sm-3, .sm-4, .sm-5, .sm-6, .sm-7, .sm-8, .sm-9, .sm-10, .sm-11, .sm-12 {
    float: left;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-11 {
    width: 91.666666667%;
  }
  .sm-10 {
    width: 83.333333333%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-8 {
    width: 66.666666667%;
  }
  .sm-7 {
    width: 58.333333333%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-5 {
    width: 41.666666667%;
  }
  .sm-4 {
    width: 33.333333333%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-2 {
    width: 16.666666667%;
  }
  .sm-1 {
    width: 8.333333333%;
  }
  .sm-pull-12 {
    right: 100%;
  }
  .sm-pull-11 {
    right: 91.666666667%;
  }
  .sm-pull-10 {
    right: 83.333333333%;
  }
  .sm-pull-9 {
    right: 75%;
  }
  .sm-pull-8 {
    right: 66.666666667%;
  }
  .sm-pull-7 {
    right: 58.333333333%;
  }
  .sm-pull-6 {
    right: 50%;
  }
  .sm-pull-5 {
    right: 41.666666667%;
  }
  .sm-pull-4 {
    right: 33.333333333%;
  }
  .sm-pull-3 {
    right: 25%;
  }
  .sm-pull-2 {
    right: 16.666666667%;
  }
  .sm-pull-1 {
    right: 8.333333333%;
  }
  .sm-pull-0 {
    right: 0%;
  }
  .sm-push-12 {
    left: 100%;
  }
  .sm-push-11 {
    left: 91.666666667%;
  }
  .sm-push-10 {
    left: 83.333333333%;
  }
  .sm-push-9 {
    left: 75%;
  }
  .sm-push-8 {
    left: 66.666666667%;
  }
  .sm-push-7 {
    left: 58.333333333%;
  }
  .sm-push-6 {
    left: 50%;
  }
  .sm-push-5 {
    left: 41.666666667%;
  }
  .sm-push-4 {
    left: 33.333333333%;
  }
  .sm-push-3 {
    left: 25%;
  }
  .sm-push-2 {
    left: 16.666666667%;
  }
  .sm-push-1 {
    left: 8.333333333%;
  }
  .sm-push-0 {
    left: 0%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
  .sm-offset-11 {
    margin-left: 91.666666667%;
  }
  .sm-offset-10 {
    margin-left: 83.333333333%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-8 {
    margin-left: 66.666666667%;
  }
  .sm-offset-7 {
    margin-left: 58.333333333%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-5 {
    margin-left: 41.666666667%;
  }
  .sm-offset-4 {
    margin-left: 33.333333333%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-2 {
    margin-left: 16.666666667%;
  }
  .sm-offset-1 {
    margin-left: 8.333333333%;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .md-1, .md-2, .md-3, .md-4, .md-5, .md-6, .md-7, .md-8, .md-9, .md-10, .md-11, .md-12 {
    float: left;
  }
  .md-12 {
    width: 100%;
  }
  .md-11 {
    width: 91.666666667%;
  }
  .md-10 {
    width: 83.333333333%;
  }
  .md-9 {
    width: 75%;
  }
  .md-8 {
    width: 66.666666667%;
  }
  .md-7 {
    width: 58.333333333%;
  }
  .md-6 {
    width: 50%;
  }
  .md-5 {
    width: 41.666666667%;
  }
  .md-4 {
    width: 33.333333333%;
  }
  .md-3 {
    width: 25%;
  }
  .md-2 {
    width: 16.666666667%;
  }
  .md-1 {
    width: 8.333333333%;
  }
  .md-pull-12 {
    right: 100%;
  }
  .md-pull-11 {
    right: 91.666666667%;
  }
  .md-pull-10 {
    right: 83.333333333%;
  }
  .md-pull-9 {
    right: 75%;
  }
  .md-pull-8 {
    right: 66.666666667%;
  }
  .md-pull-7 {
    right: 58.333333333%;
  }
  .md-pull-6 {
    right: 50%;
  }
  .md-pull-5 {
    right: 41.666666667%;
  }
  .md-pull-4 {
    right: 33.333333333%;
  }
  .md-pull-3 {
    right: 25%;
  }
  .md-pull-2 {
    right: 16.666666667%;
  }
  .md-pull-1 {
    right: 8.333333333%;
  }
  .md-pull-0 {
    right: 0%;
  }
  .md-push-12 {
    left: 100%;
  }
  .md-push-11 {
    left: 91.666666667%;
  }
  .md-push-10 {
    left: 83.333333333%;
  }
  .md-push-9 {
    left: 75%;
  }
  .md-push-8 {
    left: 66.666666667%;
  }
  .md-push-7 {
    left: 58.333333333%;
  }
  .md-push-6 {
    left: 50%;
  }
  .md-push-5 {
    left: 41.666666667%;
  }
  .md-push-4 {
    left: 33.333333333%;
  }
  .md-push-3 {
    left: 25%;
  }
  .md-push-2 {
    left: 16.666666667%;
  }
  .md-push-1 {
    left: 8.333333333%;
  }
  .md-push-0 {
    left: 0%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
  .md-offset-11 {
    margin-left: 91.666666667%;
  }
  .md-offset-10 {
    margin-left: 83.333333333%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-8 {
    margin-left: 66.666666667%;
  }
  .md-offset-7 {
    margin-left: 58.333333333%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-5 {
    margin-left: 41.666666667%;
  }
  .md-offset-4 {
    margin-left: 33.333333333%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-2 {
    margin-left: 16.666666667%;
  }
  .md-offset-1 {
    margin-left: 8.333333333%;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .lg-1, .lg-2, .lg-3, .lg-4, .lg-5, .lg-6, .lg-7, .lg-8, .lg-9, .lg-10, .lg-11, .lg-12 {
    float: left;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-11 {
    width: 91.666666667%;
  }
  .lg-10 {
    width: 83.333333333%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-8 {
    width: 66.666666667%;
  }
  .lg-7 {
    width: 58.333333333%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-5 {
    width: 41.666666667%;
  }
  .lg-4 {
    width: 33.333333333%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-2 {
    width: 16.666666667%;
  }
  .lg-1 {
    width: 8.333333333%;
  }
  .lg-pull-12 {
    right: 100%;
  }
  .lg-pull-11 {
    right: 91.666666667%;
  }
  .lg-pull-10 {
    right: 83.333333333%;
  }
  .lg-pull-9 {
    right: 75%;
  }
  .lg-pull-8 {
    right: 66.666666667%;
  }
  .lg-pull-7 {
    right: 58.333333333%;
  }
  .lg-pull-6 {
    right: 50%;
  }
  .lg-pull-5 {
    right: 41.666666667%;
  }
  .lg-pull-4 {
    right: 33.333333333%;
  }
  .lg-pull-3 {
    right: 25%;
  }
  .lg-pull-2 {
    right: 16.666666667%;
  }
  .lg-pull-1 {
    right: 8.333333333%;
  }
  .lg-pull-0 {
    right: 0%;
  }
  .lg-push-12 {
    left: 100%;
  }
  .lg-push-11 {
    left: 91.666666667%;
  }
  .lg-push-10 {
    left: 83.333333333%;
  }
  .lg-push-9 {
    left: 75%;
  }
  .lg-push-8 {
    left: 66.666666667%;
  }
  .lg-push-7 {
    left: 58.333333333%;
  }
  .lg-push-6 {
    left: 50%;
  }
  .lg-push-5 {
    left: 41.666666667%;
  }
  .lg-push-4 {
    left: 33.333333333%;
  }
  .lg-push-3 {
    left: 25%;
  }
  .lg-push-2 {
    left: 16.666666667%;
  }
  .lg-push-1 {
    left: 8.333333333%;
  }
  .lg-push-0 {
    left: 0%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
  .lg-offset-11 {
    margin-left: 91.666666667%;
  }
  .lg-offset-10 {
    margin-left: 83.333333333%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-8 {
    margin-left: 66.666666667%;
  }
  .lg-offset-7 {
    margin-left: 58.333333333%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-5 {
    margin-left: 41.666666667%;
  }
  .lg-offset-4 {
    margin-left: 33.333333333%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-2 {
    margin-left: 16.666666667%;
  }
  .lg-offset-1 {
    margin-left: 8.333333333%;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
}
form.form-layout .indicator {
  color: red;
  float: none !important;
  display: inline !important;
}
form.form-layout label {
  padding: 0;
}
form.form-layout .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
  min-width: 49%;
}
form.form-layout .form-group {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-size: 14px;
  /*Shared Styling  ------------ */

  /*Specific Styling ------------ */

  /* Styling for form errors
		----------------------------------------------------*/

}
form.form-layout .form-group span {
  display: block;
  float: left;
  padding: 4px 8px 0 0;
  margin-bottom: 4px;
}
form.form-layout .form-group input,
form.form-layout .form-group textarea,
form.form-layout .form-group select,
form.form-layout .form-group input[type="radio"],
form.form-layout .form-group input[type="checkbox"] {
  max-width: 100%;
  padding: 8px;
  border: 0;
}
form.form-layout .form-group select {
  padding-left: 4px;
}
form.form-layout .form-group input[type="radio"],
form.form-layout .form-group input[type="checkbox"] {
  margin-top: 6px;
  min-width: 16px;
  /*height: 16px;*/

}
form.form-layout .form-group.error span.group-text {
  color: red;
}
form.form-layout .form-group.error span.error-message {
  display: block;
  float: right;
  width: 100%;
  color: red;
}
form.form-layout .form-group.error span.error-message .field-validation-error {
  color: red;
}
form.form-layout .form-group.error input {
  border-color: red;
}
form.form-layout .form-group.error input.input-validation-error {
  border-color: red;
}
form.form-layout.text-above input[type="text"],
form.form-layout .form-group.text-above input[type="text"],
form.form-layout.text-above textarea,
form.form-layout .form-group.text-above textarea,
form.form-layout.text-above select,
form.form-layout .form-group.text-above select {
  /*width: 100%;*/
  float: left;
}
.pagination {
  display: inline-block;
  padding-left: 0 !important;
  margin: 10px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 15px;
  text-decoration: none;
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #555555;
  background-color: #dddddd;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #1b597a;
  border-color: #555555;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #737373;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}
/*// Large
.pagination-lg {
  .pagination-size(@padding-large-vertical; @padding-large-horizontal; @font-size-large; @border-radius-large);
}

// Small
.pagination-sm {
  .pagination-size(@padding-small-vertical; @padding-small-horizontal; @font-size-small; @border-radius-small);
}*/


@font-face {
  font-family: 'sofia_prolight';
  src: url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.eot?cachebusting=1');
  src: url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.woff2') format('woff2'), url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.woff') format('woff'), url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.ttf') format('truetype'), url('../fonts/sofiapro_light_macroman/sofiapro-light-webfont.svg#sofia_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sofia_proregular';
  src: url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.eot?cachebusting=1');
  src: url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.woff2') format('woff2'), url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.woff') format('woff'), url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.ttf') format('truetype'), url('../fonts/sofiapro_regular_macroman/sofiapro-regular-webfont.svg#sofia_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sofia_probold';
  src: url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.eot?cachebusting=1');
  src: url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.woff2') format('woff2'), url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.woff') format('woff'), url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.ttf') format('truetype'), url('../fonts/sofiapro_bold_macroman/sofiapro-bold-webfont.svg#sofia_prolight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PatrickHand-Regular";
  src: url("../fonts/patrickHand/PatrickHand-Regular.eot");
  src: url("../fonts/patrickHand/PatrickHand-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/patrickHand/PatrickHand-Regular.otf") format("opentype"), url("../fonts/patrickHand/PatrickHand-Regular.svg") format("svg"), url("../fonts/patrickHand/PatrickHand-Regular.ttf") format("truetype"), url("../fonts/patrickHand/PatrickHand-Regular.woff") format("woff"), url("../fonts/patrickHand/PatrickHand-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  overflow-x: hidden;
}
html,
body {
  font-family: 'sofia_proregular', Verdana, Geneva, Tahoma, sans-serif;
  width: 100%;
  height: 100%;
  color: #14475d;
  font-size: 16px;
}
@media print {
  html,
  body {
    display: inline;
  }
}
body {
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: white;
  background-position: center top;
  background-repeat: no-repeat;
  scroll-behavior: smooth;
  max-width: 100vw;
  line-height: 1.6em;
}
@media (min-width: 1720px) {
  .container {
    width: 1565px;
  }
}
.no-margin {
  margin: 0 !important;
}
/* TYPOGRAFI
-------------------------------------------------*/

.headline {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_probold', 'Trebuchet MS';
  line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  margin: 0 0 10px 0;
  font-weight: normal;
  font-family: 'sofia_probold', 'Trebuchet MS';
  line-height: 1.3em;
}
h1 {
  font-size: 55px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
    word-break: break-word;
  }
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 28px;
}
h5 {
  font-size: 24px;
}
h6 {
  font-size: 20px;
}
p,
a,
span,
input,
textarea,
b,
strong,
li {
  font-size: 16px;
}
p,
span {
  line-height: 1.6em;
}
a {
  color: #14475d;
  text-decoration: none;
}
a:hover {
  color: #003349;
  text-decoration: underline;
}
.text-page-content a {
  color: #0645ad;
}
blockquote {
  color: #1b597a;
  padding-left: 15px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_proregular';
  line-height: 20px;
  font-size: 18px;
}
blockquote p,
blockquote span {
  display: inline-block;
  margin: 0 !important;
  width: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_proregular';
  line-height: 20px;
  font-size: 18px;
}
blockquote:before {
  display: inline-block;
  content: '“';
  height: 100%;
  margin-right: 2px;
  position: absolute;
  left: 0px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_proregular';
  line-height: 20px;
  font-size: 18px;
}
blockquote:after {
  display: inline-block;
  content: '„';
  position: absolute;
  bottom: 10px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_proregular';
  line-height: 20px;
  font-size: 18px;
  /*right: 0;*/

}
.formcontrol,
form.form-layout .form-group .formcontrol {
  border: #1b597a 1px solid;
  padding: 5px;
  outline: none;
  width: 270px;
}
.formcontrol.big,
form.form-layout .form-group .formcontrol.big {
  padding: 10px;
}
.colored-circle {
  position: relative;
  display: block;
  float: left;
  -khtml-border-radius: 5em;
  -moz-border-radius: 5em;
  -webkit-border-radius: 5em;
  border-radius: 5em;
}
.colored-circle > * {
  border-radius: 4em;
}
.colored-circle i {
  position: absolute;
}
.colored-circle.primary {
  background-color: #1b597a;
  color: white;
}
.colored-circle.secondary {
  background-color: #49851f;
  color: white;
}
.colored-circle.light {
  background-color: white;
}
.colored-circle.xtra-large {
  font-size: 32px;
  height: 32px;
  width: 32px;
  margin-top: 6px;
  margin-right: 5px;
}
.colored-circle.xtra-large i.icon-arrow-right {
  top: 0.4px;
  left: 2px;
}
.colored-circle.xtra-large i.icon-arrow-left {
  top: 1px;
  left: -1px;
}
.colored-circle.xtra-large i.icon-arrow-down {
  top: 2px;
  left: 0.9px;
}
.colored-circle.large {
  font-size: 26px;
  height: 26px;
  width: 26px;
  margin-top: 5px;
  margin-right: 5px;
}
.colored-circle.large.icon-arrow-right::before {
  margin-left: 5%;
}
.colored-circle.large.icon-arrow-down {
  padding-top: 1px;
}
.colored-circle.medium {
  font-size: 20px;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  margin-top: -1px;
}
.colored-circle.medium.icon-arrow-right::before {
  margin-left: 4%;
}
.colored-circle.medium.icon-arrow-right {
  left: 1px;
}
.colored-circle.medium.icon-arrow-down {
  padding-top: 1px;
}
.colored-circle.small {
  font-size: 14px;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  margin-top: 2px;
}
.colored-circle.small.icon-arrow-right::before {
  margin-left: 1%;
}
.colored-circle.small i.icon-arrow-right {
  left: 1px;
}
.colored-circle.small i.icon-arrow-left {
  top: 1.57px;
  left: 1.5px;
}
.colored-circle.small i.icon-arrow-down {
  top: 2px;
  left: 1.5px;
}
.kicon.small {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.kicon.small.kicon-pil {
  top: 1px;
}
.kicon.medium {
  font-size: 22px;
  position: relative;
  top: 4px;
}
.kicon.medium.kicon-pil {
  top: 0px;
}
.kicon.large {
  font-size: 32px;
  position: relative;
  top: 3px;
}
.kicon.light {
  color: white;
}
.kicon--link:hover {
  text-decoration: none;
}
/* BASIC SETUP
-------------------------------------------------*/

.brand-color {
  color: #1b838d;
}
.primary-color {
  color: #1b597a;
}
.primary-font-color {
  color: #2a7fac;
}
.primary-bg {
  background-color: #1b597a;
}
.primary-bg-light {
  background-color: #2a7fac;
}
.primary-border {
  border-color: #1b597a;
}
.primary-border-light {
  border-color: #2a7fac;
}
.secondary-bg {
  color: white;
}
.secondary-color {
  color: #49851f;
}
.secondary-font-color {
  color: white;
}
.white-color {
  color: white;
}
.container {
  padding-top: 10px;
  padding-bottom: 50px;
}
.site-container {
  padding-bottom: 0px;
  padding-top: 0px;
}
.row {
  margin-bottom: 20px;
}
.row.less-margin-bottom {
  margin-bottom: 25px;
}
.row.no-margin-bottom {
  margin-bottom: 0px;
}
/* TOP LOGO BAR
-------------------------------------------------*/

.top-logo-bar {
  width: 100%;
  height: 40px;
  background-color: #555555;
}
.top-logo-bar .container {
  padding-top: 0;
}
.top-logo-bar a {
  display: block;
  color: white !important;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
.top-logo-bar a:hover {
  color: white !important;
  text-decoration: none !important;
}
.top-logo-bar a img,
.top-logo-bar a .site-name {
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 15px;
}
.top-logo-bar a .site-name {
  font-size: 25px;
  height: 100%;
  display: block;
  float: left;
}
/* HEADER
-------------------------------------------------*/

.header-container {
  padding-top: 15px;
  position: relative;
}
.header-container:before,
.header-container:after {
  content: "";
  background: inherit;
  position: absolute;
  height: 100%;
  top: 0px;
}
.header-container:before {
  width: 1000px;
  margin-left: -1000px;
}
.header-container:after {
  width: 1000px;
  right: 0px;
  margin-right: -1000px;
}
.quick-links-container {
  padding: 0;
  padding-right: 15px;
}
.quick-links-container .quick-links {
  padding: 0;
  width: 100%;
}
.quick-links-container .quick-links li {
  display: inline-block;
  list-style: none;
  font-size: 17px;
  color: white;
}
.quick-links-container .quick-links li a {
  font-size: 17px;
  font-family: 'sofia_prolight';
  color: white;
}
.quick-links-container .quick-links li .show-seperators {
  display: inline-block;
  position: relative;
}
.quick-links-container .quick-links li .show-seperators:after {
  content: "|";
  display: inline-block;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
}
.quick-links-container .quick-links li .show-seperators--translate:after {
  display: none;
}
.quick-links-container .quick-links li .show-seperators--translate:before {
  content: "|";
  display: inline-block;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}
.site-logo a {
  color: white;
}
.site-logo a .top-logo {
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-family: 'sofia_probold', 'Trebuchet MS';
  line-height: 100%;
  font-size: 40px;
  font-style: italic;
}
.site-logo a:hover {
  text-decoration: none;
  color: #14475d;
}
/* TOP ACTIONS WITH SEARCH AND SELFSERVICE LINK
-------------------------------------------------*/

.top-actions {
  margin-bottom: 0px;
}
.top-actions div {
  position: relative;
  margin-bottom: 12px;
}
.top-actions .selfservice-link {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  position: relative;
  float: right;
  width: 100%;
  padding: 16px 24px;
  background-color: #49851f;
  font-size: 20px;
}
.top-actions .selfservice-link a {
  display: block;
  color: white;
}
.top-actions .selfservice-link a:hover {
  color: white !important;
}
.top-actions .selfservice-link .left-button {
  float: left;
  color: white;
  font-size: 24px;
}
.top-actions .selfservice-link .left-button .service {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-actions .selfservice-link .selfservice-link-text {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  line-height: 1.45em;
  margin-left: 40px;
  color: white;
  font-size: 24px;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_probold', 'Trebuchet MS';
}
.search-field {
  position: relative;
  width: 100%;
}
.search-field input {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  padding: 18.5px 24px;
  padding-right: 130px;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: white;
  color: #1b597a !important;
  font-size: 20px;
}
.search-field input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1b597a;
}
.search-field input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1b597a;
}
.search-field input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1b597a;
}
.search-field input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1b597a;
}
.search-field input:focus,
.search-field input:hover {
  outline: none;
  border: none;
  box-shadow: 0 5px 15px rgba(24, 24, 24, 0.35);
}
.search-field .search-button {
  position: absolute;
  top: 50%;
  right: 15px;
  height: 100%;
  border: 0;
  background: none;
  color: white;
  text-align: center;
  font-size: 24px;
  transform: translateY(-50%);
  padding: 0px 10px 0 10px;
  color: #1b597a;
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
  font-family: 'sofia_probold', 'Trebuchet MS';
}
.search-field .search-icon-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 0;
  width: 50px;
  height: 100%;
  border: 0;
  background: #2b2b2b url(/Images/Icons/search-icon.png) 12px no-repeat;
  color: white;
  text-align: center;
  cursor: pointer;
}
.search-field.mobile-search-field {
  height: 51px;
  width: 50px;
}
.search-field.mobile-search-field .search-icon-button {
  height: 50px !important;
}
.search-field.mobile-search-field input {
  display: none;
  padding-right: 60px;
}
.slideshow {
  margin-bottom: 40px;
  position: relative;
}
.slideshow > div {
  background: white;
}
.slideshow .slide-image {
  width: 100%;
  height: auto !important;
}
@media (max-width: 991px) {
  .slideshow .slide-image {
    width: 100%;
    height: auto !important;
  }
}
.slideshow .slide-link {
  position: relative;
  color: #2a7fac;
  font-size: 19px;
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
}
.slideshow .slide-link:before {
  font-family: 'kicomoon' !important;
  content: "\e901";
}
.slideshow .slide-link:before {
  position: relative;
  left: 0px;
  display: inline-block;
  padding-right: 10px;
}
.slideshow .slide-text {
  position: relative;
  z-index: 5;
  background-color: white;
  color: #14475d !important;
  padding-top: 30px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .slideshow .slide-text {
    position: relative;
    padding-left: 0px;
    top: 0px;
  }
}
.slideshow .slide-text h1 {
  line-height: 1em;
  margin-bottom: 15px;
  word-break: break-word;
}
@media (max-width: 767px) {
  .slideshow .slide-text h1 {
    font-size: 24px;
  }
}
.slideshow .slide-text p,
.slideshow .slide-text__inner {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 22px;
}
@media (max-width: 767px) {
  .slideshow .slide-text p,
  .slideshow .slide-text__inner {
    font-size: 17px;
  }
}
.slideshow .slide-text p span,
.slideshow .slide-text__inner span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .slideshow .slide-text p span,
  .slideshow .slide-text__inner span {
    font-size: 17px;
  }
}
.slideshow .slide-text__inner {
  margin-bottom: 30px;
}
.slideshow .slide-text .slider-link {
  float: right;
}
.slideshow .slide-text:hover,
.slideshow .slide-text:focus {
  text-decoration: none;
}
.slideshow .slide-text:hover p,
.slideshow .slide-text:focus p {
  text-decoration: none !important;
}
.slideshow .slide-text:hover .slide-link,
.slideshow .slide-text:focus .slide-link {
  transform: translateX(7.5px);
  text-decoration: underline;
}
.slideshow .owl-controls {
  right: 0px;
  z-index: 2;
  position: absolute;
  margin: 0;
  top: 0px;
  padding: 20px;
  background: none;
  /*@media (max-width: @screen-sm-max) {
            bottom: 200px;
        }*/

}
.slideshow .owl-controls .owl-pagination {
  margin-top: 13px;
  float: left;
}
@media (max-width: 766px) {
  .slideshow .owl-controls .owl-pagination .owl-page {
    zoom: 0.80;
  }
}
.slideshow .owl-controls .owl-pagination .owl-page > span {
  display: block;
  margin-left: 10px !important;
  width: 16px !important;
  height: 16px !important;
  opacity: 1 !important;
  border-width: 2px !important;
  border-style: solid;
  border-color: transparent;
  border-radius: 20px;
  background-color: #1b597a !important;
  color: #1b597a !important;
  text-align: center;
}
.slideshow .owl-controls .owl-pagination .owl-page > span:hover {
  background-color: #2a7fac !important;
  color: #2a7fac !important;
}
.slideshow .owl-controls .owl-pagination .owl-page.active > span {
  border-color: #1b597a !important;
  background-color: transparent !important;
  color: transparent !important;
}
.slideshow .owl-wrapper-outer {
  height: 100% !important;
}
.slideshow .owl-wrapper-outer .owl-item a {
  position: relative;
  display: block;
}
.slideshow-controls__wrapper {
  position: absolute;
  top: 0px;
  z-index: 1;
  width: calc(100% - 30px);
}
.slideshow-controls__wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.slideshow-controls {
  position: absolute;
  right: 30px;
  margin-top: -60px;
}
.slideshow-controls .owl-play.active,
.slideshow-controls .owl-pause.active {
  display: none;
}
@media (max-width: 766px) {
  .slideshow-controls .owl-play,
  .slideshow-controls .owl-pause {
    zoom: 0.80;
  }
}
.slideshow-controls span {
  cursor: pointer;
  display: block;
  float: left;
  width: 36px;
}
.slideshow-controls span > i {
  font-size: 35px;
}
.frontpage-news {
  position: relative;
  float: left;
  padding: 10px;
  width: 100%;
  background: #e6e6e6;
  margin-bottom: 80px;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {
  .frontpage-news {
    margin-left: -80px;
    margin-right: -80px;
    width: calc(100% + 160px);
  }
  .frontpage-news .frontpage-news__inner {
    margin-left: 80px;
    margin-right: 80px;
  }
  .frontpage-news .news-headline {
    padding-left: 0px;
    padding-right: 0px;
  }
  .frontpage-news .news-item--container {
    margin-left: -30px;
    margin-right: -30px;
  }
  .frontpage-news .news-item--container > div {
    padding-left: 30px;
    padding-right: 30px;
  }
  .frontpage-news .news-item--container > div:first-of-type {
    border-right: 2px solid rgba(0, 0, 0, 0.1);
  }
  .frontpage-news .news-item--container > div:last-of-type {
    border-left: 2px solid rgba(0, 0, 0, 0.1);
  }
}
.frontpage-news h2 {
  font-size: 55px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .frontpage-news h2 {
    font-size: 36px;
    word-break: break-word;
  }
}
.frontpage-news .news-headline {
  position: relative;
  margin-bottom: 10px;
}
.frontpage-news .news-headline .news-header h1 {
  margin-bottom: 30px;
  color: #14475d !important;
}
.frontpage-news .news-headline .news-header:hover {
  color: #1b597a;
}
.frontpage-news .news-headline a.all-news {
  position: absolute;
  right: 10px;
  bottom: 6px;
  color: #14475d !important;
}
.frontpage-news .news-headline a.all-news:hover {
  color: #14475d !important;
  text-decoration: none;
}
.frontpage-news .news-headline a.all-news span:hover {
  text-decoration: underline;
}
.frontpage-news .news-item-read-more {
  width: 100% !important;
}
.frontpage-news .news-item-read-more span {
  padding-left: 7.5px;
  font-size: 19px;
}
.frontpage-news .news-item-headline {
  line-height: 1.3em !important;
  margin-bottom: 15px;
}
.frontpage-news .news-item .news-item-read-more .kicon {
  top: 2px;
}
.themes {
  background-color: #1b597a;
  margin-bottom: 20px;
  color: white;
}
.themes .row {
  margin-bottom: 0px !important;
}
.themes .row > a {
  display: block;
}
.themes h1 {
  margin: 20px 20px 20px 10px;
}
.themes a {
  /*padding-right: 0px !important;*/
  color: white;
}
.themes a .theme-link {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
}
.themes a:hover {
  color: white;
  text-decoration: none;
}
.themes a:hover .theme-link {
  transform: translateX(7.5px);
}
.themes a:hover .theme-link .linktext {
  text-decoration: underline;
}
.themes .themes-splitter {
  margin: 30px 25px 0 25px;
  border: 1px solid;
}
.themes .theme-link {
  position: absolute;
  bottom: 10px;
  left: 26px;
}
.themes .hotspot-item {
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.themes .hotspot-item .hotspot-content {
  overflow: hidden;
  position: relative;
  padding: 0 10px 50px 10px;
}
.themes .hotspot-item .hotspot-content p {
  margin: 0 0 20px;
}
.themes .hotspot-item .hotspot-content a {
  text-decoration: underline;
}
.themes .hotspot-item h3 {
  padding: 10px 10px 5px 10px;
}
.themes .hotspot-item h3.no-description {
  padding-bottom: 50px;
}
.footer {
  padding-left: 15px;
  padding-right: 15px;
  color: #1b597a;
  margin-bottom: 0px;
  margin-top: 45px;
}
.footer__link .kicon {
  padding-right: 7.5px;
  color: #2a7fac !important;
}
.footer h4 {
  color: #14475d;
}
.footer a {
  color: #1b597a;
}
.footer .footer-line {
  margin-bottom: 40px;
  border-bottom: solid #555555 1px;
}
.footer .footer-item {
  margin-bottom: 30px;
  min-height: 125px;
}
.footer .footer-item p {
  margin: 0px;
  margin-bottom: 4px;
}
.footer .footer-item .footer__link {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  display: block;
  position: relative;
}
.footer .footer-item .footer__link:hover {
  transform: translateX(7.5px);
  text-decoration: none;
}
.footer .footer-item .footer__link .linktext:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer .footer-item {
    width: 20%;
  }
}
.footer .footer-item h4 {
  font-weight: 700;
  font-size: 24px;
}
.footer .editor-login__wrapper {
  display: block;
  position: relative;
  background-color: #e6e6e6;
  margin-top: 45px;
  padding-top: 30px;
  padding-bottom: 60px;
}
.footer .editor-login__wrapper:before,
.footer .editor-login__wrapper:after {
  content: "";
  display: block;
  top: 0px;
  position: absolute;
  height: 100%;
  width: 100vw;
  background-color: inherit;
}
.footer .editor-login__wrapper:before {
  left: 0px;
  margin-left: -100vw;
}
.footer .editor-login__wrapper:after {
  right: 0px;
  margin-right: -100vw;
}
.footer .editor-login {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  position: relative;
  display: block;
  color: #2a7fac !important;
}
.footer .editor-login .kicon {
  padding-right: 7.5px;
  color: #2a7fac !important;
}
.footer .editor-login:hover,
.footer .editor-login:focus {
  transform: translateX(7.5px);
  text-decoration: none;
  color: #166b98 !important;
}
.footer .editor-login:hover .linktext,
.footer .editor-login:focus .linktext {
  text-decoration: underline;
}
.footer .to-top {
  transition: ease-in all 0.2s;
  position: absolute;
  right: 22.5px;
  top: 30px;
  color: #2a7fac !important;
}
.footer .to-top span {
  font-size: 2rem;
}
.footer .to-top:hover,
.footer .to-top:focus {
  padding-bottom: 15px;
  text-decoration: none;
  transform: scale(1.2);
}
.section-page .hotspot-item {
  margin-bottom: 60px;
}
.section-page .hotspot-row {
  margin-bottom: 0px;
}
.frontpage,
.section-page {
  margin-top: 20px;
}
.frontpage .hotspot-item .hotspot-content,
.section-page .hotspot-item .hotspot-content {
  border: none !important;
  overflow: hidden;
}
.frontpage .hotspot-item--haslink .hotspot-item-header,
.section-page .hotspot-item--haslink .hotspot-item-header {
  transition: ease-in all 0.1s;
  text-decoration: none !important;
}
.frontpage .hotspot-item--haslink .hotspot-item-header:before,
.section-page .hotspot-item--haslink .hotspot-item-header:before {
  transition: ease-in all 0.1s;
}
.frontpage .hotspot-item--haslink:hover,
.section-page .hotspot-item--haslink:hover,
.frontpage .hotspot-item--haslink:focus,
.section-page .hotspot-item--haslink:focus {
  text-decoration: underline !important;
}
.frontpage .hotspot-item--haslink:hover .hotspot-item-header,
.section-page .hotspot-item--haslink:hover .hotspot-item-header,
.frontpage .hotspot-item--haslink:focus .hotspot-item-header,
.section-page .hotspot-item--haslink:focus .hotspot-item-header {
  padding-left: 72px;
}
.frontpage .hotspot-row,
.section-page .hotspot-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.frontpage .hotspot-row:before,
.section-page .hotspot-row:before,
.frontpage .hotspot-row:after,
.section-page .hotspot-row:after {
  display: none;
}
.frontpage .hotspot-row .hotspot-item,
.section-page .hotspot-row .hotspot-item {
  height: 100%;
}
.frontpage .hotspot-row .hotspot-item a,
.section-page .hotspot-row .hotspot-item a {
  transition: ease-in all 0.1s;
}
.frontpage .hotspot-row .hotspot-item .kicon,
.section-page .hotspot-row .hotspot-item .kicon {
  padding-right: 7.5px;
  /*&:before {
                    content: "\e944"
                }*/

}
.frontpage .hotspot-row .hotspot-item .kicon:before,
.section-page .hotspot-row .hotspot-item .kicon:before {
  font-size: 17px;
}
.frontpage .hotspot-row .hotspot-item .hotspot-content,
.section-page .hotspot-row .hotspot-item .hotspot-content {
  border: none;
}
.frontpage .sender,
.section-page .sender {
  position: relative;
  min-height: 110px;
  z-index: 1;
  margin-bottom: 15px;
}
.frontpage .sender .slide-text,
.section-page .sender .slide-text {
  background: #074566;
  min-height: 150px;
  color: white;
  padding: 30px;
  padding-top: 36px;
}
.frontpage .sender .slide-text p,
.section-page .sender .slide-text p {
  margin-right: 200px;
  margin-left: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  font-family: 'PatrickHand-Regular', cursive;
}
@media (max-width: 1023px) {
  .frontpage .sender .slide-text p,
  .section-page .sender .slide-text p {
    margin-right: 0px;
    font-size: 20px;
  }
}
.frontpage .sender:before,
.section-page .sender:before {
  background: #1b597a;
  content: "";
  top: -55px;
  width: 200vw;
  margin-left: -100vw;
  position: absolute;
  height: calc(100% + 55px);
}
@media (max-width: 768px) {
  .frontpage .sender:before,
  .section-page .sender:before {
    top: 0px;
  }
}
.frontpage .sender .sender-image,
.section-page .sender .sender-image {
  max-height: 110px;
  width: auto;
  border-radius: 50%;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .frontpage .sender .sender-image,
  .section-page .sender .sender-image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.frontpage .slideshow,
.section-page .slideshow {
  position: relative;
}
.frontpage .slideshow:before,
.section-page .slideshow:before {
  content: "";
  position: absolute;
  width: 200vw;
  background: #1b597a;
  left: 0px;
  top: -20px;
  margin-left: -100vw;
  z-index: 0;
  height: 33%;
  max-height: 100%;
}
@media (min-width: 767px) {
  .frontpage .slideshow:before,
  .section-page .slideshow:before {
    height: 235px !important;
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .frontpage .slideshow:before,
  .section-page .slideshow:before {
    height: 372px !important;
  }
}
@media (min-width: 1200px) {
  .frontpage .slideshow:before,
  .section-page .slideshow:before {
    height: 426px !important;
  }
}
@media (min-width: 1720px) {
  .frontpage .slideshow:before,
  .section-page .slideshow:before {
    height: 605px !important;
  }
}
.frontpage .slideshow--narrow .slideshow-controls__wrapper:before,
.section-page .slideshow--narrow .slideshow-controls__wrapper:before {
  padding-top: 56.25%;
}
.section-page .slideshow {
  margin-bottom: 0px;
}
.section-page .slideshow:before {
  top: -20px;
}
.section-page .text-page-teaser {
  margin-bottom: 60px;
}
.section-page .text-page-teaser p {
  line-height: 1.2em !important;
  font-size: 24px;
  line-height: 1.8em;
}
@media (min-width: 767px) {
  .section-page .text-page-teaser p {
    column-count: 2;
    column-gap: 70px;
  }
}
.section-page .text-page-teaser a {
  font-size: 24px;
  text-decoration: underline;
}
.frontpage .themes,
.section-page .themes {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  line-height: 1.6em;
  /*& > .row {
            margin-left: 0px;
            margin-right: 0px;
        }*/

}
.frontpage .themes h2,
.section-page .themes h2 {
  font-size: 55px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .frontpage .themes h2,
  .section-page .themes h2 {
    font-size: 36px;
    word-break: break-word;
  }
}
.frontpage .themes h3,
.section-page .themes h3 {
  margin-bottom: 15px;
}
.frontpage .themes:before,
.section-page .themes:before,
.frontpage .themes:after,
.section-page .themes:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  height: 100%;
  width: 100vw;
  background-color: inherit;
}
.frontpage .themes:after,
.section-page .themes:after {
  right: 0px;
  margin-right: -100vw;
}
.frontpage .themes:before,
.section-page .themes:before {
  left: 0px;
  margin-left: -100vw;
}
.frontpage .themes > .xs-12,
.section-page .themes > .xs-12 {
  padding-left: 0px;
}
.frontpage .themes > .xs-12 h1,
.section-page .themes > .xs-12 h1 {
  margin-left: 0px;
  margin-right: 0px;
}
.frontpage .themes h3,
.section-page .themes h3,
.frontpage .themes .hotspot-content,
.section-page .themes .hotspot-content {
  padding-left: 0px;
  padding-right: 0px;
}
.frontpage .themes .theme-link,
.section-page .themes .theme-link {
  left: 15px;
}
.frontpage .themes .theme-link span,
.section-page .themes .theme-link span {
  padding-left: 5px;
  font-size: 19px;
}
.section-page .section-headline {
  margin-top: 60px;
  margin-bottom: 30px;
}
.section-page .hotspot-row > div {
  margin-bottom: 60px;
}
.section-page #frontPageSlider {
  z-index: 0 !important;
}
.section-page .hotspot-item {
  margin-bottom: 0px;
  background: #1b597a;
  color: white;
}
.section-page .hotspot-item a {
  color: white;
}
.section-page .hotspot-item .hotspot-content .hotspot-link-list {
  color: white !important;
}
.section-page .hotspot-item .hotspot-content .hotspot-link-list a {
  color: white !important;
}
.section-page .hotspot-item .hotspot-content .hotspot-link-list a .kicon {
  color: white !important;
}
.section-page .hotspot-item .hotspot-item-header {
  background: none !important;
  display: block;
}
/* Self service portal */

.selfservice-portal {
  margin-top: 60px;
}
.selfservice-portal .selfservice-portal-header {
  padding-left: 0;
}
.selfservice-portal .selfservice-portal-header > div {
  padding-left: 0px;
}
.selfservice-portal .selfservice-portal-header .selfservice-portal-title {
  color: #49851f !important;
  position: relative;
  padding-right: 0;
}
.selfservice-portal .selfservice-portal-header .selfservice-portal-title .social-icons {
  right: -6px;
}
.selfservice-portal .selfservice-portal-header .selfservice-portal-header-line {
  margin-bottom: 20px;
  margin-top: 20px;
  border-bottom: solid #555555 2px;
}
.selfservice-portal .selfservice-portal-content .selfservice-category,
.selfservice-portal .selfservice-portal-content .selfservice-page {
  display: block;
  border-radius: 2px;
  background-color: white;
  height: 142px;
  border: 1px solid #49851f;
  position: relative;
  margin-bottom: 30px;
  padding: 20px;
  padding-right: 40px;
  color: #14475d;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-title,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-title {
  -ms-word-break: break-word;
  word-break: break-word;
  padding-right: 20px;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-title .headline,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-title .headline {
  font-size: 40px;
  color: #14475d !important;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-text,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-text {
  margin-top: 20px;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-text > *,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-text > * {
  margin: 0;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-link,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-link {
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
  width: 60px;
  height: 100%;
  background: #49851f;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-link > div,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-link > div {
  display: table;
  width: 100%;
  height: 100%;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-link > div > span,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-link > div > span {
  display: table-cell;
  vertical-align: middle;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-link > div > span > span,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-link > div > span > span {
  margin-left: 15px;
  margin-top: 0px;
}
.selfservice-portal .selfservice-portal-content .selfservice-category .selfservice-category-link > div > span > span.large,
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-link > div > span > span.large {
  margin-left: 19px !important;
}
.selfservice-portal .selfservice-portal-content .selfservice-page {
  height: auto;
  padding: 11px;
  color: #49851f !important;
}
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-title .headline {
  padding-top: 5px;
  font-size: 20px;
}
.selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-title .headline .colored-circle {
  margin-top: -2px;
}
/* Text page */

.text-page {
  margin-top: 40px;
}
.text-page .text-page-content .text-page-header {
  margin-bottom: 20px;
  color: #14475d !important;
}
.text-page .text-page-content .text-page-header > div {
  margin-bottom: 20px !important;
}
.text-page .text-page-content .text-page-header .text-page-title {
  position: relative;
}
.text-page .text-page-content .text-page-header .text-page-title h1 {
  color: #14475d !important;
}
.text-page .text-page-content .text-page-header .text-page-teaser {
  font-size: 24px;
  line-height: 1.8em;
}
.text-page .text-page-content .list-page-item-date {
  margin-bottom: 5px;
  color: #14475d;
}
.text-page .text-page-content .top-image {
  margin-bottom: 20px;
  width: 100%;
}
.text-page .text-page-content .text-page-text {
  margin-bottom: 20px;
}
.text-page .text-page-content .text-page-button-container {
  margin-bottom: 0;
}
.text-page .text-page-content .text-page-button-container .text-page-button {
  margin-bottom: 20px;
  background-color: #555555;
  color: white;
  cursor: pointer;
  padding: 1px;
  border-radius: 2px;
}
.text-page .text-page-content .text-page-button-container .text-page-button h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.text-page .text-page-content .text-page-button-container .text-page-button:hover {
  background-color: #737373;
}
.text-page .text-page-content .text-page-opdate-info {
  margin-bottom: 20px;
}
.text-page .text-page-content .text-page-opdate-info p {
  margin: 0;
}
.text-page .text-page-content p {
  margin: 0 0 20px 0;
}
.text-page .text-page-content h2,
.text-page .text-page-content h3,
.text-page .text-page-content h4 {
  margin: 30px 0 10px 0;
  font-weight: bold;
}
.text-page .text-page-content h2 {
  font-size: 22px;
}
.text-page .text-page-content h3 {
  font-size: 18px;
}
.text-page .text-page-content h4 {
  font-size: 16px;
}
.text-page .text-page-content ul,
.text-page .text-page-content ol {
  padding-left: 20px;
}
.text-page .text-page-content ul li,
.text-page .text-page-content ol li {
  list-style: square;
  margin-bottom: 10px;
}
.text-page .text-page-content ol li {
  list-style: decimal;
}
.text-page .text-page-content a {
  text-decoration: underline;
}
.text-page .text-page-content table {
  width: 100% !important;
  margin-bottom: 10px;
  border: none;
}
.text-page .text-page-content table thead tr {
  border-bottom: 1px solid #d7d7d7;
}
.text-page .text-page-content table thead tr td {
  font-weight: bold;
}
.text-page .text-page-content table tbody {
  border: none;
}
.text-page .text-page-content table caption {
  margin: 30px 0 10px 0;
  font-size: 22px;
  font-weight: bold;
}
.text-page .text-page-content table tr p {
  margin: 0;
}
.text-page .text-page-content table tr:nth-child(even) {
  background-color: #d7d7d7;
  color: #14475d;
}
/* Search page*/

.search-result .search {
  padding: 20px;
  margin-bottom: 20px;
}
.search-result .result-text {
  margin: 25px 0px 0px;
  font-size: 16px;
  color: white;
}
/* SINGLE ELEMENTS
-------------------------------------------------*/

.social-icons {
  position: absolute;
  top: -48px;
  right: 15px;
  width: 111px;
}
.social-icons a {
  text-decoration: none !important;
}
.social-icons .addthis_toolbox {
  float: right;
}
.email-subscription-button {
  float: left;
  width: 16px;
  height: 16px;
  background-color: red;
  margin: 0 2px;
  cursor: pointer;
}
.email-subscription-button.single {
  margin: 0 6px;
}
.email-subscription-popin {
  display: none;
}
.calltoactiontext {
  display: block;
  z-index: 1;
  font-size: 20px;
  position: relative;
  width: 80%;
  text-decoration: none !important;
  color: white;
  margin: 0 0 20px 0;
}
.calltoactiontext:before {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: scale(0.1) translate(-50%, -50%);
}
.calltoactiontext:hover:before,
.calltoactiontext:focus:before {
  top: 0px;
  left: 0px;
  opacity: .3;
  transform: scale(1) translate(0, 0);
  z-index: 0;
}
.calltoactiontext a,
.calltoactiontext p {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 10px 60px;
  font-size: 20px;
  color: white !important;
  text-decoration: none !important;
}
.calltoactiontext a {
  z-index: 1;
}
.calltoactiontext .call-to-action-button {
  display: block;
  float: left;
  height: 100%;
  width: 40px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
}
.calltoactiontext .call-to-action-button > span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.calltoactiontext2 {
  display: block;
  z-index: 1;
  font-size: 20px;
  position: relative;
  width: 80%;
  text-decoration: none !important;
  font-family: 'sofia_probold';
  color: white;
  background-color: #49851f;
  margin: 0 0 20px 0;
}
.calltoactiontext2:before {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transform: scale(0.1) translate(-50%, -50%);
}
.calltoactiontext2:hover:before,
.calltoactiontext2:focus:before {
  top: 0px;
  left: 0px;
  opacity: .3;
  transform: scale(1) translate(0, 0);
  z-index: 0;
}
.calltoactiontext2 a,
.calltoactiontext2 p {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0px 10px 60px;
  font-size: 20px;
  color: white !important;
  text-decoration: none !important;
}
.calltoactiontext2 a {
  z-index: 1;
}
.calltoactiontext2 .call-to-action-button {
  display: block;
  float: left;
  height: 100%;
  width: 40px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0px;
}
.calltoactiontext2 .call-to-action-button > span {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.hotspot-item {
  display: block;
  margin-bottom: 30px;
}
.hotspot-item.google-map .hotspot-content {
  padding: 0 !important;
}
.hotspot-item.google-map .hotspot-content .hotspot-image {
  margin-bottom: -4px !important;
}
.hotspot-item img {
  width: 100%;
}
.hotspot-item h2,
.hotspot-item h3 {
  margin-bottom: 0;
  padding: 15px;
  padding-left: 20px;
  font-size: 24px;
  color: white;
}
.hotspot-item .hotspot-content {
  border-style: solid;
  border: none;
}
.hotspot-item .hotspot-content .hotspot-image img {
  display: block;
  width: 100%;
}
.hotspot-item .hotspot-content .hotspot-text {
  padding: 20px;
  padding-left: 30px;
}
.hotspot-item .hotspot-content .hotspot-text strong {
  display: block;
  margin: 10px 0 10px 0;
}
.hotspot-item .hotspot-content .hotspot-text a {
  margin-bottom: 10px;
  text-decoration: underline;
}
.hotspot-item .hotspot-content .hotspot-text a:hover {
  text-decoration: none;
}
.hotspot-item .hotspot-content .hotspot-text p {
  margin: 0;
  margin-bottom: 20px;
}
.hotspot-item .hotspot-content .hotspot-text ul li {
  list-style: square;
}
.hotspot-item .hotspot-content .hotspot-link-list a {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  display: block;
  color: #1b597a;
  margin: 10px 10px 10px 0px;
  /*font-size: 16px;*/
  font-size: 19px;
}
.hotspot-item .hotspot-content .hotspot-link-list a > span {
  font-size: 19px;
}
.hotspot-item .hotspot-content .hotspot-link-list a:hover,
.hotspot-item .hotspot-content .hotspot-link-list a:focus {
  transform: translateX(7.5px);
  text-decoration: none;
}
.hotspot-item .hotspot-content .hotspot-link-list a:hover .linktext,
.hotspot-item .hotspot-content .hotspot-link-list a:focus .linktext {
  text-decoration: underline;
}
.hotspot-item .hotspot-content .hotspot-link-list li {
  list-style: none !important;
}
.hotspot-item.selfservice-item {
  background: #49851f !important;
}
.hotspot-item.selfservice-item h2,
.hotspot-item.selfservice-item h3 {
  background: #49851f !important;
}
.hotspot-item.selfservice-item .hotspot-content {
  background: #49851f !important;
  padding-bottom: 30px;
}
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  color: white !important;
  margin-left: 30px;
}
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a > span {
  margin-right: 0px;
}
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a:hover,
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a:focus {
  transform: translateX(7.5px);
}
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a:hover .link-text,
.hotspot-item.selfservice-item .hotspot-content .hotspot-link-list a:focus .link-text {
  text-decoration: underline;
}
.news-item {
  display: block;
  position: relative;
  margin-bottom: 90px;
  min-height: 200px;
  color: #14475d;
}
.news-item:hover,
.news-item:focus {
  text-decoration: none !important;
}
.news-item:hover .news-item-read-more,
.news-item:focus .news-item-read-more {
  color: #14475d !important;
  text-decoration: none;
  transform: translateX(7.5px);
}
.news-item:hover .news-item-read-more .linktext,
.news-item:focus .news-item-read-more .linktext {
  text-decoration: underline;
}
.news-item p.date {
  font-size: 80%;
}
.news-item .news-item-read-more {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  font-family: 'sofia_probold';
  padding-top: 30px;
  color: #1b597a !important;
  position: absolute;
  bottom: -30px;
  width: 100px;
  height: 20px;
  font-size: 17px;
}
.news-item .news-item-text {
  margin-bottom: 10px;
}
.news-item .news-item-text p {
  margin-top: 0;
}
.news-item .news-item-headline {
  font-size: 28px;
  line-height: 1.5em;
}
.news-item .news-item-date {
  font-family: 'sofia_probold';
  line-height: 1.6em;
}
.list-item {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  margin-bottom: 20px;
  padding: 0 0 0 0;
  min-height: 140px;
  border: solid 1px #1b597a;
}
.list-item:hover,
.list-item:focus {
  background: #1b597a;
}
.list-item:hover .list-item-text,
.list-item:focus .list-item-text {
  color: white !important;
}
.list-item:hover .list-item-text h4,
.list-item:focus .list-item-text h4 {
  text-decoration: underline;
}
.list-item.list-selfservice-item {
  border: solid 1px #49851f !important;
}
.list-item.list-selfservice-item .list-item-link {
  background: #49851f !important;
}
.list-item.list-selfservice-item .list-selfservice-item-title {
  position: absolute;
  bottom: 7px;
  right: 100px;
  font-weight: bold;
}
.list-item.list-kultunaut-item {
  border: solid 1px #1b838d !important;
}
.list-item.list-kultunaut-item .list-item-link {
  background: #1b838d !important;
}
.list-item.list-kultunaut-item .list-kultunaut-item-title {
  position: absolute;
  bottom: 7px;
  right: 100px;
  font-weight: bold;
}
.list-item .row {
  overflow: hidden;
  margin-right: 0;
  margin-bottom: -1px;
  margin-left: 0;
  height: 140px;
}
.list-item .list-item-link {
  position: absolute;
  top: 0px;
  right: 0px;
  float: right;
  max-height: 140px;
  width: 60px;
  height: 100%;
}
.list-item .list-item-link > span {
  margin-top: 57px;
  color: white;
  margin-left: 17px;
}
.list-item .list-item-image {
  padding-right: 0;
  padding-left: 0;
  height: 167px;
  width: 164px;
  overflow: hidden;
}
.list-item .list-item-image img {
  width: 325px;
  margin-left: -20%;
}
.list-item .list-item-accordion {
  display: none;
  background: #1b597a;
  color: white !important;
}
.list-item .list-item-accordion .list-item-accordion-link {
  position: absolute;
  right: 0;
  bottom: 0;
  float: right;
}
.list-item .list-item-text {
  padding-top: 10px;
  color: #14475d !important;
}
.list-item .list-item-text h4 {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  margin-top: 0px;
  font-size: 25px;
}
.accordion-item {
  position: relative;
  border: 1px solid #1b597a;
  margin-bottom: 20px;
  padding-left: 10px;
  color: #14475d !important;
}
.accordion-item .accordion-item-headline {
  float: left;
  width: 80%;
  min-height: 40px;
  cursor: pointer;
}
.accordion-item .accordion-item-headline h2 {
  margin-top: 10px;
}
.accordion-item .accordion-item-button {
  position: absolute;
  right: 15px;
  top: 7px;
  height: 40px;
  width: 40px;
  padding-top: 3px;
  padding-left: 10px;
}
.accordion-item .accordion-item-content {
  padding-right: 10px;
  display: none;
}
.accordion-item .accordion-item-content .calltoactiontext a {
  color: white !important;
}
.accordion-item .accordion-item-content .calltoactiontext a:hover,
.accordion-item .accordion-item-content .calltoactiontext a:focus {
  color: white !important;
}
.borgerdk-list {
  padding: 0;
}
.borgerdk-list #byline {
  margin-bottom: 20px;
  font-style: italic;
}
#selvbetjeningslinks,
#faktaboks {
  color: white !important;
  padding: 15px 15px 15px 15px;
  margin-bottom: 20px;
}
#selvbetjeningslinks h3,
#faktaboks h3 {
  margin-top: 0px;
}
#selvbetjeningslinks a,
#faktaboks a {
  display: block;
  color: white !important;
  min-height: 40px;
  padding: 10px;
  border-top: 1px solid #2a7fac;
  text-decoration: none !important;
}
#selvbetjeningslinks a:first-child,
#faktaboks a:first-child {
  border: none !important;
}
#selvbetjeningslinks a:hover,
#faktaboks a:hover {
  color: #ebebeb !important;
  text-decoration: underline;
}
#borgedkSidebar .hotspot-content h1,
#borgedkSidebar .hotspot-content h2,
#borgedkSidebar .hotspot-content h3,
#borgedkSidebar .hotspot-content h4,
#borgedkSidebar .hotspot-content h5,
#borgedkSidebar .hotspot-content h6 {
  font-size: 18px;
}
#borgedkSidebar .hotspot-content p {
  margin-bottom: 10px;
}
#borgedkSidebar .hotspot-content .colored-circle {
  margin-right: 20px;
  margin-left: 10px;
}
#borgedkSidebar .hotspot-content ul {
  padding-left: 0px;
}
#borgedkSidebar .hotspot-content ul li {
  list-style: none !important;
}
#borgedkSidebar .hotspot-content ul li a {
  display: block;
  position: relative;
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  text-decoration: none !important;
  margin-left: 0;
}
#borgedkSidebar .hotspot-content ul li a:hover,
#borgedkSidebar .hotspot-content ul li a:focus {
  transform: translateX(7.5px);
}
#borgedkSidebar .hotspot-content ul li a:hover .link-text,
#borgedkSidebar .hotspot-content ul li a:focus .link-text {
  text-decoration: underline;
}
#borgedkSidebar .hotspot-content ul li a .kicon {
  position: absolute;
  left: 0px;
}
#borgedkSidebar .hotspot-content ul li a .link-text {
  display: block;
  position: relative;
  padding-left: 25px;
}
#borgedkSidebar .hotspot-content ul.no-links-ul {
  padding-left: 30px;
}
#borgedkSidebar .hotspot-content ul.no-links-ul li {
  list-style: square !important;
  margin-bottom: 10px;
}
#borgedkSidebar .hotspot-content .hotspot-link-list a {
  margin-left: 0;
}
#borgedkSidebar .hotspot-content .hotspot-link-list a .link-text {
  display: block;
  padding-left: 50px;
  /*font-size: 16px;*/
  text-decoration: none !important;
}
#borgedkSidebar .hotspot-content .hotspot-link-list li {
  list-style: none !important;
}
.hotspot-link-list p {
  margin-bottom: 10px !important;
}
.list-page .list-page-item {
  position: relative;
  border-bottom: 1px solid #555555;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-decoration: none !important;
}
.list-page .list-page-item .row {
  margin-left: 0;
}
.list-page .list-page-item .list-page-item-date {
  display: block;
  width: 100%;
  font-size: 12.307692308px;
  margin-bottom: 5px;
}
.list-page .list-page-item .list-page-item-image {
  padding: 0;
}
.list-page .list-page-item .list-page-item-image img {
  width: 100%;
}
.list-page .list-page-item .list-page-item-content {
  min-height: 163px;
}
.list-page .list-page-item .list-page-item-content.no-image {
  padding-left: 0 !important;
  min-height: 90px;
}
.list-page .list-page-item .list-page-item-content.no-text {
  min-height: 70px;
}
.list-page .list-page-item .list-page-item-content.no-date {
  min-height: 45px;
}
.list-page .list-page-item .list-page-item-content .list-page-item-headline h6 {
  color: #14475d;
}
.list-page .list-page-item .list-page-item-content .list-page-item-headline h6 a {
  font-size: 22px;
  font-weight: bold;
  text-decoration: none !important;
}
.list-page .list-page-item .list-page-item-content .list-page-item-text {
  color: #14475d;
}
.list-page .list-page-item .list-page-item-content .list-page-item-link {
  position: absolute;
  bottom: -5px;
}
.list-page .list-page-item .list-page-item-content .list-page-item-link a {
  text-decoration: none !important;
}
.pagination .prev a,
.pagination .next a {
  padding: 11px;
  padding-bottom: 10px;
}
.pagination .prev a > span,
.pagination .next a > span {
  margin-right: 0px;
  margin-top: 0px;
}
.pagination {
  border-radius: 0;
  display: block;
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
}
.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination__item {
  background-color: white;
  border: none !important;
  display: inline-block;
  float: left;
  list-style: none !important;
  margin: 0 0 0 -1px !important;
  padding: 0;
}
.pagination__item--prev .pagination__link {
  text-decoration: none !important;
}
.pagination__item--next .pagination__link {
  text-decoration: none !important;
}
.pagination__item--active {
  background-color: #1b597a;
  color: white;
}
.pagination__item--active .pagination__link {
  border-color: #555555;
}
.pagination__link {
  border: 1px solid #dddddd;
  color: #555555;
  display: block;
  margin: 0 !important;
  padding: 5px 10px !important;
}
.pagination__separator {
  border: 1px solid #dddddd;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  color: #555555;
  cursor: default;
  display: block;
  margin: 0 !important;
  padding: 5px 10px !important;
}
.pagination__separator:hover {
  background-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: #dddddd !important;
  color: #555555 !important;
}
.pagination > li > span:hover {
  color: #555555 !important;
}
.translate-container {
  position: relative;
}
.translate-container #google_translate_element {
  position: absolute;
  top: 20px;
  left: 17px;
  display: none;
}
/*Cookie notification -------------------------- */

#cookie-notification {
  display: none;
  position: fixed;
  bottom: -200px;
  width: 98%;
  padding: 10px 1%;
  color: #444444;
  border-top: 1px solid #cccccc;
  background: #eeeeee;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999999;
}
#cookie-notification a {
  color: #444444 !important;
  text-decoration: underline;
}
#cookie-notification a:hover {
  text-decoration: underline;
}
#cookie-notification button {
  margin: 0 10px;
  padding: 3px 10px;
  cursor: pointer;
  color: white;
  border: 1px solid #d06f1b;
  background: #f58220;
}
#cookie-notification button:hover {
  background: #ea7e22;
}
#cookie-notification button:active {
  border-color: #ea7e22;
}
/* Jquery ui  */

.ui-autocomplete {
  padding: 0 !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #555555 !important;
  /*left: 383px !important;*/

  /*width: 652px !important;*/

}
.ui-autocomplete .ui-state-focus {
  border: 1px solid #555555 !important;
  background: #555555 !important;
  color: white !important;
}
.ui-autocomplete .ui-state-focus span {
  color: white !important;
}
.ui-autocomplete.ui-corner-all {
  border-radius: 0px !important;
}
.ui-autocomplete .ui-corner-all {
  border-radius: 0px !important;
}
.ui-autocomplete .ui-menu-item a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.ui-dialog {
  padding: 0 !important;
  border: none !important;
  border-radius: 0px !important;
  min-width: 320px;
}
.ui-dialog .ui-dialog-titlebar {
  border-radius: 0px !important;
  color: white !important;
  background: #1b597a;
  border: none !important;
}
.ui-dialog .ui-dialog-titlebar span {
  font-size: 18px;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  width: 25px;
  height: 25px;
  top: 16px;
  right: 15px !important;
  background: white !important;
  border-radius: 15px !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.ui-dialog .ui-dialog-titlebar .ui-button .ui-icon {
  top: 11px;
  left: 11.5px;
}
.ui-widget-overlay {
  background: #555555 !important;
  opacity: 0.85;
}
/* Contour forms */

#recaptcha_widget_div {
  margin-left: 0 !important;
}
/* Fancybox/Gallery */

.fancybox-title a {
  color: lightBlue !important;
}
.gallery .gallery-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.gallery .gallery-image.sm-3 {
  height: 100px;
}
.gallery .gallery-image.sm-4 {
  height: 125px;
}
.gallery .gallery-image.sm-6 {
  height: 250px;
}
.gallery .gallery-image.sm-12 {
  height: 500px;
}
.gallery .gallery-image img {
  width: 100%;
  min-height: 100px;
}
/* Documentlist */

.documentlist li.document {
  /*border-left: 2px solid @primary-color;*/
  padding-left: 10px;
  margin: 15px 0px;
  list-style-type: none !important;
  list-style: none !important;
}
.documentlist li.document a {
  text-decoration: underline !important;
}
.documentlist li.document .document-date {
  margin: 0px;
  padding: 0px;
}
.documentlist li.document .document-description {
  margin: 0px;
  padding: 0px;
  padding-left: 20px;
  font-style: italic;
}
.right-menu {
  margin-bottom: 20px;
  background-color: #49851f;
  padding: 10px;
}
.right-menu > ul {
  margin-left: -40px;
  padding-top: 0 !important;
}
.right-menu h4 {
  color: white;
}
.right-menu ul {
  padding-top: 9px;
  margin-bottom: 0px;
}
.right-menu ul li {
  display: block;
  padding: 10px 10px;
  border-top: 1px solid #2a7fac;
}
.right-menu ul li ul {
  padding-left: 0 !important;
  margin-bottom: -9px;
}
.right-menu ul li ul li {
  padding-left: 20px;
  border-top: none !important;
  border-bottom: 1px solid #2a7fac;
}
.right-menu ul li.active > a {
  font-weight: bold;
  text-decoration: underline;
}
.right-menu ul li a {
  font-size: 16px;
  color: white;
}
.right-menu ul li a > span {
  margin-right: 15px !important;
}
.breadcrumb {
  margin-top: 30px;
  font-size: 16px;
  color: #14475d;
}
.breadcrumb span.active {
  color: #1b597a;
  font-weight: bold;
}
.overview {
  float: left;
  width: 100%;
  padding: 0 !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.overview:before,
.overview:after {
  display: none;
}
.overview li {
  list-style: none !important;
  padding: 10px;
}
.overview li a {
  display: block;
  color: white !important;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.overview li h2 {
  font-size: 24px;
  margin-bottom: 0px;
}
#mailChimpForm,
#mailChimpThanksText {
  padding: 10px;
}
#mailChimpForm input,
#mailChimpThanksText input,
#mailChimpForm button,
#mailChimpThanksText button {
  color: #14475d;
}
.alphabet-list li {
  list-style: none;
  float: left;
  display: block;
  padding-right: 10px;
  margin: 0 !important;
}
.alphabet-list li.active a {
  font-weight: bold;
}
.feedback-holder {
  width: 665px;
}
.feedback-holder .feedback-step1 .row {
  text-align: center;
  margin-bottom: 0px;
}
.feedback-holder .feedback-step1 .row .feedback-category {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background-color: #1b597a;
  color: white;
  cursor: pointer;
}
.feedback-holder .feedback-step1 .row .feedback-category:hover {
  background-color: #003152;
}
.feedback-holder .feedback-step1 .row .feedback-category.active {
  background-color: #003152;
}
.feedback-holder .feedback-info {
  font-size: 10px;
}
.feedback-result-ok,
.feedback-result-error {
  text-align: center;
  margin-top: 20px;
}
.feedback-result-ok,
.feedback-result-error,
.feedback-step2 {
  display: none;
}
#mwop_EsdhAgendaSelection {
  width: 100%;
  position: relative;
  float: left;
  margin-bottom: 40px;
}
#mwop_EsdhAgendaSelection .esdhFormBox {
  width: 26%;
  float: left;
  margin-right: 2%;
}
#mwop_EsdhAgendaSelection .esdhFormBox label {
  display: block;
  margin-bottom: 5px;
}
#mwop_EsdhAgendaSelection select,
#mwop_EsdhAgendaSelection input {
  width: 100%;
  background-color: #cdcaca;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  height: 30px;
  padding: 5px;
}
#mwop_EsdhAgendaSelection input {
  width: 100%;
}
#mwop_EsdhAgendaSelection input[type="submit"] {
  background-color: #1b597a;
  color: white !important;
  margin-top: -10px;
  margin-left: 20px;
  padding-right: 15px;
  padding-left: 15px;
  width: 14%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 1px;
}
table.esdh-results {
  border-top: 1px solid black !important;
}
table.esdh-results tr {
  background-color: transparent !important;
}
table.esdh-results tr:nth-child(even) {
  background-color: transparent !important;
  color: #14475d !important;
}
table.esdh-results th {
  font-weight: bold;
  text-align: left;
}
table.esdh-results td,
table.esdh-results th {
  padding: 5px;
  padding-left: 5px;
  padding-right: 5px;
  border: 0;
  border-bottom: 1px solid #dddddd;
}
table.esdh-results td a,
table.esdh-results th a {
  display: block;
  width: 100%;
  height: 100%;
}
.emply-fact {
  margin-bottom: 20px;
}
.emply-fact .emply-fact-title {
  font-weight: bold;
}
.contour input[type="text"],
.contour input[type="password"],
.contour input[type="file"],
.contour textarea,
.contour select,
.contour button {
  color: black !important;
}
/*Faceted List Form*/

.faceted-list-container .form-group input,
.faceted-list-container .form-group textarea,
.faceted-list-container .form-group select,
.faceted-list-container .form-group input[type="radio"],
.faceted-list-container .form-group input[type="checkbox"] {
  padding: 0 !important;
}
.videoplayer {
  margin: 30px 0;
  position: relative;
}
.videoplayer__ratio {
  background-color: #e6e6e6;
  display: block;
  height: auto;
  vertical-align: middle;
  width: 100%;
}
.videoplayer__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.videoplayer__iframe {
  height: 100%;
  width: 100%;
}
.large-image img {
  height: auto !important;
  max-width: 100% !important;
  vertical-align: middle;
}
/* Skip to content */

.skip-to-content {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.skip-to-content:focus {
  top: 0px;
  left: 0px;
}
.author.clickable {
  cursor: pointer;
}
.most-visited-pages {
  background: white;
  height: 100%;
  padding: 50px 40px;
  color: #1b597a;
}
.most-visited-pages .primary-bg {
  background: none !important;
}
.most-visited-pages .hotspot-item {
  background: none !important;
  color: #1b597a;
}
.most-visited-pages ul {
  padding-left: 0;
}
.most-visited-pages ul li {
  padding-left: 0px;
}
.most-visited-pages ul > li > a {
  -webkit-transition: all ease-in-out 200ms 0ms;
  -o-transition: all ease-in-out 200ms 0ms;
  transition: all ease-in-out 200ms 0ms;
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #1b597a;
  font-size: 20px;
  margin-bottom: 15px;
}
.most-visited-pages ul > li > a:before {
  font-family: 'kicomoon' !important;
  content: "\e901";
}
.most-visited-pages ul > li > a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.most-visited-pages ul > li > a:hover,
.most-visited-pages ul > li > a:focus {
  transform: translateX(5px);
}
.most-visited-pages h2 {
  font-size: 24px;
  margin-bottom: 30px;
  background: none !important;
  color: #1b597a !important;
  padding: 0 !important;
  height: auto !important;
}
.most-visited-pages h2:before {
  display: none !important;
}
.most-visited-pages .hotspot-text {
  padding: 0px !important;
}
.most-visited-pages .hotspot-link-list p {
  margin-bottom: 5px !important;
}
@media (min-width: 1200px) {
  .most-visited-pages .hotspot-link-list a,
  .most-visited-pages .hotspot-link-list span {
    font-size: 19px;
  }
}
.equal-height {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.equal-height:before,
.equal-height:after {
  display: none;
}
.frontpage .hotspot-item-header,
.section-page .hotspot-item-header {
  padding-left: 66px;
}
.frontpage .hotspot-item-header:before,
.section-page .hotspot-item-header:before {
  font-family: 'kicomoon' !important;
  content: "\e900";
  display: inline-block;
  transform: translateY(1px);
  font-size: 24px;
  position: absolute;
  left: 45px;
  margin-right: 10px;
}
@media (max-width: 1200px) and (min-width: 992px) {
  .frontpage .hotspot-item-header,
  .section-page .hotspot-item-header {
    font-size: 19px;
  }
}
.hotspot-item h2 {
  font-size: 20px;
}

.contour form label.fieldLabel {
  margin-bottom: 7px;
}
.contour form input.text,
.contour form textarea,
.contour form select,
.contour form .fileupload,
.contour form .datepickerfield {
  margin: 0 0 14px;
}
.contour form .checkboxlist,
.contour form span.checkboxlist {
  padding: 0;
}
.contour form .checkboxlist div:before,
.contour form span.checkboxlist div:before,
.contour form .checkboxlist div:after,
.contour form span.checkboxlist div:after {
  content: " ";
  display: table;
}
.contour form .checkboxlist div:after,
.contour form span.checkboxlist div:after {
  clear: both;
}
.contour form .checkboxlist label,
.contour form span.checkboxlist label,
.contour form .checkboxlist input,
.contour form span.checkboxlist input {
  display: inline-block;
  margin: 5px 0;
}
.contour form span.checkboxlist {
  margin-bottom: 14px;
}
.contour form select {
  max-width: 400px !important;
  padding: 5px;
  display: block;
  width: 95%;
}
.contour form input[type=submit] {
  height: 40px;
  width: 100%;
  max-width: 280px;
  padding: 1px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: "Trebuchet MS";
  line-height: 100%;
  border: 0;
  background: #555555;
  border-radius: 2px;
}
/*Styling from MW.Umbraco template*/
/*Error validation styling*/

input.error,
textarea.error,
input.input-validation-error,
textarea.input-validation-error {
  border-width: 1px;
  border-color: #ce3636 !important;
}
label.error,
.field-validation-error {
  width: 100%;
  float: left;
  margin-top: -13.333333333px;
  margin-bottom: 13.333333333px;
  font-weight: normal;
  color: #ce3636;
}
label.error:before,
.field-validation-error:before {
  content: "* ";
}
.radiobuttonlist label,
.checkboxlist label {
  font-weight: normal;
}
.radiobuttonlist label.error,
.checkboxlist label.error {
  margin-top: -30px;
}
/*
    Umbraco Forms Override
    We have added "div" before the 2 classes, to make it more specific than the default Umbraco form styling
*/

.contourMessageOnSubmit {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 20px;
  max-width: 500px;
  font-weight: bold;
}
div .contour,
div .contour-form {
  max-width: 600px;
  margin-bottom: 40px;
  /*Single radio/checkbox*/

}
div .contour .contourPageName,
div .contour-form .contourPageName {
  margin-bottom: 20px;
  font-size: 36px !important;
  line-height: 1.2em !important;
}
div .contour fieldset,
div .contour-form fieldset {
  border: 0;
  padding: 0;
}
div .contour .help-block,
div .contour-form .help-block {
  margin: 0 0 10px;
  font-size: 0.9em;
}
div .contour label,
div .contour-form label,
div .contour .fileupload,
div .contour-form .fileupload {
  padding: 0 !important;
  margin-bottom: 6.666666667px !important;
}
div .contour textarea,
div .contour-form textarea {
  min-height: 150px;
}
div .contour span.radiobuttonlist,
div .contour-form span.radiobuttonlist,
div .contour span.checkboxlist,
div .contour-form span.checkboxlist {
  display: block;
  float: none;
  margin: 10px 0 20px;
  padding: 0;
}
div .contour span.radiobuttonlist input,
div .contour-form span.radiobuttonlist input,
div .contour span.checkboxlist input,
div .contour-form span.checkboxlist input {
  margin-top: 3px;
}
div .contour span.radiobuttonlist label,
div .contour-form span.radiobuttonlist label,
div .contour span.checkboxlist label,
div .contour-form span.checkboxlist label {
  display: inline-block;
  margin-bottom: 13.333333333px;
}
div .contour .checkboxfield,
div .contour-form .checkboxfield,
div .contour .checkbox,
div .contour-form .checkbox {
  margin: 0 0 20px;
}
div .contour .checkboxfield:before,
div .contour-form .checkboxfield:before,
div .contour .checkbox:before,
div .contour-form .checkbox:before,
div .contour .checkboxfield:after,
div .contour-form .checkboxfield:after,
div .contour .checkbox:after,
div .contour-form .checkbox:after {
  content: " ";
  display: table;
}
div .contour .checkboxfield:after,
div .contour-form .checkboxfield:after,
div .contour .checkbox:after,
div .contour-form .checkbox:after {
  clear: both;
}
div .contour .checkboxfield .help-block,
div .contour-form .checkboxfield .help-block,
div .contour .checkbox .help-block,
div .contour-form .checkbox .help-block {
  display: inline-block;
}
div .contour .checkboxfield label,
div .contour-form .checkboxfield label,
div .contour .checkbox label,
div .contour-form .checkbox label {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0 !important;
}
div .contour .checkbox > div,
div .contour-form .checkbox > div,
div .contour .radio > div,
div .contour-form .radio > div {
  float: left;
}
div .contour .checkbox > div:before,
div .contour-form .checkbox > div:before,
div .contour .radio > div:before,
div .contour-form .radio > div:before,
div .contour .checkbox > div:after,
div .contour-form .checkbox > div:after,
div .contour .radio > div:after,
div .contour-form .radio > div:after {
  content: " ";
  display: table;
}
div .contour .checkbox > div:after,
div .contour-form .checkbox > div:after,
div .contour .radio > div:after,
div .contour-form .radio > div:after {
  clear: both;
}
div .contour .checkbox > div input,
div .contour-form .checkbox > div input,
div .contour .radio > div input,
div .contour-form .radio > div input {
  position: relative;
  margin: 2px 0 0;
}
div .contour .checkbox .fieldLabel,
div .contour-form .checkbox .fieldLabel,
div .contour .radio .fieldLabel,
div .contour-form .radio .fieldLabel {
  margin-left: 5px;
}
div .contour input[type="radio"],
div .contour-form input[type="radio"],
div .contour input[type="checkbox"],
div .contour-form input[type="checkbox"] {
  display: inline-block !important;
}
div .contour #recaptcha_widget_div,
div .contour-form #recaptcha_widget_div {
  margin: 0 0 20px;
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333333;
  background: white;
  border: 1px solid #cccccc;
  border-bottom-color: #bbbbbb;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-single {
  *zoom: 1;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333333;
  background-color: white;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
  *right: 0;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: whitesmoke;
}
.is-today .pika-button {
  color: #1b838d;
  font-weight: bold;
}
.is-selected .pika-button {
  color: white;
  font-weight: bold;
  background: #1b597a;
  box-shadow: inset 0 1px 3px #005b65;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999999;
  opacity: .3;
}
.pika-button:hover {
  color: white;
  background: #49851f;
  box-shadow: none;
  border-radius: 3px;
}
.pika-week {
  font-size: 11px;
  color: #999999;
}
.is-inrange .pika-button {
  background: #d5e9f7;
}
.is-startrange .pika-button {
  color: white;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: white;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

:-moz-any-link:focus {
  outline: none;
}
#navigation ul,
#navigation li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav#navigation {
  z-index: 3;
  position: relative;
  border-bottom: 2px solid #1b597a;
}
nav#navigation.collapse-navigation .show-navigation {
  display: block;
}
nav#navigation .show-navigation {
  display: none;
  width: 285px;
}
nav#navigation .show-navigation a {
  position: relative;
  padding: 5px 30px 5px 50px;
  line-height: 35px;
  font-size: 22px;
  color: white;
  font-family: 'sofia_probold', 'Trebuchet MS';
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
nav#navigation .show-navigation a .icon-list {
  position: absolute;
  top: 3px;
  left: 10px;
  font-size: 31px;
}
nav#navigation .show-navigation a:hover {
  text-decoration: none !important;
  color: white !important;
}
nav#navigation ul#mega-menu > li {
  display: inline-block;
  list-style: none !important;
  padding-right: 60px;
  margin: 0;
}
nav#navigation ul#mega-menu > li:before {
  display: none;
}
nav#navigation ul#mega-menu > li:last-child {
  padding-right: 0px;
}
nav#navigation ul#mega-menu > li.clicked > a {
  text-decoration: none;
}
nav#navigation ul#mega-menu > li.clicked > a span {
  text-decoration: underline;
}
nav#navigation ul#mega-menu > li > a {
  display: block;
  font-size: 32px;
  text-decoration: none;
  font-family: 'sofia_probold', 'Trebuchet MS';
}
nav#navigation ul#mega-menu > li > a:hover {
  text-decoration: none;
}
nav#navigation ul#mega-menu > li > a > i {
  margin-right: 5px !important;
}
nav#navigation ul#mega-menu > li > a > span {
  font-size: 32px;
}
nav#navigation ul#mega-menu > li > ul {
  /*margin-top: 10px;*/
  z-index: 2000;
}
nav#navigation ul#mega-menu ul {
  display: none;
  position: absolute;
  left: 0;
  width: 100% !important;
  background: #2f6d8e;
  opacity: 1;
  flex-direction: row;
  flex-wrap: wrap;
}
nav#navigation ul#mega-menu ul:before,
nav#navigation ul#mega-menu ul:after {
  display: none;
}
nav#navigation ul#mega-menu ul.expanded > li {
  display: none;
}
nav#navigation ul#mega-menu ul.expanded > li.selected {
  display: inline-block;
  width: 100% !important;
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
nav#navigation ul#mega-menu ul.previous > li.selected > a {
  font-weight: normal;
}
nav#navigation ul#mega-menu ul.previous > li.selected.selected-entering {
  width: 100% !important;
}
nav#navigation ul#mega-menu ul.pre-previous > li.selected {
  background: #1b597a;
}
nav#navigation ul#mega-menu ul.pre-previous > li.selected > a {
  font-weight: normal;
}
nav#navigation ul#mega-menu ul li {
  display: inline-block;
  width: 285px;
  float: left;
  height: 100%;
  position: relative;
  list-style: none;
}
nav#navigation ul#mega-menu ul li span {
  padding-left: 30px;
  display: block;
}
nav#navigation ul#mega-menu ul li .kicon {
  position: absolute;
  top: 15px;
}
nav#navigation ul#mega-menu ul li:before {
  display: none;
}
nav#navigation ul#mega-menu ul li:hover {
  background: #256384;
}
nav#navigation ul#mega-menu ul li.expandable:before {
  display: inline-block;
  padding-right: 7px;
  margin-left: 18px;
  float: left;
  margin-top: 21px;
  color: white;
}
nav#navigation ul#mega-menu ul li.selected {
  background: #256384;
}
nav#navigation ul#mega-menu ul li.selected > a {
  font-weight: normal !important;
}
nav#navigation ul#mega-menu ul li.selected.selected-entering {
  width: auto;
  min-width: 285px;
}
nav#navigation ul#mega-menu ul li.selected.selected-exiting > a {
  font-weight: normal;
}
nav#navigation ul#mega-menu ul li.current > a {
  text-decoration: underline;
}
nav#navigation ul#mega-menu ul li a {
  display: block;
  padding: 12px;
  margin: 0;
  color: white;
  font-size: 16px;
  text-decoration: none;
  -ms-word-break: break-word;
  word-break: break-word;
  font-family: 'sofia_probold', 'Trebuchet MS';
}
nav#navigation ul#mega-menu ul li a > span {
  margin-left: 5px !important;
  margin-top: 1px !important;
  font-size: 16px;
}
nav#navigation .servicemenu {
  padding-top: 5px;
}
nav#navigation .servicemenu .servicemenu-title {
  padding-left: 8px;
  font-size: 13px;
  opacity: 0.5;
}
nav#navigation .servicemenu ul.quick-links {
  border-top: 1px solid white;
  margin-top: 8px;
  padding: 0;
  width: 100% !important;
}
nav#navigation .servicemenu ul.quick-links li {
  background-color: #1b597a;
  float: left;
  list-style: none;
  width: 50% !important;
}
nav#navigation .servicemenu ul.quick-links li a {
  padding: 10px;
  display: block;
  font-size: 13px;
  color: white !important;
}
.menu-trigger {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.menu-trigger i {
  color: white;
  font-size: 50px;
}
@media only screen and (max-width: 1199px) {
  .navigation-container {
    display: none;
    width: 100% !important;
  }
  .topnavigation,
  .show-navigation {
    min-height: 0;
  }
  .show-navigation {
    display: none !important;
  }
  #mega-menu {
    display: block !important;
    height: auto !important;
  }
  nav#navigation {
    height: 100% !important;
  }
  nav#navigation .colored-circle {
    display: none;
  }
  nav#navigation ul.quick-links {
    margin: 0 !important;
  }
  nav#navigation ul#mega-menu {
    width: 100%;
  }
  nav#navigation ul#mega-menu li.selected > ul.open li,
  nav#navigation ul#mega-menu li.selected-entering > ul.open li {
    padding-left: 15px;
  }
  nav#navigation ul#mega-menu li.selected > ul.open li.selected,
  nav#navigation ul#mega-menu li.selected-entering > ul.open li.selected {
    padding-left: 0px;
  }
  nav#navigation ul#mega-menu > li {
    width: 100%;
    padding-right: 0px !important;
    margin: 0;
    background-color: #1b597a;
  }
  nav#navigation ul#mega-menu > li > a {
    padding: 10px 12px 12px 12px;
    font-size: 16px;
    color: white !important;
  }
  nav#navigation ul#mega-menu ul {
    float: left !important;
    position: relative !important;
    top: 0px !important;
    height: auto !important;
  }
  nav#navigation ul#mega-menu ul li {
    display: inline-block;
    width: 100%;
    float: left !important;
  }
  nav#navigation ul#mega-menu ul li.selected.selected-entering {
    width: auto !important;
    min-width: 100%;
  }
}
@media (max-width: 480px) {
  #navigation ul#mega-menu ul li {
    display: inline-block;
    width: 100% !important;
    float: left;
  }
  #navigation ul#mega-menu ul li.selected.selected-entering {
    width: auto;
    min-width: 100% !important;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?i6mnul');
  src: url('fonts/icomoon.eot?#iefixi6mnul') format('embedded-opentype'), url('fonts/icomoon.woff?i6mnul') format('woff'), url('fonts/icomoon.ttf?i6mnul') format('truetype'), url('fonts/icomoon.svg?i6mnul#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'kicomoon';
  src: url('fonts/kicomoon/kicomoon.woff2?g8m4e4s') format('woff2'), url('fonts/kicomoon/kicomoon.ttf?g8m4e4s') format('truetype'), url('fonts/kicomoon/kicomoon.woff?g8m4e4s') format('woff'), url('fonts/kicomoon/kicomoon.svg?g8m4e4s#kicomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="kicon-"],
[class*=" kicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'kicomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.kicon-bold:before {
  content: "\e900";
}
.kicon-pil:before {
  content: "\e901";
}
.kicon-magnifier:before {
  content: "\e922";
}
.kicon-chevron-up:before {
  content: "\e939";
}
.kicon-arrow-right:before {
  content: "\e944";
}
.kicon-search:before {
  content: "\f002";
}
.kicon-angle-left:before {
  content: "\f104";
}
.kicon-angle-right:before {
  content: "\f105";
}
.kicon-angle-up:before {
  content: "\f106";
}
.kicon-angle-down:before {
  content: "\f107";
}
.kicon-chevron-circle-left:before {
  content: "\f137";
}
.kicon-chevron-circle-right:before {
  content: "\f138";
}
.kicon-chevron-circle-up:before {
  content: "\f139";
}
.kicon-chevron-circle-down:before {
  content: "\f13a";
}
.icon-arrow-left:before {
  content: "\e600";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.icon-play:before {
  content: "\e604";
}
.icon-pause:before {
  content: "\e605";
}
.icon-plus:before {
  content: "\e606";
}
.icon-minus:before {
  content: "\e607";
}
.icon-list:before {
  content: "\e608";
}
.icon-search:before {
  content: "\e609";
}
.icon-dots:before {
  content: "\e611";
}
.icon-ellipsis:before {
  content: "\e60c";
}
.icon-child:before {
  content: "\e615";
}
.icon-music:before {
  content: "\e60a";
}
.icon-theater-icon:before {
  content: "\e614";
}
.icon-library:before {
  content: "\e60b";
}
.icon-trophy:before {
  content: "\e60d";
}
.icon-camera:before {
  content: "\e60f";
}
.icon-leaf:before {
  content: "\e610";
}
.icon-tag:before {
  content: "\e616";
}
.icon-location:before {
  content: "\e617";
}
.icon-calendar2:before {
  content: "\e619";
}
.icon-graduate:before {
  content: "\e612";
}
.icon-barbell:before {
  content: "\e60e";
}
#kultunaut,
.kultunaut-sidebar {
  position: relative;
}
#kultunaut .row,
.kultunaut-sidebar .row {
  position: relative;
}
#kultunaut #kultunaut-event-sort-box,
.kultunaut-sidebar #kultunaut-event-sort-box {
  position: relative;
  width: 100%;
  padding: 15px;
  margin-bottom: 30px;
  color: white;
  background: #1b838d;
  overflow: hidden;
  /* Datepicker ----------*/

  /* TAG LIST ----------- */

  /* SEARCH FIELD ----------- */

}
#kultunaut #kultunaut-event-sort-box.loading,
.kultunaut-sidebar #kultunaut-event-sort-box.loading {
  padding: 7.5px 15px;
}
#kultunaut #kultunaut-event-sort-box.loading .sort-box-content,
.kultunaut-sidebar #kultunaut-event-sort-box.loading .sort-box-content {
  display: none;
}
#kultunaut #kultunaut-event-sort-box .headline,
.kultunaut-sidebar #kultunaut-event-sort-box .headline {
  margin-top: 15px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker-text,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker-text {
  /*Holbaek styling*/
  width: 49%;
  display: inline-block;
  padding-left: 7px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 0 0 7.5px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker:first-child,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker:first-child {
  padding: 0 7.5px 0 0;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker.end-date .ui-datepicker-header,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker.end-date .ui-datepicker-header {
  border-width: 0 2px 0 0;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker {
  width: 100%;
  border: 0;
  padding: 0;
  border-radius: 0;
  background: none;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header {
  position: relative;
  color: white !important;
  text-align: center;
  background: #51b2b9;
  border: 0;
  border-radius: 0;
  border-left: 1px solid #1b838d;
  border-right: 1px solid #1b838d;
  /* THIS IS USED ON "Helsingor.dk" Because of a nother version of jquery.ui is used.
                    .ui-datepicker-prev,
                    .ui-datepicker-next
                    {
                        position: absolute;
                        top: 0px;
                        left: 0px;
                        height: 100%;
                        padding: 10px;

                        span
                        {
                            background-image: url(/css/flick/images/ui-icons_ffffff_256x240.png) !important;
                        }
                    }

                    .ui-datepicker-next{left: auto; right: 0px;}    
                    */

}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
  border: 0;
  cursor: pointer;
  background: none;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover .ui-icon-circle-triangle-w,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover .ui-icon-circle-triangle-w {
  background-position: -96px -14px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover .ui-icon-circle-triangle-e,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover .ui-icon-circle-triangle-e {
  background-position: -32px -14px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-icon-circle-triangle-w,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-icon-circle-triangle-w {
  background-position: -96px -14px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-icon-circle-triangle-e,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-header .ui-icon-circle-triangle-e {
  background-position: -32px -14px;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar th,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar th {
  width: 14%;
  color: white !important;
  background: #51b2b9;
  border: 1px solid #1b838d;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td {
  padding: 0;
  border: 1px solid #1b838d;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 1;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled a,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled a,
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled span,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-state-disabled span {
  color: #ebebeb !important;
  background: #258d97;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span {
  background: #353535;
}
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td a,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td a,
#kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td span,
.kultunaut-sidebar #kultunaut-event-sort-box .datepicker-container .datepicker .ui-datepicker-calendar td span {
  display: block;
  padding: 6px 4px;
  border: 0;
  color: white !important;
  text-align: right;
  background: #39a1ab;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list {
  width: 100%;
  float: left;
  margin: 0 0 17px 0;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item {
  width: 20%;
  float: left;
  cursor: pointer;
  text-align: center;
  margin-bottom: 15px;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item:hover .icon,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item:hover .icon {
  color: #65c6cd;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item.active .icon,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item.active .icon {
  color: white;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item img,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item img {
  width: 100%;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon {
  font-size: 40px;
  color: #51b2b9;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Born:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Born:before {
  content: "\e615";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Film:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Film:before {
  content: "\e60f";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Musik:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Musik:before {
  content: "\e60a";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Scene:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Scene:before {
  content: "\e614";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Natur:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Natur:before {
  content: "\e610";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Sport:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Sport:before {
  content: "\e60d";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Motion:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Motion:before {
  content: "\e60e";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Ovrigt:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Ovrigt:before {
  content: "\e60c";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Foredrag:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Foredrag:before {
  content: "\e612";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Udstillinger:before,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-tag-list .tag-item .icon.icon-Udstillinger:before {
  content: "\e60b";
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search {
  float: left;
  max-width: 100%;
  height: 40px;
  margin: 0 15px 30px 0;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field {
  position: relative;
  height: 100%;
  border: 0;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field input,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field input {
  max-width: 100%;
  height: 100%;
  border: 0;
  padding: 5px 50px 5px 10px;
  color: white;
  font-size: 16px;
  line-height: normal;
  font-weight: normal;
  background: #51b2b9;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field input:focus,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field input:focus {
  outline: none;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field input::-moz-placeholder,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field input::-moz-placeholder {
  color: white !important;
  opacity: 1;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field input:-ms-input-placeholder,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field input:-ms-input-placeholder {
  color: white !important;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field input::-webkit-input-placeholder,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field input::-webkit-input-placeholder {
  color: white !important;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field button,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field button {
  position: absolute;
  right: 0;
  border: 0;
  width: 40px;
  height: 100%;
  padding: 0;
  font-size: 30px;
  font-family: 'icomoon';
  color: #353535;
  background: #e6e6e6;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field button:focus,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field button:focus {
  outline: none;
}
#kultunaut #kultunaut-event-sort-box .kultunaut-search .search-field button:active,
.kultunaut-sidebar #kultunaut-event-sort-box .kultunaut-search .search-field button:active {
  color: #555555;
}
#kultunaut #kultunaut-event-sort-box .reset-search-result,
.kultunaut-sidebar #kultunaut-event-sort-box .reset-search-result {
  position: relative;
  height: 40px;
  float: left;
  margin-bottom: 30px;
}
#kultunaut #kultunaut-event-sort-box .reset-search-result button,
.kultunaut-sidebar #kultunaut-event-sort-box .reset-search-result button {
  height: 100%;
  margin: 0;
  font-size: 14px;
  border: 0;
  color: #353535 !important;
  background: #51b2b9;
  background: #e6e6e6;
}
#kultunaut #kultunaut-event-sort-box .reset-search-result button:hover,
.kultunaut-sidebar #kultunaut-event-sort-box .reset-search-result button:hover {
  background: #fafafa;
}
#kultunaut #kultunaut-event-sort-box .reset-search-result button:focus,
.kultunaut-sidebar #kultunaut-event-sort-box .reset-search-result button:focus {
  outline: none;
}
#kultunaut .kultunaut-loading-bar-container,
.kultunaut-sidebar .kultunaut-loading-bar-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #51b2b9;
}
#kultunaut .kultunaut-loading-bar-container .kultunaut-loading-bar,
.kultunaut-sidebar .kultunaut-loading-bar-container .kultunaut-loading-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #2b2b2b;
}
#kultunaut .page-loading,
.kultunaut-sidebar .page-loading {
  position: absolute;
  left: 50%;
  width: 100px;
  height: 70px;
  margin: 0 0 0 -50px;
}
#kultunaut .page-error,
.kultunaut-sidebar .page-error {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  padding-top: 90px;
  margin: 0;
  text-align: center;
}
#kultunaut .kultunaut-ad,
.kultunaut-sidebar .kultunaut-ad {
  margin-bottom: 15px;
}
#kultunaut .kultunaut-ad .create-event,
.kultunaut-sidebar .kultunaut-ad .create-event {
  float: right;
  width: 100%;
  margin-top: 10px;
  padding-right: 30px;
}
#kultunaut .kultunaut-ad .create-event a,
.kultunaut-sidebar .kultunaut-ad .create-event a {
  color: #51b2b9;
}
#kultunaut .kultunaut-result-count,
.kultunaut-sidebar .kultunaut-result-count {
  margin: 0 0 15px 0;
  font-size: 36px;
}
#kultunaut .kultunaut-result-count span,
.kultunaut-sidebar .kultunaut-result-count span {
  font-size: inherit;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#kultunaut .kultunaut-no-results,
.kultunaut-sidebar .kultunaut-no-results {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
}
#kultunaut #kultunaut-event-list,
.kultunaut-sidebar #kultunaut-event-list {
  position: relative;
  min-height: 500px;
}
#kultunaut .kultunaut-event-info-box,
.kultunaut-sidebar .kultunaut-event-info-box {
  position: absolute;
  width: 100%;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview {
  height: 450px;
  font-size: 20px;
  color: #333333;
  border: 1px solid #1b838d;
  z-index: 2;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview:after,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview:after {
  content: none;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content {
  height: auto;
  padding: 15px;
  padding-bottom: 60px;
  border: 0;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info {
  float: left;
  width: 100%;
  padding: 0;
  font-weight: bold;
  margin-bottom: 20px;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info a,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info a {
  font-weight: normal;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info .event-icon,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info .event-icon {
  position: relative;
  top: auto;
  left: auto;
  display: block;
  float: left;
  width: 40%;
  font-size: 60px;
  text-align: right;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info .event-icon-data,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info .event-icon-data {
  display: block;
  float: left;
  width: 55%;
  margin-left: 4.5%;
  text-align: left;
  line-height: 20px;
  text-transform: capitalize;
  word-wrap: break-word;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result {
  text-align: center;
  margin-bottom: 40px;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h1,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h1 {
  font-size: 70px;
  line-height: 56px;
  margin: 0;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h2,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h2,
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h3,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h3,
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h4,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h4,
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h5,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.result h5 {
  margin: 0;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.query,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.query {
  margin-bottom: 17px;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.query .event-icon-data,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-quick-info.query .event-icon-data {
  padding: 15px 0 0 0;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  color: white;
  font-weight: bold;
  background: #1b838d;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box:hover,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box:hover {
  background: #51b2b9;
}
#kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box span,
.kultunaut-sidebar .kultunaut-event-info-box .kultunaut-event-item.result-overview .kultunaut-event-content .event-info-share-box span {
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  right: 15px;
  margin: -7.5px 0 0 0;
  color: white;
}
#kultunaut .kultunaut-event-item,
.kultunaut-sidebar .kultunaut-event-item {
  position: relative;
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#kultunaut .kultunaut-event-item.empty-event,
.kultunaut-sidebar .kultunaut-event-item.empty-event {
  height: 450px;
}
#kultunaut .kultunaut-event-item.empty-event .kultunaut-event-content,
.kultunaut-sidebar .kultunaut-event-item.empty-event .kultunaut-event-content {
  border: 0;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container {
  position: relative;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image a,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image a {
  display: block;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image img,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image img {
  width: 100%;
  min-height: 100%;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title {
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 15px 75px 15px 15px;
  font-size: 20px;
  line-height: 22px;
  background: #353535;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title.read-more,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title.read-more {
  text-align: center;
  padding: 12px 0 15px 0;
  background: #1a1a1a;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title a,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title a {
  display: block;
  color: #e6e6e6 !important;
  font-size: inherit;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  background: #1a1a1a;
  text-decoration: none;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow:hover,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow:hover {
  background: #555555;
  text-decoration: none;
}
#kultunaut .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow:after,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title .event-arrow:after {
  position: absolute;
  top: 50%;
  font-family: "icomoon";
  content: "\e603";
  display: block;
  width: 100%;
  height: 15px;
  margin-top: -7.5px;
  font-size: 25px;
  color: #e6e6e6;
  text-align: center;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content {
  width: 100%;
  height: 250px;
  float: left;
  padding: 60px 0 15px 0;
  border: 1px solid #d2d2d2;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info {
  position: relative;
  width: 100%;
  padding: 5px 15px 5px 40px;
  font-weight: bold;
  color: #333333;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info a,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info a {
  font-weight: bold;
  color: #1b838d;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info .event-icon,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info .event-icon {
  position: absolute;
  top: 8px;
  left: 15px;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info.result,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info.result {
  padding: 5px 15px;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info.result span,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info.result span {
  font-weight: normal;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .event-quick-info.location .event-icon,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .event-quick-info.location .event-icon {
  font-size: 16px;
}
#kultunaut .kultunaut-event-item .kultunaut-event-content .description,
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content .description {
  padding: 5px 15px;
}
.kultunaut-sidebar .hotspot-content {
  padding-top: 0;
  padding-bottom: 0;
}
.kultunaut-sidebar .kultunaut-see-more {
  height: 45px;
}
.kultunaut-sidebar .kultunaut-event-item {
  margin-bottom: 0;
  opacity: 1;
}
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .kultunaut-event-image {
  height: 170px;
}
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-image-container .title {
  position: relative;
  bottom: 0;
}
.kultunaut-sidebar .kultunaut-event-item .kultunaut-event-content {
  height: auto;
}
@media only screen and (max-width: 767px) {
  #kultunaut #kultunaut-event-sort-box .datepicker-container {
    margin-bottom: 0;
  }
  #kultunaut #kultunaut-event-sort-box .datepicker-container .datepicker {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #kultunaut #kultunaut-event-sort-box .kultunaut-tag-list .tag-item {
    width: 25%;
  }
  #kultunaut #kultunaut-event-sort-box .kultunaut-search {
    margin-bottom: 15px;
  }
  #kultunaut .kultunaut-event-info-box {
    position: relative;
  }
  #kultunaut .kultunaut-event-info-box .kultunaut-event-item.result-overview {
    height: auto;
  }
  #kultunaut .kultunaut-event-item.empty-event {
    display: none;
  }
}
/*Faceted list colors
@import "GenericLess/op-utilities.less";
@list-primary: @brand-primary;
@list-white: @white;
@list-gray: @gray;
@list-gray-light: @gray-light;
@spinner-bg: #333;
@list-spacing: @default-spacing;
*/
/*
    HOLBÆK
*/
.faceted-col {
  position: relative;
  min-height: 250px;
}
.faceted-list-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 38px;
  z-index: 2;
  background: white;
}
.faceted-list-loading._transparent {
  background: rgba(255, 255, 255, 0.8);
}
.faceted-list-loading .faceted-loading-text {
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
}
.faceted-list-loading .faceted-loading-failed {
  display: none;
  position: absolute;
  top: 100px;
  width: 100%;
  text-align: center;
}
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.faceted-list-loading .spinner {
  margin: 20px auto 0;
  width: 70px;
  text-align: center;
  font-size: 12px;
}
.faceted-list-loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.faceted-list-loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.faceted-list-loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.faceted-filter-container section {
  margin-bottom: 0;
}
.faceted-filter-container select {
  padding: 6px 12px 6px 3px;
  border: 2px solid #333333 !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.faceted-filter-container select:focus {
  border-color: #999999;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faceted-filter-container input[type="radio"],
.faceted-filter-container .radio input[type="radio"],
.faceted-filter-container .radio-inline input[type="radio"] {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  vertical-align: -4px;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.faceted-filter-container input[type="radio"]:focus,
.faceted-filter-container .radio input[type="radio"]:focus,
.faceted-filter-container .radio-inline input[type="radio"]:focus {
  outline: none;
}
.faceted-filter-container input[type="radio"]:before,
.faceted-filter-container .radio input[type="radio"]:before,
.faceted-filter-container .radio-inline input[type="radio"]:before,
.faceted-filter-container input[type="radio"]:after,
.faceted-filter-container .radio input[type="radio"]:after,
.faceted-filter-container .radio-inline input[type="radio"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -3px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  -moz-transition: 240ms;
  transition: 240ms;
}
.faceted-filter-container input[type="radio"]:before,
.faceted-filter-container .radio input[type="radio"]:before,
.faceted-filter-container .radio-inline input[type="radio"]:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1b597a;
}
.faceted-filter-container input[type="radio"]:after,
.faceted-filter-container .radio input[type="radio"]:after,
.faceted-filter-container .radio-inline input[type="radio"]:after {
  border: 2px solid #333333;
}
.faceted-filter-container input[type="radio"]:disabled:checked:before,
.faceted-filter-container .radio input[type="radio"]:disabled:checked:before,
.faceted-filter-container .radio-inline input[type="radio"]:disabled:checked:before {
  background-color: #999999;
}
.faceted-filter-container input[type="radio"]:checked:after,
.faceted-filter-container .radio input[type="radio"]:checked:after,
.faceted-filter-container .radio-inline input[type="radio"]:checked:after {
  border-color: #1b597a;
}
.faceted-filter-container input[type="radio"]:disabled:after,
.faceted-filter-container .radio input[type="radio"]:disabled:after,
.faceted-filter-container .radio-inline input[type="radio"]:disabled:after,
.faceted-filter-container input[type="radio"]:disabled:checked:after,
.faceted-filter-container .radio input[type="radio"]:disabled:checked:after,
.faceted-filter-container .radio-inline input[type="radio"]:disabled:checked:after {
  border-color: #999999;
}
.faceted-filter-container input[type="checkbox"],
.faceted-filter-container .checkbox input[type="checkbox"],
.faceted-filter-container .checkbox-inline input[type="checkbox"] {
  position: relative;
  vertical-align: -4px;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.faceted-filter-container input[type="checkbox"]:focus,
.faceted-filter-container .checkbox input[type="checkbox"]:focus,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
.faceted-filter-container input[type="checkbox"]:focus:after,
.faceted-filter-container .checkbox input[type="checkbox"]:focus:after,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #1b597a;
}
.faceted-filter-container input[type="checkbox"]:after,
.faceted-filter-container .checkbox input[type="checkbox"]:after,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #333333;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  -moz-transition: 240ms;
  transition: 240ms;
}
.faceted-filter-container input[type="checkbox"]:checked:before,
.faceted-filter-container .checkbox input[type="checkbox"]:checked:before,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid white;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faceted-filter-container input[type="checkbox"]:checked:after,
.faceted-filter-container .checkbox input[type="checkbox"]:checked:after,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #1b597a;
  border-color: #1b597a;
}
.faceted-filter-container input[type="checkbox"]:disabled:after,
.faceted-filter-container .checkbox input[type="checkbox"]:disabled:after,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:disabled:after {
  border-color: #999999;
}
.faceted-filter-container input[type="checkbox"]:disabled:checked:after,
.faceted-filter-container .checkbox input[type="checkbox"]:disabled:checked:after,
.faceted-filter-container .checkbox-inline input[type="checkbox"]:disabled:checked:after {
  background-color: #999999;
  border-color: transparent;
}
.faceted-list-container {
  position: relative;
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.faceted-list-container.fail .faceted-list-error-msg {
  display: block;
}
.faceted-list-container section {
  position: relative;
  margin-bottom: 0;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faceted-list-container .list-group {
  margin: 0 0 20px !important;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.faceted-list-container .list-group.hide-group {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.faceted-list-container .mix {
  display: none;
}
.faceted-list-container .faceted-list-error-msg {
  display: none;
  position: absolute;
  width: 100%;
}
.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 20px;
  background: #113344;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
  position: absolute;
  top: 1px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  width: 18px;
  height: 18px;
  background: white;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: white;
  height: 6px;
  top: 7px;
}
.nstSlider .highlightPanel {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #e87722;
  height: 20px;
  top: 0;
}
.leftLabel {
  float: left;
}
.rightLabel {
  float: right;
}
@media only screen and (max-width: 1200px) {
  .list-page .list-page-item .list-page-item-content {
    min-height: 134px;
  }
}
@media only screen and (max-width: 992px) {
  .frontpage-news .news-headline h1 {
    margin-bottom: 10px !important;
  }
  .frontpage-news .news-headline a.all-news {
    position: relative !important;
  }
  .frontpage-news .news-headline a.all-news > span {
    margin-left: 10px;
  }
  .frontpage-news .news-item {
    min-height: 0;
  }
  .frontpage-news .news-item .news-item-text {
    min-height: 0;
  }
  .list-page .list-page-item .list-page-item-content {
    min-height: 180px;
  }
  .themes {
    padding-bottom: 0;
  }
  .themes .hotspot-item {
    padding-bottom: 40px;
  }
  .themes .theme-link {
    bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .site-logo {
    text-align: center;
  }
  .frontpage {
    margin-top: 0 !important;
  }
  .calltoactiontext,
  .calltoactiontext2 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .feedback-holder {
    width: 400px;
  }
  .social-icons {
    display: block;
    width: 100%;
    position: relative;
    height: 16px;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    margin-bottom: 10px;
  }
  .social-icons .addthis_toolbox {
    float: left !important;
  }
  .list-page-item-content {
    padding: 0 !important;
  }
  .themes {
    padding-bottom: 0;
  }
  .themes .hotspot-item {
    padding-bottom: 40px;
  }
  .themes .theme-link {
    bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .feedback-holder {
    width: 290px;
  }
  .feedback-holder .feedback-step2 {
    margin-left: 0 !important;
  }
  .quick-links li {
    float: left;
  }
  .selfservice-portal .selfservice-portal-content .selfservice-page .selfservice-category-title .headline {
    font-size: 12px;
  }
}
.goog-te-gadget img {
  display: inline-block;
}
.goog-te-gadget .goog-te-combo {
  background-color: #83a9ab;
  border: none !important;
  color: black;
  margin: 0 !important;
}
.goog-te-gadget .goog-logo-link {
  font-weight: normal !important;
}
.goog-te-gadget .goog-te-gadget-simple {
  border: 1px solid #555555;
}
@media print {
  body,
  html {
    background: none !important;
  }
  .hide-on-print {
    display: none !important;
  }
  * {
    text-shadow: none !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: white !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dddddd !important;
  }
  /* Site specific rules */
  
  .primary-border {
    border: none !important;
  }
  .colored-circle {
    display: none !important;
  }
  .accordion-item-content {
    display: block !important;
  }
  .selfservice-item .hotspot-content {
    border: none !important;
  }
  .selfservice-portal .selfservice-category,
  .selfservice-portal .selfservice-page {
    border: none !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.primary-color {
  color: #1b597a;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
@media (max-width: 766px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
