figure {
  margin: 0; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  display: block; }

/* Correct overflow not hidden in IE 9/10/11.*/
svg:not(:root) {
  overflow: hidden; }

a {
  text-decoration: none; }
  a:active {
    outline: none; }

.block-superfishmain {
  margin-left: auto; }
  @media (min-width: 0) and (max-width: 420px) {
    .block-superfishmain {
      margin-left: 0;
      width: 100%; } }
  .block-superfishmain a.is-active.sf-depth-1 {
    border-bottom: 2px solid; }
  .block-superfishmain .is-active.sf-depth-2 {
    border-left: 2px solid;
    padding-left: 10px; }
  .block-superfishmain ul.sf-menu {
    list-style: none;
    font-weight: 600;
    margin-top: 23px !important; }
    @media (min-width: 0) and (max-width: 420px) {
      .block-superfishmain ul.sf-menu {
        display: flex;
        justify-content: space-between; } }
    .block-superfishmain ul.sf-menu li {
      font-size: 18px; }
      .block-superfishmain ul.sf-menu li.active-trail {
        font-weight: 700; }
        .block-superfishmain ul.sf-menu li.active-trail a.sf-depth-1.menuparent {
          border-bottom: 2px solid; }
      .block-superfishmain ul.sf-menu li a:hover {
        color: #075d99; }
      .block-superfishmain ul.sf-menu li.sf-depth-1 {
        margin-right: 20px;
        padding: 0 20px; }
        .block-superfishmain ul.sf-menu li.sf-depth-1.is-active {
          border-bottom: 2px solid; }
        @media (min-width: 0) and (max-width: 420px) {
          .block-superfishmain ul.sf-menu li.sf-depth-1 {
            margin-right: 0;
            padding: 0 9px; } }
        .block-superfishmain ul.sf-menu li.sf-depth-1.menuparent:not(.sf-no-children):after {
          content: url("../images/icon__handle.svg");
          position: absolute;
          top: -2px;
          right: 3px;
          display: block; }
          @media (min-width: 0) and (max-width: 420px) {
            .block-superfishmain ul.sf-menu li.sf-depth-1.menuparent:not(.sf-no-children):after {
              right: -2px;
              top: 0; } }
        .block-superfishmain ul.sf-menu li.sf-depth-1.menuparent.menuparent.sfHover:after {
          transform: rotate(180deg);
          top: 4px; }
          @media (min-width: 0) and (max-width: 420px) {
            .block-superfishmain ul.sf-menu li.sf-depth-1.menuparent.menuparent.sfHover:after {
              top: 2px; } }
        @media (min-width: 0) and (max-width: 420px) {
          .block-superfishmain ul.sf-menu li.sf-depth-1.menuparent > a {
            border-bottom: none; } }
        .block-superfishmain ul.sf-menu li.sf-depth-1 > a {
          padding-bottom: 10px;
          margin-bottom: 10px; }
      @media (min-width: 0) and (max-width: 320px) {
        .block-superfishmain ul.sf-menu li {
          font-size: 13px; } }
      @media (min-width: 321px) and (max-width: 420px) {
        .block-superfishmain ul.sf-menu li {
          font-size: 15px; } }
      .block-superfishmain ul.sf-menu li a {
        color: #0a3070;
        padding: 0; }
      .block-superfishmain ul.sf-menu li:first-child {
        margin-left: 0; }
      .block-superfishmain ul.sf-menu li.sfHover > ul {
        width: 100%;
        top: 47px;
        padding-top: 20px;
        padding-bottom: 10px;
        margin-left: 0 !important;
        background: linear-gradient(to top, #ccd4d7 0%, white 50%); }
        @media (min-width: 0) and (max-width: 420px) {
          .block-superfishmain ul.sf-menu li.sfHover > ul {
            top: 20px; } }
        .block-superfishmain ul.sf-menu li.sfHover > ul li {
          margin-bottom: 10px; }
          .block-superfishmain ul.sf-menu li.sfHover > ul li a {
            margin: 0 20px;
            font-weight: 600; }
            .block-superfishmain ul.sf-menu li.sfHover > ul li a.is-active {
              font-weight: 700; }

nav#block-fussbereich {
  margin-left: auto; }
  @media (min-width: 0) and (max-width: 420px) {
    nav#block-fussbereich {
      margin: 10px 0; } }
  nav#block-fussbereich ul {
    width: 100%;
    list-style: none; }
  nav#block-fussbereich li {
    float: left; }
    nav#block-fussbereich li a:after {
      content: '|';
      padding: 0 5px; }
    nav#block-fussbereich li:last-child a::after {
      content: '';
      padding: 0; }

ul {
  padding: 0;
  margin: 0; }

ul.field__items {
  margin: 0;
  padding: 0; }
  ul.field__items li {
    list-style: none; }

/* Radios and checkboxen */
input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  /* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe */ }

input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  padding: .5em;
  padding-left: 2em;
  /* text-indent: 0em; */
  max-width: calc(100% - 2em);
  /*margin: -1em 0;*/
  font-size: 18px; }

fieldset > div input[type=radio] + label {
  margin: -1em 0; }

input[type=radio]:focus + label,
input[type=checkbox]:focus + label {
  color: #0a3070;
  outline: 0; }

input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: '';
  background: #fff;
  border: 2px solid #0a3070;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  box-sizing: border-box;
  float: left;
  width: 1em;
  height: 1em;
  margin-left: -1.5em;
  margin-top: .15em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all .1s ease-out; }

input[type=radio] + label:before {
  border-radius: 100%; }

input[type=radio]:disabled + label:before,
input[type=checkbox]:disabled + label:before {
  border: 0.1em solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1); }

input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  color: #ccc; }

input[type=radio]:checked + label:before {
  background-color: #0a3070;
  box-shadow: inset 0 0 0 0.15em rgba(255, 255, 255, 0.95); }

