html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin-bottom: 0;
  padding-bottom: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-style: normal;
}

::selection {
  color: #fff;
  background: #009ee0;
}

body {
  font-size: 16px;
  font-size: 100%;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #fff;
  color: #45464f;
  scroll-behavior: smooth;
}


/* ///////////////////////////////////////////////////
/                   LAYOUT
/////////////////////////////////////////////////// */

#container {
  padding-top: 0;
}

@media only screen and (max-width: 64em) {
  .contentpage--noheaderimg #container {
    margin-top: 5rem;
  }
}

@media (pointer: coarse), (hover: none) {
  .contentpage--noheaderimg #container {
    margin-top: 5rem;
  }
}


#wrapper {
  margin: 0 auto;
  max-width: 2560px;
}

@media only screen and (min-width: 80em) {
  #wrapper {
    border-left: 2rem solid #fff;
    border-right: 2rem solid #fff;
  }
}

@media only screen and (max-width: 48em) {
  #wrapper {
    width: 100% !important;
    overflow: hidden;
  }
}

.wrapper--inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

@media only screen and (min-width: 135em) {
  .wrapper--inner {
    max-width: 1680px;
  }
}

.wrapper--narrow {
  max-width: 1200px;
  width: 72%;
  margin: 0 auto;
  overflow: hidden;
  clear: both;
}

@media only screen and (max-width: 60em) {
  .wrapper--narrow {
    width: auto;
  }
}

.wrapper--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media only screen and (max-width: 105em) {
  .wrapper--inner {
    max-width: none;
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
}

.wrapper--inner-left {
  margin-left: 0;
}

.wrapper--inner-right {
  margin-right: 0;
}

@media only screen and (min-width: 80em) {
  .wrapper--narrow-right {
    display: block;
    max-width: 88% !important;
    float: right;
  }
}

#main {
  background-color: #ecf3f9;
}

.mod_article.is--fullwidth {
  width: 100% !important;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 6rem 0;
}

@media only screen and (max-width: 105em) {
  .mod_article.is--fullwidth {
    max-width: none;
    /*padding: 4rem 4% 4rem 8%;*/
  }
}

@media only screen and (max-width: 55.9375em) {
  .mod_article.is--fullwidth {
    width: auto;
    /*padding: 3rem 0;*/
  }
}

@media only screen and (max-width: 30em) {
  .mod_article.is--fullwidth {
    width: auto;
    padding: 3rem 0;
  }
}


.mod_article:not(.is--fullwidth) {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 0;
}

@media only screen and (min-width: 135em) {
  .mod_article:not(.is--fullwidth) {
    max-width: 1680px;
  }
}

@media only screen and (max-width: 105em) {
  .mod_article:not(.is--fullwidth) {
    max-width: none;
    padding: 4rem 4%;
  }
}

@media only screen and (max-width: 55.9375em) {
  .mod_article:not(.is--fullwidth) {
    width: auto;
    padding: 2rem 4%;
  }

  .mod_article:not(.is--fullwidth).mobile--fullwidth {
    width: auto;
    padding: 2rem 0;
  }
}


a:focus-visible { 
  outline-color: #009ee0; 
}



/* ///////////////////////////////////////////////////
/                   HEADER
/////////////////////////////////////////////////// */
header {
  background-color: #fff;
  width: 100%;
  overflow: visible;
  position: unset;
  z-index: 998;
  /*max-width: 1400px;*/
  margin: 0 auto;
  border-top: 1rem solid #009ee0;
}

@media only screen and (max-width: 64em) {
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
    border-top: 10px solid #009ee0;
  }

  #topnav {
    display: none;
  }
}

@media (pointer: coarse), (hover: none) {
  header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    position: fixed;
    top: 0;
  }

  #topnav {
    display: none;
  }
}

@media only screen and (max-width: 64em) {
  header.stickyhidden {
    transform: translateY(-100%);
    transition: all 1s ease;
  }

  header.sticky {
    position: fixed;
    top: translateY(0%);
    opacity: 1;
    transition: all 1s ease;
    box-shadow: 0 1px 1rem 0 rgba(0, 0, 0, 0.12);
  }
}

header .inside {
  background-color: #fff;
}

header .wrapper--inner {
  position: relative;
  overflow: visible;
}

/*@media only screen and (max-width: 64em) {
  header .wrapper--inner {
    overflow: hidden;
  }
}*/

@media only screen and (min-width: 105.0625em) {
  header .wrapper--inner {
    max-width: none;
    width: 100%;
    max-width: 1400px;
    overflow: visible;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 135em) {
  header .wrapper--inner {
    max-width: 1680px;
  }
}

@media only screen and (max-width: 64em) {
  header .wrapper--inner {
    overflow: hidden;
  }
}

@media only screen and (max-width: 22.4375em) {
  header .wrapper--inner {
    padding: 0 !important;
  }
}

@media (pointer: coarse), (hover: none) {
  header .wrapper--inner {
    overflow: hidden;
  }
}


header .header--logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 400px;
  height: auto;
  overflow: initial;
}

header .header--logo a {
  display: inline-block;
}

@media only screen and (max-width: 97.5em) {
  header .header--logo {
    top: 1.5rem;
    width: 360px;
  }
}

@media only screen and (max-width: 85.3125em) {
  header .header--logo {
    width: 300px;
  }
}

@media only screen and (max-width: 79.9375em) {
  header .header--logo {
    width: 280px;
  }
}

@media only screen and (max-width: 64em) {
  header .header--logo {
    position: initial;
    float: left;
  }
}

@media only screen and (max-width: 25em) {
  header .header--logo {
    width: 230px;
  }
}

@media only screen and (max-width: 22.4375em) {
  header .header--logo {
    width: 200px;
  }
}

@media (pointer: coarse), (hover: none) {
  header .header--logo {
    position: initial;
    float: left;
  }
}

.ce_image.header--logo a:focus-visible { 
  outline-color: currentColor; 
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 2px;
}


/* ///////////////////////////////////////////////////
/                   NAVIGATION
/////////////////////////////////////////////////// */

.is--mobile {
  display: none !important;
}

@media only screen and (max-width: 64em) {
  .is--mobile {
    display: block !important;
  }

  #nav--desktop {
    display: none !important;
  }
}

/* Touch devices */
@media (pointer: coarse), (hover: none) {
  .is--mobile {
    display: block !important;
  }

  #nav--desktop {
    display: none !important;
  }
}

#nav--mobile:not(.mm-menu) {
  display: none;
}

#hamburger-menu {
  display: block;
  text-align: right;
  height: 2rem;
  margin-top: 1rem;
}

#hamburger-menu a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  float: right;
  color: #fff;
  text-decoration: none;
}

/*@media only screen and (max-width: 30em) {
  #hamburger-menu a {
    margin-right: 2rem;
  }
}*/

#hamburger-menu span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  content: '';
  background-color: #45464f;
  transition: all 500ms ease-in-out;
}

#hamburger-menu span:nth-child(1) {
  top: 15%;
}
#hamburger-menu span:nth-child(2) {
  top: 42%;
}
#hamburger-menu span:nth-child(3) {
  top: 69%;
  width: 70%;
}



/* ///////////////////////////////////////////////////
/                   MMENU
/////////////////////////////////////////////////// */

.mm-menu {
  --mm-color-button: #009ee0 !important;
  --mm-color-background-highlight: rgba( 0,0,0, 0.04 ) !important;
  --mm-color-text-dimmed: #007292 !important;
}

@media only screen and (max-width: 30em) {
  .mm-listitem {
    font-size: 0.875rem;
  }
}

.mm-listitem strong {
  padding: calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);
  padding-left: 20px;
}

/*.mm-listitem__btn:not(.mm-listitem__text) {
  border-left: none;
  border-left-width: 0 !important;
}

.mm-listitem::after {
  left: 0px !important;
}*/

.mm-navbar__title {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  justify-content: left !important;
}

