@charset "UTF-8";
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 22.5px 0;
  margin: 0 0 1.40625rem 0;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion-container {
  margin: 30px 0;
}

.accordion-panel {
  display: none;
  margin-left: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow: hidden;
  border-bottom: 1px solid #B42027;
  padding-bottom: 10px;
}
.accordion-panel > p {
  margin-top: 0;
}

.accordion-toggler {
  margin: 0 0 10px 0;
  margin: 0 0 0.625rem 0;
  min-height: 24px;
  max-width: fit-content;
}
.accordion-toggler:hover .toggle-wrapper {
  background-color: #B42027;
}
.accordion-toggler:hover .button-toggler {
  color: #B42027;
}
.accordion-toggler:hover .button-content {
  border-bottom: 1px solid currentColor;
}

.button-toggler-container {
  cursor: pointer;
}

.button-toggler,
.button-content {
  outline: none;
}

.button-toggler {
  height: 100%;
  max-width: calc(100% - 47px);
  display: block;
  background: none;
  border: none;
  color: #DA2B31;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 15px 0 32px;
  padding-left: 0;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.button-content {
  border-bottom: 1px solid transparent;
}

.button-toggler:focus > .button-content {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}

.toggle-wrapper {
  height: 24px;
  width: 24px;
  background-color: #DA2B31;
  border-radius: 50%;
  position: relative;
  float: left;
}
.toggle-wrapper .horizontal-bar,
.toggle-wrapper .vertical-bar {
  position: absolute;
  display: block;
  background-color: white;
  top: calc(50% - 1px);
  left: calc(50% - 6px);
  width: 12px;
  height: 2px;
  transition: transform linear 0.2s;
}

.vertical-bar {
  transform: rotate(90deg);
}

.opened {
  display: block;
}
.opened .vertical-bar {
  transform: rotate(135deg);
}
.opened .horizontal-bar {
  transform: rotate(45deg);
}
.opened .toggle-wrapper {
  background-color: #B42027;
}
.opened .button-toggler {
  color: #B42027;
}

@media (min-width: 768px) {
  .accordion-panel {
    margin: 0 0 0 40px;
  }
  .accordion-toggler {
    min-height: 30px;
  }
  .toggle-wrapper {
    height: 30px;
    width: 30px;
  }
  .toggle-wrapper .horizontal-bar,
  .toggle-wrapper .vertical-bar {
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
  }
  .button-toggler {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin: 0 0 0 40px;
    max-width: calc(100% - 40px);
    min-height: 30px;
  }
}
html {
  font-size: 16px;
  font-size: 1rem;
}
html body {
  font-family: "Source Sans Pro", Helvetica, Arial;
  background-color: #fff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
html .button-red {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  background-color: #DA2B31;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
html .button-red:hover, html .button-red:active, html .button-red.current {
  background-color: #821F24;
}
html .bold-underlined-link {
  font-weight: 600;
  text-decoration: underline;
}
html .link-button-dark-red, html .link-button-red {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  background-color: #B42027;
  color: #fff;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 15px auto;
  width: 25%;
  min-width: 200px;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
html .link-button-dark-red:visited, html .link-button-red:visited {
  color: #fff;
}
html .link-button-dark-red:hover, html .link-button-red:hover, html .link-button-dark-red:active, html .link-button-red:active, html .link-button-dark-red.current, html .current.link-button-red {
  background-color: #821F24;
  color: #fff;
}
html .link-button-lighter-red {
  padding: 15px 30px;
  padding: 0.9375rem 1.875rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  background-color: #FFDEDE;
  color: #B42027;
  display: block;
  cursor: pointer;
  text-align: center;
  margin: 0 auto 15px auto;
  width: 25%;
  min-width: 200px;
  font-weight: 600;
  text-decoration-line: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
html .link-button-lighter-red:visited {
  color: #B42027;
}
html .link-button-lighter-red:hover, html .link-button-lighter-red:active, html .link-button-lighter-red.current {
  background-color: #FFFFFF;
  color: #B42027;
  text-decoration: none;
}
html .navigation-heading {
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 23px;
  line-height: 1.4375rem;
  text-transform: uppercase;
}
html .link-button-red {
  text-decoration-line: none;
  background-color: #DA2B31;
  white-space: nowrap;
  width: fit-content;
}
html .link-button-red:hover, html .link-button-red:active, html .link-button-red.current {
  background-color: #B42027;
}
html .external_link {
  display: inline;
}
html .external_link:after {
  background-position: 3px 5px;
  background-size: 12px;
  content: "     ";
  background-image: url("/Content/Images/Gfx/icon_external_link_blue.svg");
  background-repeat: no-repeat;
}
html .external_link:hover:after {
  background-image: url("/Content/Images/Gfx/icon_external_link_hover.svg");
}
html .white-text .external_link {
  color: #fff;
}
html .white-text .external_link:after {
  background-image: url("/Content/Images/Gfx/icon_external_link_white.svg");
}
html .white-text .external_link:hover:after {
  background-image: url("/Content/Images/Gfx/icon_external_link_white.svg");
}
html .important_information, html .warning {
  display: block;
  padding: 7px 15px 15px 34.5px;
  padding: 0.4375rem 0.9375rem 0.9375rem 2.15625rem;
  margin: 15px 0 7.5px 0;
  margin: 0.9375rem 0 0.46875rem 0;
}
html .important_information {
  border-left: 10px solid #CCCCCC;
  padding: 12px 0 12px 15px;
  padding: 0.75rem 0 0.75rem 0.9375rem;
  margin: 15px 0 15px 0;
  margin: 0.9375rem 0 0.9375rem 0;
}
html .warning {
  background: url("/Content/Images/Gfx/icon_obs.svg") no-repeat 0 0;
  background-size: 26px 32px;
  font-weight: bold;
}
html .download_document {
  background: url("/Content/Images/Gfx/icon_document.svg") no-repeat 0 0;
  background-size: 23px 33px;
  display: block;
  padding: 0 0 0 48px;
  padding: 0 0 0 3rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
  min-height: 45px;
}
html .list-content ul {
  margin: 0 0 30px 0;
  margin: 0 0 1.875rem 0;
}
html .list-content ul li {
  padding: 10px 0;
  padding: 0.625rem 0;
}
html .list-content ul li a {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  font-weight: 700;
}
html .list-content ul li span {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  display: block;
}
html .paging-result {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
html .paging-result h3 {
  font-weight: 400;
}
html .paging-container .link-button-red {
  min-width: 130px;
  max-width: 160px;
  padding: 10px 7.5px;
  padding: 0.625rem 0.46875rem;
  height: 44px;
  line-height: 24px;
  line-height: 1.5rem;
}
html .paging-container a, html .paging-container h3 {
  float: left;
}
html .paging-container .previous {
  padding-left: 18px;
  background-image: url(/Content/Images/Gfx/arrow_left.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 0px 10px;
}
html .paging-container .next {
  float: right;
  background-image: url(/Content/Images/Gfx/arrow_right.svg);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: calc(100% - 1px) 10px;
}
html .paging-container .paging-heading {
  font-weight: 400;
}
html .text-content h1 {
  margin: 0 0 22.5px 0;
  margin: 0 0 1.40625rem 0;
}
html .text-content h2 {
  margin: 30px 0 7.5px 0;
  margin: 1.875rem 0 0.46875rem 0;
}
html .text-content h3 {
  margin: 22.5px 0 3.75px 0;
  margin: 1.40625rem 0 0.234375rem 0;
}
html .text-content p {
  margin: 0 0 11.25px 0;
  margin: 0 0 0.703125rem 0;
}
html .text-content ul {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
  list-style-type: disc;
}
html .text-content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3.75px 0;
  padding: 0.234375rem 0;
}
html .text-content ul li a {
  vertical-align: top;
}
html .text-content ol {
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 24px;
  padding: 0 0 0 1.5rem;
}
html .text-content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 3.75px 0;
  padding: 0.234375rem 0;
}
html .text-content ol li a {
  vertical-align: top;
}
html .text-content img {
  max-width: 100%;
  height: auto;
}
html .visually-hidden {
  position: absolute;
  left: -10000px;
  color: #fff;
  width: 1px;
  height: 0px;
}
html .no-padding {
  padding: 0;
}
html aside.links {
  margin: 15px 0;
  margin: 0.9375rem 0;
  padding: 15px 0 0 0;
  padding: 0.9375rem 0 0 0;
  border-top: 9px solid #B42027;
}
html aside.links h2 {
  margin: 0 0 7.5px 0;
  margin: 0 0 0.46875rem 0;
}
html aside.links > ul {
  padding: 0;
  list-style-type: none;
}
html aside.links > ul > li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  padding: 0 0 7.5px 0;
  padding: 0 0 0.46875rem 0;
}
html aside.links > ul > li > a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
}
html aside.links > ul > li > a.external_link:after {
  background-position: 3px 5px;
  background-size: 12px;
}

@media (min-width: 480px) {
  html .body-container-padded, html .body-container-padded-left {
    padding: 0 45px;
    padding: 0 2.8125rem;
  }
}
@media (min-width: 768px) {
  html body {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  html .link-button-red, html .link-button-dark-red, html .link-button-lighter-red {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 22px;
    line-height: 1.375rem;
    max-width: 300px;
  }
  html .external_link:after {
    background-position: 3px 6px;
    background-size: 14px;
  }
  html .download_document {
    padding: 0 0 0 37.5px;
    padding: 0 0 0 2.34375rem;
    margin: 15px 0 15px 0;
    margin: 0.9375rem 0 0.9375rem 0;
    width: 85%;
  }
  html .important_information, html .warning {
    padding: 7px 15px 15px 45px;
    padding: 0.4375rem 0.9375rem 0.9375rem 2.8125rem;
    margin: 30px 0 15px 0;
    margin: 1.875rem 0 0.9375rem 0;
  }
  html .warning {
    background-size: 33px 40px;
  }
  html .important_information {
    padding: 12px 0 12px 15px;
    padding: 0.75rem 0 0.75rem 0.9375rem;
    margin: 30px 0 30px 0;
    margin: 1.875rem 0 1.875rem 0;
  }
  html .list-content ul li {
    padding: 15px 0;
    padding: 0.9375rem 0;
  }
  html .list-content ul li a {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  html .list-content ul li span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  html .paging-container .link-button-red {
    padding: 15px 22.5px;
    padding: 0.9375rem 1.40625rem;
    min-width: 170px;
    max-width: 200px;
    height: 50px;
    line-height: 20px;
    line-height: 1.25rem;
  }
  html .paging-container .previous {
    background-position: 10px 12px;
  }
  html .paging-container .next {
    background-position: calc(100% - 10px) 12px;
  }
  html .paging-result {
    margin: 0 0 30px 0;
    margin: 0 0 1.875rem 0;
  }
  html .paging-result h3 {
    font-weight: 400;
  }
  html .text-content p {
    margin: 0 0 15px 0;
    margin: 0 0 0.9375rem 0;
  }
  html .text-content ul li, html .text-content ol li {
    line-height: 25px;
    line-height: 1.5625rem;
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (min-width: 992px) {
  html .body-container, html .body-container-padded-left, html .body-container-padded {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  html .body-container-padded {
    padding: 0 210px;
    padding: 0 13.125rem;
  }
  html .body-container-padded-left {
    padding-left: 210px;
    padding-right: 15px;
  }
  html .cookie-button {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
  html .cookie-alert span {
    margin: 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  html .paging-container .link-button-red {
    padding: 15px 22.5px;
    padding: 0.9375rem 1.40625rem;
    max-width: 100px;
  }
}
#header {
  background-color: #DA2B31;
}
#header .skiplink {
  position: absolute;
  left: -9999em;
}
#header .skiplink:focus {
  display: block;
  padding: 20px 22.5px;
  padding: 1.25rem 1.40625rem;
  z-index: 100;
  background: #DA2B31;
  color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-right: 16px;
  left: 114px;
  top: 16px;
  min-height: 60px;
}
#header .site-logo {
  width: 100%;
  z-index: 100;
  top: 8px;
  left: 5px;
  width: 56px;
  height: 56px;
}
#header .logo-container {
  padding: 8px 4px;
  text-decoration: none;
  float: left;
  display: inline-flex;
  flex-direction: row;
}
#header .site-header-text {
  margin-top: 8px;
  margin-bottom: auto;
  margin-left: 10px;
}
#header .site-header-text span {
  color: #fff;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 13px;
  line-height: 0.8125rem;
  margin: 0 10px 0 0;
  margin: 0 0.625rem 0 0;
  letter-spacing: 2px;
  font-weight: 600;
}
#header .site-header-text h1 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-weight: 700;
  margin: 0;
  margin: 0;
  color: #fff;
}
#header .top-menu-container {
  padding: 0;
  padding: 0;
}
#header .search-link-container {
  background: #FFC2C1;
  float: right;
  text-align: center;
  padding: 15px 20px;
}
#header .search-link-container.active {
  background-color: #FFF0F0;
}
#header .search-link-container.active .search-logo {
  background-color: #FFF0F0;
}
#header .search-logo {
  background-color: #FFC2C1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  text-decoration: none;
  width: 40px;
  padding: 0;
  color: #B42027;
  text-align: center;
  display: flex;
  flex-direction: column;
}
#header .search-logo span {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#header .search-logo span:before {
  content: "";
  background-image: url(/Content/Images/Gfx/icon_sok_rod3.svg);
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  display: block;
}
#header .search-logo span.search-logo-expanded {
  display: none;
}
#header .search-logo span.search-logo-expanded:before {
  background-image: url(/Content/Images/Gfx/icon_kryss_22x22.svg);
}
#header .search-logo.active span {
  display: none;
}
#header .search-logo.active .search-logo-expanded {
  display: block;
}
#header .header-navigation-container {
  padding: 0;
  padding: 0;
}
#header .header-navigation-container .navigation {
  float: left;
  width: 100%;
  background-color: #DA2B31;
  border: none;
  border-left: solid 1px #FFC2C1;
  border-bottom: solid 1px #FFC2C1;
}
#header .header-navigation-container .navigation ul {
  display: flex;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
}
#header .header-navigation-container .navigation ul li {
  display: flex;
  width: 50%;
  border-top: solid 1px #FFC2C1;
}
#header .header-navigation-container .navigation ul li:hover, #header .header-navigation-container .navigation ul li:active, #header .header-navigation-container .navigation ul li.current {
  background-color: #FFC2C1;
}
#header .header-navigation-container .navigation ul li:hover .menu-item, #header .header-navigation-container .navigation ul li:active .menu-item, #header .header-navigation-container .navigation ul li.current .menu-item {
  color: #B42027;
}
#header .header-navigation-container .navigation ul li.active-menu-item {
  background-color: #B42027;
}
#header .header-navigation-container .navigation ul li.active-menu-item .menu-item {
  color: #FFFFFF;
}
#header .header-navigation-container .navigation ul li:not(:last-child) {
  border-right: solid 1px #FFC2C1;
}
#header .header-navigation-container .menu-item {
  padding: 15px 5px;
  padding: 0.9375rem 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-weight: 400;
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  text-align: center;
  margin: auto;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
