/*@import '../../../../../../../node_modules/slick-carousel/slick/slick.css';*/
/*@import '../../../../../../../node_modules/cookieconsent/build/cookieconsent.min.css';*/
@font-face {font-family: "DTL Argo STW Bold";
  src: url("../Fonts/f540f87269cc86cce68bb4537b672f21.eot"); /* IE9*/
  src: url("../Fonts/f540f87269cc86cce68bb4537b672f21.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../Fonts/f540f87269cc86cce68bb4537b672f21.woff2") format("woff2"), /* chrome、firefox */
  url("../Fonts/f540f87269cc86cce68bb4537b672f21.woff") format("woff"), /* chrome、firefox */
  url("../Fonts/f540f87269cc86cce68bb4537b672f21.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Fonts/f540f87269cc86cce68bb4537b672f21.svg#DTL Argo STW Bold") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "DTL Argo STW Italic";
  src: url("../Fonts/7c5da044bbeb9e66e11be1912178382b.eot"); /* IE9*/
  src: url("../Fonts/7c5da044bbeb9e66e11be1912178382b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../Fonts/7c5da044bbeb9e66e11be1912178382b.woff2") format("woff2"), /* chrome、firefox */
  url("../Fonts/7c5da044bbeb9e66e11be1912178382b.woff") format("woff"), /* chrome、firefox */
  url("../Fonts/7c5da044bbeb9e66e11be1912178382b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Fonts/7c5da044bbeb9e66e11be1912178382b.svg#DTL Argo STW Italic") format("svg"); /* iOS 4.1- */
}
@font-face {font-family: "DTL Argo STW";
  src: url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.eot"); /* IE9*/
  src: url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.woff2") format("woff2"), /* chrome、firefox */
  url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.woff") format("woff"), /* chrome、firefox */
  url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../Fonts/8267828c31213ac3a708e6ff1a03ecb1.svg#DTL Argo STW") format("svg"); /* iOS 4.1- */
}
:root {
  --font-family-sans-serif: 'DTL Argo STW', sans-serif;
  --font-family-sans-serif-italic: 'DTL Argo STW Italic', sans-serif;
  --font-family-headline: 'DTL Argo STW Bold', sans-serif;
  --font-weight-regular: normal;
  --font-weight-headline: normal;
}
:root {
  --brand-primary: #0065BD;
  --brand-primary-2: #ED1C24;
  --brand-secondary: #00ff00;
  --brand-tertiary: #0000ff;

  --white: #fff;
  --gray: #787878;
  --gray-light: #F8F8F8;
  --gray-lighter: #F8F8F8;
  --gray-lightest: #F8F8F8;
  --black: #000000;
}
body {
  font-size: 16px;
  line-height: 22px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.content-text {

}
b, strong {
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
}
.select-replace {
  position: relative;
  height: 63px;
  background: transparent;
  border: solid 1px #000000;
  border: solid 1px #000000;
  border: solid 1px var(--black);
  border-radius: 0;
  -webkit-transition: background 500ms;
  transition: background 500ms;

}
@media(min-width: 768px) {
.select-replace {
    height: 78px;

}
  }
.select-replace >select {
    position: absolute;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 18px;
    border: none;
    border-radius: 0;
    height: 63px;
    outline: none;
    background: transparent;
    -webkit-box-shadow:none !important;
            box-shadow:none !important;
    cursor: pointer;
    color: #000000;
    color: #000000;
    color: var(--black);
    text-align: left;
    font-family: 'DTL Argo STW', sans-serif;
    font-family: 'DTL Argo STW', sans-serif;
    font-family: var(--font-family-sans-serif);

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none

  }
.select-replace >select::-ms-expand {
      display: none;
    }
.select-replace >select:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #414141;
    }
@media(min-width: 768px) {
.select-replace >select {
      height: 78px;
      font-size: 30px;
      line-height: 30px;

  }
    }
.select-replace >select option {
      color: #000;
    }
.select-replace >.icon {
    position: absolute;
    right: 15px;
    top: 16px;

    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
  }
.select-replace:hover >.icon {
    }
.select-replace:focus {
    background: #fff;
  }
.radio-replace {
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.radio-replace >input {
    display: none
  }
.radio-replace >input + .text {
      display: inline-block;
    }
.radio-replace >input + .text >.icon {
        position: relative;
        display: inline-block;
        top: 4px;
        width: 18px;
        height: 18px;
        border: solid 1px #0000ff;
        border: solid 1px #0000ff;
        border: solid 1px var(--brand-tertiary);
        border-radius: 18px;
        margin-right: 5px;
        background: transparent;
        text-align: center;
        font-size: 13px;
        line-height: 18px;
        padding: 1px 0 0 0;
        -webkit-transition: color 100ms;
        transition: color 100ms
      }
.radio-replace >input + .text >.icon::before {
          position: absolute;
          left: 0;
          top: 0;
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          border-radius: 18px;
          background: transparent;
          -webkit-transition: all 150ms, background 300ms;
          transition: all 150ms, background 300ms;
        }
.radio-replace >input:checked + .text >.icon::before {
          left: 2px;
          top: 2px;
          width: 12px;
          height: 12px;
          background: #0000ff;
          background: #0000ff;
          background: var(--brand-tertiary);
        }
.container {
  position: relative;
  width: 100%;
}
.container__inside {
  display: block;
  position: relative;
  max-width: 1640px;
  margin: 0 38px
}
@media(min-width: 1024px) {
.container__inside {
    margin: 0 70px
}
  }
@media(min-width: 1200px) {
.container__inside {
    margin: 0 70px
}
  }
@media(min-width: 1600px) {
.container__inside {
    margin: 0 140px
}
  }
@media (min-width: 1920px) {
.container__inside {
    margin: 0 auto
}
  }
.container__inside--small {
  margin: 0 15px;
  max-width: 1050px
}
@media(min-width: 768px) {
.container__inside--small {
    margin: 0 15px
}
  }
@media(min-width: 1024px) {
.container__inside--small {
    margin: 0 40px
}
  }
@media (min-width: 1120px) {
.container__inside--small {
    margin: 0 auto
}
  }
.container__inside--big {
  margin: 0 15px;
  max-width: 1170px
}
@media(min-width: 768px) {
.container__inside--big {
    margin: 0 40px
}
  }
@media(min-width: 1024px) {
.container__inside--big {
    margin: 0 40px
}
  }
@media (min-width: 1250px) {
.container__inside--big {
    margin: 0 auto
}
  }
.container__inside--extra-small {
  margin: 0 15px;
  max-width: 830px
}
@media(min-width: 768px) {
.container__inside--extra-small {
    margin: 0 15px
}
  }
@media(min-width: 1024px) {
.container__inside--extra-small {
    margin: 0 40px
}
  }
@media (min-width: 1120px) {
.container__inside--extra-small {
    margin: 0 auto
}
  }
.container--margin {
  margin-top: 50px;
  margin-bottom: 50px;
}
.container--margin-top {
  margin-top: 50px;
}
.container--margin-bottom {
  margin-bottom: 50px;
}
.container--margin-big {
  margin-top: 100px;
  margin-bottom: 100px;
}
.container--margin-big-top {
  margin-top: 100px;
}
.container--margin-big-bottom {
  margin-bottom: 100px;
}
.container--padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.container--padding-top {
  padding-top: 50px;
}
.container--padding-bottom {
  padding-bottom: 50px;
}
.container--padding-big {
  padding-top: 100px;
  padding-bottom: 100px;
}
.container--padding-big-top {
  padding-top: 100px;
}
.container--padding-big-bottom {
  padding-bottom: 100px;
}
/*@import 'Components/modal.css';*/
/*@import 'Components/loading-icon.css';*/
.btn {
  position: relative;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  line-height: 20px;
  border: solid 2px #0065BD;
  border: solid 2px #0065BD;
  border: solid 2px var(--brand-primary);
  text-transform: uppercase;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-headline);
  color: #fff;
  color: #fff;
  color: var(--white);
  background: #0065BD;
  background: #0065BD;
  background: var(--brand-primary);
  text-decoration: none;
  cursor: pointer
}
.btn:hover {

  }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  margin: 0;
  padding: 0;
}
html {
  background: #fff;
  background: #fff;
  background: var(--white);
}
body {
  font-family: 'DTL Argo STW', sans-serif;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-regular);
  color: #000000;
  color: #000000;
  color: var(--black);
}
.page-header {
  position: fixed;
  top: 0;
  height: 40px;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-box-shadow 250ms;
  transition: -webkit-box-shadow 250ms;
  transition: box-shadow 250ms;
  transition: box-shadow 250ms, -webkit-box-shadow 250ms;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.page-header {
    height: 66px
}
  }