.mm-navbar__title span {
  color: #007292;
  letter-spacing: 2px;
}


.nav--main {
  transition: all ease-in-out .2s;
  transition: all cubic-bezier(.4, 0, .2, 1) .3s;
  padding: 4.25rem 0 0 0;
}

@media only screen and (max-width: 97.5em) {
  .nav--main {
    padding-top: 5rem;
  }
}

@media only screen and (max-width: 85.3125em) {
  .nav--main {
    padding-top: 4.25rem;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 63.9375em) {
  .nav--main {
    display: none !important;
  }
}

.nav--main ul.level_1 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0;
}

.nav--main ul li {
  font-family: 'Poppins', sans-serif;
  /*text-transform: uppercase;*/
  text-decoration: none;
  margin-left: 1.5rem;
}

.nav--main ul.level_1 li {
  padding-bottom: 1rem;
  border-bottom: 6px solid #fff;
}

.nav--main ul.level_1 > li.active,
.nav--main ul.level_1 > li.trail,
.nav--main ul.level_1 > li:hover {
  border-bottom: 6px solid #009ee0;
}

.nav--main ul.level_1 li:last-child {
  margin-right: 2px;
}

.nav--main ul li:first-child {
  margin-left: 0rem;
}

.nav--main ul li a,
.nav--main ul li span,
.nav--main ul li strong {
  text-decoration: none;
  white-space: nowrap;
  padding: 0;
  transition: all ease-in-out .2s;
  transition: all cubic-bezier(.4, 0, .2, 1) .3s;
  font-weight: 500;
  font-size: 1.125rem;
  color: #555;
  letter-spacing: 0;
}

.nav--main ul li span {
  padding: 0;
}

.nav--main ul li.active strong,
.nav--main ul.level_1 li.trail span {
  font-weight: 500;
  color: #222;
}

/*.nav--main ul li .active,
.nav--main ul li .trail,
.nav--main ul li a:hover {
  transition: none;
}*/

/*.nav--main ul li.submenu > a span::after,
.nav--main ul li.submenu > strong::after {
  font-family: "IcoFont";
  font-size: 0.875rem;
  content: "\eab2";
  margin-left: .25rem;
}*/

.nav--main ul li ul.level_2 {
  position: absolute;
  margin-top: 3px;
}

.nav--main ul li ul.level_3,
.nav--main ul li ul.level_2 {
  display: none;
  padding: 0;
  padding: 1.0rem 1.5rem 1.0rem 1.5rem;
  margin-left: -2.5rem;
  z-index: 99999;
  background-color: #fff;
}

.nav--main ul li ul.level_3 li,
.nav--main ul li ul.level_2 li {
  float: none;
  display: block;
  width: 100%;
  font-size: 1rem;
  text-align: left;
  margin-left: 0rem;
  padding: 0;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}



.nav--main ul li ul.level_3 li:last-child, 
.nav--main ul li ul.level_2 li:last-child {
  border: none;
}

.nav--main ul li ul.level_3 li:hover a,
.nav--main ul li ul.level_2 li:hover a,
.nav--main ul li ul.level_3 li:hover span,
.nav--main ul li ul.level_2 li:hover span,
.nav--main ul li ul.level_3 li:hover strong,
.nav--main ul li ul.level_2 li:hover strong {
  color: #007292 !important;
  background-color: #f9f9f9;
}

.nav--main ul li ul.level_3 li:hover a::before,
.nav--main ul li ul.level_2 li:hover a::before {
  font-family: "IcoFont";
  content: "\ea75";
  color: #007292;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  position: absolute;
}

.nav--main ul li .level_3 li a,
.nav--main ul li .level_2 li a {
  padding: 1rem;
  border-bottom: none !important;
}

.nav--main ul li .level_3 li.active strong,
.nav--main ul li .level_2 li.active strong {
  padding: 1rem 1rem 1rem 0rem;
  border-bottom: none !important;
}

.nav--main ul li .level_3 li a,
.nav--main ul li .level_2 li a,
.nav--main ul li .level_3 li span,
.nav--main ul li .level_2 li span,
.nav--main ul li .level_3 li strong,
.nav--main ul li .level_2 li strong {
  display: block;
  font-size: 1rem;
  color: #555 !important;
  border-bottom: none !important;
  text-transform: none;
  font-weight: 400 !important;
}


.nav--main ul li .level_3 li.active strong,
.nav--main ul li .level_2 li.active strong {
  color: #007292 !important;
  font-weight: 500 !important;
}

.nav--main ul li .level_3 li.active strong::before,
.nav--main ul li .level_2 li.active strong::before {
  font-family: "IcoFont";
  font-size: 1rem;
  content: "\ea75";
  color: #009ee0;
  width: 1rem;
}


.nav--main ul li.submenu:hover ul.level_2,
.nav--main ul li.submenu:focus-within ul.level_2 {
  display: block;
}

.nav--main ul li.submenu:hover ul.level_2 ul.level_3 {
  display: block;
}

.nav--main ul li.submenu.about:hover ul.level_2 {
  display: none;
}


@media only screen and (max-width: 96em) {
  .nav--main ul li {
    margin-left: 1.25rem;
  }

  /*.nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    font-size: 1rem;
  }*/

  .nav--main ul li .level_3 li a,
  .nav--main ul li .level_2 li a,
  .nav--main ul li .level_3 li span,
  .nav--main ul li .level_2 li span,
  .nav--main ul li .level_3 li strong,
  .nav--main ul li .level_2 li strong {
    font-size: 0.9375rem;
  }
}

@media only screen and (max-width: 85.3125em) {
  .nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    letter-spacing: 0;
  }
}

@media only screen and (max-width: 79.9375em) {
  .nav--main ul li {
    margin-left: 1.125rem;
  }

  .nav--main ul li a,
  .nav--main ul li span,
  .nav--main ul li strong {
    font-size: 1rem;
  }

  .nav--main ul li .level_3 li a,
  .nav--main ul li .level_2 li a,
  .nav--main ul li .level_3 li span,
  .nav--main ul li .level_2 li span,
  .nav--main ul li .level_3 li strong,
  .nav--main ul li .level_2 li strong {
    font-size: 1rem;
  }
}



.nav--header ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0.375rem 0;
}

.nav--header ul li {
  /*font-size: 0.875rem;*/
  font-size: 1rem;
  text-decoration: none;
  margin-left: 1.5rem;
  font-weight: 500;
}

.nav--header ul li:first-child::before {
  font-family: "IcoFont";
  color: #007292;
  content: "\ef47";
  margin-right: .5rem;
}

.nav--header button.searchlink::before {
  font-family: "IcoFont";
  color: #007292;
  content: "\ed11";
  margin-right: .5rem;
}

.nav--header a,
.nav--header ul li.active strong {
  color: #007292;
  font-weight: 500;
}

.nav--header a:hover,
.nav--header a:focus,
.nav--header a:active,
.nav--header li:first-child:hover::before,
.nav--header li:first-child:focus::before,
.nav--header li:first-child:active::before {
  color: #222;
  text-decoration: none;
}

.nav--header button.searchlink {
  color: #007292;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-right: 2px;
}

.nav--header button.searchlink:hover,
.nav--header button.searchlink:focus,
.nav--header button.searchlink:active,
.nav--header button.searchlink:hover::before,
.nav--header button.searchlink:focus::before,
.nav--header button.searchlink:active::before {
  color: #222;
}


.is--bg-blue .nav--header a,
.is--bg-blue .nav--header ul li.active strong,
.is--bg-blue .nav--header ul li:first-child::before,
.is--bg-blue .nav--header button.searchlink::before,
.is--bg-blue .nav--header button.searchlink {
  color: #fff;
}

.is--bg-blue .nav--header a:hover,
.is--bg-blue .nav--header a:focus,
.is--bg-blue .nav--header a:active {
  color: #fff;
}