#header .header-navigation-container .menu-item:hover, #header .header-navigation-container .menu-item:active {
  text-decoration: none;
}
#header .header-navigation-container .menu-item:hover, #header .header-navigation-container .menu-item:active {
  background-color: #FFC2C1;
  color: #B42027 !important;
}
#header .search-container {
  background-color: #FFF0F0;
  padding: 20px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 20px;
  line-height: 1.25rem;
  width: 100%;
  float: left;
  display: none;
}
#header .search-container input, #header .search-container textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#header .search-container form {
  display: flex;
  justify-content: center;
}
#header .search-field {
  width: 80%;
  flex-basis: 80%;
  border: none;
  margin-right: 8px;
  border-bottom: 4px solid #DA2B31;
  padding: 15px 7.5px 15px 8px;
  padding: 0.9375rem 0.46875rem 0.9375rem 0.5rem;
}
#header .search-button {
  width: 20%;
  min-width: 80px;
  background: none;
  border: none;
  background-color: #DA2B31;
  color: #fff;
  padding: 3.75px 15px;
  padding: 0.234375rem 0.9375rem;
}
#header .search-button:hover, #header .search-button:active {
  background-color: #821F24;
}

@media (min-width: 364px) {
  #header .skiplink:focus {
    min-height: 40px;
    padding: 10px 37.5px;
    padding: 0.625rem 2.34375rem;
  }
}
@media (max-width: 410px) {
  #header .site-header-text span {
    letter-spacing: 0.4px;
  }
  #header .header-navigation-container .menu-item {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}