@media(min-width: 1600px) {
.page-header {
    height: 100px
}
  }
.page-header__inside {
}
.page-header__logo__wrap {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 36px;
  top: 12px;
  max-width: 1640px
}
@media(min-width: 1024px) {
.page-header__logo__wrap {
    position: relative;
    left: 0;
    top: 19px;
    margin: 0 70px
}
  }
@media(min-width: 1600px) {
.page-header__logo__wrap {
    top: 33px;
    margin: 0 140px
}
  }
@media (min-width: 1920px) {
.page-header__logo__wrap {
    margin: 0 auto
}
  }
.page-header__logo {
  position: relative;
  display: block;
  z-index: 120;
  height: 17px;
  width: auto;
}
@media(min-width: 1024px) {
.page-header__logo {
    height: 26px;
}
  }
@media(min-width: 1600px) {
.page-header__logo {
    height: 34px;
}
  }
.page-header__logo img {
    display: block;
    width: auto;
    height: 100%;
  }
.page-header__slogan {
  margin: 3px 0 0 6px;
  color: #787878;
  color: #787878;
  color: var(--gray);
  font-family: 'DTL Argo STW Italic', sans-serif;
  font-family: 'DTL Argo STW Italic', sans-serif;
  font-family: var(--font-family-sans-serif-italic);
  font-weight: normal;
  font-size: 9px;
  line-height: 11px

}
@media(min-width: 1024px) {
.page-header__slogan {
    margin: 2px 0 0 15px;
    font-size: 14px;
    line-height: 24px

}
  }
@media(min-width: 1600px) {
.page-header__slogan {
    margin: 5px 0 0 30px;
    font-size: 20px;
    line-height: 24px

}
  }
.page-header__navigation-wrap {
  display: none;
  position: absolute;
  top: 40px;
  width: 100%;
  height: 290px;
  padding: 0 40px 40px 40px;
  background: #fff;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2)
}
@media(min-width: 1024px) {
.page-header__navigation-wrap {
    top: 66px
}
  }
@media(min-width: 1600px) {
.page-header__navigation-wrap {
    top: 100px
}
  }
@media(min-width: 1024px) {
.navigation-open .page-header__navigation-wrap {
      display: block
  }
    }
.page-navigation-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 13px;
  height: 20px;
  width: 20px;
  padding: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  outline: none;
  background: transparent;
  z-index: 110
}
@media(min-width: 1024px) {
.page-navigation-toggle {
    right: 0;
    left: 20px;
    top: 25px
}
  }