.togglesearch {
  position: absolute;
  right: 0;
  background: #009ee0;
  padding: 0.25rem;
  z-index: 999999;
  display: none;
}

.togglesearch .widget-text,
.togglesearch .widget-submit {
  float: left;
  margin-bottom: 0;
}

.togglesearch input[type="search"] {
  font-size: 1rem;
  line-height: 1rem;
  height: 2.5rem;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 0 0.75rem;
}

.togglesearch button[type="submit"] {
  color: #fff;
  font-size: 1rem;
  line-height: 1rem;
  height: 2.5rem;
  background: #007292;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.75rem;
  margin: 0;
  cursor: pointer;
}

.togglesearch button[type="submit"]:hover {
  background-color: #007292;
}

.nav--legal ul {
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0.625rem 0;
}

@media only screen and (max-width: 55.9375em) {
  .nav--legal ul {
    justify-content: center;
  }
}

.nav--legal ul li {
  text-decoration: none;
  margin-left: 1.5rem;
}

.nav--legal ul li.first {
  margin-left: 0;
}

.nav--legal ul li.toplink {
  border-left: 1px solid #fff;
  padding-left: 1.5rem;
}

.nav--legal ul li.active strong {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  /*text-decoration: underline;*/
}

.nav--legal a {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav--legal a:hover,
.nav--legal a:focus,
.nav--legal a:active {
  color: #fff;
  text-decoration: underline;
}

/*.nav--legal a.invisible:focus-visible {
  width: unset;
  height: unset;
  clip: auto;
  font-weight: 500;
  text-transform: none !important;
  background-color: #fff;
  color: #007292;
  font-size: 1rem;
  letter-spacing: 0;
  padding: 0 0.5rem;
  border: none;
}*/

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .nav--legal ul li.active strong,
  .nav--legal a {
    /*font-size: 0.875rem;*/
  }
}


@media only screen and (max-width: 55.9375em) {
  .nav--legal ul li {
    margin-left: 1rem;
  }

  .nav--legal ul li.toplink {
    padding-left: 1rem;
  }
}


@media only screen and (max-width: 47.9375em) {
  .nav--legal ul {
    display: block;
    text-align: center;
  }

  .nav--legal ul li {
    display: inline;
  }

  .nav--legal ul li.active strong, 
  .nav--legal a {
    font-size: 1rem;
    font-weight: 600;
  }

  .nav--legal ul li {
    margin: 0 0.75rem;
  }

  .nav--legal ul li.first {
    margin-left: 0.75rem;
  }

  .nav--legal a {
    line-height: 2rem;
  }

  .nav--legal ul li.toplink {
    padding-left: 0;
    display: block;
    margin: 2rem 2rem 0 2rem;
    border-left: none;
  }

  .nav--legal ul li.toplink {
    padding-left: 1rem;
  }
}


/* ///////////////////////////////////////////////////
/                   GRID
/////////////////////////////////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .columns.columns--nobreak {
    display: flex;
    flex-flow: row wrap;
    clear: both;
  }
}

/* ///////////////////////////////////////////////// */

@media only screen and (min-width: 56em) {
  [class*="col--"] {
    float: left;
  }

  [class*="col--"]:first-child {
    clear: left;
  }

  [class*="col--"]:last-child {
    margin-right: 0;
  }

  .columns {
    display: flex;
    flex-flow: row wrap;
    clear: both;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet {
    display: block;
    flex-flow: row nowrap;
  }
}


/* //////////////////////  1/2  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .columns.columns--swap-mobile {
    display: flex;
    flex-flow: column;
  }

  .col--1-2 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-2:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-2:last-child {
    order: 1;
    margin-bottom: 3rem;
  }

  .columns--nobreak .col--1-2 {
    flex: 1;
    width: 48%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-2 {
    flex: 2;
    width: 46%;
    margin-right: 8%;
  }

  .gap--small .col--1-2 {
    width: 48%;
    margin-right: 4%;
  }

  .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet .col--1-2 {
    flex: 0 1 auto;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .columns.single-column--tablet .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}



/* //////////////////////  1/4  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--1-4 {
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-2:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-4:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-4:last-child {
    order: 1;
    margin-bottom: 3rem;
  }

  .columns--nobreak .col--1-4 {
    flex: 1;
    width: 22%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-2:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-4 {
    flex: 1;
    width: 19%;
    margin-right: 8%;
  }

  .gap--small .col--1-4 {
    width: 22%;
    margin-right: 4%;
  }

  .col--1-4:last-child {
    margin-right: 0;
  }
}




/* //////////////////////  1/3  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--1-3,
  .col--2-3 {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .col--1-3:last-child,
  .col--2-3:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--1-3:first-child,
  .columns.columns--swap-mobile .col--2-3:first-child {
    order: 2;
    margin-bottom: 0;
  }

  .columns.columns--swap-mobile .col--2-3:last-child,
  .columns.columns--swap-mobile .col--1-3:last-child {
    order: 1;
    margin-bottom: 3rem;
  }
}

@media only screen and (min-width: 48em) and (max-width: 55.9375em) {
  .columns--nobreak .col--1-3 {
    width: 28%;
    margin-right: 8%;
    margin-bottom: 0;
  }

  .columns--nobreak.gap--small .col--1-3 {
    width: 30.6666%;
    margin-right: 4%;
  }

  .columns--nobreak .col--1-3:last-child {
    margin-right: 0;
  }

  .columns--nobreak .col--2-3 {
    width: 64%;
    margin-right: 8%;
    margin-bottom: 0;
  }

  .columns--nobreak.gap--small .col--2-3 {
    width: 65.3333%;
    margin-right: 4%;
  }

  .columns--nobreak .col--2-3:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--1-3 {
    width: 28%;
    margin-right: 8%;
  }

  .gap--small .col--1-3 {
    width: 30.6666%;
    margin-right: 4%;
  }

  .col--1-3:last-child {
    margin-right: 0;
  }

  .col--2-3 {
    width: 64%;
    margin-right: 8%;
  }

  .gap--small .col--2-3 {
    width: 65.3333%;
    margin-right: 4%;
  }

  .col--2-3:last-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 56em) and (max-width: 72em) {
  .columns.single-column--tablet .col--1-3,
  .columns.single-column--tablet .col--2-3 {
    flex: 0 1 auto;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 3rem;
  }

  .columns.single-column--tablet .col--1-3:last-child,
  .columns.single-column--tablet .col--2-3:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}



/* //////////////////////  2/5  ////////////////////// */

@media only screen and (max-width: 55.9375em) {
  .col--2-5,
  .col--3-5 {
    width: 100%;
    float: none;
    margin-bottom: 3rem;
  }

  .col--2-5:last-child,
  .col--3-5:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 56em) {
  .col--2-5 {
    width: 36%;
    margin-right: 8%;
  }

  .col--2-5:last-child {
    margin-right: 0;
  }

  .col--3-5 {
    width: 56%;
    margin-right: 8%;
  }

  .col--3-5:last-child {
    margin-right: 0;
  }
}


/* ///////////////////////////////////////////////////
/                   KOPFBILD
/////////////////////////////////////////////////// */

figure.image_container img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 64em) {
  #header--image {
    margin-top: 5rem;
  }
}

@media (pointer: coarse), (hover: none) {
  #header--image {
    margin-top: 5rem;
  }
}


#header--image .ce_rsce_headerimage {
  position: relative;
  height: 75vh;
  max-height: 66vw;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 55.9375em) {
  #header--image .ce_rsce_headerimage {
    margin: 0;
  }
}


.mod_rocksolid_slider span.rsts-next-label,
.mod_rocksolid_slider span.rsts-prev-label {
  display: none;
}

.mod_rocksolid_slider a.rsts-prev {
  left: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  border: none;
  border-radius: 0;
  background-image: url('../img/icons/slider_chevron_left.png');
  background-size: cover;
}