@media (min-width: 480px) {
  #header .skiplink:focus {
    left: 150px;
  }
  #header .site-header-text h1 {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}
@media (min-width: 768px) {
  #header .skiplink:focus {
    min-height: 46px;
  }
  #header .header-navigation-container .navigation ul li {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #header .header-container {
    position: relative;
  }
  #header .skiplink:focus {
    left: 190px;
    top: 10px;
    padding: 15px 35px;
    padding: 0.9375rem 2.1875rem;
  }
  #header .logo-container {
    width: auto;
    float: left;
    position: absolute;
  }
  #header .logo-container:focus {
    outline: none;
  }
  #header .logo-container:focus .site-logo {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    outline: 1px dotted white;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  #header .site-logo {
    height: 157px;
    width: 157px;
    margin-left: 30px;
  }
  #header .site-header-text {
    margin-left: 1rem;
    margin-top: 4px;
  }
  #header .site-header-text span:last-child {
    margin: 0;
    margin: 0;
  }
  #header .top-menu-container {
    float: right;
    width: auto;
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
  }
  #header .search-link-container {
    min-height: 75px;
    min-width: 80px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    padding: 0;
    border: none;
    border-left: solid 1px #FFC2C1;
    border-bottom: solid 1px #FFC2C1;
    display: flex;
  }
  #header .search-link-container:hover {
    background-color: #821F24;
  }
  #header .search-link-container.active {
    background-color: #821F24;
    border-bottom: none;
  }
  #header .search-logo {
    background-color: #DA2B31;
    color: #FFFFFF;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
    line-height: 1.5625rem;
    width: 100%;
    padding: 15px 20px;
  }
  #header .search-logo span {
    flex-direction: row;
    align-items: center;
    width: 66px;
    margin: auto;
  }
  #header .search-logo span.search-logo-closed:before {
    background-image: url(/Content/Images/Gfx/icon_sok_vit.svg);
  }
  #header .search-logo span.search-logo-expanded:before {
    background-image: url(/Content/Images/Gfx/icon_kryss_vit.svg);
  }
  #header .search-logo span:before {
    margin: 0;
    margin-right: 4px;
    background-position: center;
    background-size: inherit;
  }
  #header .search-logo.active span {
    display: none;
  }
  #header .search-logo.active span.search-logo-expanded {
    display: inline-flex;
  }
  #header .search-logo.active, #header .search-logo:hover {
    background-color: #FFC2C1;
    color: #B42027 !important;
  }
  #header .search-logo.active span.search-logo-closed:before, #header .search-logo:hover span.search-logo-closed:before {
    background-image: url(/Content/Images/Gfx/icon_sok_rod3.svg);
  }
  #header .search-logo.active span.search-logo-expanded:before, #header .search-logo:hover span.search-logo-expanded:before {
    background-image: url(/Content/Images/Gfx/icon_kryss_22x22.svg);
  }
  #header .header-navigation-container .navigation {
    width: auto;
  }
  #header .header-navigation-container .navigation ul {
    display: flex;
    flex-direction: row;
    height: 100%;
  }
  #header .header-navigation-container .navigation ul li {
    background-color: #DA2B31;
    min-height: 75px;
    width: auto;
    cursor: pointer;
    border-top: none;
  }
  #header .header-navigation-container .navigation ul li:nth-child(n) {
    border-right: solid 1px #FFC2C1;
  }
  #header .header-navigation-container .menu-item {
    line-height: 20px;
    line-height: 1.25rem;
    padding: 15px 8px;
    padding: 0.9375rem 0.5rem;
  }
  #header .header-navigation-border nav ul li {
    border-bottom: solid 1px #FFC2C1;
  }
  #header .search-container {
    order: 3;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    width: 100%;
  }
  #header .search-field {
    background-position: 4px;
    background-size: 35px 35px;
    font-size: 24px;
    font-size: 1.5rem;
    padding: 7.5px;
    padding: 0.46875rem;
  }
  #header .search-button {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 3.75px 30px;
    padding: 0.234375rem 1.875rem;
  }
}
@media (min-width: 1200px) {
  #header .header-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  #header .header-navigation-container .navigation .menu-item {
    padding: 15px 20px;
    padding: 0.9375rem 1.25rem;
  }
}
.max-width-1200 {
  max-width: 1200px;
}