@media(min-width: 1600px) {
.page-navigation-toggle {
    top: 43px;
    left: 50px
}
  }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar {
/*      background: var(--white);*/
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(1) {
      -webkit-transform: rotate(405deg);
              transform: rotate(405deg);
      top: 8px;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(2) {
      height: 0;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__bar:nth-child(3) {
      -webkit-transform: rotate(-225deg);
              transform: rotate(-225deg);
      top: 8px;
    }
.page-navigation-toggle.page-navigation-toggle--open .page-navigation-toggle__text {
/*      color: var(--white);*/
    }
.page-navigation-toggle__bar {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 1px;
  background: #000000;
  background: #000000;
  background: var(--black);
  -webkit-transition: all 200ms;
  transition: all 200ms;
  will-change: left, top
}
.page-navigation-toggle__bar:nth-child(2) {
    top: 7px;
  }
.page-navigation-toggle__bar:nth-child(3) {
    top: 12px;
  }
.page-navigation-toggle__text {
  display: none;
}
.page-header__main-navigation {
  position: relative;
  margin: 0 auto;
  width: 750px;
}
.page-header__main-navigation a {
    color: #000000;
    color: #000000;
    color: var(--black);
    font-family: 'DTL Argo STW', sans-serif;
    font-family: 'DTL Argo STW', sans-serif;
    font-family: var(--font-family-sans-serif);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
  }
.page-header__main-navigation a span {
      line-height: 16px;
    }
.page-header__main-navigation a:hover {
      color: #0065BD;
      color: #0065BD;
      color: var(--brand-primary);
    }
.page-header__main-navigation .active >a {
    text-decoration: underline;
  }
.page-header__main-navigation ul {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
    width: 250px;
    border-left: solid 1px #787878;
    border-left: solid 1px #787878;
    border-left: solid 1px var(--gray);
  }
.page-header__main-navigation ul li {
      margin: 10px 40px 10px 0;
    }
.page-header__main-navigation ul.lvl-0 >li.hover ul.lvl-1 {
            display: block;
          }
.page-header__main-navigation ul.lvl-1 {
      display: none;
      left: 250px;
    }
.page-header__main-navigation ul.lvl-1 >li.hover ul.lvl-2 {
            display: block;
          }
.page-header__main-navigation ul.lvl-2 {
      display: none;
      left: 250px;
    }
.contemporary .page-header__main-navigation a:hover {
        color: #ED1C24;
        color: #ED1C24;
        color: var(--brand-primary-2);
      }
.page-header__service-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media(max-width: 1023px) {
.page-header__service-navigation {
    display: none;

}
  }
@media(min-width: 1024px) {
.page-header__service-navigation {
    position: absolute;
    top: 24px;
    right: 50px;

}
  }
@media(min-width: 1600px) {
.page-header__service-navigation {
    top: 40px;
    right: 50px;

}
  }
.page-header__service-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-header__service-navigation ul li {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin: 0 0 0 50px
    }
.page-header__service-navigation ul li:nth-child(1) a {
          background-image: url(../Images/contact-icon.svg);
          background-size: 100% auto;
        }
.page-header__service-navigation ul li:nth-child(2) a {
          background-image: url(../Images/search-icon.svg);
          background-size: 13px auto;
        }
.page-header__service-navigation ul li a {
        display: block;
        width: 100%;
        height: 100%;
        text-indent: -1000px;
        overflow: hidden;
        background: no-repeat center;
      }
.page-header .navigation-toggle {
  display: block;
  position: absolute;
  right: 10px;
  top: 28px;
  width: 48px;
  height: 40px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  z-index: 110;
}
@media(min-width: 1024px) {
.page-header .navigation-toggle {
    display: none;
}
  }
.page-header .navigation-toggle {
  /* .bar */
}
.page-header .navigation-toggle .bar {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 38px;
    height: 5px;
    background: #00ff00;
    background: #00ff00;
    background: var(--brand-secondary);
    -webkit-transition: all 200ms;
    transition: all 200ms;
    will-change: left, top
  }
.page-header .navigation-toggle .bar:nth-child(2) {
      top: 17px;
    }
.page-header .navigation-toggle .bar:nth-child(3) {
      top: 29px;
    }
.page-header .navigation-toggle:hover {
    /*    .bar:nth-child(1) {
          top: 13px;
          width: 35px;
          transform: translate(-2px, 0);
        }
        .bar:nth-child(2) {
          transform: translate(-2px, 0);
          width: 35px;
        }
        .bar:nth-child(3) {
          top: 35px;
          width: 35px;
          transform: translate(-2px, 0);
        }*/
  }
.page-header .navigation-toggle.open {

    /*    &:hover {
          .bar:nth-child(1) {
            left: 4px;
            width: 42px;
          }
          .bar:nth-child(3) {
            width: 42px;
            left: 4px;
          }
        }*/
  }
/*    background: var(--white);*/
.page-header .navigation-toggle.open .bar {
      /*      background: var(--brand-primary);*/
    }
.page-header .navigation-toggle.open .bar:nth-child(1) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 12px;
    }
.page-header .navigation-toggle.open .bar:nth-child(2) {
      height: 0;
    }
.page-header .navigation-toggle.open .bar:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 12px;
    }
/*.scrolled {
  .header-navigation-toggle {
  //background: var(--black);
    background: var(--brand-primary);
  }

  .bar {
    background: var(--white);
  }
}

.navigation-open {
  .header-navigation-toggle {
    background: var(--black);
  }

  .bar {
    background: var(--white);
  }
}*/
.page-header__search-field {
  display: none;
  position: relative;
  top: -2px;
  height: 27px;
  margin-left: 20px;
  width: 280px;
  overflow: hidden;

}
.page-header__search-field input[type=search] {
    position: relative;
    width: 100%;
    height: 25px;
    padding: 5px;
    border: solid 1px #787878;
    border: solid 1px #787878;
    border: solid 1px var(--gray);
    border-radius: 0;
  }
.page-mobile-navigation {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  height: -webkit-calc(100vmax - 40px);
  height: calc(100vmax - 40px);
  z-index: 110;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background: #fff;
  background: #fff;
  background: var(--white);
  font-family: 'DTL Argo STW', sans-serif;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: var(--font-family-sans-serif);
}
.page-mobile-navigation .page-mobile-navigation__main-navigation ul {
      margin: 35px;
      padding: 0;
      list-style: none;
    }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li {
        position: relative;
        display: block;
        margin: 20px 0;
      }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li > .icon {
          position: absolute;
          left: 0;
          top: 0;
          width: 20px;
          height: 20px;
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li > .icon svg {
            position: absolute;
            left: 0;
            top: 7px;
            width: 18px;
            height: 12px;
            -webkit-transition: -webkit-transform 200ms;
            transition: -webkit-transform 200ms;
            transition: transform 200ms;
            transition: transform 200ms, -webkit-transform 200ms;
          }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li > .icon svg .st0 {
              fill: #000000;
              fill: #000000;
              fill: var(--black);
              -webkit-transition: fill 200ms;
              transition: fill 200ms;
            }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li > .icon.open svg {
              -webkit-transform: rotate(90deg);
                      transform: rotate(90deg);
            }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li > a {
          display: inline-block;
          padding: 0 0 0 30px;
          color: #000000;
          color: #000000;
          color: var(--black);
          font-size: 18px;
          line-height: 22px;
          font-family: 'DTL Argo STW', sans-serif;
          font-family: 'DTL Argo STW', sans-serif;
          font-family: var(--font-family-sans-serif);
          font-weight: normal;
          text-decoration: none;
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li.active > .icon svg .st0 {
              /*              fill: #fff;*/
            }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li.active > a {
            /*            background-color: var(--brand-secondary);
                        color: var(--white);
                        border-top-color: var(--gray);*/
          }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul li.current > a {
          /*          text-decoration: underline;*/
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-1 {
        display: none;
        margin: 20px 0;
      }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-1 > li {
          margin: 0 0 20px 0;
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-1 li > .icon svg .st0 {
            fill: #000000;
            fill: #000000;
            fill: var(--black);
          }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-1 li > a {
/*          padding-bottom: 20px;*/
          font-size: 16px;
          line-height: 22px
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-1 li > a.active > a {
            color: #787878;
            color: #787878;
            color: var(--gray);
          }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-2 {
        display: none;
        margin: 20px 0 0 30px;
      }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-2 > li {
          margin: 20px 0;
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-2 li > .icon svg .st0 {
            fill: #fff;
          }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-2 li > a {
          height: auto;
          padding: 0;
          font-size: 16px;
          line-height: 22px;
          color: #787878;
          color: #787878;
          color: var(--gray);
          font-weight: normal;
          font-weight: normal;
          font-weight: var(--font-weight-regular);
        }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-3 {
        display: none;
        border-top: solid 1px #fff;
      }
.page-mobile-navigation .page-mobile-navigation__main-navigation ul.lvl-3 li > a {
          background-color: #dd9dab;
          color: #fff;
          border-top: none;
          text-transform: none;
        }
@media(max-width: 1023px) {
.navigation-open .page-mobile-navigation {
    display: block
}
  }
.page-footer {
  position: relative;
  overflow: hidden;
  font-size: 18px;
  line-height: 26px;
  background: #0065BD;
  background: #0065BD;
  background: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
}
.page-footer h3 {
    margin: 0 0 15px 0;
    font-size: 23px;
    line-height: 34px;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-headline);
  }
.page-footer p {
    margin: 0 0 30px 0;
  }
.page-footer a {
    color: #000000;
    color: #000000;
    color: var(--black);
    text-decoration: none
  }
.page-footer a:hover {
      text-decoration: underline;
    }
.page-footer address {
    font-style: normal;
  }
.page-footer__background-color {
  display: none;
  position: absolute;
  width: 50%;
  height: 100%;
  left: 60%;
  -webkit-transform: skew(-15deg) translate(25%, 0);
          transform: skew(-15deg) translate(25%, 0);
  background: #00ff00;
  background: #00ff00;
  background: var(--brand-secondary)

}
@media(min-width: 1024px) {
.page-footer__background-color {
    display: block

}
  }
.page-footer__block-link {
  display: block;
  max-width: 308px;
}
.page-footer__logo {
  display: block;
  position: relative;
  width: 187px;
  margin-bottom: 50px;
}
.page-footer__logo svg {
    display: block;
    width: 100%;
    height: auto;
  }
.page-footer__logo svg path, .page-footer__logo svg polygon {
      fill: #fff;
      fill: #fff;
      fill: var(--white);
    }
.page-footer__inside {
  margin-top: 40px;
  margin-bottom: 40px
}
@media(min-width: 1024px) {
.page-footer__inside {
    margin-top: 50px;
    margin-bottom: 50px
}
  }
@media(min-width: 768px) {
.page-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }
@media(min-width: 1024px) {
.page-footer__column {
    max-width: -webkit-calc((100% / 3) - 20px);
    max-width: calc((100% / 3) - 20px)
}
  }
.page-footer__column--column-0 {
  width: 100%
}
@media(min-width: 1024px) {
.page-footer__column--column-0 {
    max-width: none
}
  }
.page-footer__column--column-1 {
  margin-bottom: 30px
}
@media(min-width: 768px) and (max-width: 1023px) {
.page-footer__column--column-1 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px)
}
  }
@media(min-width: 1024px) {
.page-footer__column--column-1 {
    margin: 0
}
  }
.page-footer__column--column-2 {
  margin-bottom: 30px
}
@media(min-width: 768px) and (max-width: 1023px) {
.page-footer__column--column-2 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px)
}
  }
@media(min-width: 768px) and (max-width: 1023px) {
.page-footer__column--column-3 {
    width: 100%
}
  }
@media(min-width: 1024px) {
.page-footer__column--column-3 {
    -ms-flex-item-align: end;
        align-self: flex-end
}
  }
.page-footer__service-navigation {
  position: relative;
  margin: 0 0 30px 0;
}
@media(min-width: 768px) {
.page-footer__service-navigation {
    margin: 0;
    width: 100%;
}
  }
.page-footer__service-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
@media(min-width: 768px) {
.page-footer__service-navigation ul li {
        display: inline-block;
        margin-right: 20px
    }
      }
.page-footer__service-navigation ul a {
      text-decoration: none;
      color: #fff;
      color: #fff;
      color: var(--white)
    }
.page-footer__service-navigation ul a:hover {
        text-decoration: underline;
      }
.page-footer__social-navigation {
  position: relative;
}
.page-footer__social-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.page-footer__social-navigation ul li {
      display: inline-block;
      margin-right: 20px;
    }
.page-footer__social-navigation ul a {
      text-decoration: none;
    }
.content-structure--subpage {
}
@media(min-width: 1024px) {
.content-structure--subpage__mobile-content {
    display: none
}
  }
.content-text {
  position: relative;
  font-size: 13px;
  line-height: 21px;
  color: #787878;
  color: #787878;
  color: var(--gray);

}
@media(min-width: 1024px) {
.content-text {
    font-size: 14px;
    line-height: 22px;

}
  }
@media(min-width: 1600px) {
.content-text {
    font-size: 18px;
    line-height: 30px;

}
  }
.content-text h1, .content-text h2 {
    position: relative;
    margin: 0 0 35px 0;
    font-size: 21px;
    line-height: 25px;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-headline);
    color: #787878;
    color: #787878;
    color: var(--gray);
    text-transform: uppercase
  }
@media(min-width: 1024px) {
.content-text h1, .content-text h2 {
      margin: 0 0 50px 0;
      font-size: 30px;
      line-height: 36px
  }
    }
@media(min-width: 1600px) {
.content-text h1, .content-text h2 {
      margin: 0 0 75px 0;
      font-size: 40px;
      line-height: 48px
  }
    }
.content-text h1:after, .content-text h2:after {
      position: absolute;
      bottom: -15px;
      left: 0;
      content: "";
      display: block;
      width: 100px;
      height: 1px;
      background: currentColor
    }
@media(min-width: 1024px) {
.content-text h1:after, .content-text h2:after {
        width: 150px;
        bottom: -25px
    }
      }
.content-text h3 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary);
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-headline);
  }