.mod_rocksolid_slider a.rsts-prev:hover {
  background-image: url('../img/icons/slider_chevron_left_blue.png');
}

.mod_rocksolid_slider a.rsts-next {
  right: 0;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  border: none;
  border-radius: 0;
  background-image: url('../img/icons/slider_chevron_right.png');
  background-size: cover;
}

.mod_rocksolid_slider a.rsts-next:hover {
  background-image: url('../img/icons/slider_chevron_right_blue.png');
}

@media only screen and (max-width: 30em) {
  .mod_rocksolid_slider a.rsts-prev,
  .mod_rocksolid_slider a.rsts-next {
    height: 40px;
    width: 40px;
    margin-top: -20px;
  }
}

#cookiehinweis {
  text-align: center;
  background: #444;
  position: fixed;
  bottom: 0;
  padding: 1rem;
  z-index: 10000;
  width: 100%;
  font-size: 1rem;
  line-height: 1.0;
  color: #fff;
}

.bgimage--position-top {
  background-position: center top !important;
}

.bgimage--position-bottom {
  background-position: center bottom !important;
}

.bgimage--position-center {
  background-position: center center !important;
}


h1 {
  font-size: 2.625rem;
  font-weight: 600;
  margin-bottom: 3rem;
  letter-spacing: 0;
  line-height: 3rem;
}

h1:first-child {
  margin-top: 0.75rem;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 30em) {
  h1 {
    font-size: 1.625rem;
    margin-bottom: 1.5rem;
    line-height: 2.25rem;
  }
}

h1.section--heading {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #6f6f6f;
  font-size: 2.75rem !important;
  font-weight: 600;
  line-height: 3rem !important;
  margin-bottom: 5rem;
}

h1.section--heading::before,
h1.section--heading::after {
  content: '';
  border-top: 2px solid #cbd5dd;
  flex: 1 0 20px;
}

h1.section--heading::before {
  margin-right: 20px;
}

h1.section--heading::after {
  margin-left: 20px;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  h1.section--heading {
    font-size: 2.25rem !important;
  }
}

@media only screen and (max-width: 47.9375em) {
  h1.section--heading::before,
  h1.section--heading::after {
    margin-right: 0;
    margin-left: 0;
    border-top: none;
  }
}

@media only screen and (max-width: 30em) {
  h1.section--heading {
    display: block;
    font-size: 1.625rem !important;
    line-height: 1.2 !important;
    margin-bottom: 2rem !important;
  }
}

h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 1rem;
}

h2:before {
  font-family: "IcoFont";
  font-size: 1.125rem;
  content: "\eaa0";
  margin-left: -0.25rem;
}

h3 {
  font-weight: 600;
  font-size: 1.125rem;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  h2 {
    font-size: 1.125rem;
    line-height: 1.3;
  }

  h2::before {
    font-size: 1rem;
  }

  h3 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  h2 {
    font-size: 1.1875rem;
    line-height: 1.3;
  }

  h2::before {
    font-size: 1rem;
  }

  h3 {
    font-size: 1rem;
  }
}


h1 span.badge {
  display: inline-block;
  padding: .125em .5rem;
  font-size: 85%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .5rem;
  color: #fff;
  background-color: #1a8cb2;
  margin-left: 1rem;
}



.accordion.ui-accordion-content h3::before {
  content: "";
  margin-left: 0;
}

a {
  color: #007292; /*009ee0;*/
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #009ee0;
}

#main .ce_text p a {
  font-weight: 500;
}

#main .ce_text p a::before,
#main label a::before {
  font-family: "IcoFont";
  content: "\eaa0";
}

#main .ce_text a:hover,
#main .ce_text a:focus,
#main .ce_text a:active,
#main label a:hover,
#main label a:focus,
#main label a:active {
  text-decoration: underline;
}

a.toplink {
  font-weight: 500;
  text-transform: none !important;
  letter-spacing: 0;
  margin-right: 2px;
}

a.toplink::after {
  font-family: "IcoFont";
  content: "\eab9";
  margin-left: .25rem;
}

.ce_text a[href^="https://"]:before,
.ce_text a[href^="http://"]:before {
  font-family: "IcoFont";
  font-size: 0.875rem;
  content: "\ef1f" !important;
  margin-right: 0.25rem;
  margin-left: 0;
}

.image_container a:before {
   content: none;
}

#main .ce_text a[href^="mailto:"]:before {
  font-family: "IcoFont";
  content: "\ef14" !important;
  margin-right: 0.25rem;
  margin-left: 0;
}

#main .ce_text a[href^="tel:"]:before {
  content: '' !important;
  margin-left: 0;
}

/*a[href^="tel:"]:before {
  font-family: "IcoFont";
  content: "\efbb";
  margin-right: 0.25rem;
}*/

#main .ce_text p,
#main .ce_text ul li,
#main .ce_text table {
  font-size: 1rem;
  line-height: 1.666666667;
  /*-webkit-hyphens: auto !important;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  hyphens: auto !important;*/
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  #main .ce_text p,
  #main .ce_text ul li,
  #main .ce_text table {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 30em) {
  #main .ce_text p,
  #main .ce_text ul li,
  #main .ce_text table {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

#main .ce_text p {
  margin-bottom: 1.5rem;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  #main .ce_text p {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  #main .ce_text p {
    margin-bottom: 1rem;
  }
}

#main .ce_text ul {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#main .ce_text ul ul {
  margin-top: 0.5rem;
}

#main .ce_text ul li {
  line-height: 1.5;
}

#main p.text--lead,
#main .text--lead p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}

.ce_text ul {
  list-style-position: outside;
  list-style-image: none;
  list-style-type: disc;
  margin-left: 1rem;
  padding-left: 1rem;
}

.ce_text ul li {
  margin-bottom: 0.5rem;
}

.ce_text table tr {
  border-bottom: 2px solid #dbe2e8;
}

/*.ce_text table tr:last-child {
  border-bottom: none;
}*/

.ce_text table tr th {
  line-height: 1.2;
}

.ce_text table tr th, 
.ce_text table tr td {
  padding: 1rem;
}

.ce_text table tr th:first-child,
.ce_text table tr td:first-child {
  padding-left: 0;
}

.ce_text table tr th:last-child,
.ce_text table tr td:last-child {
  padding-right: 0;
}

.ce_text strong,
table tr td strong {
  font-weight: 600;
}

@media screen and (max-width: 40em) {
  .ce_text table th,
  .ce_text table td {
    padding-right: 1rem !important;
  }

  .ce_text table th:last-child,
  .ce_text table td:last-child { 
    padding-right: 0 !important;
  }

  /*.ce_text table tr,
  .ce_text table th,
  .ce_text table td {
    display: block;
  }*/
}

.ce_hyperlink.btn {
  margin-top: 1rem;
}

.ce_hyperlink.btn a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #007292;/*#1a8cb2;*/
}

.ce_hyperlink.btn a:hover,
.ce_hyperlink.btn a:active,
.ce_hyperlink.btn a:focus {
  background-color: #009ee0;
}

.ce_hyperlink.btn a:before {
  content: '';
  margin-right: 0;
}

.ce_download p.download-element,
.ce_downloads li.download-element {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #dbe2e8;
}