.footer-main-container {
  background-color: #DA2B31;
  border-top: 8px solid #B42027;
  color: #fff;
}
.footer-main-container p {
  margin: 0px;
  padding-bottom: 8px;
}
.footer-main-container a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #FFC2C1;
}
.footer-main-container a:visited {
  color: #fff;
  text-decoration-color: #FFC2C1;
}
.footer-main-container a:hover, .footer-main-container a:active {
  color: #fff;
  text-decoration-color: #fff;
}
.footer-main-container .main-content {
  margin: 30px 0;
  margin: 1.875rem 0;
}
.footer-main-container .section {
  margin: 19.5px 0 0 0;
  margin: 1.21875rem 0 0 0;
}
.footer-main-container .left-content, .footer-main-container .center-content {
  margin: 3.75px 0 0 0;
  margin: 0.234375rem 0 0 0;
}
.footer-main-container .left-content > div, .footer-main-container .center-content > div {
  margin-bottom: 10px;
}
.footer-main-container .right-content {
  position: relative;
  padding-top: 107px;
}
.footer-main-container .right-content img {
  position: absolute;
  height: 103px;
  top: -15px;
  margin: 0 0 22.5px 0;
  margin: 0 0 1.40625rem 0;
}
.footer-main-container .white-text .external_link {
  display: inline;
}
.footer-main-container .white-text .external_link:after {
  background-position: right 6px;
  position: absolute;
}

@media (min-width: 768px) {
  .footer-main-container h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    line-height: 1.875rem;
  }
  .footer-main-container .cooperation {
    clear: both;
  }
}
@media (min-width: 992px) {
  .footer-main-container .cooperation {
    clear: none;
  }
  .footer-main-container .main-content {
    margin: 45px 0 52.5px 0;
    margin: 2.8125rem 0 3.28125rem 0;
  }
  .footer-main-container .white-text .external_link:after {
    background-position: right 7px;
  }
}
.breadcrumb-container .breadcrumbs {
  margin: 0;
  margin: 0;
  padding: 22.5px 0;
  padding: 1.40625rem 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
  line-height: 1.0625rem;
}
.breadcrumb-container .breadcrumbs li {
  float: left;
  font-weight: 600;
}
.breadcrumb-container .breadcrumbs li a {
  margin: 0 3.75px 0 0;
  margin: 0 0.234375rem 0 0;
}
.breadcrumb-container .breadcrumbs li span {
  color: #000;
}
.breadcrumb-container .divider {
  margin: 0 3.75px 0 0;
  margin: 0 0.234375rem 0 0;
}
/*# sourceMappingURL=main.css.map */