.content-text h4 {
    margin: 0 0 15px 0;
    font-size: 21px;
    line-height: 25px;
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary);
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-headline);
  }
.content-text ul {
    margin: 15px 0;
    padding: 0 0 0 20px;

  }
.content-text a {
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary);
    text-decoration: underline
  }
.content-text a:hover {
      text-decoration: none;
    }
.content-text p {
    margin: 0 0 15px 0;
  }
.contemporary .content-text h3 {
      color: #ED1C24;
      color: #ED1C24;
      color: var(--brand-primary-2);
    }
.contemporary .content-text h4 {
      color: #ED1C24;
      color: #ED1C24;
      color: var(--brand-primary-2);
    }
.contemporary .content-text a {
      color: #ED1C24;
      color: #ED1C24;
      color: var(--brand-primary-2);
    }
.content-text--invert,
.contemporary .content-text--invert {
  color: #fff;
  color: #fff;
  color: var(--white);
}
.content-text--invert h1, .content-text--invert h2, .contemporary .content-text--invert h1, .contemporary .content-text--invert h2 {
    color: #fff;
    color: #fff;
    color: var(--white);
  }
.content-text--invert a, .contemporary .content-text--invert a {
    color: #fff;
    color: #fff;
    color: var(--white);
  }
.group-intro {
  position: relative;
  width: 100%
}
@media(min-width: 1024px) {
.group-intro {
    height: 100vh
}
  }
.group-intro__image-section {
  position: relative;
  width: 100%;
  height: 290px;
  background: url(../Images/group-intro-image.jpg) no-repeat center;
  background-size: cover
}
@media(min-width: 768px) {
.group-intro__image-section {
    height: -webkit-calc(100vh - 460px);
    height: calc(100vh - 460px)
}
  }
.group-intro__text-section {
  position: relative;
  width: 100%;
  padding: 30px 0 0 0
}
@media(min-width: 1024px) {
.group-intro__text-section {
    height: 460px;
    padding: 50px 0 0 0
}
  }
.group-intro__text-section__inside {
  position: relative
}
@media(max-width: 1023px) {
.group-intro__text-section__inside {
    margin-left: 0;
    margin-right: 0
}
  }
@media(min-width: 1024px) {
.group-intro__text-section__inside {
    height: 100%
}
  }
.group-intro__logo {
  width: 440px;
  max-width: -webkit-calc(100% - 78px);
  max-width: calc(100% - 78px);
  margin: 0 38px 20px 38px
}
@media(min-width: 1024px) {
.group-intro__logo {
    margin: 0 auto 70px auto;
    text-align: center
}
  }
.group-intro__logo__header {
  margin: 0;
  color: #787878;
  color: #787878;
  color: var(--gray);
  font-size: 30px;
  line-height: 36px;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal
}
@media(min-width: 1024px) {
.group-intro__logo__header {
    font-size: 60px;
    line-height: 72px
}
  }
.group-intro__logo__subheader {
  margin: 0;
  font-size: 15px;
  line-height: 18px;
  color: #0065BD;
  color: #0065BD;
  color: var(--brand-primary);
  font-family: 'DTL Argo STW Italic', sans-serif;
  font-family: 'DTL Argo STW Italic', sans-serif;
  font-family: var(--font-family-sans-serif-italic);
  font-weight: normal
}
@media(min-width: 1024px) {
.group-intro__logo__subheader {
    font-size: 30px;
    line-height: 36px
}
  }
.group-intro__boxes-wrap {
  position: relative;
  width: 100%
}
@media(min-width: 1024px) {
.group-intro__boxes-wrap {
    position: absolute;
    bottom: 0;
    height: 245px
}
  }
.group-intro__boxes {
  position: relative;
  width: 100%;
  margin: 0
}
@media(min-width: 1024px) {
.group-intro__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    margin: 0 -8px
}
  }
.group-intro__box {
  position: relative;
  margin: 0;
  width: 100%;
  overflow: hidden;
  background: #F8F8F8;
  background: #F8F8F8;
  background: var(--gray-light)
}
@media(max-width: 1023px) {
.group-intro__box {
    margin-bottom: 5px
}
  }
@media(min-width: 1024px) {
.group-intro__box {
    width: -webkit-calc(100% / 3 - 16px);
    width: calc(100% / 3 - 16px);
    height: 245px;
    margin: 0 8px;
    overflow: visible
}
  }
@media(max-width: 1023px) {
.group-intro__box:hover .group-intro__box__inside {
        display: block
    }
      }
@media(min-width: 1024px) {
.group-intro__box:hover .group-intro__box__inside {
        height: 100vh
    }
      }
@media(min-width: 1024px) {
.group-intro__box:hover .group-intro__box__text-wrap {
        opacity: 1
    }
      }
.group-intro__box:hover .group-intro__box__logo svg path {
          fill: #0065BD;
          fill: #0065BD;
          fill: var(--brand-primary);
        }