.ce_download.border--none p.download-element,
.ce_downloads.border--none li.download-element {
  border: none;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .ce_download p.download-element,
  .ce_downloads li.download-element {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  .ce_download p.download-element,
  .ce_downloads li.download-element {
    font-size: 1rem;
  }
}

.ce_download span.size,
.ce_downloads span.size {
  float: right;
  width: 20%;
  text-align: right;
  font-weight: 400;
}

@media only screen and (max-width: 39.9375em) {
  .ce_download span.size,
  .ce_downloads span.size {
    display: none;
  }
}

.ce_download p.download-element.ext-pdf::before,
.ce_downloads li.download-element.ext-pdf::before {
  display: inline-block;
  font-family: "IcoFont";
  font-size: 1.75rem;
  content: "\eb1e";
  color: #d21518;
  width: 3rem;
  margin-left: -3rem;
  position: absolute;
}

.ce_download p.download-element.ext-pdf,
.ce_downloads li.download-element.ext-pdf {
  padding-left: 3rem;
  position: relative;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .ce_download p.download-element.ext-pdf::before,
  .ce_downloads li.download-element.ext-pdf::before {
    font-size: 1.5rem;
    width: 2rem;
    margin-left: -2rem;
  }

  .ce_download p.download-element.ext-pdf,
  .ce_downloads li.download-element.ext-pdf {
    padding-left: 2rem;
  }
}

@media only screen and (max-width: 30em) {
  .ce_download p.download-element.ext-pdf::before,
  .ce_downloads li.download-element.ext-pdf::before {
    font-size: 1.5rem;
    width: 2rem;
    margin-left: -2rem;
  }

  .ce_download p.download-element.ext-pdf,
  .ce_downloads li.download-element.ext-pdf {
    padding-left: 2rem;
  }
}


.ce_hyperlink.joblink {
  background-color: #fff;
  padding: 1.5rem 1rem;
  margin-bottom: 1rem;
}

.joblocation {
  padding-left: 1.75rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.ce_hyperlink.joblink a {
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  color: #007292;
  /*padding: 1em 0;*/
  padding-left: 1.75rem;
  padding-bottom: 0.25rem;
  position: relative;
  display: block;
  /*border-bottom: 2px solid #dbe2e8;*/
} 

.ce_hyperlink.joblink a::before {
  font-family: "IcoFont";
  font-size: 1.25rem;
  font-weight: 500;
  content: "\ef1f";
  width: 1.75rem;
  margin-left: -1.75rem;
  position: absolute;
}

.ce_hyperlink.joblink a:hover {
  color: #009ee0;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .ce_hyperlink.joblink a {
    font-size: 1rem;
  }

  .ce_hyperlink.joblink a::before {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  .ce_hyperlink.joblink a {
    font-size: 1rem;
  }

  .ce_hyperlink.joblink a::before {
    font-size: 1rem;
  }
}



.ce_accordion {
  border-bottom: 2px solid #dbe2e8;
}

/*section.ce_accordion:first-child {
  margin-top: 13rem;
}*/

/*.ce_accordion h2 {
  margin: 0;
}

.ce_accordion h2::before {
  content: '';
  margin: 0;
}*/

.ce_accordion .toggler {
  font-size: 1.375rem;
  font-weight: 600;
  cursor: pointer;
  padding: 1em 0;
  color: #007292;
}

.ce_accordion .toggler {
  padding-left: 1.75rem;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.ce_accordion button.toggler {
  border: none;
  background-color: unset;
  width: calc(100% - 4px);
  text-align: left;
}

.ce_accordion .toggler:hover {
  color: #007292;
}

.ce_accordion .toggler:hover,
.ce_accordion .toggler:focus,
.ce_accordion .toggler:active {
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.ce_accordion .toggler:focus-visible { 
   outline-color: currentColor; 
   outline-style: solid;
   outline-width: 2px;
   margin: 2px;
}

.ce_accordion .toggler::before {
  font-family: "IcoFont";
  font-size: 1.25rem;
  content: "\eaa0";
  width: 1.75rem;
  margin-left: -1.75rem;
  position: absolute;
}

.ce_accordion .toggler.active::before {
  font-family: "IcoFont";
  font-size: 1.25rem;
  content: "\ea99";
  width: 1.75rem;
  margin-left: -1.75rem;
}

.ce_accordion button.toggler::before {
  position: inherit;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .ce_accordion .toggler {
    font-size: 1.25rem;
  }

  .ce_accordion .toggler::before {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 30em) {
  .ce_accordion .toggler {
    font-size: 1.25rem;
  }

  .ce_accordion .toggler::before {
    font-size: 1rem;
  }
}

.ce_accordion .accordion {
  margin-bottom: 2rem;
}

.ce_accordion .ui-accordion-content {
  padding-left: 1.75rem;
}

.ce_accordion .ui-accordion-content h2 {
  font-weight: 600;
  font-size: 1.1875rem;
}

.ce_accordion .ui-accordion-content h2::before {
  content: '';
  margin: 0;
}

.ce_accordion .ui-accordion-content strong {
  font-weight: 600;
}

.ce_accordion .ui-accordion-content em {
  font-weight: 700;
  text-transform: uppercase;
}

.mod_search p.info {
  padding-bottom: 2rem;
}

.mod_search .odd,
.mod_search .even {
  border-top: none;
  background-color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}

.mod_search h3 a[href^="https://"]:before,
.mod_search h3 a[href^="http://"]:before {
  content: "";
  margin-right: 0;
}

.ce_form .widget-text,
.ce_form .widget-select, 
.ce_form .widget-textarea {
  display: block;
  margin-bottom: 1rem;
  clear: both;
  overflow: hidden;
}

.ce_form .widget-text label,
.ce_form .widget-select label,
.ce_form .widget-textarea label,
.ce_form legend {
  color: #007292;
  font-weight: 600;
}

/*.ce_form .widget-text label.error,
.ce_form .widget-select label.error,
.ce_form .widget-textarea label.error {
  color: #ff0000;
}*/

.ce_form .widget-text label.error::after,
.ce_form .widget-select label.error::after,
.ce_form .widget-textarea label.error::after {
  font-family: "IcoFont";
  content: "\f025";
  color: #ff0000;
}

.ce_form .widget-text p.error,
.ce_form .widget-select p.error,
.ce_form .widget-textarea p.error,
.ce_form .widget-checkbox p.error,
.ce_form .widget-captcha p.error {
  display: none;
}

@media only screen and (min-width: 40em) {
  .ce_form .widget-text,
  .ce_form .widget-select,
  .ce_form .widget-textarea {
    margin-bottom: 2rem;
  }

  .ce_form .widget-text label,
  .ce_form .widget-select label,
  .ce_form .widget-textarea label,
  .ce_form legend {
    float: left;
    width: 20%;
  }

  .ce_form legend {
    height: 7rem;
  }
}

.ce_form input[type="text"], 
.ce_form input[type="email"], 
.ce_form input[type="tel"], 
.ce_form input[type="password"],
.mod_search input[type="search"],
.ce_form select,
.ce_form textarea/*,
.mod_search form input[type="search"]*/ {
  background: #fff;
  border: 1px solid #dbe2e8;
  border-radius: 0;
  padding: 0.75rem 1rem;
}

.ce_form input[type="text"]:focus, 
.ce_form input[type="email"]:focus, 
.ce_form input[type="tel"]:focus, 
.ce_form input[type="password"]:focus,
.mod_search input[type="search"]:focus,
.ce_form select:focus,
.ce_form textarea:focus {
  outline-color: #009ee0; 
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.ce_form select {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  background: #fff url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='16' height='16' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='black'/></g></svg>") no-repeat;
  background-position: right 16px top 50%;
  color: #000;
  -moz-padding-top: 0.75rem;
  -webkit-padding-top: 0px;
}

@media only screen and (min-width: 40em) {
  .ce_form input[type="text"], 
  .ce_form input[type="email"], 
  .ce_form input[type="tel"], 
  .ce_form input[type="password"],
  .ce_form select,
  .ce_form textarea/*,
  .mod_search form input[type="search"]*/ {
    float: left;
    width: 80%;
  }
}

/*.mod_search form input[type="search"] {
  width: 100%;
}*/

/* Button Suchformular */
form button[type="submit"] {
  color: #fff;
  font-size: 1rem;
  background: #007292;
  border: none;
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
  cursor: pointer;
}

form button[type="submit"]:hover,
form button[type="submit"]:focus-visible {
  background-color: #009ee0;
}

.ce_form button[type="submit"] {
  float: right;
  color: #fff;
  font-size: 1rem;
  background: #007292;
  border: none;
  border-radius: 0;
  transition: all ease-in-out 0.2s;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}

@media only screen and (max-width: 39.9375em) {
  .ce_form select,
  .ce_form button[type="submit"],
  form button[type="submit"] {
    width: 100%;
  }
}

@media only screen and (max-width: 30em) {
  .ce_form .widget-text label,
  .ce_form .widget-select label,
  .ce_form .widget-textarea label,
  .ce_form .widget-checkbox label,
  .ce_form legend {
    font-size: 0.875rem;
  }
}


.alert--success {
  background-color: #d4edda;
  padding: 2rem;
  border: 8px solid #fff;
  margin-bottom: 3rem;
}

.alert--success h2 {
  font-weight: bold;
  margin-top: 0;
}

.alert--success p {
  margin-bottom: 0 !important;
}


.alert--warning {
  background-color: #f8d7da;
  padding: 2rem;
  border: 8px solid #fff;
  margin-bottom: 3rem;
}

.alert--noborder {
  border: 0;
}

.alert--warning h2 {
  font-weight: 600;
  margin-top: 0;
}

.alert--warning p {
  margin-bottom: 0 !important;
}


.dlh_googlemap .image_container {
  border: 10px solid #fff;
}

#map {
  width: 100%;
  height: 600px;
  border: 10px solid #fff;
}

@media only screen and (max-width: 30em) {
  #map {
    height: 300px;
    border: 10px solid #fff;
  }
}

#quicknavigation {
  background-color: #fff;
  padding: 2rem 0;
  /*border-top: 10px solid #009ee0;*/
  position: relative;
  top: -3rem;
  margin-bottom: -3rem;
  overflow: hidden;
}

@media only screen and (max-width: 55.9375em) {
  #quicknavigation .col--1-4 {
    margin-bottom: 2rem;
  }
}

@media only screen and (max-width: 55.9375em) {
  #quicknavigation {
    padding-bottom: 0;
  }
}

#quicknavigation .ce_image {
	padding-top: 2px;
}