input[type=checkbox] + label:before {
  /*content: '\00d7';*/
  /*content: '\002718';*/
  /*content: '\002715';*/
  /*content: '\0025a0';*/
  content: '\002713';
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  color: rgba(0, 0, 255, 0); }

input[type=checkbox]:checked + label:before {
  color: #0a3070;
  line-height: .75;
  text-shadow: 0.05em 0 0 #0a3070, -0.05em 0 0 #0a3070; }

input[type=checkbox]:disabled + label:before {
  color: rgba(255, 255, 255, 0); }

input[type=checkbox]:checked:disabled + label:before {
  color: #bbb;
  text-shadow: .05em 0 0 #bbb, -.05em 0 0 #bbb; }

html *, html *:before, html *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  margin: 0; }

@media all and (min-width: 600px) and (min-height: 600px) {
  header[role=banner] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto auto; }
    .toolbar-horizontal header[role=banner] {
      top: 40px; }
    .toolbar-tray-open header[role=banner] {
      top: 80px; }
  main {
    margin-top: 100px;
    display: block; } }

footer {
  height: 80px; }
  @media (min-width: 0) and (max-width: 420px) {
    footer {
      height: auto; } }
.block-local-tasks-block {
  margin-left: 16.6666666667%;
  margin-right: 8.3333333333%; }
  .block-local-tasks-block ul {
    margin: 0;
    padding: 0;
    padding-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem; }
    .block-local-tasks-block ul:after {
      content: "";
      display: table;
      clear: both; }
  .block-local-tasks-block li {
    float: left;
    list-style: none;
    margin-right: 1rem; }
    .block-local-tasks-block li a {
      color: #0682bb; }

div[role=contentinfo] {
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 20px 0;
  color: #ff82bc;
  clear: both; }
  div[role=contentinfo] div.success {
    background: green;
    padding-left: 17.5%;
    padding-right: 8.3333333333%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white; }
  div[role=contentinfo] div[role=alert] {
    background: #ee322b;
    color: white;
    padding-left: 17.5%;
    padding-right: 8.3333333333%; }
  div[role=contentinfo] ul {
    padding: 20px; }
    div[role=contentinfo] ul:after {
      content: "";
      display: table;
      clear: both; }

a.tabledrag-handle .handle {
  width: 25px;
  height: 25px; }

header[role=banner] {
  z-index: 420;
  box-shadow: 0 2px 14px -3px gray;
  background: white; }
  @media (min-width: 0) and (max-width: 420px) {
    header[role=banner] {
      box-shadow: none; } }
.header__wrapper {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  height: 100px;
  display: flex;
  align-items: center; }
  .header__wrapper:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 0) and (max-width: 420px) {
    .header__wrapper {
      flex-direction: column;
      padding-top: 10px;
      align-items: flex-start; } }
@media (min-width: 0) and (max-width: 420px) {
  .logo {
    margin: 0 auto; } }

.logo img {
  width: 300px;
  height: auto; }
  @media (min-width: 0) and (max-width: 420px) {
    .logo img {
      width: 150px; } }
@media (min-width: 0) and (max-width: 420px) {
  .language-switcher-language-url {
    position: absolute;
    right: 10px;
    top: 10px; } }

.language-switcher-language-url li {
  list-style: none;
  margin-left: 35px;
  border: 1px solid rgba(10, 48, 112, 0.4);
  padding: 0 5px; }
  .language-switcher-language-url li a {
    color: rgba(10, 48, 112, 0.4); }
  .language-switcher-language-url li.is-active {
    display: none; }

footer {
  color: white;
  background: linear-gradient(to top, #0a3070 0%, #0a458b 100%); }
  footer p {
    margin: 0; }
    @media (min-width: 0) and (max-width: 420px) {
      footer p {
        margin-top: 10px; } }
  footer .wrapper {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%; }
    footer .wrapper:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 0) and (max-width: 420px) {
      footer .wrapper {
        flex-wrap: wrap;
        text-align: center; } }
.slick--optionset--header {
  height: 100%; }
  @media (min-width: 0) and (max-width: 420px) {
    .slick--optionset--header {
      height: 100px; } }
  .slick--optionset--header .slide__media {
    min-height: 450px;
    max-height: 600px; }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .slide__media {
        min-height: auto;
        max-height: auto; } }
  .slick--optionset--header .media--ratio {
    min-height: 450px; }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .media--ratio {
        min-height: auto;
        max-height: auto; } }
  .slick--optionset--header .media--slick img {
    object-fit: cover;
    object-position: top;
    width: 100%;
    font-family: 'object-fit: cover; object-position: top;'; }
  .slick--optionset--header .slide__content {
    position: relative;
    margin-bottom: 75px; }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .slide__content {
        margin-bottom: 35px; } }
    .no-margin__1 .slick--optionset--header .slide__content {
      margin-bottom: 0; }
  .slick--optionset--header .slide__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slick--optionset--header .slide__caption .slide__description {
      font-size: 50px;
      color: #0a3070;
      font-weight: 300;
      background: rgba(255, 255, 255, 0.9);
      margin: 0;
      display: inline;
      padding-top: 0px;
      padding-bottom: 5px;
      line-height: 1.6;
      box-shadow: 10px 0 0 rgba(255, 255, 255, 0.9), -10px 0 0 rgba(255, 255, 255, 0.9);
      position: relative;
      /* _:-ms-fullscreen,
      :root & {
        box-shadow: none !important;
      } */
      top: 30%;
      left: 28%; }
      @media (min-width: 0) and (max-width: 420px) {
        .slick--optionset--header .slide__caption .slide__description {
          font-size: 24px; } }
      .front .slick--optionset--header .slide__caption .slide__description {
        top: 40%;
        left: 28%; }
        @media (min-width: 0) and (max-width: 420px) {
          .front .slick--optionset--header .slide__caption .slide__description {
            top: 20%;
            left: 20%; } }
      @media (min-width: 0) and (max-width: 420px) {
        .slick--optionset--header .slide__caption .slide__description {
          top: 20%;
          left: 20%; } }
