/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../Fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../Fonts/roboto-v30-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../Fonts/roboto-v30-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/roboto-v30-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --font-family-sans-serif: 'Roboto', sans-serif;
  --font-family-headline: 'Roboto', sans-serif;

  --font-weight-regular: 300;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-headline: 700;
}
:root {
  --brand-primary: #4b5f6d;
  --brand-primary-dark: #113345;
  --brand-primary-light: #164760;
  --brand-secondary: #FFA36A;

  --white: #fff;
  --gray-dark: #0f1316;
  --gray: #333333;
  --gray-light: #939ea4;
  --black: #050a0d;
}
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;
}
.container {
  position: relative;
  width: 100%;
}
.container__inside {
  display: block;
  position: relative;
  max-width: 1088px;
  margin: 0 35px
}
@media(min-width: 1024px) {
.container__inside {
    margin: 0 65px
}
  }
@media (min-width: 1218px) {
.container__inside {
    margin: 0 auto
}
  }
.container__inside--small {
  display: block;
  position: relative;
  max-width: 536px;
  margin: 0 35px
}
@media (min-width: 606px) {
.container__inside--small {
    margin: 0 auto
}
  }
@media(min-width: 1024px) {
.container__inside--small {
    margin: 0 65px
}
  }
@media (min-width: 780px) {
.container__inside--small {
    margin: 0 auto
}
  }
.container--margin {
  margin-top: 65px;
  margin-bottom: 65px;
}
.container--margin-top {
  margin-top: 65px;
}
.container--margin-bottom {
  margin-bottom: 65px;
}
.container--padding {
  padding-top: 35px;
  padding-bottom: 35px;
}
.container--padding-top {
  padding-top: 35px;
}
.container--padding-bottom {
  padding-bottom: 35px;
}
.flowing-text {
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 300;
  font-weight: 300;
  font-weight: var(--font-weight-regular);
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
@media(min-width: 768px) {
.flowing-text {
    font-size: 26px;
    line-height: 38px;
}
  }
.flowing-text p {
    margin: 0 0 1em 0
  }
.flowing-text p:last-child {
      margin-bottom: 0;
    }
.flowing-text b, .flowing-text strong {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 700;
    font-weight: 700;
    font-weight: var(--font-weight-bold);
  }
.flowing-text a:not(.btn) {
    color: #4b5f6d;
    color: #4b5f6d;
    color: var(--brand-primary);
    font-weight: 500;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
    text-decoration: none
  }
.flowing-text a:not(.btn):hover {
      color: #4b5f6d;
      color: #4b5f6d;
      color: var(--brand-primary);
      text-decoration: underline;
    }
.flowing-text ul {
    margin: 1em 0;
    list-style: none;
    padding: 0 0 0 1.5em;
  }
.flowing-text ul li {
      margin-bottom: .5em
    }
.flowing-text ul li:last-child {
        margin-bottom: 0;
      }
.flowing-text ul li::before {
      content: "•";
      color: #164760;
      color: #164760;
      color: var(--brand-primary-light);
      display: inline-block;
      width: 1em;
      margin-left: -1em
    }
.flowing-text ul:last-child {
      margin-bottom: 0;
    }
.flowing-text .important {
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: var(--font-family-sans-serif);
    font-weight: 500;
    font-weight: 500;
    font-weight: var(--font-weight-medium);
  }
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
  margin: 2rem 0;
  font-size: 30px;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-headline);
  font-weight: 700;
  font-weight: 700;
  font-weight: var(--font-weight-headline);
  color: #050a0d;
  color: #050a0d;
  color: var(--black)
}
@media(min-width: 768px) {
.flowing-text h1, h1.headline--1, h2.headline--1, h3.headline--1 {
    font-size: 40px;
    line-height: 50px
}
  }
.flowing-text h1:first-child, h1.headline--1:first-child, h2.headline--1:first-child, h3.headline--1:first-child {
    margin-top: 0 !important;
  }
.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
  margin: 1rem 0;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  color: #050a0d;
  color: #050a0d;
  color: var(--black)
}
@media(min-width: 768px) {
.flowing-text h2, h1.headline--2, h2.headline--2, h3.headline--2 {
    font-size: 26px;
    line-height: 38px
}
  }