#quicknavigation .ce_image a {
  display: inline-block;
}

#quicknavigation .ce_image a:focus-visible { 
  outline-color: #009ee0; 
  outline-style: solid;
  outline-width: 2px;
}

#quicknavigation .ce_image img {
  width: 100px;
  height: 100px;
}

#quicknavigation figcaption {
  font-size: 1.125rem;
  font-weight: 500;
  color: #007292;
  text-transform: uppercase;
  margin-top: 0.75rem;
}

@media only screen and (max-width: 68em) {
  #quicknavigation .ce_image img {
    width: 80px;
    height: 80px;
  }

  #quicknavigation figcaption {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

@media only screen and (max-width: 30em) {
  #quicknavigation .ce_image img {
    width: 60px;
    height: 60px;
  }

  #quicknavigation figcaption {
    font-size: 0.85rem;
    margin-top: 0.5rem;
  }
}

#nlbox--link {
    background-color: #009ee0;
    display: inline-block;
}

#nlbox--link:hover,
#nlbox--link:active,
#nlbox--link:focus {
  background-color: #1a8cb2;
}

#nlbox {
  padding: 3rem 2rem;
  color: #fff;
  transition: all 0.5s ease;
}

#nlbox:hover {
  cursor: pointer;
}

#nlbox .image_container {
  width: 60%;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
}

#nlbox h3 {
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#nlbox h3:before {
  content: '';
  margin: 0;
}

#nlbox.ce_text p {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1.5rem;
}

#newsletter h2 {
  font-size: 1.125rem;
}

#newsletter h2::before {
  content: '';
  margin-left: 0;
}

#newsletter p.form-error,
#newsletter p.form-success {
  margin-top: 0;
  font-weight: 600;
  display: none;
}

#newsletter p.form-error {
  color: #ff3f3f;
}

#newsletter p.form-error::before {
  font-family: "IcoFont";
  content: "\ef1a";
  margin-right: 0.5rem;
}

#newsletter p.form-success {
  color: #008000;
}

#newsletter p.form-success::before {
  font-family: "IcoFont";
  content: "\eed9";
  margin-right: 0.5rem;
}

@media only screen and (max-width: 39.9375em) {
  #newsletter .widget-submit {
    overflow: hidden;
  }

  #newsletter p.form-error,
  #newsletter p.form-success {
      margin-top: 2rem;
  }
}

@media only screen and (max-width: 30em) {
  #nlbox {
    padding: 2rem 2rem 1rem 2rem;
  }

  #nlbox .image_container img {
    width: 120px;
    height: 120px;
  }

  #nlbox h3 {
    font-size: 1.75rem;
  }

  #nlbox h3::before {
    font-size: 1.5rem;
  }
}





.category--listcard {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  background-color: #fff;
  border: 10px solid #fff;
}

/*@media only screen and (min-width: 105.0625em) {
  .category--listcard {
    min-height: 33rem;
  }
}*/

.category--listcard figure.image_container {
  margin-bottom: 2rem;
}

.category--listcard figure.image_container {
  background-color: #009ee0;
  transition: all 0.5s ease;
}

.category--listcard:hover figure.image_container img,
.category--listcard figure.image_container a:focus-visible img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: 0.6;
  mix-blend-mode: normal;
  transition: all 0.5s ease;
}

.category--listcard figure.image_container a:focus-visible {
  outline-offset: -2px;
  outline-color: #007292;
}

.ce_text.category--listcard h2 {
  font-size: 1.625em;
  font-weight: 600;
  margin: 1rem 1rem 1.5rem 1rem;
}

.ce_text.category--listcard h2::before {
  content: "";
  margin-left: 0;
}

.ce_text.category--listcard ul {
  list-style-type: none;
  margin-left: 0rem;
  margin-bottom: 1rem !important;
}

.ce_text.category--listcard ul li::before {
  display: inline-block;
  content: "■";
  color: #009ee0;
  font-size: 0.5rem;
  font-weight: bold;
  width: 1.25rem;
  margin-left: -1.25rem;
  position: absolute;
  top: 0.375rem;
}

.ce_text.category--listcard ul li {
  padding-left: 1.25rem;
  position: relative;
}

@media only screen and (min-width: 56em) and (max-width: 80em) {
  .ce_text.category--listcard h2 {
    font-size: 1.5em;
  }

  .ce_text.category--listcard ul li::before {
    top: 0.25rem;
  }

  /*.ce_text.category--listcard ul li {
    font-size: 1rem !important;
  }*/
}

@media only screen and (max-width: 30em) {
  .ce_text.category--listcard h2 {
    font-size: 1.5em;
  }
}



.columns.categorycards {
  margin-top: 3rem;
}

.columns.categorycards-white .col--1-3 {
  background-color: #fff;
}

@media only screen and (max-width: 30em) {
  .columns.categorycards {
    margin-top: 0;
  }

  .columns.categorycards .col--1-3 {
    margin-bottom: 1rem;
  }
}

a.category--link:focus-visible {
  display: flex;
  height: 100%;
  width: 100%;
  outline-color: currentColor;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -2px;
}

.category--textcard a:focus-visible {
  background-color: #007292;
}

.ce_image.category--piccard {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  background-color: #fff;
  border: 10px solid #fff;
}


.ce_image.category--piccard figure.image_container {
  background-color: #009ee0;
  transition: all 0.5s ease;
}

.ce_image.category--piccard:hover figure.image_container img,
a.category--link:focus-visible .ce_image.category--piccard figure.image_container img {
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
  opacity: 0.6;
  mix-blend-mode: normal;
  transition: all 0.5s ease;
}




.ce_image.category--piccard figcaption::before {
  font-family: "IcoFont";
  font-size: 1.25rem;
  content: "\eaa0";
}

.ce_image.category--piccard figcaption {
  font-size: 1.125rem;
  line-height: 1.0;
  font-weight: 600;
  padding: 1rem 0 0.5rem 0;
  background-color: #fff;
}