@-moz-document url-prefix() {
  .slick--optionset--header .slide__caption .slide__description {
    display: inline-block; } }
      .slick--optionset--header .slide__caption .slide__description:after {
        content: '';
        background: rgba(255, 255, 255, 0.9);
        width: 100px;
        display: inline-block;
        position: absolute;
        height: 2px;
        right: -125px;
        bottom: 1px; }
        @media (min-width: 0) and (max-width: 420px) {
          .slick--optionset--header .slide__caption .slide__description:after {
            width: 50px;
            right: -75px; } }
  .slick--optionset--header .slick {
    position: relative;
    margin-bottom: 40px; }
  .slick--optionset--header .slick__arrow {
    bottom: auto;
    height: 2px;
    left: 0;
    margin-top: -1px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 2; }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .slick__arrow {
        top: 45%; } }
  .slick--optionset--header .slick-arrow {
    border: 0;
    font-size: 0;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    transform: translateY(-50%);
    background: transparent;
    cursor: pointer; }
    .slick--optionset--header .slick-arrow:focus {
      outline: 0; }
  .slick--optionset--header .slick-prev {
    left: 14%; }
    .slick--optionset--header .slick-prev:after {
      content: url("../images/slide__arrow--left.svg"); }
      @media (min-width: 0) and (max-width: 420px) {
        .slick--optionset--header .slick-prev:after {
          content: url("../images/slide__arrow--left_05.svg"); } }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .slick-prev {
        left: 10px; } }
  .slick--optionset--header .slick-next {
    right: 14%; }
    .slick--optionset--header .slick-next:after {
      content: url("../images/slide__arrow--right.svg"); }
      @media (min-width: 0) and (max-width: 420px) {
        .slick--optionset--header .slick-next:after {
          content: url("../images/slide__arrow--right_05.svg"); } }
    @media (min-width: 0) and (max-width: 420px) {
      .slick--optionset--header .slick-next {
        right: 10px; } }
  .slick--optionset--header .slide__icon {
    position: absolute;
    bottom: -75px;
    left: calc(50% - 75px); }
  .slick--optionset--header .slide__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slick--optionset--header .slide__link a {
      display: block;
      height: 100%;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden; }
      .slick--optionset--header .slide__link a:focus {
        outline: 0; }