.group-intro__box:nth-child(2):hover .group-intro__box__logo svg path {
            fill: #ED1C24;
            fill: #ED1C24;
            fill: var(--brand-primary-2);
          }
.group-intro__box:nth-child(2) .group-intro__box__inside h3, .group-intro__box:nth-child(2) .group-intro__box__inside h4 {
      color: #ED1C24;
      color: #ED1C24;
      color: var(--brand-primary-2);
    }
.group-intro__box__inside {
  position: relative;
  background: #F8F8F8;
  background: #F8F8F8;
  background: var(--gray-light);
  width: 100%;
  height: 100%;
  padding: 38px;
  font-size: 14px;
  line-height: 20px;
  color: #787878;
  color: #787878;
  color: var(--gray);
  overflow: hidden;
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
@media(max-width: 1023px) {
.group-intro__box__inside {
    display: none;
}
  }
@media(min-width: 1024px) {
.group-intro__box__inside {
    position: absolute;
    bottom: 0;
    padding: 20px;
}
  }
@media(min-width: 1200px) {
.group-intro__box__inside {
    padding: 40px;
}
  }
@media(min-width: 1600px) {
.group-intro__box__inside {
    padding: 60px 40px 40px 40px;
}
  }
@media(min-width: 1600px) {
.group-intro__box__inside {
    font-size: 16px;
    line-height: 24px;
}
  }
.group-intro__box__inside a {
    color: #787878;
    color: #787878;
    color: var(--gray);
    text-decoration: none
  }
.group-intro__box__inside a:hover {
      text-decoration: underline;
    }
.group-intro__box__inside h3, .group-intro__box__inside h4 {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary)
  }
@media(min-width: 1600px) {
.group-intro__box__inside h3, .group-intro__box__inside h4 {
      font-size: 20px;
      line-height: 24px
  }
    }
.group-intro__box__inside p {
    margin: 0;
  }
.group-intro__box__inside ul {
    margin: 15px 0 0 0;
    padding: 0;
    list-style: none;
  }
.group-intro__box__text-wrap {
  will-change: opacity;
  -webkit-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out
}
@media(min-width: 1024px) {
.group-intro__box__text-wrap {
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }
.group-intro__box__text {
  margin-bottom: 20px;
}
@media(min-width: 1024px) {
.group-intro__box__links {
    width: 50%
}
  }
.group-intro__box__text__headline {
  margin: 0;
}
.group-intro__box__logo {
  position: relative;
  height: 42px;
  margin: 20px 38px;
  z-index: 1;
}
@media(min-width: 1024px) {
.group-intro__box__logo {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
}
  }
.group-intro__box__logo svg {
    display: block;
    width: auto;
    height: 100%;
  }
.group-intro__box__logo svg path {
      fill: #787878;
      fill: #787878;
      fill: var(--gray);
      -webkit-transition: fill 1000ms ease-out;
      transition: fill 1000ms ease-out;
    }
.carousel {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.carousel .slick-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
@media(min-width: 768px) {
.carousel .slick-dots {
      bottom: 25px;
  }
    }
@media(min-width: 1024px) {
.carousel .slick-dots {
      bottom: 30px;
  }
    }
.carousel .slick-dots li {
      display: inline-block;
    }
.carousel .slick-dots li button {
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        padding: 0;
        border: solid 1px #fff;
        border: solid 1px #fff;
        border: solid 1px var(--white);
        border-radius: 50%;
        font-size: 18px;
        line-height: 24px;
        background: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        text-indent: -100px;
        overflow: hidden;
        -webkit-transition: border 300ms, background 300ms;
        transition: border 300ms, background 300ms;
        cursor: pointer
      }
@media(min-width: 1024px) {
.carousel .slick-dots li button {
          width: 15px;
          height: 15px
      }
        }
.carousel .slick-dots li.slick-active button {
          background: #fff;
          background: #fff;
          background: var(--white);
        }
.carousel.carousel--font-light .slick-dots li button {
        border-color: #fff;
        border-color: #fff;
        border-color: var(--white);
      }
.carousel.carousel--font-light .slick-dots li.slick-active button {
          background: #fff;
          background: #fff;
          background: var(--white);
        }
.carousel.carousel--font-dark .slick-dots li button {
        border-color: #787878;
        border-color: #787878;
        border-color: var(--gray);
      }
.carousel.carousel--font-dark .slick-dots li.slick-active button {
          background: #787878;
          background: #787878;
          background: var(--gray);
        }
.carousel__navigation {
  position: absolute;
  bottom: 80px;
  width: 100%;
}
@media(max-width: 1023px) {
.carousel__navigation {
    display: none;
}
  }
@media(min-width: 1600px) {
.carousel__navigation {
    bottom: 150px;
}
  }
.carousel__navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
.carousel__navigation li {
    display: block;
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);
  }
.carousel__navigation a {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    color: #fff;
    color: var(--white);
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: 'DTL Argo STW Bold', sans-serif;
    font-family: var(--font-family-headline);
    font-weight: normal;
    font-weight: normal;
    font-weight: var(--font-weight-headline);
    text-decoration: none;
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out
  }
@media(min-width: 1600px) {
.carousel__navigation a {
      font-size: 24px;
      line-height: 22px
  }
    }
.carousel__navigation a:hover {
      text-decoration: underline;
    }
@media(min-width: 1200px) {
.carousel--single-slide .carousel__navigation {
      bottom: 50px
  }
    }
.carousel--font-light .carousel__navigation a {
      color: #fff;
      color: #fff;
      color: var(--white);
    }
.carousel--font-dark .carousel__navigation a {
      color: #787878;
      color: #787878;
      color: var(--gray);
    }
.carousel-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.carousel-item__image {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.carousel-item__text-wrap {
  position: absolute;
  bottom: 80px

  /*  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);*/
}
@media(min-width: 1024px) {
.carousel-item__text-wrap {
    position: relative;
    margin-top: 240px;
    bottom: auto
}
  }
.carousel-item--font-dark .carousel-item__text-wrap {
    color: #787878;
    color: #787878;
    color: var(--gray);
  }
.carousel-item--font-dark .carousel-item__text-wrap h2 {
      color: #787878;
      color: #787878;
      color: var(--gray);
    }
.carousel-item--font-light .carousel-item__text-wrap {
    color: #fff;
    color: #fff;
    color: var(--white);
  }
.carousel-item--font-light .carousel-item__text-wrap h2 {
      color: #fff;
      color: #fff;
      color: var(--white);
    }
.carousel-item__text-wrap__inside {
  width: 100%;
  font-size: 13px;
  line-height: 21px
}
@media(min-width: 768px) {
.carousel-item__text-wrap__inside {
    font-size: 18px;
    line-height: 32px
}
  }
@media(min-width: 1600px) {
.carousel-item__text-wrap__inside {
    font-size: 24px;
    line-height: 40px
}
  }
.carousel-item__headline {
  max-width: 950px;
}
.carousel-item__text {
  max-width: 700px;
}
.subpage-container {
  position: relative;
  top: 0;
  width: 100vw
}
@media(min-width: 1024px) {
.subpage-container {
    position: fixed;
    height: 100%;
    min-height: 100vh
}
  }
.subpage-container__inside {
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px
}
@media(min-width: 1024px) {
.subpage-container__inside {
    margin-top: 190px;
    padding-bottom: 0
}
  }
.subpage-container__image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.subpage-container__columns {
  position: relative;
  width: 100%
}
@media(min-width: 1024px) {
.subpage-container__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60%
}
  }
.subpage-container__column--column-1 {
  width: 100%;
  margin-bottom: 25px
}
@media(min-width: 1024px) {
.subpage-container__column--column-1 {
    width: -webkit-calc(60% - 100px);
    width: calc(60% - 100px);
    margin-right: 100px;
    margin-bottom: 0
}
  }
.subpage-container__column--column-2 {
  width: 100%;
}
@media(max-width: 1023px) {
.subpage-container__column--column-2 {
    font-size: 14px;
}
  }
@media(min-width: 1024px) {
.subpage-container__column--column-2 {
    width: 40%;
    font-size: 18px;
    line-height: 22px;
}
  }
.subpage-container__column--column-2 ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.subpage-container__column--column-2 ul li {
      margin-bottom: 12px;
    }
.subpage-container__column--column-2 ul a {
      text-decoration: none;
      font-family: 'DTL Argo STW Bold', sans-serif;
      font-family: 'DTL Argo STW Bold', sans-serif;
      font-family: var(--font-family-headline);
      font-weight: normal;
      font-weight: normal;
      font-weight: var(--font-weight-headline)
    }
.subpage-container__column--column-2 ul a.active {
        color: #0065BD;
        color: #0065BD;
        color: var(--brand-primary);
      }
.subpage-container__column--column-2 ul a:hover {
        text-decoration: underline;
      }
.contemporary .subpage-container__column--column-2 ul li a.active {
            color: #ED1C24;
            color: #ED1C24;
            color: var(--brand-primary-2);
          }
.content-structure--subpage__content {}
.subpage-text {
  width: 100%;
  padding: 25px 38px 60px 38px;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.subpage-text {
    position: absolute;
    right: 0;
    top: 65px;
    width: 40%;
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    padding: 45px
}
  }
@media(min-width: 1600px) {
.subpage-text {
    top: 100px;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px);
    padding: 55px
}
  }