@media only screen and (max-width: 26em) {
  .ce_image.category--piccard {
    border: 6px solid #fff;
  }

  .ce_image.category--piccard figcaption::before {
    font-family: "IcoFont";
    font-size: 1.0rem;
    content: "\eaa0";
  }

 .ce_image.category--piccard figcaption {
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 56em) and (max-width: 70em) {
  .ce_image.category--piccard {
    border: 6px solid #fff;
  }

  .ce_image.category--piccard figcaption::before {
    font-family: "IcoFont";
    font-size: 1.0rem;
    content: "\eaa0";
  }

 .ce_image.category--piccard figcaption {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 70.0625em) and (max-width: 90em) {
  .ce_image.category--piccard {
    border: 8px solid #fff;
  }

 .ce_image.category--piccard figcaption {
    font-size: 1.25rem;
  }
}


.category--textcard {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  height: 100%;
  width: 100%;
}

.category--textcard a {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  background-color: #009ee0;
  border: 10px solid #fff;
  margin: 0;
  padding: 5rem 1rem 1rem 1rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  height: 100%;
  width: 100%;
}


.category--textcard a:hover,
.category--textcard a:active,
.category--textcard a:focus {
   background-color: #007292;
}

@media only screen and (min-width: 56em) and (max-width: 79.9375em) {
  .category--textcard a {
    border: 6px solid #fff;
    margin: 0;
    padding: 5rem 1rem 1rem 1rem;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: 3px;
    height: 100%;
  }
}

@media only screen and (min-width: 80em) and (max-width: 90em) {
  .category--textcard a {
    border: 8px solid #fff;
    margin: 0;
    padding: 5rem 1rem 1rem 1rem;
    font-size: 2.75rem;
    line-height: 1.2;
    letter-spacing: 5px;
    height: 100%;
  }
}


.content--milestones-list {
  margin-top: 3rem;
}

.content--milestones-list .ce_text h2 {
  color: #007292;
  font-weight: 700;
  font-size: 1.375rem;
  margin-bottom: 0;
  margin-top: 0;
}

.content--milestones-list .ce_text h2::before {
  content: "";
  margin-left: 0;
}

.content--milestones-list .ce_text p {
  display: inline-block;
  line-height: 1.375 !important;
  width: calc(85.00000000000001%);
  border-top: 2px solid #dbe2e8;
  margin-left: 15%;
  margin-top: -1rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1rem;
}

@media only screen and (max-width: 30em) {
  .content--milestones-list .ce_text p {
    margin-left: 25%;
    padding: 1rem 1rem 1rem 0;
  }
}


.event.layout_list {
  border-bottom: 1px solid #ccc;
}

.event.layout_list:first-child p.time,
.event.layout_full:first-child p.info time {
  margin-top: 0;
}

.event.layout_list p.time,
.event.layout_full p.info time {
  font-weight: 600;
  color: #007292;
  margin: 1.5rem 0 0.5rem 0;
}

.event.layout_list p.time::before,
.event.layout_full p.info time::before {
  font-family: "IcoFont";
  content: "\ec45";
  margin-right: 0.25rem;
}

.event.layout_list h2 {
  font-size: 1.375em;
  font-weight: 700;
  margin-top: 0;
}

.event.layout_list h2::before {
  font-family: "IcoFont";
  font-size: 1.125rem;
  content: "\eaa0";
  color: #007292;
  margin-left: -0.25rem;
}

.event.layout_full > h1 {
  margin-bottom: 1rem;
}

.event.layout_full p.info {
  margin-bottom: 3rem;
}

.event.layout_full {
  margin-bottom: 3rem;
}

.mod_eventreader p.back a {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #007292;
}

.mod_eventreader p.back a:hover,
.mod_eventreader p.back a:active,
.mod_eventreader p.back a:focus {
  background-color: #009ee0;
}

.mod_eventreader p.back a:before {
  font-family: "IcoFont";
  content: '\ea9d';
  margin-right: 0.5rem;
}

/*.event.layout_list h2::before {
  font-family: "IcoFont";
  font-size: 1.25rem;
  content: "\eaa0";
}*/


.event.layout_list .ce_text {
  margin-bottom: 1rem;
}

.event.layout_list:last-child {
  border: none;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .event.layout_list h2 {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }

  .event.layout_list p.time,
  .event.layout_full p.info time {
    font-size: 0.75rem;
  }

  .event.layout_list .ce_text {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 30em) {
  .event.layout_list p.time,
  .event.layout_full p.info time {
    font-size: 0.75rem;
  }

  .event.layout_list .ce_text {
    font-size: 0.875rem;
  }
}




.left--image-text {
  display: flex;
  padding-bottom: 2rem;
}

.left--image-text .ce_image {
  flex-basis: 25%
}

.left--image-text .ce_image .image_container {
  margin-right: 2.5rem;
  /*border: 2px solid #fff;*/
}

.left--image-text .ce_text {
  flex-basis: 75%;
}

.left--image-text .ce_text h4 {
  margin-top: 0;
}

@media only screen and (max-width: 48em) {
  .left--image-text .ce_image {
    flex-basis: 30%
  }

  .left--image-text .ce_image .image_container {
    margin-right: 1rem;
  }

  .left--image-text .ce_text {
    flex-basis: 70%;
    padding-right: 0;
  }

  .left--image-text .ce_text h2 {
    margin-top: 0;
  }
}



@media only screen and (max-width: 64em) {
  #kopfbild {
    margin-top: 5rem;
  }
}

@media (pointer: coarse), (hover: none) {
  #kopfbild {
    margin-top: 5rem;
  }
}

#kopfbild .mod_article {
  width: 100% !important;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
}

#kopfbild .ce_rsce_headerimage {
  height: 62vh;
  max-height: 66vw;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}



body.contentpage #main,
body.categorypage #main {
  padding-bottom: 3rem;
}

body.contentpage #main .inside {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 135em) {
  body.contentpage #main .inside {
    max-width: 1680px;
  }
}

@media only screen and (min-width: 64em) {
  body.contentpage #main,
  body.categorypage #main {
    padding-bottom: 6rem;
  }

  body.contentpage #main .mod_article {
    float: left;
    width: 64%;
    margin-left: 0;
  }
}

@media only screen and (min-width: 98.0625em) {
  body.contentpage #main .mod_article {
    width: 64%;
    margin-left: 8%;
  }
}

#verticalnav {
  display: inline-block;
  width: 92%;
  background-color: #fff;
  padding: 3rem 2rem 2rem 2rem;
  margin-top: -4rem;
  margin-right: 4%;
  margin-left: 4%;
}

#verticalnav .verticalnav--heading {
  font-size: 1.75rem;
  font-weight: 600;
  color: #777;
  margin: 0 0 2rem 1rem;
}

@media only screen and (min-width: 64em) {
  #verticalnav {
    float: left;
    width: 32%;
    margin-left: 4%;
    margin-right: 0;
  }
}

@media only screen and (min-width: 64em) and (max-width: 79.9375em) {
  #verticalnav {
    padding: 3rem 1rem 2rem 1rem;
  }

  #verticalnav .verticalnav--heading {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 98.0625em) {
  #verticalnav {
    width: 28%;
    margin-left: 0;
  }
}

#verticalnav ul li {
  font-size: 1rem;
  line-height: 1.333333333;
}

#verticalnav ul li.active {
	margin: 2px 0;
}

#verticalnav ul li.active strong,
#verticalnav ul li.trail a {
  display: block;
  padding: 0.666666rem 0;
  color: #007292;
  font-weight: 500;
  background-color: #f9f9f9;
  padding-left: 1.125rem;
  position: relative;
}

#verticalnav ul li.active strong::before,
#verticalnav ul li.trail a::before {
  font-family: "IcoFont";
  content: "\ea75";
  color: #007292;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  position: absolute;
}

#verticalnav ul li a {
  display: block;
  padding: 0.666666rem 0;
  color: #555;
  padding-left: 1.125rem;
}