.paragraph--type--tabs {
  background: linear-gradient(to top, #075d99 0%, #0682bb 100%); }
  .paragraph--type--tabs .slick-wrapper {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    .paragraph--type--tabs .slick-wrapper:after {
      content: " ";
      display: block;
      clear: both; }
  .paragraph--type--tabs .field-type-text-long {
    padding-top: 0 !important; }
  .paragraph--type--tabs > .field-type-text-long h2 {
    color: white;
    text-align: center;
    line-height: 1;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-top: 0; }
  .paragraph--type--tabs .slick--thumbnail.slick--skin--asnavfor .slick__slide.slick-current::before {
    display: none; }
  .paragraph--type--tabs .slick--thumbnail.slick--skin--asnavfor .slick-track {
    padding: 0; }
  .paragraph--type--tabs .slick-wrapper--tn-top .slick--thumbnail.slick--skin--asnavfor .slick-list {
    padding: 0; }
  .paragraph--type--tabs .slick--main {
    background: white;
    padding-top: 60px;
    padding-bottom: 60px; }
  .paragraph--type--tabs .slick--main .slide__media {
    width: 54.1666666667%;
    float: left;
    margin-left: 4.1666666667%; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--tabs .slick--main .slide__media {
        width: 100%;
        margin: 0; } }
  .paragraph--type--tabs .slick--main .slide__caption {
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    margin-left: 1.6666666667%;
    width: 35.8333333333%;
    float: left;
    margin-right: 4.1666666667%; }
    .paragraph--type--tabs .slick--main .slide__caption:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--tabs .slick--main .slide__caption {
        width: 100%;
        padding-left: 2.5%;
        padding-right: 2.5%; } }
    .paragraph--type--tabs .slick--main .slide__caption .field-type-link a {
      background: linear-gradient(to top, #0a3070 0%, #0a458b);
      color: white;
      font-size: 24px;
      font-weight: 700;
      padding: 15px; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--tabs .slick--main .slide__caption .field-type-link a {
          font-size: 14px; } }
      .paragraph--type--tabs .slick--main .slide__caption .field-type-link a:before {
        content: url("../images/icons/icon__read-more.svg");
        position: relative;
        margin-right: 10px;
        top: 5px; }
        @media (min-width: 0) and (max-width: 420px) {
          .paragraph--type--tabs .slick--main .slide__caption .field-type-link a:before {
            display: none; } }
    .paragraph--type--tabs .slick--main .slide__caption h2 {
      font-weight: 800;
      font-size: 30px;
      line-height: 1;
      margin-top: 0; }
      .paragraph--type--tabs .slick--main .slide__caption h2:after {
        content: '';
        width: 75px;
        border-bottom: 2px solid #0a3070;
        display: block;
        margin-top: 10px; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--tabs .slick--main .slide__caption h2 {
          font-size: 24px; } }
.slick--less .slick-track {
  margin-left: 0;
  margin-right: 0;
  text-align: left; }

.slick--less .slick-slide {
  float: left !important;
  display: inline-block;
  vertical-align: top; }

.slick--thumbnail .slide__caption {
  padding: 5px 6px;
  cursor: pointer;
  color: white;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 20px;
  text-align: center; }
  @media (min-width: 0) and (max-width: 420px) {
    .slick--thumbnail .slide__caption {
      font-size: 16px;
      padding: 5px 10px; } }
@media (min-width: 0) and (max-width: 420px) {
  .slick--thumbnail .slick-track {
    width: 100% !important; } }

.slick--thumbnail.slick--skin--asnavfor .slick__slide.slick-current {
  box-shadow: none;
  transition: none;
  transform: scale(1);
  background: linear-gradient(to top, white 60%, #e6f2f8 100%); }

.slick--thumbnail.slick--skin--asnavfor .slick__slide {
  margin: 0; }
  @media (min-width: 0) and (max-width: 420px) {
    .slick--thumbnail.slick--skin--asnavfor .slick__slide {
      width: 100%; } }
.slick--thumbnail.slick--skin--asnavfor .slick__slide.slick-current .slide__caption {
  color: #0a3070; }

.block-views-blockkunden-block-1 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-top: 60px;
  margin-bottom: 60px; }
  .block-views-blockkunden-block-1:after {
    content: " ";
    display: block;
    clear: both; }
  .block-views-blockkunden-block-1 h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #0682bb;
    margin: 0 0 60px 0; }

.slick--optionset--kunden-logos .slick__slide {
  width: 25% !important;
  float: left; }
  @media (min-width: 0) and (max-width: 420px) {
    .slick--optionset--kunden-logos .slick__slide {
      width: 50% !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick--optionset--kunden-logos img[src$=".svg"] {
    width: 100%; } }

.paragraph--type--slideshow {
  position: relative;
  padding-bottom: 1px; }
  .paragraph--type--slideshow .field-type-file {
    position: absolute;
    bottom: 0;
    left: calc(50% - 75px); }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--slideshow .field-type-file {
        display: none; } }
    .paragraph--type--slideshow .field-type-file svg {
      margin: 0 auto;
      display: block; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--slideshow .field-type-file svg {
          height: 75px; } }
.paragraph--type--headlines {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: 40px;
  margin-bottom: 40px; }
  .paragraph--type--headlines:after {
    content: " ";
    display: block;
    clear: both; }
  .paragraph--type--headlines:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0) and (max-width: 420px) {
    .paragraph--type--headlines {
      margin-top: 20px; } }
  .paragraph--type--headlines h1 {
    color: #0a3070;
    line-height: 1.25;
    font-size: 24px;
    text-align: center; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--headlines h1 {
        font-size: 20px; } }
  .paragraph--type--headlines h3 {
    color: #0682bb;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 300;
    text-align: center; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--headlines h3 {
        font-size: 20px; } }
.paragraph--type--teasers {
  background: #ebf4eb;
  padding-bottom: 60px; }
  @media (min-width: 0) and (max-width: 420px) {
    .paragraph--type--teasers {
      padding-bottom: 30px; } }
  .paragraph--type--teasers h2 {
    color: #588391;
    text-align: center;
    line-height: 1;
    padding-top: 60px;
    margin: 0; }
  .paragraph--type--teasers .field__items {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-around; }
    .paragraph--type--teasers .field__items:after {
      content: " ";
      display: block;
      clear: both; }
  .paragraph--type--teasers.grid-count-2 .field__items > .field__item {
    width: calc(50% - 20px);
    display: flex; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--teasers.grid-count-2 .field__items > .field__item {
        width: calc(100% - 20px); } }
  .paragraph--type--teasers.grid-count-4 .field__items > .field__item {
    width: calc(25% - 20px);
    display: flex; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--teasers.grid-count-4 .field__items > .field__item {
        width: calc(100% - 20px); } }
    @media (min-width: 0) and (max-width: 800px) {
      .paragraph--type--teasers.grid-count-4 .field__items > .field__item {
        width: calc(50% - 20px); } }
  .paragraph--type--teasers .paragraph--type--teaser {
    margin-top: 60px;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--teasers .paragraph--type--teaser {
        margin-top: 30px;
        margin-bottom: 15px; } }
    .paragraph--type--teasers .paragraph--type--teaser .wrapper {
      display: flex;
      flex-direction: column;
      height: 100%;
      align-items: stretch; }
    .paragraph--type--teasers .paragraph--type--teaser .field-type-file {
      background: linear-gradient(180deg, transparent 50%, white 50%);
      width: 100%; }
      .paragraph--type--teasers .paragraph--type--teaser .field-type-file svg {
        text-align: center;
        display: block;
        margin: 0 auto; }
        .paragraph--type--teasers .paragraph--type--teaser .field-type-file svg circle {
          fill: #588391; }
    .paragraph--type--teasers .paragraph--type--teaser .field-type-text-long {
      width: 100%;
      background: white;
      padding: 0 20px 0 20px;
      overflow: hidden;
      height: 100%; }
  .paragraph--type--teasers h3 {
    font-weight: 800;
    font-size: 30px;
    color: #588391;
    text-align: center;
    line-height: 1;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 0; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--teasers h3 {
        font-size: 24px; } }
    .paragraph--type--teasers h3:after {
      content: '';
      width: 75px;
      border-bottom: 2px solid #588391;
      text-align: center;
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
  .paragraph--type--teasers h4 {
    color: #588391;
    text-align: center;
    font-size: 20px; }
  .paragraph--type--teasers p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.2; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--teasers p {
        font-size: 16px; } }
.paragraph--type--features {
  background: linear-gradient(to top, #075d99 0%, #0682bb 30%); }
  .paragraph--type--features h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: white;
    margin: 0;
    padding-top: 60px;
    width: 100%; }
  .paragraph--type--features .field-type-entity-reference-revisions > .field__item {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--features .field-type-entity-reference-revisions > .field__item {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .paragraph--type--features .field-type-entity-reference-revisions > .field__item:nth-child(even) {
      background: rgba(255, 255, 255, 0.25); }
      .paragraph--type--features .field-type-entity-reference-revisions > .field__item:nth-child(even) .paragraph--type--feature {
        flex-direction: row-reverse; }
        @media (min-width: 0) and (max-width: 420px) {
          .paragraph--type--features .field-type-entity-reference-revisions > .field__item:nth-child(even) .paragraph--type--feature {
            flex-direction: column; } }
.paragraph--type--feature {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  display: flex;
  flex-direction: row; }
  .paragraph--type--feature:after {
    content: " ";
    display: block;
    clear: both; }
  @media (min-width: 0) and (max-width: 420px) {
    .paragraph--type--feature {
      flex-direction: column; } }
  .paragraph--type--feature .field-type-image {
    flex: 1 50%;
    padding-left: 1.5em;
    padding-right: 1.5em; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--feature .field-type-image {
        flex: 100%; } }
    .paragraph--type--feature .field-type-image figure {
      display: flex;
      justify-content: center;
      align-items: flex-start; }
  .paragraph--type--feature .field-type-text-long {
    flex: 1 50%;
    color: white; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--feature .field-type-text-long {
        flex: 100%;
        padding-left: 1.5em;
        padding-right: 1.5em;
        margin-top: 20px; } }
    .paragraph--type--feature .field-type-text-long h3 {
      font-size: 30px;
      font-weight: 800;
      margin-top: 0;
      margin-bottom: 0; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--feature .field-type-text-long h3 {
          font-size: 24px; } }
      .paragraph--type--feature .field-type-text-long h3:after {
        content: '';
        width: 75px;
        border-bottom: 2px solid white;
        text-align: center;
        display: block;
        margin-top: 10px; }
      .paragraph--type--feature .field-type-text-long h3 p {
        font-size: 20px; }

.paragraph--type--personen {
  background: linear-gradient(to top, #ccd4d7 0%, #ebebeb 30%);
  padding-bottom: 60px; }
  .paragraph--type--personen h2 {
    text-align: center;
    line-height: 1;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0; }
  .paragraph--type--personen .field__items {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto; }
    .paragraph--type--personen .field__items:after {
      content: " ";
      display: block;
      clear: both; }
    .paragraph--type--personen .field__items > .field__item {
      width: 50%;
      float: left;
      padding-left: 0.8333333333%;
      padding-right: 0.8333333333%; }
      .paragraph--type--personen .field__items > .field__item:nth-child(2n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .paragraph--type--personen .field__items > .field__item:nth-child(2n + 2) {
        margin-left: 50%;
        margin-right: -100%;
        clear: none; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--personen .field__items > .field__item {
          width: 100%; } }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--personen .field__items > .field__item:nth-child(2n+1) {
          margin: 0; } }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--personen .field__items > .field__item:nth-child(2n+2) {
          margin: 0; } }
  .paragraph--type--personen .paragraph--type--person {
    margin-bottom: 30px; }
    .paragraph--type--personen .paragraph--type--person .wrapper {
      display: flex;
      flex-direction: column; }
    .paragraph--type--personen .paragraph--type--person .field-type-image {
      background: linear-gradient(180deg, transparent 50%, white 50%); }
      .paragraph--type--personen .paragraph--type--person .field-type-image img {
        text-align: center;
        display: block;
        margin: 0 auto;
        width: 150px; }
    .paragraph--type--personen .paragraph--type--person .field-type-text-long {
      background: white;
      padding: 0 20px 20px 20px; }
    .paragraph--type--personen .paragraph--type--person p {
      text-align: center; }
      .paragraph--type--personen .paragraph--type--person p:not(:last-child):after {
        content: '';
        width: 75px;
        border-bottom: 2px solid #0682bb;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 20px; }
  .paragraph--type--personen h3 {
    font-weight: 800;
    font-size: 30px;
    color: #0682bb;
    text-align: center;
    line-height: 1;
    align-items: center;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0; }
    .paragraph--type--personen h3:after {
      content: '';
      width: 75px;
      border-bottom: 2px solid #0682bb;
      text-align: center;
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
  .paragraph--type--personen p {
    margin: 20px 0;
    font-size: 18px;
    line-height: 1.2; }
  @media (min-width: 0) and (max-width: 420px) {
    .paragraph--type--personen {
      font-size: 16px; } }
.paragraph--type--fliesstext {
  padding-bottom: 60px; }
  @media (min-width: 0) and (max-width: 420px) {
    .paragraph--type--fliesstext {
      padding-bottom: 30px; } }
  .paragraph--type--fliesstext.style__weiss {
    background: white; }
    .paragraph--type--fliesstext.style__weiss .field-type-text-with-summary {
      padding-top: 0; }
      .paragraph--type--fliesstext.style__weiss .field-type-text-with-summary h2 {
        color: #0682bb; }
        .paragraph--type--fliesstext.style__weiss .field-type-text-with-summary h2:after {
          border-bottom: 2px solid #0a3070; }
  .paragraph--type--fliesstext.style__gruen {
    background: linear-gradient(to top, #ccdbd7 0%, #ebf4eb 30%); }
    .paragraph--type--fliesstext.style__gruen .field-type-text-with-summary h2 {
      color: #588391; }
      .paragraph--type--fliesstext.style__gruen .field-type-text-with-summary h2:after {
        border-bottom: 2px solid #588391; }
  .paragraph--type--fliesstext.style__blau {
    background: linear-gradient(to top, #ccd4d7 0%, #ebebeb 30%); }
    .paragraph--type--fliesstext.style__blau .field-type-text-with-summary h2 {
      color: #0682bb; }
      .paragraph--type--fliesstext.style__blau .field-type-text-with-summary h2:after {
        border-bottom: 2px solid #0a3070; }
    .paragraph--type--fliesstext.style__blau ol {
      counter-reset: item;
      padding-left: 0px;
      margin-top: 30px;
      margin-bottom: 30px; }
      .paragraph--type--fliesstext.style__blau ol li {
        padding-left: 60px;
        margin-bottom: 40px;
        counter-increment: item;
        position: relative; }
        .paragraph--type--fliesstext.style__blau ol li:before {
          font-size: 20px;
          content: counter(item);
          position: absolute;
          left: 0;
          top: 5px;
          background: #0a3070;
          color: white;
          width: 40px;
          height: 40px;
          text-align: center;
          border-radius: 20px;
          line-height: 40px;
          font-weight: 700; }
    .paragraph--type--fliesstext.style__blau .field-type-text-long h3 {
      color: #0682bb; }
  .paragraph--type--fliesstext section {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.8333333333%;
    padding-right: 0.8333333333%;
    display: flex;
    align-items: flex-start; }
    .paragraph--type--fliesstext section:after {
      content: " ";
      display: block;
      clear: both; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--fliesstext section {
        display: block;
        padding-left: 10px;
        padding-right: 10px; } }
  .paragraph--type--fliesstext .field-type-text-with-summary {
    flex: 1 60%;
    padding-top: 60px;
    margin-right: 30px; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--fliesstext .field-type-text-with-summary {
        margin-right: 0;
        overflow: hidden; } }
    .paragraph--type--fliesstext .field-type-text-with-summary h2 {
      font-size: 30px;
      font-weight: 800;
      margin-top: 0;
      line-height: 1.2; }
      .paragraph--type--fliesstext .field-type-text-with-summary h2:after {
        content: '';
        width: 75px;
        border-bottom: 2px solid #0a3070;
        text-align: center;
        display: block;
        margin-top: 10px; }
    .paragraph--type--fliesstext .field-type-text-with-summary p {
      font-size: 18px; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--fliesstext .field-type-text-with-summary p {
          font-size: 16px; } }
    .paragraph--type--fliesstext .field-type-text-with-summary ul {
      font-size: 18px;
      padding-left: 20px;
      margin-top: -10px; }
      @media (min-width: 0) and (max-width: 420px) {
        .paragraph--type--fliesstext .field-type-text-with-summary ul {
          font-size: 16px; } }
      .paragraph--type--fliesstext .field-type-text-with-summary ul li {
        list-style-type: disc; }
  .paragraph--type--fliesstext .field-type-image {
    flex: 1 40%;
    padding-top: 70px; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--fliesstext .field-type-image {
        padding-top: 30px; } }
  .paragraph--type--fliesstext .field-type-text-long {
    flex: 1 20%;
    background: white;
    margin-top: 60px;
    padding: 20px; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--fliesstext .field-type-text-long {
        flex: 100%;
        margin-top: 30px; } }
    .paragraph--type--fliesstext .field-type-text-long h3 {
      font-size: 26px;
      font-weight: 800;
      text-align: center; }
      .paragraph--type--fliesstext .field-type-text-long h3:after {
        content: '';
        width: 75px;
        border-bottom: 2px solid #0a3070;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-top: 10px; }
    .paragraph--type--fliesstext .field-type-text-long p:not(:last-child):after {
      content: '';
      width: 75px;
      border-bottom: 2px solid #0a3070;
      text-align: center;
      display: block;
      margin: 0 auto;
      margin-top: 20px; }

.toggle-content {
  background: linear-gradient(to top, #0a3070 0%, #0a458b 100%);
  padding: 8px 6px;
  color: white;
  text-align: center;
  font-weight: 700;
  text-align: center;
  -webkit-appearance: none;
  font-size: 18px;
  cursor: pointer;
  border: none;
  margin: 0; }

.read-more {
  background: linear-gradient(to top, #0a3070 0%, #0a458b 100%);
  padding: 8px 6px;
  color: white;
  text-align: center;
  font-weight: 700;
  text-align: center;
  display: block;
  width: 75%;
  margin: 0 auto;
  margin-top: 20px; }

.paragraph--type--kacheln {
  background: linear-gradient(to top, #ccd4d7 0%, #ebebeb 30%);
  padding-top: 60px;
  padding-bottom: 60px; }

.paragraph--type--kacheln .field__items {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: flex-start;
  align-items: flex-start; }
  .paragraph--type--kacheln .field__items:after {
    content: " ";
    display: block;
    clear: both; }
  .paragraph--type--kacheln .field__items > .field__item {
    flex: 0 calc(50% - 20px);
    width: calc(50% - 20px);
    align-self: stretch;
    margin: 10px; }
    @media (min-width: 0) and (max-width: 420px) {
      .paragraph--type--kacheln .field__items > .field__item {
        flex: 100%; } }
  .paragraph--type--kacheln .field__items .field-type-file {
    display: flex;
    align-content: center;
    align-items: center;
    background: white;
    padding: 20px; }
  .paragraph--type--kacheln .field__items .field-type-text-long {
    background: white;
    padding: 20px;
    font-size: 14px; }

.block-webform-block {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  margin-bottom: 60px; }
  .block-webform-block:after {
    content: " ";
    display: block;
    clear: both; }
  .block-webform-block h2 {
    font-size: 30px;
    font-weight: 800;
    margin-top: 0;
    line-height: 1.2;
    color: #0682bb; }
    .block-webform-block h2:after {
      content: '';
      width: 75px;
      border-bottom: 2px solid #0a3070;
      text-align: center;
      display: block;
      margin-top: 10px; }
  .block-webform-block fieldset {
    border: none; }
  .block-webform-block .form-text,
  .block-webform-block .form-email,
  .block-webform-block .form-textarea,
  .block-webform-block .form-search {
    width: 100%;
    border: 2px solid #0a3070;
    padding: 8px 8px;
    height: auto;
    font-size: 18px; }
    .block-webform-block .form-text:focus,
    .block-webform-block .form-email:focus,
    .block-webform-block .form-textarea:focus,
    .block-webform-block .form-search:focus {
      outline: 0; }
    .block-webform-block .form-text::placeholder,
    .block-webform-block .form-email::placeholder,
    .block-webform-block .form-textarea::placeholder,
    .block-webform-block .form-search::placeholder {
      font-style: italic;
      color: #0a3070;
      font-weight: 400;
      opacity: 0.5; }
    .block-webform-block .form-text.required.error,
    .block-webform-block .form-email.required.error,
    .block-webform-block .form-textarea.required.error,
    .block-webform-block .form-search.required.error {
      border: 2px solid #ee322b !important; }
  .block-webform-block .form-textarea {
    height: 100px; }
  .block-webform-block .form-actions:before {
    content: '';
    width: 75px;
    border-bottom: 2px solid #0a3070;
    text-align: center;
    display: block;
    margin-bottom: 10px; }
  .block-webform-block .form-submit {
    background: linear-gradient(to top, #0a3070 0%, #0a458b 100%);
    padding: 8px 6px;
    color: white;
    text-align: center;
    font-weight: 700;
    text-align: center;
    -webkit-appearance: none;
    font-size: 18px;
    cursor: pointer;
    border: none;
    margin: 0; }
  .block-webform-block #edit-form-wrapper {
    display: flex; }
    @media (min-width: 0) and (max-width: 420px) {
      .block-webform-block #edit-form-wrapper {
        display: block; } }
  .block-webform-block #edit-interessen--wrapper {
    flex: 33%; }
  .block-webform-block #edit-anfrage {
    flex: 67%; }
    @media (min-width: 0) and (max-width: 420px) {
      .block-webform-block #edit-anfrage {
        margin-top: 30px; } }
    .block-webform-block #edit-anfrage .fieldset-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media (min-width: 0) and (max-width: 420px) {
        .block-webform-block #edit-anfrage .fieldset-wrapper {
          display: block; } }
    .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea) {
      flex: calc(50% - 20px);
      width: calc(50% - 20px);
      margin-bottom: 20px; }
      @media (min-width: 0) and (max-width: 420px) {
        .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea) {
          width: 100%; } }
      .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea):nth-child(odd) {
        margin-right: 10px; }
        @media (min-width: 0) and (max-width: 420px) {
          .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea):nth-child(odd) {
            margin-right: 0; } }
      .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea):nth-child(even) {
        margin-left: 10px; }
        @media (min-width: 0) and (max-width: 420px) {
          .block-webform-block #edit-anfrage .js-form-item:not(.js-form-type-textarea):nth-child(even) {
            margin-left: 0; } }
    .block-webform-block #edit-anfrage .js-form-type-textarea {
      flex: 50%; }

.js-form-item-datescnh {
  margin-bottom: 20px;
  padding-top: 20px; }
  .js-form-item-datescnh label {
    font-size: 16px !important; }
    .js-form-item-datescnh label a {
      text-decoration: underline; }

.block-block-content8d89d3bc-2d3a-44ca-9af2-9fcde2bcbcc7 {
  height: 450px;
  margin-bottom: calc(75px + 40px);
  position: relative; }
  @media (min-width: 0) and (max-width: 420px) {
    .block-block-content8d89d3bc-2d3a-44ca-9af2-9fcde2bcbcc7 {
      margin-bottom: 30px; } }
  .block-block-content8d89d3bc-2d3a-44ca-9af2-9fcde2bcbcc7:after {
    position: absolute;
    bottom: -75px;
    left: calc(50% - 75px);
    content: url("../images/icons/icon__chat.svg");
    width: 150px;
    height: 150px;
    z-index: 10; }
    @media (min-width: 0) and (max-width: 420px) {
      .block-block-content8d89d3bc-2d3a-44ca-9af2-9fcde2bcbcc7:after {
        display: none; } }
  .block-block-content8d89d3bc-2d3a-44ca-9af2-9fcde2bcbcc7 .overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }

.address {
  display: flex; }
  @media (min-width: 0) and (max-width: 420px) {
    .address {
      display: block; } }
  .address p span {
    width: 75px;
    display: inline-block; }
  .address p:first-child {
    margin-right: 30px; }

* {
  font-family: inherit;
  line-height: inherit;
  color: inherit; }

html {
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #0a3070;
  line-height: 1.5;
  text-rendering: optimizeLegibility; }

h2 span {
  display: block;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.8333333333%;
  padding-right: 0.8333333333%;
  font-size: 50px;
  color: #0a3070;
  font-weight: 300;
  padding-top: 60px;
  text-align: center;
  margin-bottom: 0; }
  h2 span:after {
    content: " ";
    display: block;
    clear: both; }

@media (min-width: 0) and (max-width: 420px) {
  h2 {
    font-size: 24px; } }

@media (min-width: 0) and (max-width: 420px) {
  main > h2 {
    font-size: 30px;
    margin-top: 40px;
    text-align: center; } }

@media (min-width: 0) and (max-width: 420px) {
  p {
    font-size: 16px; } }

/* h2 {
  font-size: 30px;
  font-weight: 800;
  margin-top: 0;
  line-height: 1.2;
  color: gf-color('primary');
  &:after {
    content: '';
    width: 75px;
    border-bottom: 2px solid gf-color('accent');
    text-align: center;
    display: block;
    //margin: 0 auto;
    margin-top: 10px;
  }
}
*/
.block-system-breadcrumb-block {
  padding-left: 17.5%;
  padding-right: 8.3333333333%;
  background: rgba(128, 128, 128, 0.1);
  padding-top: 2.5rem; }
  @media (min-width: 0) and (max-width: 800px) {
    .block-system-breadcrumb-block {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .block-system-breadcrumb-block ol {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 0.8125rem;
    font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
    color: #2b5f77; }
    .block-system-breadcrumb-block ol:after {
      content: "";
      display: table;
      clear: both; }
    .block-system-breadcrumb-block ol li {
      padding: 0;
      float: left;
      line-height: 24px; }
      .block-system-breadcrumb-block ol li:first-child:after {
        position: relative;
        top: -2px; }
      .block-system-breadcrumb-block ol li:after {
        content: url("../images/icons/arrow--right.svg");
        margin: 0 5px; }
      .block-system-breadcrumb-block ol li:last-child:after {
        content: ''; }

.block-views-blockreferences-block-1 {
  margin-top: 2.5rem;
  padding-left: 17.5%;
  padding-right: 8.3333333333%; }
  .block-views-blockreferences-block-1:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 0) and (max-width: 800px) {
    .block-views-blockreferences-block-1 {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .block-views-blockreferences-block-1 .views-row {
    width: 48.8636363636%;
    float: left; }
    .block-views-blockreferences-block-1 .views-row:nth-child(2n + 1) {
      margin-left: 0;
      margin-right: -100%;
      clear: both;
      margin-left: 0; }
    .block-views-blockreferences-block-1 .views-row:nth-child(2n + 2) {
      margin-left: 51.1363636364%;
      margin-right: -100%;
      clear: none; }
    @media (min-width: 0) and (max-width: 420px) {
      .block-views-blockreferences-block-1 .views-row {
        width: 100%;
        float: left; }
        .block-views-blockreferences-block-1 .views-row:nth-child(1n + 1) {
          margin-left: 0;
          margin-right: -100%;
          clear: none; }
        .block-views-blockreferences-block-1 .views-row:nth-child(1n+1) {
          margin-right: 0; } }
.caption {
  position: relative;
  padding: 0;
  margin: 0; }
  .caption.sticky .caption-text {
    opacity: 1; }

.caption img {
  display: block;
  max-width: 100%;
  height: auto; }

.caption-text {
  opacity: 0;
  position: absolute;
  width: 100%;
  color: #fff;
  left: 0;
  bottom: 0;
  padding: 0.75em 1em;
  font-weight: 700;
  z-index: 2;
  box-sizing: border-box;
  background-color: rgba(128, 128, 128, 0.82);
  transition: opacity .3s ease-in-out;
  text-transform: uppercase;
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif; }
  @media (min-width: 0) and (max-width: 420px) {
    .caption-text {
      opacity: 1; } }
  .caption-text:after {
    content: url("../images/icons/colorbox--info.svg");
    float: right; }
    @media (min-width: 0) and (max-width: 420px) {
      .caption-text:after {
        content: ""; } }
@media (min-width: 0) and (max-width: 800px) {
  #cboxTitle {
    display: none !important; } }

.caption:hover .caption-text {
  opacity: 1; }

.contextual-region:after {
  content: "";
  display: table;
  clear: both; }

#cboxOverlay {
  background: #333333; }

#cboxContent {
  position: relative; }

#cboxClose.cbox-close-plain {
  background: #ff582b;
  font-weight: 700;
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif !important;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  line-height: 28px;
  font-size: 28px;
  color: white; }

#cboxTitle {
  background: rgba(128, 128, 128, 0.8);
  color: white;
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
  padding: 1.25rem; }
  #cboxTitle h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 0; }
  #cboxTitle a {
    color: #ff582b; }

#cboxWrapper {
  background: rgba(128, 128, 128, 0.8); }

#cboxCurrent {
  display: none !important; }

#cboxPrevious,
#cboxNext {
  top: 40%;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 32px !important;
  height: 96px !important;
  opacity: 0.8;
  display: none !important; }

#cboxPrevious {
  background-image: url("../images/icons/colorbox--left.svg");
  left: 2% !important; }

#cboxNext {
  background-image: url("../images/icons/colorbox--right.svg");
  background-position: top right; }

#cboxNext {
  right: 2% !important;
  left: inherit; }

#cboxContent:hover #cboxPrevious,
#cboxContent:hover #cboxNext, #cboxContent:active #cboxPrevious,
#cboxContent:active #cboxNext {
  display: block !important; }

#cboxLoadingOverlay {
  background: transparent; }

.mailchimp-signup-subscribe-form {
  margin-top: -2.5rem;
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
  background-color: #c6d5dc;
  padding-bottom: 60px;
  clear: both; }
  .mailchimp-signup-subscribe-form:after {
    content: "";
    display: table;
    clear: both; }
  .mailchimp-signup-subscribe-form form {
    width: 50%;
    float: left;
    margin-left: 16.6666666667%; }
    @media (min-width: 0) and (max-width: 420px) {
      .mailchimp-signup-subscribe-form form {
        clear: both;
        width: 100%;
        float: left;
        padding-left: 2.5%;
        padding-right: 2.5%;
        margin-left: 0; } }
  .mailchimp-signup-subscribe-form h2 {
    color: white;
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 20px; }

.search-advanced,
#edit-help-link {
  display: none; }

.path-search form {
  padding-left: 17.5%;
  padding-right: 8.3333333333%;
  font-family: "proxima-nova", Calibri, Arial, Helvetica, sans-serif;
  background-color: #c6d5dc;
  padding-bottom: 60px; }
  @media (min-width: 0) and (max-width: 800px) {
    .path-search form {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .path-search form:after {
    content: "";
    display: table;
    clear: both; }
  .path-search form .js-form-wrapper {
    width: 50%;
    float: left; }
    @media (min-width: 0) and (max-width: 800px) {
      .path-search form .js-form-wrapper {
        clear: both;
        width: 100%;
        float: left;
        padding-left: 2.5%;
        padding-right: 2.5%; } }
.path-search form + h3,
.path-search form + h2,
.path-search form + h2 + ol {
  padding-left: 17.5%;
  padding-right: 8.3333333333%; }
  @media (min-width: 0) and (max-width: 800px) {
    .path-search form + h3,
    .path-search form + h2,
    .path-search form + h2 + ol {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
.path-search form + h2 + ol {
  list-style: none; }
  .path-search form + h2 + ol li {
    margin-bottom: 2.5rem; }
    .path-search form + h2 + ol li h3 {
      margin-bottom: 5px; }

.js-form-type-search label {
  display: block;
  color: white;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-right: 0; }

.js-form-type-search .form-search {
  -webkit-appearance: none; }

.js-form-type-search .form-submit {
  margin-right: 0; }
  @media (min-width: 0) and (max-width: 800px) {
    .js-form-type-search .form-submit {
      clear: both;
      width: 100%;
      float: left;
      padding-left: 2.5%;
      padding-right: 2.5%;
      position: static !important;
      margin-right: 0;
      right: 0 !important; } }

/*# sourceMappingURL=vanilla.styles.css.map */