[role="button"] {
  cursor: pointer; }

.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1200px) {
    .container {
      margin-right: 20px;
      margin-left: 20px; } }
  @media (max-width: 480px) {
    .container {
      margin-right: 10px;
      margin-left: 10px; } }

.grid::after {
  clear: both;
  content: "";
  display: table; }

.grid__column::after {
  clear: both;
  content: "";
  display: table; }

.grid--1x1 .grid__column {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 1024px) {
    .grid--1x1 .grid__column {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .grid--1x1 .grid__column {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 480px) {
    .grid--1x1 .grid__column {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }

.grid--2x1 .grid__column {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .grid--2x1 .grid__column {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 480px) {
    .grid--2x1 .grid__column {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }

.grid--3x1 .grid__column {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .grid--3x1 .grid__column {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 480px) {
    .grid--3x1 .grid__column {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }

.grid--4x1 .grid__column {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .grid--4x1 .grid__column {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 480px) {
    .grid--4x1 .grid__column {
      width: calc(100% - 20px);
      float: left;
      margin-left: 10px; } }

*, *:before, *:after {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: middle;
  border: 0; }

body {
  font-family: "Caput", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 16px;
  line-height: 1.25em; }

h1, h2, h3, h4, h5 {
  margin: 1em 0; }

h1 {
  color: #0067a1;
  font-size: 36px;
  line-height: 42px; }

h2 {
  font-size: 20px; }

p {
  margin: 1em 0;
  line-height: 24px; }

table {
  margin: 1em 0; }

ul, ol {
  margin: 1em 0 1em 2em; }

a {
  color: #0067a1;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

sub {
  line-height: 0;
  font-size: 0.6em; }

body {
  background-color: #efefef; }

.header {
  height: 230px;
  position: relative; }
  @media (max-width: 768px) {
    .header {
      height: 330px; } }
  @media (max-width: 480px) {
    .header {
      height: auto; } }
  .header .container {
    z-index: 1; }
  .header .header__search {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    text-align: right;
    float: right !important;
    margin: 0;
    margin-right: 15px; }
    @media (max-width: 1024px) {
      .header .header__search {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .header .header__search {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 480px) {
      .header .header__search {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px; } }
    .header .header__search .search {
      margin-top: 5px; }
      .header .header__search .search::after {
        clear: both;
        content: "";
        display: table; }
      .header .header__search .search .search__form {
        float: right;
        margin-right: 15px;
        width: 33%; }
        @media (max-width: 768px) {
          .header .header__search .search .search__form {
            width: 66%; } }
        @media (max-width: 480px) {
          .header .header__search .search .search__form {
            width: calc(100% - 60px); } }
        .header .header__search .search .search__form .search__input {
          border: none;
          border-bottom: 1px solid #000;
          float: right;
          width: 0;
          padding: 8px 0;
          font-size: 1rem;
          font-family: Caput, Helvetica, Arial, sans-serif;
          -webkit-transition: 0.3s ease-in-out all;
          transition: 0.3s ease-in-out all; }
          .header .header__search .search .search__form .search__input.search__input--opened {
            width: 100%;
            padding: 8px; }
      .header .header__search .search .search__open-button {
        width: 36px;
        height: 36px;
        background: none;
        border: none;
        color: #fff;
        float: right;
        cursor: pointer; }
        .header .header__search .search .search__open-button:before {
          content: ' ';
          position: relative;
          display: block;
          background-image: url(../Icons/Content/black/icon_search.svg);
          background-size: 80%;
          background-position: center center;
          background-repeat: no-repeat;
          width: 100%;
          height: 100%; }
  .header .header__logo {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px; }
    .header .header__logo .header__link {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 150px; }
      .header .header__logo .header__link img {
        width: 150px;
        position: absolute;
        top: 40px;
        left: 0;
        margin: 0; }
      .header .header__logo .header__link span {
        display: block;
        position: absolute;
        top: 115px;
        left: 95px;
        font-size: 22px; }
        @media (max-width: 480px) {
          .header .header__logo .header__link span {
            left: 55px;
            font-size: 20px; } }
      @media (max-width: 768px) {
        .header .header__logo .header__link {
          width: 320px; } }
      @media (max-width: 480px) {
        .header .header__logo .header__link {
          width: 260px; } }
    @media (max-width: 1024px) {
      .header .header__logo {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px; } }
    @media (max-width: 768px) {
      .header .header__logo {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        text-align: center; } }
    @media (max-width: 480px) {
      .header .header__logo {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px;
        text-align: center; } }
    .header .header__logo img {
      width: 300px;
      height: auto;
      margin-top: 40px; }
      @media (max-width: 768px) {
        .header .header__logo img {
          width: 250px;
          margin-top: 10px; } }
      @media (max-width: 480px) {
        .header .header__logo img {
          margin-top: 20px; } }
  .header .header__navigation {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
    margin-top: 50px;
    position: relative; }
    @media (max-width: 1024px) {
      .header .header__navigation {
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-top: 55px; } }
    @media (max-width: 768px) {
      .header .header__navigation {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-top: 25px;
        text-align: center; } }
    @media (max-width: 480px) {
      .header .header__navigation {
        width: calc(100% - 20px);
        float: left;
        margin-left: 10px;
        text-align: center; } }
    .header .header__navigation .header__mobile-nav-button {
      float: right;
      display: none;
      border: none;
      background-color: transparent; }
      @media (max-width: 768px) {
        .header .header__navigation .header__mobile-nav-button {
          display: inline-block;
          float: none; } }
      @media (max-width: 480px) {
        .header .header__navigation .header__mobile-nav-button {
          float: none;
          margin: 0 auto 20px; } }
      .header .header__navigation .header__mobile-nav-button .burger-icon {
        width: 120px;
        height: 40px;
        display: inline-block;
        position: relative;
        margin-bottom: 15px; }
        .header .header__navigation .header__mobile-nav-button .burger-icon .burger-icon__line {
          width: 30px;
          height: 1px;
          background-color: black;
          display: block;
          position: absolute;
          left: 15px;
          -webkit-transition: 0.3s all ease-in-out;
          transition: 0.3s all ease-in-out; }
          .header .header__navigation .header__mobile-nav-button .burger-icon .burger-icon__line.burger-icon__line--top {
            top: 13px; }
          .header .header__navigation .header__mobile-nav-button .burger-icon .burger-icon__line.burger-icon__line--middle {
            top: 19px; }
          .header .header__navigation .header__mobile-nav-button .burger-icon .burger-icon__line.burger-icon__line--bottom {
            top: 25px; }
        .header .header__navigation .header__mobile-nav-button .burger-icon .burger-icon__caption {
          position: absolute;
          left: 55px;
          font-size: 20px;
          top: 11px;
          line-height: 18px; }
      .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon {
        background-color: #0067a1; }
        .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon .burger-icon__line {
          background-color: #ffffff; }
          .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon .burger-icon__line.burger-icon__line--top {
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            top: 19px; }
          .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon .burger-icon__line.burger-icon__line--middle {
            opacity: 0; }
          .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon .burger-icon__line.burger-icon__line--bottom {
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 19px; }
        .header .header__navigation .header__mobile-nav-button.header__mobile-nav-button--pressed .burger-icon .burger-icon__caption {
          color: #ffffff; }
  .header .header__brand-line-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0; }
    .header .header__brand-line-wrapper .header__brand-line {
      width: 15000px;
      height: 15000px;
      position: absolute;
      top: -14790px;
      left: -6730px;
      border-radius: 50%;
      background-color: #ffffff;
      border: 3px solid #0067a1;
      z-index: 0;
      pointer-events: none;
      -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
      -webkit-transform: rotate(5deg);
      transform: rotate(5deg); }
      @media (max-width: 1400px) {
        .header .header__brand-line-wrapper .header__brand-line {
          left: -6960px; } }
      @media (max-width: 1200px) {
        .header .header__brand-line-wrapper .header__brand-line {
          left: -7080px; } }
      @media (max-width: 1024px) {
        .header .header__brand-line-wrapper .header__brand-line {
          width: 10000px;
          height: 10000px;
          top: -9790px;
          left: -4730px; } }
      @media (max-width: 768px) {
        .header .header__brand-line-wrapper .header__brand-line {
          width: 5000px;
          height: 5000px;
          top: -4705px;
          left: -2200px; } }
      @media (max-width: 480px) {
        .header .header__brand-line-wrapper .header__brand-line {
          width: 2000px;
          height: 2000px;
          top: -1730px;
          left: -830px; } }

.main {
  margin: 50px 0;
  min-height: 300px; }
  @media (max-width: 480px) {
    .main {
      margin: 0; } }

.footer {
  background: #cee0ec;
  padding: 10px 0; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }
  .footer .footer__imprint {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
    @media (max-width: 768px) {
      .footer .footer__imprint {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        text-align: center; } }
  .footer .footer__links {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    text-align: right; }
    @media (max-width: 768px) {
      .footer .footer__links {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .footer .footer__links ul {
      width: 100%;
      text-align: center; }
      @media (max-width: 768px) {
        .footer .footer__links ul {
          margin: 0; } }
      .footer .footer__links ul li {
        list-style: none outside none;
        display: inline-block;
        margin: 0; }
        .footer .footer__links ul li a {
          color: #000000;
          text-transform: none;
          padding-left: 10px;
          margin-left: 5px;
          border-left: 1px solid #000;
          font-size: 1rem; }
        .footer .footer__links ul li:first-of-type a {
          border-left: none; }

.content-frame {
  background-color: #ffffff;
  padding: 20px 40px;
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1); }

.ce-textpic.ce-intext .ce-gallery {
  display: inline;
  max-width: 50%; }

.ce-textpic.ce-intext .ce-bodytext {
  display: inline; }

.ce-textpic.ce-center .ce-gallery {
  text-align: center; }

.ce-textpic.ce-left .ce-gallery {
  float: left;
  margin: 0 20px 15px 0; }

.ce-textpic.ce-right .ce-gallery {
  float: right;
  margin: 0 0 15px 20px; }

.ce-textpic .ce-gallery img {
  max-width: 100%;
  height: auto; }

.navigation {
  text-align: right; }
  @media (max-width: 768px) {
    .navigation {
      display: none; }
      .navigation.navigation--opened {
        display: block;
        position: absolute;
        background: #0067a1;
        top: 40px;
        right: 0;
        width: 100%; }
        .navigation.navigation--opened .navigation__list {
          margin: 0;
          padding: 15px; }
          .navigation.navigation--opened .navigation__list .navigation__item {
            display: block;
            margin: 0; }
            .navigation.navigation--opened .navigation__list .navigation__item .navigation__link {
              display: block;
              text-align: center;
              padding: 10px 30px;
              color: #fff; } }
  .navigation .navigation__list .navigation__item {
    display: inline-block;
    margin-left: 10px; }
    .navigation .navigation__list .navigation__item .navigation__link {
      color: #000000;
      font-size: 20px;
      text-transform: uppercase; }

.article {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 80px !important;
  margin-bottom: 20px !important;
  width: calc(33.33333% - 26.666666px); }
  @media (max-width: 1024px) {
    .article {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .article {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .article .article__image img {
    width: 100%;
    height: auto; }
  .article .article__main {
    padding: 20px; }
    .article .article__main .article__heading h1, .article .article__main .article__heading h2, .article .article__main .article__heading h3, .article .article__main .article__heading h4, .article .article__main .article__heading h5, .article .article__main .article__heading h6 {
      margin-bottom: 10px; }
      .article .article__main .article__heading h1 a, .article .article__main .article__heading h2 a, .article .article__main .article__heading h3 a, .article .article__main .article__heading h4 a, .article .article__main .article__heading h5 a, .article .article__main .article__heading h6 a {
        text-transform: none;
        font-size: 28px;
        line-height: 34px;
        font-weight: normal; }
        @media (max-width: 768px) {
          .article .article__main .article__heading h1 a, .article .article__main .article__heading h2 a, .article .article__main .article__heading h3 a, .article .article__main .article__heading h4 a, .article .article__main .article__heading h5 a, .article .article__main .article__heading h6 a {
            font-size: 20px;
            line-height: 24px; } }
  .article .article__meta-data {
    background-color: #F8F8F8;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 80px; }
    .article .article__meta-data p {
      padding: 10px 20px;
      margin: 0;
      font-size: 12px;
      line-height: 21px; }
      .article .article__meta-data p .article__author {
        font-size: 14px;
        display: block; }

.news-list-view {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }
  @media (max-width: 768px) {
    .news-list-view {
      display: block;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.news-clear {
  display: block;
  width: 100%; }
  .news-clear::after {
    clear: both;
    content: "";
    display: table; }

.no-news-found {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

.load-more-items-wrapper {
  display: block;
  width: 100%;
  text-align: center; }

#load-more-items {
  border: none;
  background: #0067a1;
  color: white;
  font-size: 1em;
  padding: 10px 30px; }

.news-clear {
  display: block;
  margin-top: 30px;
  height: 50px; }
  .news-clear .preloader {
    position: relative;
    width: 12px;
    height: 12px;
    top: 46%;
    top: calc(50% - 6px);
    left: 46%;
    left: calc(50% - 6px);
    border-radius: 12px;
    background-color: #0067a1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: preloader 1s ease-in-out infinite;
    animation: preloader 1s ease-in-out infinite; }
  .news-clear .preloader:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 103, 161, 0.5);
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px; }
  .news-clear .preloader:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 103, 161, 0.5);
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px; }

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg); } }

@keyframes preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

.news-detail::after {
  clear: both;
  content: "";
  display: table; }

.news-detail .news-detail__heading {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .news-detail .news-detail__heading {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .news-detail .news-detail__heading .topic {
    color: #333333; }
  .news-detail .news-detail__heading h1 {
    font-weight: normal;
    margin-top: 0; }
  .news-detail .news-detail__heading > *:first-child {
    margin-top: 1em; }

.news-detail .news-detail__main {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px;
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .news-detail .news-detail__main {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .news-detail .news-detail__main .news-detail__date {
    text-align: right;
    margin-top: 15px;
    margin-bottom: 15px; }
  .news-detail .news-detail__main .news-detail__image img {
    width: 100%;
    height: auto; }
  .news-detail .news-detail__main .news-detail__image span {
    display: block;
    padding: 5px 15px;
    font-size: 0.8em;
    color: #666666;
    background-color: #f8f8f8; }
  .news-detail .news-detail__main .news-detail__content .news-detail__content-image {
    width: 100%;
    height: auto; }
  .news-detail .news-detail__main .news-detail__content figcaption {
    display: block;
    padding: 5px 15px;
    font-size: 0.8em;
    color: #666666;
    background-color: #f8f8f8; }
  .news-detail .news-detail__main .news-detail__back-link a {
    display: inline-block;
    padding: 5px 10px 5px 35px;
    background-color: #0067a1;
    color: #ffffff;
    position: relative; }
    .news-detail .news-detail__main .news-detail__back-link a:before {
      content: ' ';
      width: 20px;
      height: 20px;
      display: block;
      position: absolute;
      top: 5px;
      left: 10px;
      background-image: url(../Icons/Content/white/icon_arrow-back.svg);
      background-size: 80%;
      background-repeat: no-repeat;
      background-position: center center; }

.news-detail .news-detail__sidebar {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .news-detail .news-detail__sidebar {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }

.news-detail .box {
  background-color: #ffffff;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-bottom: 20px; }
  .news-detail .box .box__heading {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px; }

.news-detail .about-author {
  margin-bottom: 1em; }
  .news-detail .about-author .about-author__image-name {
    margin-bottom: 15px; }
    .news-detail .about-author .about-author__image-name::after {
      clear: both;
      content: "";
      display: table; }
    .news-detail .about-author .about-author__image-name .about-author__image {
      width: calc(60% - 15px); }
      @media (max-width: 1024px) {
        .news-detail .about-author .about-author__image-name .about-author__image {
          width: 100%;
          margin-right: 0; } }
      @media (max-width: 768px) {
        .news-detail .about-author .about-author__image-name .about-author__image {
          width: calc(30% - 15px);
          float: left;
          margin-right: 15px; } }
      @media (max-width: 480px) {
        .news-detail .about-author .about-author__image-name .about-author__image {
          width: 100%;
          margin-right: 0; } }
      .news-detail .about-author .about-author__image-name .about-author__image img {
        width: 100%;
        height: auto; }
    .news-detail .about-author .about-author__image-name .about-author__name {
      width: 70%;
      float: left;
      margin-top: 10px; }
      @media (max-width: 1024px) {
        .news-detail .about-author .about-author__image-name .about-author__name {
          width: 100%; } }
      @media (max-width: 768px) {
        .news-detail .about-author .about-author__image-name .about-author__name {
          width: 70%;
          float: left;
          margin-top: 15px; } }
      @media (max-width: 480px) {
        .news-detail .about-author .about-author__image-name .about-author__name {
          width: 100%; } }
      .news-detail .about-author .about-author__image-name .about-author__name strong {
        display: block;
        width: 100%; }

.news-detail .related-post {
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px; }
  .news-detail .related-post::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1024px) {
    .news-detail .related-post {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .news-detail .related-post {
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .news-detail .related-post {
      padding-bottom: 15px;
      margin-bottom: 15px; } }
  .news-detail .related-post .related-post__image {
    width: calc(30% - 15px);
    float: left;
    margin-right: 15px; }
    @media (max-width: 1024px) {
      .news-detail .related-post .related-post__image {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .news-detail .related-post .related-post__image {
        width: calc(25% - 15px);
        float: left;
        margin-right: 15px; } }
    @media (max-width: 480px) {
      .news-detail .related-post .related-post__image {
        width: 100%;
        margin-right: 0; } }
    .news-detail .related-post .related-post__image img {
      width: 100%;
      height: auto; }
  .news-detail .related-post .related-post__date {
    float: left;
    width: 70%; }
    @media (max-width: 1024px) {
      .news-detail .related-post .related-post__date {
        width: 100%;
        padding: 5px 0; } }
    @media (max-width: 768px) {
      .news-detail .related-post .related-post__date {
        width: 75%;
        padding: 0; } }
    @media (max-width: 480px) {
      .news-detail .related-post .related-post__date {
        width: 100%;
        padding: 5px 0; } }
  .news-detail .related-post .related-post__teaser .related-post__link {
    text-transform: none; }

.news-detail .other-topics ul {
  margin: 0;
  padding: 0; }
  .news-detail .other-topics ul li {
    border-bottom: 1px solid #dedede;
    list-style: none outside none;
    position: relative; }
    .news-detail .other-topics ul li a {
      display: inline-block;
      width: calc(100% - 30px);
      padding: 8px 0; }
    .news-detail .other-topics ul li strong {
      background-color: #0067a1;
      color: #ffffff;
      display: inline-block;
      padding: 1px 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0;
      width: 25px;
      font-size: 12px;
      font-weight: normal;
      text-align: center;
      position: absolute; }

.news-detail .news-tags .news-tags__list {
  margin: 0; }
  .news-detail .news-tags .news-tags__list .news-tags__tag {
    display: inline-block;
    background: #0067a1;
    padding: 5px 8px;
    margin: 0 3px 5px 0;
    list-style: none outside none;
    border-radius: 5px; }
    .news-detail .news-tags .news-tags__list .news-tags__tag .news-tags__link {
      color: #ffffff !important; }

.news-search-form {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
  /* background: $color-white; */
  padding: 30px 0; }
  .news-search-form #news-subject {
    width: 60%;
    border: none;
    border-bottom: 1px solid #000000;
    padding: 8px;
    font-size: 1em;
    float: left;
    background: none; }
  .news-search-form #news-search {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: 10px; }
    .news-search-form #news-search:before {
      content: ' ';
      position: relative;
      display: block;
      background-image: url(../Icons/Content/black/icon_search.svg);
      background-size: 80%;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%; }

.news-list-header {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }
  .news-list-header h2 {
    font-weight: normal; }

.content-frame .author-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 768px) {
    .content-frame .author-list {
      display: block;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }

.content-frame .about-author {
  margin-bottom: 4em;
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px; }
  @media (max-width: 1024px) {
    .content-frame .about-author {
      width: calc(50% - 30px);
      float: left;
      margin-left: 20px; } }
  @media (max-width: 768px) {
    .content-frame .about-author {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .content-frame .about-author .about-author__image {
    width: calc(60% - 15px); }
    @media (max-width: 1024px) {
      .content-frame .about-author .about-author__image {
        width: 100%;
        margin-right: 0; } }
    @media (max-width: 768px) {
      .content-frame .about-author .about-author__image {
        width: calc(30% - 15px);
        float: left;
        margin-right: 15px; } }
    @media (max-width: 480px) {
      .content-frame .about-author .about-author__image {
        width: 100%;
        margin-right: 0; } }
    .content-frame .about-author .about-author__image img {
      width: 100%;
      height: auto; }

.cookie-disclaimer {
  background-color: #0067a1;
  color: #ffffff;
  padding: 30px;
  position: relative; }
  .cookie-disclaimer::after {
    clear: both;
    content: "";
    display: table; }
  .cookie-disclaimer__message {
    width: calc(100% - 120px);
    padding-right: 15px; }
    @media only screen and (max-width: 1024px) {
      .cookie-disclaimer__message {
        width: 100%;
        margin-bottom: 15px; } }
  .cookie-disclaimer__dismiss {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    color: #ffffff;
    float: right;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    width: 120px; }
    @media only screen and (max-width: 1024px) {
      .cookie-disclaimer__dismiss {
        position: relative;
        -webkit-transform: initial;
        transform: initial;
        top: initial;
        right: initial; } }

.cookie-optin {
  background-color: #cce0ec;
  border-top: 1px solid #0067a1;
  color: #0067a1;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  .cookie-optin::after {
    clear: both;
    content: "";
    display: table; }
  .cookie-optin__content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto; }
  .cookie-optin__message {
    padding-right: 15px; }
    @media only screen and (max-width: 1024px) {
      .cookie-optin__message {
        width: 100%;
        margin-bottom: 15px; } }
  .cookie-optin__edit {
    position: fixed;
    bottom: 0;
    left: calc(50% - 80px);
    z-index: 1000;
    display: block; }
    .cookie-optin__edit a {
      display: block;
      width: 160px;
      background: #0067a1;
      padding: 3px;
      text-align: center;
      color: #fff;
      font-size: 0.9em; }
  .cookie-optin__button--submit, .cookie-optin__button--allow-all-cookies {
    background-color: #ffffff;
    border: 1px solid #0067a1;
    border-radius: 5px;
    padding: 5px;
    margin-left: 40px;
    font-size: 14px;
    color: #0067a1;
    cursor: pointer;
    width: 240px; }
    .cookie-optin__button--submit:hover, .cookie-optin__button--allow-all-cookies:hover {
      background-color: #0067a1;
      color: #ffffff; }
    @media only screen and (max-width: 1024px) {
      .cookie-optin__button--submit, .cookie-optin__button--allow-all-cookies {
        position: relative;
        -webkit-transform: initial;
        transform: initial;
        top: initial;
        right: initial;
        margin: 10px auto;
        display: block; } }
  .cookie-optin__button--allow-all-cookies {
    background-color: #0067a1;
    color: #ffffff; }
    .cookie-optin__button--allow-all-cookies:hover {
      background-color: #ffffff;
      color: #0067a1; }
  .cookie-optin input[type="checkbox"] {
    float: left;
    margin-bottom: 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #0067a1; }
    .cookie-optin input[type="checkbox"]:checked {
      background-color: white;
      background-image: url(../Icons/check-blue.svg);
      background-size: 20px;
      background-position: center center;
      background-repeat: no-repeat; }
    .cookie-optin input[type="checkbox"]:disabled {
      background-color: white;
      background-image: url(../Icons/check-grey.svg);
      background-size: 20px;
      background-position: center center;
      background-repeat: no-repeat;
      border: 1px solid #aaa; }
  .cookie-optin label {
    font-weight: bold;
    margin-left: 10px; }
  .cookie-optin ul {
    list-style: none;
    margin: 20px 0; }
  .cookie-optin ul li:before {
    display: none; }
  .cookie-optin ul li::after {
    clear: both;
    content: "";
    display: table; }
  .cookie-optin ul li p {
    margin-left: 40px;
    margin-top: 0; }
  .cookie-optin ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cookie-optin li {
    width: 50%;
    padding-right: 20px; }
  .cookie-optin a {
    color: #0067a1;
    text-decoration: underline; }
    .cookie-optin a:hover {
      text-decoration: underline; }
    .cookie-optin a:visited {
      color: #0067a1; }
    @media only screen and (max-width: 1180px) {
      .cookie-optin a {
        display: block;
        text-align: center;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 640px) {
    .cookie-optin ul {
      display: block;
      max-width: 100%; }
    .cookie-optin li {
      width: auto; }
    .cookie-optin__submit {
      margin-top: 20px;
      position: relative; }
    .cookie-optin__content {
      padding-right: 0; } }