#verticalnav ul li a:hover,
#verticalnav ul li a:active,
#verticalnav ul li a:focus {
  color: #007292;
  background-color: #f9f9f9;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  #verticalnav ul li {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 25em) {
  #verticalnav {
    padding-top: 2rem;
  }

  #verticalnav .verticalnav--heading {
    font-size: 1.5rem;
    margin: 0 0 2rem 0.5rem;
  }

  #verticalnav ul {
    margin-bottom: 0;
  }

  #verticalnav ul li {
    font-size: 0.875rem;
  }

  #verticalnav ul li.active strong, 
  #verticalnav ul li a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

footer {
  background-color: #009ee0;
  padding-top: 1.5rem;
}

footer #address .ce_text {
  color: #fff;
}

@media only screen and (min-width: 56em) {
  footer #address {
    border-right: 1px solid #c1c9d0;
  }
}

footer #address .ce_text p.institution--name {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 1rem 0 12px 0;
}

footer #address .ce_text p {
  font-size: 1.125rem;
  line-height: 1.4;
}

footer #address .ce_text a,
footer #address .ce_text a:hover,
footer #address .ce_text a:focus,
footer #address .ce_text a:active {
  color: #fff;
  font-weight: 400 !important;
}

footer #address .ce_text a:hover {
  text-decoration: underline;
}


footer .ce_text {
  color: #fff;
}

footer .ce_text a,
footer .ce_text a:hover,
footer .ce_text a:focus,
footer .ce_text a:active {
  /*color: #d4dadf;*/
  color: #fff;
  font-weight: 600;
}

footer .ce_text a:hover {
  text-decoration: underline;
}

footer h2 {
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
}

footer h2::before {
  content: "―";
  color: #009ee0;
  margin-right: 0.5rem;
}

footer .ce_text p {
  line-height: 1.5rem;
}

footer .ce_hyperlink.btn a {
  background-color: transparent;
  border: 2px solid #fff;
}

footer .ce_hyperlink.btn a:hover,
footer .ce_hyperlink.btn a:active,
footer .ce_hyperlink.btn a:focus {
  background-color: #fff;
  color: #007292;
}


footer .ce_hyperlink.btn a::after {
  font-family: "IcoFont";
  content: "\ea72";
}

footer .col--1-3,
footer .col--2-3 {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  footer #address .ce_text p.institution--name {
    font-size: 1.25rem;
  }

  footer #address .ce_text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  footer .ce_text p {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 30em) {
  footer #address .ce_text p.institution--name {
    font-size: 1.25rem;
  }

  footer #address .ce_text p {
    font-size: 1rem;
    line-height: 1.4;
  }

  footer h2 {
    font-size: 1rem;
  }

  footer .ce_text p {
    font-size: 0.875rem;
  }
}



.traffic-light {
  background-color: #34495e;
  padding: 0.375rem;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.traffic-light .light-inner {
  float: left;
  width: 2rem;
  height: 2rem;
  padding: 4px;
  margin: 0px auto;
  background-color: #223440;
  border-radius: 4px;
  overflow: hidden;
}

.traffic-light .light-inner .light {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}

.traffic-light .light-inner .light::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 0.75rem;
  border-radius: 0.75rem 0.75rem 0 0;
  transform: rotate(315deg);
  transform-origin: 0.75rem 0.75rem 0.75rem;
}

.traffic-light .light-inner .light.green {
  background-color: #2bae6c;
}

.traffic-light .light-inner .light.green::before {
    background-color: #2db573;
}

.traffic-light .light-inner .light.red {
  background-color: #de4639;
}

.traffic-light .light-inner .light.red::before {
    background-color: #e84c3d;
}

.traffic-light .statustext {
  float: left;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
  padding: 0 1rem;
}

@media only screen and (max-width: 30em) {
  .traffic-light .statustext {
    font-size: 0.875rem;
  }
}




/* ///////////////////////////////////////////////////
/                   MODAL
/////////////////////////////////////////////////// */

/* Modal Background */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.8);
}

/* Modal Content-Box */
.modal-content {
  border: 10px solid #fff;
  background-color: #ecf3f9;
  margin: 5rem auto;
  padding: 2rem 4rem;
  width: 80%;
  max-width: 800px;
  text-align: left;
}

@media only screen and (max-width: 40em) {
  .modal-content {
    margin: 2rem auto;
    padding: 1rem;
    width: 90%;
    max-width: 800px;
  }
}

/* The Close Button */
.modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

#NewsletterModal span.nlcategory {
  display: block;
  font-weight: 600;
}

#NewsletterModal .ce_form button[type="submit"] {
  margin-bottom: 0;
}


/* ///////////////////////////////////////////////////
/                   HELPER
/////////////////////////////////////////////////// */

@media screen and (max-width: 36em) {
  .wow{
    animation-name: none !important;
    visibility: visible !important;
  }
}

.m0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.m1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.m2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.mt5,
.mt5--desktop {
  margin-top: 5rem !important;
}

@media only screen and (max-width: 79.9375em) {
  .mt5--dektop {
    margin-top: 1rem !important;
  }
}

.mb5,
.mb5--desktop {
  margin-bottom: 5rem !important;
}

.mt6,
.mt6--desktop {
  margin-top: 6rem !important;
}

.mb6,
.mb6--desktop {
  margin-bottom: 6rem !important;
}

.mb8,
.mb8--desktop {
  margin-bottom: 8rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb10,
.mb10--desktop {
  margin-bottom: 10rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb16,
.mb16--desktop {
  margin-bottom: 16rem !important;
}

.mt16 {
  margin-top: 16rem !important;
}

@media only screen and (max-width: 79.9375em) {
  .mb5--desktop,
  .mb6--desktop,
  .mb8--desktop,
  .mb10--desktop,
  .mb16--desktop {
    margin-bottom: 0 !important;
  }
}

.p0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .p0--mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.pt0 {
  padding-top: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .pt0--mobile {
    padding-top: 0 !important;
  }
}

.pb0 {
  padding-bottom: 0 !important;
}

@media only screen and (max-width: 55.9375em) {
  .pb0--mobile {
    padding-bottom: 0 !important;
  }
}

.p1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.p2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.p3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.p6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.p8 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pt12 {
  padding-top: 12rem !important;
}

.pt16 {
  padding-top: 16rem !important;
}

.pb16 {
  padding-bottom: 16rem !important;
}

.overflow--visible {
  overflow: visible !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.inline-flex {
  display: inline-flex;
}

.pos--relative {
  position: relative;
}

.pos--absolute {
  position: absolute;
}

@media only screen and (max-width: 55.9375em) {
  .mobile--hidden {
    display: none;
  }
}

.is--shifted-up {
  position: relative;
  top: -12rem;
  margin-bottom: -12rem;
}

.is--shifted-left {
  margin-right: 4rem;
}

.is--shifted-right {
  margin-left: 4rem;
}

@media only screen and (max-width: 55.9375em) {
  .is--shifted-left {
    margin-right: 0rem;
  }

  .is--shifted-right {
    margin-left: 0rem;
  }
}

.is--centered {
  text-align: center;
}

.is--centered .image_container,
.is--centered .image_container img {
  margin: 0 auto;
}

.is--justified {
  text-align: justify;
}

.is--left {
  text-align: left;
}

.is--right {
  text-align: right;
}

.is--bg-white {
  background-color: #fff;
}

.is--bg-grey {
  background-color: #ebe7e6;
}

.is--bg-blue {
  background-color: #009ee0;
}

.is--bg-greyblue {
  background-color: #007292;
}

.is--bg-lightblue {
  background-color: #ecf3f9;
}

.nowrap {
  white-space: nowrap;
}

.animate-spin {
  display: inline-block;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}

@-webkit-keyframes spin {
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  from {transform:rotate(0deg);}
  to {transform:rotate(360deg);}
}