.flowing-text h2:first-child, h1.headline--2:first-child, h2.headline--2:first-child, h3.headline--2:first-child {
    margin-top: 0 !important;
  }
.flowing-text h3:not(.headline--1), h1.headline--3, h2.headline--3, h3.headline--3 {
  margin: 1rem 0;
  font-size: 16px;
  line-height: 28px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  color: #4b5f6d;
  color: #4b5f6d;
  color: var(--brand-primary)
}
@media(min-width: 768px) {
.flowing-text h3:not(.headline--1), h1.headline--3, h2.headline--3, h3.headline--3 {
    font-size: 26px;
    line-height: 38px
}
  }
.flowing-text h3:not(.headline--1):first-child, h1.headline--3:first-child, h2.headline--3:first-child, h3.headline--3:first-child {
    margin-top: 0 !important;
  }
.btn, a.btn, .powermail_submit {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 0;
  border: solid 1px #4b5f6d;
  border: solid 1px #4b5f6d;
  border: solid 1px var(--brand-primary);
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 500;
  font-weight: 500;
  font-weight: var(--font-weight-medium);
  color: #fff;
  color: #fff;
  color: var(--white);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 200ms;
  transition: background 200ms;
  background: #4b5f6d;
  background: #4b5f6d;
  background: var(--brand-primary);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none
}
@media(min-width: 1200px) {
.btn, a.btn, .powermail_submit {
    font-size: 20px;
    line-height: 50px
}
  }
.btn:hover, a.btn:hover, .powermail_submit:hover {
    background: #fff;
    background: #fff;
    background: var(--white);
    color: #4b5f6d;
    color: #4b5f6d;
    color: var(--brand-primary);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
.btn:active, a.btn:active, .powermail_submit:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
.table-responsive {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 20px 0
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
  }
table.contenttable,
.powermail_confirmation table {
  width: 100%;
  max-width: 100%;
/*  border-bottom: solid 1px var(--black);*/
  font-size: 20px;
  line-height: 28px;
  background: #fff;
  background: #fff;
  background: var(--white);
  border-collapse: collapse;

}
table.contenttable thead, .powermail_confirmation table thead {
    border-bottom: solid 1px #050a0d;
    border-bottom: solid 1px #050a0d;
    border-bottom: solid 1px var(--black);
  }
table.contenttable thead th, .powermail_confirmation table thead th {
      padding: 10px;
      color: #4b5f6d;
      color: #4b5f6d;
      color: var(--brand-primary);
      text-align: left;
      font-weight: 700;
      font-weight: 700;
      font-weight: var(--font-weight-bold);
      vertical-align: top;
    }
table.contenttable td, .powermail_confirmation table td {
    padding: 10px;
  }
table.contenttable tr, .powermail_confirmation table tr {
    background: var(--gray-lightest);
    vertical-align: top
  }
table.contenttable tr:nth-child(odd), .powermail_confirmation table tr:nth-child(odd) {
      background: none;
    }
table.contenttable p, .powermail_confirmation table p {
    margin: 0 !important;
  }
* {
  -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);
  scroll-behavior: smooth;
}
body {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 300;
  font-weight: 300;
  font-weight: var(--font-weight-regular);
  color: #050a0d;
  color: #050a0d;
  color: var(--black);
}
.page-header {
}
.page-header__inside {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 16px

}
.page-header__inside:after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-top: solid 1px #333333;
    border-top: solid 1px #333333;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px var(--gray);
  }
.page-header__logo {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80px;
}
.page-header__logo img {
    display: block;
    max-width: 100%;
    height: auto;
  }
.page-footer {
  margin: 120px 0 0 0;
  font-size: 16px;
  line-height: 28px;
}
@media(min-width: 768px) {
.page-footer {
    font-size: 26px;
    line-height: 38px;
}
  }
.page-footer a {
    color: #050a0d;
    color: #050a0d;
    color: var(--black);
    text-decoration: none
  }
.page-footer a:hover {
      text-decoration: underline;
    }