.subpage-text:nth-child(even) {
    background: #F8F8F8;
    background: #F8F8F8;
    background: var(--gray-light);
  }
.subpage-text__inside {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.subpage-text__text-section {
  position: relative;
  overflow-y: auto;
  padding-right: 30px;
}
.subpage-text__icon {
  display: block;
  width: 80px;
  height: 80px;
  margin-bottom: 20px
}
@media(min-width: 1024px) {
.subpage-text__icon {
    width: 100px;
    height: 100px
}
  }
h2.subpage-text__headline, h3.subpage-text__headline {
  margin: 0 0 15px 0;
  font-size: 21px;
  line-height: 25px;
  color: #0065BD;
  color: #0065BD;
  color: var(--brand-primary);
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-headline);
}
.contemporary h2.subpage-text__headline, .contemporary h3.subpage-text__headline {
    color: #ED1C24;
    color: #ED1C24;
    color: var(--brand-primary-2);
  }
.subpage-contacts {
  padding: 45px;
  width: 100%
}
@media(min-width: 1024px) {
.subpage-contacts {
    position: absolute;
    right: 265px;
    top: 65px;
    width: -webkit-calc(40% - 265px);
    width: calc(40% - 265px);
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    padding: 55px
}
  }
@media(min-width: 1600px) {
.subpage-contacts {
    top: 100px;
    height: -webkit-calc(100vh - 100px);
    height: calc(100vh - 100px)
}
  }
.subpage-contacts__inside {
  position: relative;
  margin-left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
@media(min-width: 1024px) {
.subpage-contacts__inside {
    margin-left: -260px
}
  }
.contact-item {
  position: relative;
  width: 100%;
  height: 180px
}
@media(min-width: 1024px) {
.contact-item {
    width: 600px
}
  }
@media(min-width: 1600px) {
.contact-item {
    width: -webkit-calc(535px + 260px);
    width: calc(535px + 260px)
}
  }
.contact-item:nth-child(odd) .contact-item__inside {
      left: auto;
      right: 0;
    }
.contact-item:nth-child(even) .contact-item__inside {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
.contact-item:nth-child(even) .contact-item__image-column {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
    }
.contact-item:nth-child(even) .contact-item__text-column {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      text-align: right;
    }
.contact-item__background {
  position: absolute;
  width: 100vw;
  left: 50%;
  top: -55px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  margin: 0 auto;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.contact-item__background {
    position: absolute;
    left: 50%;
    top: -55px;
    width: 500px;
    height: -webkit-calc(260px + 55px + 55px);
    height: calc(260px + 55px + 55px);
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0)
}
  }
.contact-item__inside {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.contact-item__image-column {
  width: 100px
}
@media(min-width: 1024px) {
.contact-item__image-column {
    width: 200px
}
  }
@media(min-width: 1600px) {
.contact-item__image-column {
    width: 260px
}
  }
.contact-item__text-column {
  width: 245px;
  margin: 0 15px;
  padding-top: 10px;
  font-size: 14px;
  border-top: solid 1px #0065BD;
  border-top: solid 1px #0065BD;
  border-top: solid 1px var(--brand-primary);
}
@media(min-width: 1024px) {
.contact-item__text-column {
    width: 245px;
    font-size: 18px;
}
  }
.contact-item__text-column a {
    color: #787878;
    color: #787878;
    color: var(--gray);
    text-decoration: none
  }
.contact-item__text-column a:hover {
      text-decoration: underline;
    }
h4.contact-item__headline {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #787878;
  color: #787878;
  color: var(--gray);
}
.contact-item__image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover
}
@media(min-width: 1024px) {
.contact-item__image {
    width: 200px;
    height: 200px
}
  }
@media(min-width: 1600px) {
.contact-item__image {
    width: 260px;
    height: 260px
}
  }
.subpage-location {
  width: 100%;
  padding: 25px 38px 60px 38px;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.subpage-location {
    position: absolute;
    right: 0;
    left: 400px;
    top: 100px;
    width: auto;
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    padding: 55px
}
  }
@media(min-width: 1600px) {
.subpage-location {
    right: 400px
}
  }
@media(min-width: 1024px) {
.subpage-location__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }
.subpage-location__navigation {
  width: 100%;
  margin: 0 0 20px 0;
}
.subpage-location__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
.subpage-location__navigation ul li {
      display: inline-block;
      margin-right: 45px;
    }
.subpage-location__navigation ul li a {
        text-decoration: none;
        color: #787878;
        color: #787878;
        color: var(--gray);
        font-family: 'DTL Argo STW Bold', sans-serif;
        font-family: 'DTL Argo STW Bold', sans-serif;
        font-family: var(--font-family-headline);
        font-weight: normal;
        font-weight: normal;
        font-weight: var(--font-weight-headline)
      }
.subpage-location__navigation ul li a:hover {
          text-decoration: underline;
        }
.subpage-location__navigation ul li a.active {
          color: #0065BD;
          color: #0065BD;
          color: var(--brand-primary);
        }
.contemporary .subpage-location__navigation ul li a {
        color: #787878;
        color: #787878;
        color: var(--gray)
      }
.contemporary .subpage-location__navigation ul li a.active {
          color: #ED1C24;
          color: #ED1C24;
          color: var(--brand-primary-2);
        }
.subpage-location__text-column {
  width: 100%
}
@media(min-width: 1024px) {
.subpage-location__text-column {
    width: 60%;
    padding-right: 40px
}
  }
.subpage-location__map-column {
  position: relative;
  width: 100%;
}
@media(min-width: 1024px) {
.subpage-location__map-column {
    width: 40%;
}
  }
.subpage-location__map-column iframe {
    position: relative;
    width: 100%;
    height: 400px
  }
@media(min-width: 1024px) {
.subpage-location__map-column iframe {
      position: absolute;
      width: 100%;
      height: 100%
  }
    }
.subpage-location__inside {
  position: relative;
  height: 100%;
}
.subpage-location__text-section {
  position: relative;
  overflow-y: scroll;
  padding-right: 30px;
}
h2.subpage-location__headline, h3.subpage-location__headline {
  margin: 0 0 15px 0;
  font-size: 21px;
  line-height: 25px;
  color: #0065BD;
  color: #0065BD;
  color: var(--brand-primary);
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-headline);
}
.contemporary h2.subpage-location__headline, .contemporary h3.subpage-location__headline {
    color: #ED1C24;
    color: #ED1C24;
    color: var(--brand-primary-2);
  }