.page-footer__inside {
  position: relative;
  margin-bottom: 36px
}
.page-footer__inside:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 0 16px 0;
    border-top: solid 1px #333333;
    border-top: solid 1px #333333;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px var(--gray);
  }
.page-footer__service-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.page-footer__service-navigation li {
    display: block;
    margin: 0 20px 0 0;
    padding: 0;
  }
.page-footer__final-call {
  margin-top: 16px;
}
.page-footer__image {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: url(../Images/footer-image.png) no-repeat center top;
  background-size: cover
}
@media(min-width: 768px) {
.page-footer__image {
    height: 500px
}
  }
.page-footer__logo {
  display: block;
  width: 120px;
  height: auto;
  margin: 32px auto 0 auto
}
@media(min-width: 768px) {
.page-footer__logo {
    margin: 65px auto 0 auto;
    width: 200px
}
  }
.text {

}
.text-with-image {
  position: relative;
}
.text-with-image__sections {
  position: relative;
  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(min-width: 768px) {
.text-with-image--align-center .text-with-image__sections {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
  }
    }
.text-with-image__header {
  display: none;
}
.text-with-image__image-section {
  position: relative;
  width: 100%;
  margin: 0 0 10px 0
}
@media(min-width: 1024px) {
.text-with-image__image-section {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
    margin: 0
}
  }
@media(min-width: 1200px) {
.text-with-image__image-section {
    width: -webkit-calc(50% - 100px);
    width: calc(50% - 100px)
}
  }
@media(min-width: 1600px) {
.text-with-image--ratio-small-text .text-with-image__image-section {
      width: -webkit-calc(50% - 80px + 160px);
      width: calc(50% - 80px + 160px)
  }
    }
@media(min-width: 1600px) {
.text-with-image--ratio-small-text-image .text-with-image__image-section {
      width: -webkit-calc(50% - 80px + 80px);
      width: calc(50% - 80px + 80px)
  }
    }
.text-with-image--headline-image .text-with-image__image-section .text-with-image__header {
      display: block;
    }
@media(max-width: 1023px) {
.text-with-image--headline-image.text-with-image--image-left .text-with-image__image-section .text-with-image__header {
          display: none
      }
        }
@media(max-width: 1023px) {
.text-with-image--headline-image.text-with-image--image-left .text-with-image__text-section .text-with-image__header {
          display: block
      }
        }
.text-with-image__image-wrap {
  margin-bottom: 28px
}
@media(min-width: 1200px) {
.text-with-image__image-wrap {
    margin-bottom: 60px
}
  }
.text-with-image__image-wrap:last-child {
    margin-bottom: 0;
  }
@media(max-width: 1023px) {
.text-with-image--image-left .text-with-image__image-section {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2
  }
    }
@media(min-width: 1200px) {
.text-with-image--image-left .text-with-image__image-wrap {
      margin-left: -110px
  }
    }
@media(min-width: 768px) {
.text-with-image--image-right .text-with-image__image-section {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1
  }
    }
@media(min-width: 1200px) {
.text-with-image--image-right .text-with-image__image-wrap {
      margin-right: -110px
  }
    }
.text-with-image__image {
  display: block;
  width: 100%;
  height: auto;
}
.text-with-image__text-section {
  width: 100%;
}
@media(min-width: 1024px) {
.text-with-image__text-section {
    width: 50%;
}
  }
.text-with-image__text-section img {
    display: block;
    max-width: 100%;
    height: auto;
  }
.text-with-image--headline-text .text-with-image__text-section .text-with-image__header {
      display: block;
    }
@media(max-width: 1023px) {
.text-with-image--image-left .text-with-image__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      margin-bottom: 28px
  }
    }
@media(max-width: 1023px) {
.text-with-image--image-right .text-with-image__text-section {
      margin-bottom: 28px
  }
    }
@media(min-width: 1024px) {
.text-with-image--image-right .text-with-image__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
      /*      padding: 0 60px 0 0;*/
  }
    }