.subpage-form {
  width: 100%;
  padding: 25px 38px 60px 38px;
  background: #fff;
  background: #fff;
  background: var(--white)
}
@media(min-width: 1024px) {
.subpage-form {
    position: absolute;
    right: 0;
    left: 400px;
    top: 100px;
    width: auto;
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    padding: 55px 55px 0 55px
}
  }
@media(min-width: 1600px) {
.subpage-form {
    right: 400px
}
  }
@media(min-width: 1024px) {
.subpage-form form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
    }
.subpage-form form >div:not(.actions) {
      display: none;
    }
.subpage-form h2 {
    display: none;
  }
.subpage-form a {
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary);
  }
.subpage-form .clearfix {
    margin-bottom: 40px;
  }
.subpage-form fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none
  }
@media(min-width: 1024px) {
.subpage-form fieldset {
      width: -webkit-calc(50% - 25px);
      width: calc(50% - 25px)
  }

      .subpage-form fieldset:nth-child(6) {
        width: 100%;
      }
    }
.subpage-form fieldset.form-group {
      margin-bottom: 0;
/*      margin-bottom: 40px;*/
    }
.subpage-form fieldset >legend {
      display: none;
    }
.subpage-form .row {
    position: relative;
  }
@media(min-width: 768px) {
.subpage-form .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
  }
    }
@media(max-width: 767px) {
.subpage-form .row .col-xs-12 {
        width: 100%
    }
      }
.subpage-form .row .col-sm-12 {
      width: 100%;
    }
@media(min-width: 768px) {
.subpage-form .row .col-sm-6 {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px)
    }
      }
.subpage-form .form-group {
    margin-bottom: 20px;
  }
.subpage-form .form-group .control-label {
      display: block;
      margin-bottom: 5px;
      font-size: 16px;
      line-height: 20px;
      color: #787878;
      color: #787878;
      color: var(--gray);
      font-weight: normal;
    }
.subpage-form .form-group .form-control {
      width: 100%;
    }
.subpage-form .form-group input[type=text], .subpage-form .form-group input[type=email], .subpage-form .form-group input[type=tel], .subpage-form .form-group input[type=date] {
      padding: 10px;
      border: none;
      font-size: 16px;
      line-height: 20px;
      background: #F8F8F8;
      background: #F8F8F8;
      background: var(--gray-light);
      font-family: 'DTL Argo STW', sans-serif;
      font-family: 'DTL Argo STW', sans-serif;
      font-family: var(--font-family-sans-serif);
      font-weight: normal;
    }
.subpage-form .form-group textarea {
      height: 180px;
      padding: 10px;
      border: none;
      font-size: 16px;
      line-height: 20px;
      background: #F8F8F8;
      background: #F8F8F8;
      background: var(--gray-light);
      font-family: 'DTL Argo STW', sans-serif;
      font-family: 'DTL Argo STW', sans-serif;
      font-family: var(--font-family-sans-serif);
      font-weight: normal
    }
@media(min-width: 1024px) {
.subpage-form .form-group textarea {
        height: 635px
    }
      }
.subpage-form .form-group input[type=checkbox] {
      position: relative;
      top: -3px;
      margin-right: 5px;
    }
.subpage-form .form-group input[type=radio] {
      position: relative;
      top: -3px;
      margin-right: 5px;
    }
.subpage-form .form-group select {
      height: 40px;
    }
.subpage-form .actions {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: right;
  }
.subpage-form .advice {
    margin-bottom: 15px;
    color: darkred;
  }
.subpage-form input.form-control.error {
    outline: solid 1px darkred;
  }
.subpage-form .field-wrap--articles-textarea {
    display: none;
  }
.sitemap {
  margin: 50px 0
}
@media(min-width: 1600px) {
.sitemap {
    margin: 100px 0
}
  }
@media(max-width: 767px) {
.sitemap__inside {
    margin: 0 20px
}
  }
.sitemap__headline {
  margin: 0 0 20px 0;
  text-align: center;
  color: #787878;
  color: #787878;
  color: var(--gray);
  font-size: 30px;
  line-height: 36px;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-headline)
}
@media(max-width: 1023px) {
.sitemap__headline {
    display: none
}
  }
@media(min-width: 1024px) {
.sitemap__headline {
    margin: 0 0 80px 0
}
  }
@media(min-width: 1600px) {
.sitemap__headline {
    font-size: 40px;
    line-height: 48px
}
  }
.sitemap__headline:after {
    content: "";
    margin: 20px auto 0 auto;
    display: block;
    width: 150px;
    height: 1px;
    background: #787878;
    background: #787878;
    background: var(--gray);
  }
.sitemap__group {
  margin: 0 0 5px 0;
  text-align: center;
  color: #787878;
  color: #787878;
  color: var(--gray);
  font-size: 30px;
  line-height: 36px;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: 'DTL Argo STW', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: normal
}
@media(min-width: 1024px) {
.sitemap__group {
    margin: 0 0 15px 0
}
  }
@media(min-width: 1600px) {
.sitemap__group {
    font-size: 60px;
    line-height: 72px
}
  }
.sitemap__svg {
  position: relative;
  margin: 0 auto 10px auto;
  width: 70%
}
@media(min-width: 1024px) {
.sitemap__svg {
    max-width: 1100px;
    margin: 20px auto 30px auto
}
  }
@media(min-width: 1200px) {
.sitemap__svg {
    width: 78%
}
  }
.sitemap__svg-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: none
}
.sitemap__svg-item:first-child {
    display: block;
    position: relative;
  }