.text-with-image__text-wrap {

}
.text-with-image__image__caption {
  margin: 14px 0 0 0;
  font-size: 16px;
  line-height: 22px;
  color: #4b5f6d;
  color: #4b5f6d;
  color: var(--brand-primary);
}
@media(min-width: 1200px) {
.text-with-image--image-left .text-with-image__image__caption {
      margin-left: 110px
  }
    }
.intro-image {
  position: relative;
  background: red;
  width: 100%;
}
.intro-image__inside {
  position: relative;

}
.intro-image__image {
  display: block;
  width: 100%;
  height: auto;
}
.intro-image__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: auto;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out
}
@media(min-width: 768px) {
.intro-image__logo {
    width: 300px
}
  }
@media(min-width: 1200px) {
.intro-image__logo {
    width: 580px
}
  }
.profile-teaser {
  position: relative;
}
.profile-teaser__sections {
  position: relative;
  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;
}
.profile-teaser--align-center .profile-teaser__sections {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
.profile-teaser__image-section {
  position: relative;
  width: 30%
}
@media(min-width: 1024px) {
.profile-teaser__image-section {
}
  }
@media(max-width: 1023px) {
.profile-teaser--image-left .profile-teaser__image-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
  }
    }
.profile-teaser__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.profile-teaser__text-section {
  width: -webkit-calc(70% - 17px);
  width: calc(70% - 17px);
  line-height: 22px
}
@media(min-width: 768px) {
.profile-teaser__text-section {
    width: -webkit-calc(70% - 35px);
    width: calc(70% - 35px);
    line-height: 32px
}
  }
.profile-teaser h1.profile-teaser__header {
  margin: 0;
}
.profile-teaser__text {
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: var(--font-family-sans-serif);
  font-weight: 300;
  font-weight: 300;
  font-weight: var(--font-weight-regular);
}
q.profile-teaser__text {
  font-style: italic;
}
@media(max-width: 1023px) {
.profile-teaser--image-right .profile-teaser__text-section {
      margin-bottom: 28px
  }
    }
@media(min-width: 1024px) {
.profile-teaser--image-right .profile-teaser__text-section {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0
  }
    }
.social-links {
  /*  border-top: solid 1px var(--black);*/


}
.social-links__inside {
  position: relative

}
.social-links__inside:before,
  .social-links__inside:after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0 0 16px 0;
    border-top: solid 1px #333333;
    border-top: solid 1px #333333;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px var(--gray);
  }
.social-links__inside:after {
    margin: 16px 0 0 0;
  }
ul.social-links__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.social-links__icons li {
    display: block;
    height: 36px;
    margin: 0 20px 0 0
  }
@media(min-width: 768px) {
ul.social-links__icons li {
      height: 50px;
      margin: 0 30px 0 0
  }
    }
ul.social-links__icons li:hover {
      -webkit-transform: scale(1.02);
              transform: scale(1.02);
    }
ul.social-links__icons li:active {
        -webkit-transform: scale(0.98);
                transform: scale(0.98);
    }
ul.social-links__icons li img {
      display: block;
      height: 100%;
      width: auto;
    }
.teaser__sections {
  position: relative;
  margin: 0;
}
.teaser__notes-section {
  position: absolute;
  top: 0
}
@media(min-width: 1024px) {
.teaser__notes-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: -webkit-calc(100% + 16px);
    right: calc(100% + 16px);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end
}
  }
.teaser__notes {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.teaser__note {
  display: block;
  padding: 15px 25px;
  margin: 0 0 8px 0;
  background: #4b5f6d;
  background: #4b5f6d;
  background: var(--brand-primary);
  color: #fff;
  color: #fff;
  color: var(--white);
  text-transform: uppercase;
}
a {
  color: inherit;
  text-decoration: none;
}
.teaser__image-section {

}
.teaser__picture {
}
.teaser__image {
  display: block;
  width: 100%;
  height: auto;
}
.teaser__text-section {
  margin-top: 32px
}
.horizontal-rule__line {
  position: relative;
  border: none;
  padding: 0;
  margin: 0
}
.horizontal-rule__line:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    margin: 0;
    border-top: solid 1px #333333;
    border-top: solid 1px #333333;
    border-top: solid 1px var(--gray);
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px #333333;
    border-bottom: solid 1px var(--gray);
  }