.sitemap__svg-item svg {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
.sitemap__svg-item svg path {
      stroke-width: 3px
    }
@media(min-width: 768px) {
.sitemap__svg-item svg path {
        stroke-width: 2px
    }
      }
@media(min-width: 1024px) {
.sitemap__svg-item svg path {
        stroke-width: 1px
    }
      }
.sitemap__logos {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sitemap__logo {
  display: block;
  width: 100%;
  height: 20px;
  max-width: -webkit-calc(100% / 3);
  max-width: calc(100% / 3);
  margin: 0 0 30px 0;
}
@media(min-width: 1024px) {
.sitemap__logo {
    margin: 0 0 65px 0;
    height: 32px;
}
  }
@media(min-width: 1600px) {
.sitemap__logo {
    height: 41px;
}
  }
.sitemap__logo svg {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
    opacity: .5;
    -webkit-transform: scale(.6);
            transform: scale(.6);
    -webkit-transition: opacity 250ms, -webkit-transform 50ms;
    transition: opacity 250ms, -webkit-transform 50ms;
    transition: opacity 250ms, transform 50ms;
    transition: opacity 250ms, transform 50ms, -webkit-transform 50ms;
  }
@media(min-width: 768px) {
.sitemap__logo svg {
/*      max-width: 180px;*/
  }
    }
.sitemap__logo svg path {
      fill: #787878;
      fill: #787878;
      fill: var(--gray);
      -webkit-transition: fill 250ms;
      transition: fill 250ms;
    }
@media(max-width: 767px) {
.sitemap__logo:nth-child(3) {
      height: 15px
  }
    }
.sitemap__logo.active svg {
      opacity: 1;
      -webkit-transform: scale(1) !important;
              transform: scale(1) !important;
    }
.sitemap__logo:hover svg {
      opacity: 1;
      -webkit-transform: scale(.8);
              transform: scale(.8);
    }
.sitemap__logo.active:nth-child(1) svg path, .sitemap__logo:hover:nth-child(1) svg path {
          fill: #0065BD;
          fill: #0065BD;
          fill: var(--brand-primary);
        }
.sitemap__logo.active:nth-child(2) svg path, .sitemap__logo:hover:nth-child(2) svg path {
          fill: #ED1C24;
          fill: #ED1C24;
          fill: var(--brand-primary-2);
        }
.sitemap__logo.active:nth-child(3) svg path, .sitemap__logo:hover:nth-child(3) svg path {
          fill: #0065BD;
          fill: #0065BD;
          fill: var(--brand-primary);
        }
.sitemap__content {
  display: none;
  position: relative;
}
.sitemap__columns {
  position: relative
}
@media(min-width: 1024px) {
.sitemap__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse
}
  }
.sitemap__column {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  color: #787878;
  color: #787878;
  color: var(--gray);
}
@media(min-width: 1024px) {
.sitemap__column {
    width: 300px;
    max-width: -webkit-calc(100% / 3);
    max-width: calc(100% / 3);
    font-size: 18px;
    line-height: 22px;
}
  }
@media(min-width: 1600px) {
.sitemap__column {
    font-size: 20px;
    line-height: 22px;
}
  }
.sitemap__column a {
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary);
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
  }
@media(min-width: 1600px) {
.sitemap__column a {
      font-size: 20px;
      line-height: 22px
  }
    }
.sitemap__column a:hover {
      text-decoration: underline;
    }
.sitemap__column >a {
    color: #787878;
    color: #787878;
    color: var(--gray);
  }
.sitemap__column ul {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
  }
.sitemap__column ul li {
      margin: 0 0 10px 0;
      padding: 0;
    }
.sitemap__content-2 .sitemap__column a {
      color: #ED1C24;
      color: #ED1C24;
      color: var(--brand-primary-2);
    }
.sitemap__content-2 .sitemap__column >a {
      color: #787878;
      color: #787878;
      color: var(--gray);
    }
.content-search {
  position: relative;
  margin: 60px 0 50px 0;
  font-size: 13px;
  line-height: 21px;
  color: #787878;
  color: #787878;
  color: var(--gray);
}
@media(min-width: 768px) {
.content-search {
    margin: 200px 0 50px 0;
}
  }
@media(min-width: 1024px) {
.content-search {
    font-size: 14px;
    line-height: 22px;
}
  }
@media(min-width: 1600px) {
.content-search {
    font-size: 18px;
    line-height: 30px;
}
  }
.content-search {
  font-weight: normal;
}
.content-search .tx-indexedsearch-browsebox {
    margin: 20px 0;
  }
.content-search .tx-indexedsearch-browsebox p {
      font-size: 18px;
      line-height: 22px;
      text-align: center;
    }
.content-search .tx-indexedsearch-browsebox ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center;
      font-size: 18px;
      line-height: 50px;
    }
.content-search .tx-indexedsearch-browsebox ul li {
        display: inline-block;
        margin: 0 20px
      }
.content-search .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage strong {
            font-weight: normal;
          }
.content-search .tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a {
            color: #0065BD;
            color: #0065BD;
            color: var(--brand-primary);
          }
.content-search .tx-indexedsearch-browsebox ul li a {
          text-decoration: none;
          color: #787878;
          color: #787878;
          color: var(--gray)
        }
.content-search .tx-indexedsearch-browsebox ul li a:hover {
            text-decoration: underline;
          }
.content-search .tx-indexedsearch-info-sword {
    margin: 20px 0;
    text-align: center;
  }
.content-search .tx-indexedsearch-info-noresult {
    margin: 20px 0;
    text-align: center;
  }
.content-search .tx-indexedsearch-searchbox fieldset {
      margin: 0;
      padding: 0;
      border: none;
    }
.content-search .tx-indexedsearch-searchbox legend {
      display: none;
    }
.content-search .tx-indexedsearch-searchbox label {
      display: none;
    }
.content-search .tx-indexedsearch-searchbox .tx-indexedsearch-form {
      float: left;
      width: -webkit-calc(100% - 150px);
      width: calc(100% - 150px);
    }
.content-search .tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-sword {
      width: 100%;
      height: 50px;
      margin: 0;
      padding: 0 20px;
      font-size: 18px;
      font-family: 'DTL Argo STW', sans-serif;
      font-family: 'DTL Argo STW', sans-serif;
      font-family: var(--font-family-sans-serif);
      font-weight: normal;
      color: #787878;
      color: #787878;
      color: var(--gray);
      border: solid 1px #787878;
      border: solid 1px #787878;
      border: solid 1px var(--gray);
      border-right: none;
    }
.content-search .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
      position: relative;
      float: left;
    }
.content-search .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
        width: 150px;
        height: 50px;
        background: #0065BD;
        background: #0065BD;
        background: var(--brand-primary);
        color: #fff;
        color: #fff;
        color: var(--white);
        font-size: 18px;
        text-transform: uppercase;
        font-family: 'DTL Argo STW', sans-serif;
        font-family: 'DTL Argo STW', sans-serif;
        font-family: var(--font-family-sans-serif);
        font-weight: normal;
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        cursor: pointer;
      }
.contemporary .content-search .tx-indexedsearch-searchbox .tx-indexedsearch-search-submit input {
          background: #ED1C24;
          background: #ED1C24;
          background: var(--brand-primary-2);
        }
.content-search__inner-wrap {
}
.content-search__result {
  margin: 50px 0;
}
.content-search__result__headline {
  margin: 0 0 15px 0;
  font-size: 21px;
  line-height: 25px;
  color: #0065BD;
  color: #0065BD;
  color: var(--brand-primary);
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: 'DTL Argo STW Bold', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: normal;
  font-weight: normal;
  font-weight: var(--font-weight-headline);
}
.content-search__result__headline a {
    text-decoration: none;
    color: #0065BD;
    color: #0065BD;
    color: var(--brand-primary)
  }
.content-search__result__headline a:hover {
      text-decoration: underline;
    }
.contemporary .content-search__result__headline {
  color: #ED1C24;
  color: #ED1C24;
  color: var(--brand-primary-2);
}
.contemporary .content-search__result__headline a {
    color: #ED1C24;
    color: #ED1C24;
    color: var(--brand-primary-2);
  }
.content-search__result__description {
  margin: 0;
}

.carousel-link-image{
    position: absolute;
    top: 320px;
    right: 10%;
    z-index: 1;
    animation: fadeInRight 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.carousel-link-image img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
@media(min-width: 768px) {
    .carousel-link-image img {
        width: 150px;
        height: 150px;
    }
    .carousel-link-image{
        top: 430px;
    }
}

.carousel-link-image-landingpage{
    position: absolute;
    top: 120px;
    right: 10%;
    z-index: 1;
    animation: fadeInRight 1s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.carousel-link-image-landingpage img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
@media(min-width: 768px) {
    .carousel-link-image-landingpage img {
        width: 130px;
        height: 130px;
    }
    .carousel-link-image-landingpage{
        top: 200px;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(300px);
    }
    to {
        opacity: 1;
    }
}