/* Kontakt */
#page8 .wrap.normal {
  max-width: 1370px;
}
#page8 h2 {
  font-weight: bold;
}
@media (min-width: 768px) {
  #page8 .wrap.normal .inner > .right {
    margin-top: 60px;
  }
}
#cta {
  display: none;
}
* {
  box-sizing: border-box;
}
p:empty {
  display: none;
}
/* Old Styles */
h1,
h2,
h3,
h4,
h5,
h6 {
  hyphens: none;
}
h2 strong,
h3 strong {
  color: #004167;
}
.h1,
body h1 {
  font-family: "Rajdhani", serif;
  font-size: 2.5em;
  line-height: 1em;
  margin: 0.5em 0;
  font-weight: 700;
  color: #004167;
}
.h2,
body h2 {
  font-family: "Rajdhani", serif;
  font-size: 2em;
  margin: 0.5em 0;
  line-height: 1em;
  font-weight: 500;
  color: #404040;
}
h1 + h2 {
  font-weight: bold;
}
.orange h2,
.orange .h2 {
  color: #004167;
}
.h3,
body h3 {
  font-family: "Rajdhani", serif;
  font-size: 1.5em;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
  color: #404040;
}
.h4,
body h4 {
  font-family: "Rajdhani", serif;
  font-size: 1.25em;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em;
  font-weight: 300;
}
.msg {
  padding: 1em;
  clear: both;
  width: 100%;
  box-sizing: border-box;
}
.msg-red {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.msg-blue {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}
.msg-green {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.msg-yellow {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.transition {
  transition: all 0.2s ease-in-out 0s;
}
.transition-smooth {
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}
.transition-bounce {
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.centerIcon {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "fontello";
  text-indent: 0;
}
.module2025.dce .h1,
.module2025.dce h1 {
  font-family: "Rajdhani", serif;
  font-size: 4.25rem;
  line-height: 1.25;
  margin: 0 0 2.5rem 0;
  font-weight: 700;
}
.module2025.dce .h2,
.module2025.dce h2 {
  font-family: "Rajdhani", serif;
  font-size: 4.25rem;
  margin: 0 0 2.5rem 0;
  line-height: 1.25;
  font-weight: 700;
}
.orange h2,
.orange .h2 {
  color: #004167;
}
.module2025.dce .h3,
.module2025.dce h3 {
  font-family: "Rajdhani", serif;
  font-size: 40px;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.25;
  font-weight: 700;
}
.module2025.dce .h4,
.module2025.dce h4 {
  font-family: "Rajdhani", serif;
  font-size: 1.875rem;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.25;
  font-weight: 300;
}
.module2025.dce .p,
.module2025.dce p {
  font-size: 1.25rem;
  margin: 0 0 1rem 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 300;
}
a {
  color: #004167;
}
a:hover {
  color: #00619a;
  text-decoration: none;
}
body,
html {
  height: 100%;
  margin: 0;
  position: relative;
}
body {
  color: #0d0d0d;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  font-size: 1rem;
  counter-reset: li mega-step;
}
p,
pre {
  width: 100%;
  display: block;
  hyphens: auto;
  line-height: 1.5;
}
body p:last-of-type,
.dce.module2025 p:last-of-type {
  margin: 0;
}
section,
header,
footer {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
b,
strong {
  font-weight: 700;
}
img {
  border: none;
  max-width: 100%;
  display: block;
  height: auto;
}
html.touch * {
  text-rendering: optimizeSpeed;
}
#mainContainer {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.btn {
  background: #004167;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 2.5em;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  color: #fff;
  border-radius: 4px;
}
.btn:before {
  font-family: "fontello";
  position: absolute;
  font-size: 1em;
  right: -3em;
  line-height: 3em;
  top: 0;
  width: 3em;
  height: 100%;
  opacity: 1;
  color: #fff;
  background: #004167;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  box-sizing: border-box;
}
.btn:hover {
  background: #00619a;
  color: #fff;
}
.btn:hover:before {
  background: #00619a;
}
.btn.right {
  margin-right: 3em;
}
.btn.right:before {
  left: auto;
  right: -3em;
}
.btn.left {
  margin-left: 0em;
  margin-right: 0;
  padding-left: 3em;
}
.btn.left:before {
  right: auto;
  left: 0em;
}
.btn.large {
  font-size: 1.2em;
}
.btn.outline {
  background: transparent;
  color: #000;
  border: 0.5em solid #078195;
}
.btn.outline:hover {
  background: rgba(7, 129, 149, 0.3);
  border-color: #09abc6;
}
.btn.arrow-up:before {
  content: "\e804";
}
.btn.arrow-right:before {
  content: "\e807";
  line-height: 3em;
}
.btn.arrow-down:before {
  content: "\e805";
}
.btn.arrow-left:before {
  content: "\e806";
}
.btn.ico-none {
  margin-right: 0;
}
.btn.ico-mail:before {
  content: "\e81a";
}
.btn.ico-mob:before {
  content: "\e802";
}
.btn.ico-slash:before {
  content: "\e826";
}
.btn.sec {
  background: #078195;
  color: #000;
  border-color: #066c7d;
}
.btn.sec:before {
  background: #078195;
  color: #004167;
}
.btn.sec:hover {
  background: #09abc6;
}
.btn.sec:hover:before {
  background: #09abc6;
}
.btn.white {
  background: #fff;
  color: #404040;
}
.btn.white:before {
  background: #e6e6e6;
}
.btn.white:hover {
  background: #e6e6e6;
}
.btn.white:hover:before {
  background: #cccccc;
}
.btn.ghost {
  padding: 1em 1em;
  border: 0.5em solid;
  background: transparent;
  color: #000;
  margin: 0;
}
.btn.ghost.green {
  border-color: #078195;
  background: rgba(255, 255, 255, 0.5);
}
.btn.ghost.green:hover {
  background: #078195;
  color: #fff;
}
.btn.ghost.green:hover:before {
  background: #cccccc;
}
.ico-src:before {
  content: "\e811";
}
.ico-loc:before {
  content: "\e80e";
}
.container {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nav-container {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
.nav-container > ul.sf-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.wrap.wider {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
footer > .wrap.wide,
header .wrap.wide > .inner .nav > ul,
header .wrap.wide > .inner .logo,
section > .wrap.wide,
section > div > .wrap.wide {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
footer > .wrap.normal,
header > .wrap.normal,
section > .wrap.normal,
section > div > .wrap.normal {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
section > .wrap.wider,
section > div > .wrap.wider {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
section > .wrap.small,
section > div > .wrap.small {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
footer > .wrap > .inner,
section > .wrap > .inner,
section > div > .wrap > .inner {
  width: 100%;
  float: left;
}
.text-center {
  text-align: center;
}
#top {
  color: #8c8c8c;
  font-size: 0.9em;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
#top li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 2rem;
  font-weight: bold;
}
#top li a {
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  margin-left: 1rem;
}
#top li span {
  color: #004167;
  font-weight: bold;
  font-size: 15px;
}
#top .inner {
  display: flex;
  justify-content: space-between;
}
#top .left {
  float: left;
}
#top .right {
  float: right;
  display: flex;
  justify-content: flex-end;
}
#top .toggle {
  background: inherit;
  display: block;
  width: 3em;
  height: 3em;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
#top .toggle:hover {
  color: #004167;
  background: #fff;
}
#top .ico:after {
  font-family: "fontello";
  display: block;
  width: 3em;
  text-align: center;
  left: 0;
  top: 0;
  line-height: 3em;
  position: absolute;
  text-indent: 0;
}
#top .ico.eml:after {
  content: "\e81a";
}
#top .ico.tel:after {
  content: "\e80c";
}
#top .ico.src:after {
  content: "\e811";
}
.bgw {
  background: #fff;
}
.bgg {
  background: #f9f9f9;
}
.bgb {
  background: #004167;
  background: -moz-linear-gradient(left, #004167 0%, #00314e 100%);
  background: -webkit-linear-gradient(left, #004167 0%, #00314e 100%);
  background: linear-gradient(to right, #004167 0%, #00314e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary', endColorstr='darken(@primary,5%)', GradientType=1);
  color: #fff;
}
.bgb h1,
.bgb .h1 {
  color: #fff;
}
.bgb h2,
.bgb .h2 {
  color: #fff;
}
.bgb h3,
.bgb .h3 {
  color: #fff;
}
.bgd {
  background: #262626;
  color: #fff;
}
.bgd h1,
.bgd .h1 {
  color: #fff;
}
.bgd h2,
.bgd .h2 {
  color: #fff;
}
.bgd h3,
.bgd .h3 {
  color: #fff;
}
.bgbl {
  background: #004167;
  color: #fff;
}
.bgbl h1,
.bgbl .h1 {
  color: #fff;
}
.bgbl h2,
.bgbl .h2 {
  color: #fff;
}
.bgbl h3,
.bgbl .h3 {
  color: #fff;
}
.bgp {
  background-image: url("../../Images/site-kusc/pattern.jpg");
  background-repeat: repeat;
  background-size: 40px 40px;
  background-color: transparent;
}
#header {
  font-family: "Open Sans", sans-serif;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#header .sf-menu {
  margin: 0;
}
#header .logo {
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .logo a img {
  width: 120px;
  max-width: 120px;
}
#header .logo img.icon {
  display: block;
  width: auto;
  height: 24px;
}
#header .nav {
  background: #265787;
  background: -webkit-linear-gradient(225deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: -moz-linear-gradient(225deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: linear-gradient(225deg, #090e54 0%, #183e74 50%, #265787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#265787", endColorstr="#090E54", GradientType=0);
}
#header .nav {
  color: #fff;
  display: flex;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
#header .nav > ul,
#header .nav > ul > li {
  display: flex;
  margin: 0;
  background: transparent;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
#header .nav {
  width: 100%;
}
#header .nav > ul {
  width: 100%;
  justify-content: space-between;
}
#header .sf-mega > li.sfHover > a:before,
#header .sf-menu > li.sfHover > a:before {
  bottom: -0.5em;
}
#header .nav > ul {
  padding: 0;
  margin: 0 auto;
  float: none;
}
/* #header .nav.sf-menu ul li:first-of-type {
  margin-left: -1rem;
}
#header .nav.sf-menu ul li:last-of-type {
  margin-right: -1rem;
} */
#page1 .sf2 > a > span,
#header .nav > ul > li.act > a > span {
  font-weight: 700;
}
#page1 .sf2 > a,
#header .nav > ul > li.act > a {
  color: #fff;
}
#page1 .sf2 > a:hover,
#header .nav > ul > li.act > a:hover {
  color: #004167;
}
#header a.ani {
  height: 3rem;
  color: #fff;
}
#header a.ani:hover {
  height: 3rem;
  background-color: #fff;
  color: #265787;
}
#header .nav > ul > li {
  display: flex;
  align-items: center;
}
/*
#page1 .sf2:before,
#header .nav > ul > li.act:before {
  content: "";
  background: #fff;
  top: 100%;
  right: 100%;
  width: 2000px;
  display: block;
  position: absolute;
  height: 1em;
}
#page1 .sf2:after,
#header .nav > ul > li.act:after {
  content: "";
  background: #fff;
  top: 100%;
  left: 100%;
  width: 6000px;
  display: block;
  position: absolute;
  height: 1em;
}


#page1 .sf2 > span,
#header .nav > ul > li > span {
  width: 100%;
  height: 1em;
  bottom: -1em;
  position: absolute;
  overflow: hidden;
}
#page1 .sf2 > span,
#header .nav > ul > li.act > span {
  &:before {
    width: 100%;
    background: #fff;
    left: -50%;
    content: "";
    display: block;
    position: absolute;
    transform: skew(-45deg);
    height: 1em;
  }
  &:after {
    width: 100%;
    background: #fff;
    right: -50%;
    content: "";
    display: block;
    position: absolute;
    transform: skew(45deg);
    height: 1em;
  }
}
  */
#header .sf-menu ul {
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #265787;
}
#header .sf-menu ul li {
  background: transparent;
}
#header .sf-menu ul a {
  border: none;
  color: inherit;
  background: transparent;
  transition: all 0.2s ease-in-out 0s;
}
#header .sf-menu ul a:hover {
  background: #ffffff;
  color: #265787;
}
#header .sfHover a.ani {
  background-color: #ffffff;
  color: #265787;
}
#header ul.sub a:hover {
  background-color: #e7f2fd;
  color: #265787;
}
#header ul.sub li.sfHover {
  background-color: #e7f2fd;
  color: #265787;
}
#header.sticky {
  position: fixed;
  z-index: 100;
}
/*
a.ani {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  color: #000;
  .transition();
  overflow: hidden;
  padding: 0;
  position: relative;
  text-decoration: none;
  float: left;
}
.ani .a {
  display: block;
  padding: 1em;
  display: block;
}
.ani .b {
  display: block;
}
.ani .c {
  display: block;
}
.ani .d {
  display: block;
  position: relative;
  z-index: 4;
}


.ani .a:before {
  content: "";
  display: block;
  width: calc(~"100% + 2em");
  height: 2.1em;
  left: calc(~"-100% - 2em");
  top: -0.5em;
  background: lighten(@primary, 15%);
  position: absolute;
  transform: rotate(5deg);
  transition: all 0s ease-in-out 0s;
  z-index: 0;
}
.ani .a:after {
  content: "";
  display: block;
  width: calc(~"100% + 2em");
  height: 1.6em;
  left: calc(~"100% + 2em");
  top: 0.75em;
  background: lighten(@primary, 10%);
  position: absolute;
  transform: rotate(-5deg);
  transition: all 0s ease-in-out 0s;
  z-index: 1;
}
.ani .b:before {
  content: "";
  display: block;
  width: calc(~"100% + 2em");
  height: 2.1em;
  left: calc(~"-100% - 2.1em");
  top: 1.5em;
  background: lighten(@primary, 5%);
  position: absolute;
  transform: rotate(5deg);
  transition: all 0s ease-in-out 0s;
  z-index: 2;
}
.ani .b:after {
  content: "";
  display: block;
  width: calc(~"100% + 2em");
  height: 1.6em;
  left: calc(~"-100% - 2.1em");
  top: 2.5em;
  background: lighten(@primary, 0%);
  position: absolute;
  transform: rotate(-5deg);
  transition: all 0s ease-in-out 0s;
  z-index: 3;
}

a.ani:hover {
  color: #fff;
  .a:before {
    left: -1em;
    transition: all 0.2s ease-in-out 0s;
  }
  .a:after {
    left: -1em;
    transition: all 0.2s ease-in-out 0.1s;
  }
  .b:before {
    left: -1em;
    transition: all 0.2s ease-in-out 0.2s;
  }
  .b:after {
    left: -1em;
    transition: all 0.2s ease-in-out 0.2s;
  }
}
*/
#bar {
  float: left;
  width: 100%;
  height: 1em;
}
.banner {
  position: relative;
  padding: 0;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
.banner .wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  box-sizing: border-box;
  padding: 3em 0;
}
.banner .wrap.wide {
  max-width: 1370px;
}
.banner .wrap.normal {
  max-width: 1024px;
}
.banner.slider .wrap {
  padding-bottom: 5em;
}
.banner .inner {
  color: #fff;
  max-width: 50%;
  box-sizing: border-box;
  overflow: auto;
}
.banner .box {
  float: left;
}
.banner strong {
  display: block;
  clear: both;
  font-weight: 700;
}
.banner .box > * {
  clear: both;
  display: inline-block;
}
.banner .flex-control-nav {
  position: absolute;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 1370px;
  bottom: 3em;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
}
.banner .flex-control-paging li a {
  width: 1em;
  height: 1em;
  background: #004167;
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
}
.banner .flex-control-paging li a:hover {
  color: #fff;
}
.banner .flex-control-paging li a.flex-active {
  opacity: 1;
}
.banner ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner .phl {
  justify-content: flex-start;
}
.banner .phm {
  justify-content: center;
}
.banner .phr {
  justify-content: flex-end;
}
.banner .pvt {
  align-items: flex-start;
}
.banner .pvc {
  align-items: center;
}
.banner .pvb {
  align-items: flex-end;
}
.lightImg {
  color: #000;
}
.lightImg h1,
.lightImg .h1 {
  color: #000;
  width: 100%;
}
.lightImg h2,
.lightImg .h2 {
  color: #000;
  width: 100%;
}
.lightImg h3,
.lightImg .h3 {
  color: #000;
  width: 100%;
}
.lightImg .ani {
  background: #fff;
  text-shadow: none;
}
.darkImg {
  color: #fff;
}
.darkImg h1,
.darkImg .h1 {
  color: #fff;
  width: 100%;
}
.darkImg h2,
.darkImg .h2 {
  color: #fff;
  width: 100%;
}
.darkImg h3,
.darkImg .h3 {
  color: #fff;
  width: 100%;
}
.darkImg .ani {
  background: #fff;
  text-shadow: none;
}
.bgt .lightImg {
  text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5);
}
.bgt .darkImg {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
}
.bgs .lightImg {
  padding: 1em 2em;
  background: #fff;
  opacity: 0.9;
}
.bgs .lightImg .ani {
  background: #f2f2f2;
}
.bgs .darkImg {
  padding: 1em 2em;
  background: #004167;
}
#teasers {
  position: relative;
}
#teasers .inner {
  padding: 3em 0;
}
#teasers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#teasers li {
  width: 33.33%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.5em;
}
#teasers .inner a {
  display: block;
  text-decoration: none;
  text-align: center;
}
#teasers.ico a > span {
  display: block;
}
#teasers.ico .ico {
  width: 2em;
  height: 2em;
  display: block;
  margin: 0 auto;
  background: #fff;
  transform: rotate(-45deg);
  position: relative;
  font-size: 2em;
  overflow: hidden;
  color: #808080;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}
#teasers.ico .ico:before {
  width: 100%;
  height: 100%;
  display: block;
  background: #004167;
  background: -moz-linear-gradient(left, #004167 0%, #00314e 100%);
  background: -webkit-linear-gradient(left, #004167 0%, #00314e 100%);
  background: linear-gradient(to right, #004167 0%, #00314e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary', endColorstr='darken(@primary,5%)', GradientType=1);
  position: absolute;
  content: "";
  left: 100%;
  top: 100%;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}
#teasers.ico .ico:after {
  font-family: "fontello";
  width: 2em;
  height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
  line-height: 2em;
  text-align: center;
}
#teasers.ico .ico.eye:after {
  content: "\e836";
}
#teasers.ico .ico.drp:after {
  content: "\e837";
}
#teasers.ico .ico.mdl:after {
  content: "\e838";
}
#teasers.ico a:hover .ico:before {
  left: 0;
  top: 0;
}
#teasers.ico a:hover .ico {
  color: #fff;
}
#teasers.ico .h1 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 1em;
}
#teasers.ico .h2 {
  font-size: 1.5em;
}
#teasers.img li {
  box-sizing: border-box;
  padding: 0.5em;
}
#teasers.img .img {
  display: block;
  width: 100%;
  float: left;
  overflow: hidden;
}
#teasers.img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-in-out 0s;
  transform: scale(1);
}
#teasers.img a:hover img {
  transform: scale(1.1);
}
#teasers.img a {
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #e6e6e6;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
}
#teasers.img a:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #f9f9f9;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -0.25em;
  transform: rotate(-45deg);
}
#teasers.img a:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  background: #f9f9f9;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -0.25em;
  transform: rotate(-45deg);
}
#teasers.img a:hover {
  background: #f2f2f2;
}
#teasers.img .h1 {
  font-size: 1.5em;
  float: left;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em 0;
  box-sizing: border-box;
}
.gradient {
  background: #004167;
  background: -moz-linear-gradient(left, #004167 0%, #00314e 100%);
  background: -webkit-linear-gradient(left, #004167 0%, #00314e 100%);
  background: linear-gradient(to right, #004167 0%, #00314e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@primary', endColorstr='darken(@primary,5%)', GradientType=1);
}
.scroll {
  float: left;
  width: 100%;
  height: 0;
}
.scroll a {
  width: 3em;
  height: 3em;
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: rotate(-45deg);
  bottom: -1.5em;
  text-decoration: none;
}
.scroll a:after {
  content: "\e805";
  font-family: "fontello";
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  color: #004167;
  text-indent: 0;
  font-size: 1.5em;
  transform: rotate(45deg);
  transition: all 0.2s ease-in-out 0s;
}
.scroll a:hover:after {
  top: 0.25em;
  left: -0.25em;
}
#services .inner {
  padding: 3em 0;
  display: flex;
  flex-wrap: wrap;
}
#services .left {
  width: 33.33%;
}
#services .right {
  width: 66.66%;
  box-sizing: border-box;
  padding-left: 1em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#services ul {
  margin: 0;
  padding: 0 1em;
  list-style: none;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
#services li {
  counter-increment: mega-step;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1em 0;
}
#services li .number {
  width: 2em;
  height: 2em;
  background: #fff;
  font-size: 1.5em;
  text-align: center;
  display: block;
  font-weight: 700;
  color: #004167;
  line-height: 2em;
  transform: rotate(45deg);
  position: relative;
}
#services li .number:before {
  content: counter(mega-step, decimal-leading-zero);
  transform: rotate(-45deg);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  text-align: center;
  line-height: 2em;
}
#services li .item {
  width: calc(100% - 4em);
  padding-left: 1em;
}
#services {
  margin-top: 50px;
}
#references {
  position: relative;
}
#references .inner {
  padding: 3em 0;
  text-align: center;
}
#references h2 {
  font-weight: 700;
  color: #004167;
}
#references h3 {
  color: #004167;
}
#references .headline {
  float: left;
  width: 100%;
  padding-bottom: 1em;
}
#references .inner .wrap {
  box-sizing: border-box;
  padding: 0.5em;
}
#references .inner > ul a,
#references .flex-viewport a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em;
  background: #e6e6e6;
  transition: all 0.2s ease-in-out 0s;
  text-align: left;
  text-indent: -9999px;
}
#references .inner > ul a:hover,
#references .flex-viewport a:hover {
  background: #004167;
}
#references .slider {
  float: left;
  width: 100%;
}
#references img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s ease-in-out 0s;
}
#references img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}
#references .flex-viewport {
  z-index: 1;
}
#references .flex-direction-nav {
  position: relative;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  margin: 1em 0 0 0;
  padding: 0;
  list-style: none;
  height: 100%;
  z-index: 0;
  display: flex;
  justify-content: center;
}
#references .flex-direction-nav .flex-nav-prev {
  position: relative;
  left: 0;
  width: 3em;
  height: 3em;
  top: 0;
}
#references .flex-direction-nav .flex-nav-prev:after {
  content: "\e806";
}
#references .flex-direction-nav .flex-nav-next {
  position: relative;
  right: 0;
  width: 3em;
  height: 3em;
  top: 0;
}
#references .flex-direction-nav .flex-nav-next:after {
  content: "\e807";
}
#references .flex-direction-nav .flex-nav-prev:after,
#references .flex-direction-nav .flex-nav-next:after {
  background: transparent;
  font-family: "fontello";
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
  color: #808080;
  text-indent: 0;
  display: block;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
#references .flex-direction-nav a {
  display: block;
  width: 3em;
  height: 3em;
  opacity: 1;
  left: 0;
  right: 0;
  position: relative;
  text-align: left;
  text-indent: -9999px;
  margin: 0;
}
#references .flex-direction-nav .flex-nav-prev:hover:after,
#references .flex-direction-nav .flex-nav-next:hover:after {
  color: #004167;
  background: #f9f9f9;
}
#references .flex-direction-nav .flex-nav-prev:hover:after {
  left: -0.5em;
}
#references .flex-direction-nav .flex-nav-next:hover:after {
  left: 0.5em;
}
#cta .inner {
  padding: 3em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#cta .right {
  padding-left: 1em;
}
#cta a {
  background: #f9f9f9;
}
#award {
  background-color: #ebf4fe;
}
#award .inner {
  padding: 1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#award img {
  display: block;
  width: auto;
  height: 10em;
}
#footer {
  background: linear-gradient(to right, #265787 0%, #183e74 50%, #090e54 100%);
  color: #fff;
}
#footer .inner {
  padding: 4rem 0;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer li {
  display: inline-block;
}
#footer .middle {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
#footer .middle div.zerts {
  display: flex;
  margin-top: 1rem;
}
#footer .middle div.zerts span:first-of-type > img {
  margin-right: 1rem;
}
#footer .middle img {
  display: block;
  width: auto;
  height: 5rem;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  color: #004167;
}
#footer .left strong {
  font-weight: normal;
}
#footer .right li {
  float: left;
  padding-left: 1rem;
}
#search {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 58, 77, 0.75);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 100%;
  transition: all 0.2s ease-in-out 0s;
  opacity: 1;
}
#search.open {
  left: 0;
}
#search.fade {
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
#search .modal {
  width: 100%;
  max-width: 20em;
  padding: 2em;
  background: #fff;
  position: relative;
  border-bottom: 0.5em solid #004167;
}
#search .close {
  text-decoration: none;
  width: 3em;
  height: 3em;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5em;
  margin: auto;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s ease-in-out 0s;
}
#search .close:before {
  content: "\e809";
  font-family: "fontello";
  text-indent: 0;
  width: 3em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
#search .close:hover {
  color: #fff;
  background: #004167;
}
#search .form {
  float: left;
  width: 100%;
  display: flex;
}
#search input[type="text"] {
  border: none;
  padding: 1em;
  box-sizing: border-box;
  outline: none;
  width: calc(100% - 3em);
  line-height: 1em;
  height: 3em;
}
#search button {
  text-indent: -9999px;
  display: block;
  border: none;
  background: #fff;
  overflow: hidden;
  width: 3em;
  height: 3em;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  transform: rotate(-45deg);
}
#search button:hover {
  background: #004167;
  color: #fff;
}
#search button:after {
  content: "\e811";
  font-family: "fontello";
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
#search form {
  float: left;
  width: 100%;
}
.content .inner > .left {
  width: 65%;
  float: left;
}
.content .inner > .right {
  width: 30%;
  float: right;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content .inner {
  padding: 3em 0;
}
.content .inner > .right > .side {
  max-width: 25em;
}
.twoCol {
  padding-top: 3em;
  padding-bottom: 3em;
}
.twoCol .col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 1em;
  float: left;
}
.twoCol .col.center {
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
  float: left;
  text-align: center;
}
.side.contact {
  padding: 0;
}
.side.contact .img {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.side.contact .img:before,
.side.contact .img:after {
  position: absolute;
  top: 0;
  left: -150%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  transform: skewX(45deg);
}
.side.contact .img:before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 10%, rgba(255, 255, 255, 0) 100%);
}
.side.contact .img:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
}
.side.contact img {
  display: block;
  width: 100%;
  height: auto;
}
.side.contact:hover .img:before {
  animation: shine 1s;
}
.side.contact:hover .img:after {
  animation: shine 0.8s;
  animation-delay: 0.25s;
}
.side.contact .txt {
  padding: 1em;
  float: left;
  width: 100%;
  box-sizing: border-box;
  color: #808080;
}
.side.contact .headline {
  padding: 1em;
  float: left;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  font-family: "Rajdhani", serif;
  font-weight: bold;
}
.side.contact .headline span {
  font-size: 1.5em;
}
.address ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address li {
  position: relative;
  padding-left: 2em;
}
.address li:after {
  font-family: "fontello";
  display: block;
  width: 1em;
  line-height: 1.5em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #004167;
}
.address li:nth-child(1):after {
  content: "\e814";
}
.address li:nth-child(2):after {
  content: "\e80c";
}
.address li:nth-child(3):after {
  content: "\e803";
}
.address li:nth-child(4):after {
  content: "\e81a";
}
@keyframes shine {
  100% {
    left: 160%;
    transform: skewX(45deg);
  }
}
#page25 .wrap.normal {
  max-width: 1370px;
}
.ppl-container {
  padding: 0 1rem;
  margin-bottom: 4rem;
}
.ppl {
  overflow: auto;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
.ppl > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 767px) {
  .ppl > ul {
    flex-direction: column;
  }
}
.ppl > ul > li {
  display: flex;
  position: relative;
  width: calc(33% - 0.5rem);
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .ppl > ul > li {
    width: calc(100%);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ppl > ul > li {
    width: calc(50% - 0.5rem);
  }
}
.right .ppl > ul > li {
  width: 100%;
  margin: 1em 0;
}
.ppl .wrap {
  width: 100%;
  float: left;
  overflow: hidden;
}
.ppl .top {
  float: left;
  width: 100%;
  text-align: center;
  padding: 1em;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}
.ppl .img {
  float: left;
  width: 100%;
  position: relative;
  background: linear-gradient(to right, #004167 0%, #078195 100%);
}
.ppl .toggle {
  display: block;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  background: #fff;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  color: #078195;
  z-index: 2;
  transition: all 0.2s ease-in-out 0s;
}
.ppl .toggle span {
  display: block;
  width: 2em;
  height: 2em;
  float: left;
  position: relative;
}
.ppl .toggle span:after {
  font-family: "fontello";
  width: 2em;
  text-align: center;
  line-height: 2em;
  position: absolute;
  left: 0;
  top: 0;
}
.ppl .toggle:hover {
  color: #fff;
  background: #078195;
  border-color: #055764;
}
.ppl span {
  position: relative;
}
.ppl span:after {
  font-family: "fontello";
  width: 1em;
  text-align: center;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  top: 0;
  color: #b3b3b3;
}
.ppl .phone,
.ppl .mail {
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 0.5em 0 0 0;
}
.ppl .cha:after {
  content: "\e820";
}
.ppl .details {
  float: left;
  width: 100%;
}
.ppl .details .btn {
  margin-top: 1rem;
}
.ppl .name {
  float: left;
  width: 100%;
  font-size: 1.3em;
  margin: 0.5em 0;
  font-family: "Rajdhani", serif;
  font-weight: bold;
}
.ppl .pos {
  float: left;
  width: 100%;
  color: #808080;
  font-size: 0.9em;
  margin: 0.5em 0;
}
.ppl img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
}
.ppl .low {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.ppl .open .toggle span:after {
  content: "\e809";
}
.ppl .open img {
  right: 100%;
}
.ppl .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ppl .overlay ul {
  margin: 0;
  list-style: none;
  width: calc(100% - 1em);
  padding: 0.25em;
  box-sizing: border-box;
  background: #fff;
  border-bottom: 0.2em solid #f9f9f9;
  position: relative;
  top: 1em;
  transition: all 0.5s cubic-bezier(0.05, 0.6899999999999999, 0.14, 1) 0s;
  opacity: 0;
}
.ppl .overlay li {
  padding: 0.25em 0 0.25em 2em;
  position: relative;
}
.ppl .overlay li.eml {
  border-top: 1px solid #f2f2f2;
}
.ppl .overlay li:after {
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
}
.ppl .open .overlay ul {
  top: 0;
  opacity: 1;
}
#ppl {
  background: #f9f9f9;
}
#ppl .inner {
  padding: 3em 0;
}
#ppl .ppl > ul > li {
  background: #fff;
  width: calc(32.33%);
}
.phone.mobile {
  display: none;
}
.downloads {
  float: left;
  width: 100%;
  margin-bottom: 1em;
}
.downloads h1,
.downloads h2,
.downloads h3,
.downloads h4 {
  margin: 1em 0;
}
.downloads ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.downloads li {
  float: left;
  width: 100%;
  background: #f9f9f9;
  margin-top: 1px;
  line-height: 1em;
  position: relative;
  display: flex;
  align-items: center;
}
.downloads li:nth-child(even) {
  background: #f2f2f2;
}
.downloads .l {
  float: left;
  padding: 1em 4em 1em 1em;
  box-sizing: border-box;
  width: calc(100% - 3.25em);
}
.downloads .name {
  float: left;
}
.downloads .sub {
  float: left;
  color: #a6a6a6;
  width: 100%;
  font-size: 0.9em;
  margin-top: 0.25em;
}
.downloads li > a {
  width: 3em;
  height: 100%;
  float: right;
  text-decoration: none;
  border-left: 1px solid #fff;
  transition: all 0.2s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.downloads li > a:after {
  content: "\e813";
  font-family: "fontello";
  transition: all 0.2s ease-in-out 0s;
  font-size: 1.5em;
}
.downloads .dl_de,
.downloads .dl_en {
  background: transparent;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: none;
  width: 3em;
  height: 3em;
  color: #ffffff;
}
.downloads .dl_de:before,
.downloads .dl_en:before {
  content: "";
  background: linear-gradient(to right, #004167 0%, #078195 100%);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 200%;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
}
.downloads .dl_de:hover:before,
.downloads .dl_en:hover:before {
  left: -100%;
}
.downloads .tip {
  float: left;
  width: 1em;
  height: 1em;
  text-decoration: none;
  padding-right: 0.5em;
}
.downloads .tip:before {
  font-family: "fontello";
  content: "\e854";
  color: #a6a6a6;
}
.downloads .tip.green:before {
  color: #c6d880;
}
.downloads .tip.red:before {
  color: #fbc2c4;
}
/* Historie */
#history {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  height: auto;
  float: left;
}
#history article {
  box-sizing: border-box;
  width: 100%;
  float: left;
  padding: 2em 0;
  position: relative;
}
#history article .container {
  z-index: 10;
  position: relative;
  background: #fff;
  box-shadow: 1px 2px 3px #e6e6e6;
}
#history article.odd .container {
  float: left;
  width: 45%;
}
#history article.even .container {
  float: right;
  width: 45%;
}
#history .historyWrapper {
  padding: 0 1em;
}
#history .odd .historyImage {
  float: right;
  width: 45%;
}
#history .even .historyImage {
  float: left;
  width: 45%;
}
#history .even .historyImage a {
  float: right;
}
#history .historyImage a {
  float: left;
  height: auto;
  display: block;
}
#history img {
  display: block;
}
#history .even img {
  float: right;
}
#history .odd img {
  float: left;
}
#history .headline {
  font-family: "Rajdhani", serif;
  font-size: 1.5em;
  margin: 0.5em 0;
  padding: 0;
  line-height: 1em;
  font-weight: 500;
  color: #404040;
  background: #004167;
  color: #fff;
  padding: 1em;
  margin: 0;
  font-size: 1em;
  display: block;
}
#history time {
  font-size: 3em;
  display: block;
}
#history .odd {
  text-align: right;
}
#history .even {
  text-align: left;
}
#history .dot {
  width: 0.5em;
  height: 0.5em;
  background: #004167;
  border-radius: 0.5em;
  position: relative;
  top: 2em;
  left: calc(49.5%);
  z-index: 10;
}
#history .dot.outline {
  bottom: 3.65em;
  top: auto;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  position: absolute;
}
#history .dotLine {
  width: 5%;
  height: 1px;
  background: #004167;
  position: relative;
  top: 1.75em;
}
#history .even .dotLine {
  left: 50%;
}
#history .odd .dotLine {
  left: 45%;
}
#history::after {
  content: "";
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  height: 100%;
}
#history .squiggle * {
  box-sizing: border-box;
}
#history .squiggle {
  position: absolute;
  width: 3em;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  z-index: 1;
  padding-bottom: 2px;
}
#history .squiggle .row {
  float: left;
  width: 100%;
  height: 0.5em;
}
#history .squiggle .row:nth-child(1) span {
  display: block;
  float: right;
  width: 50%;
  height: 0.5em;
}
#history .squiggle .row:nth-child(1) span:before {
  content: "";
  display: block;
  width: 50%;
  height: 0.5em;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-bottom-left-radius: 0.5em;
}
#history .squiggle .row:nth-child(2) span {
  display: block;
  float: right;
  width: 25%;
  height: 0.5em;
}
#history .squiggle .row:nth-child(2) span:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.5em;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
#history .squiggle .row:nth-child(3) span {
  width: 100%;
  height: 0.5em;
  float: left;
}
#history .squiggle .row:nth-child(3) span:after {
  content: "";
  display: block;
  width: 50%;
  height: 0.5em;
  border-top: 1px solid #e6e6e6;
  float: right;
  margin-top: 1px;
  float: left;
}
#history .squiggle .row:nth-child(3) span:before {
  content: "";
  display: block;
  width: 25%;
  height: 0.5em;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  float: left;
  margin-top: 1px;
}
#history .squiggle .row:nth-child(4) span {
  display: block;
  float: left;
  width: 50%;
  height: 0.5em;
}
#history .squiggle .row:nth-child(4) span:before {
  float: right;
  content: "";
  display: block;
  width: 50%;
  height: 0.5em;
  border-right: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  border-top-right-radius: 0.5em;
  margin-top: 2px;
}
.vision {
  width: 100%;
  clear: both;
  overflow: auto;
}
.vision img {
  display: block;
  width: 100%;
  height: auto;
}
.vision .image {
  float: left;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.vision .text {
  margin: 0 40%;
  width: auto;
  background: #fff;
  position: relative;
  top: -2em;
  text-align: center;
}
.vision .wrap {
  width: 100%;
  background: #fff;
  position: relative;
  float: left;
  padding: 1em;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
}
/*
Modules.less Contains:
 - News
 - Fancybox
 - Powermail
 - Sitemap
 - Right Menu
 - Mobile Menu
 - Mobile Phone
 - Breadcrumbs
 - Maps
 - Progress
 - Search
 - References
*/
/* Form */
div form.powermail_form .powermail_fieldwrap_upload {
  display: flex;
  flex-direction: column;
}
div form.powermail_form .powermail_fieldwrap_upload .powermail_label {
  width: 100%;
  float: left;
  margin-right: 1em;
  text-align: left;
  margin-bottom: 1rem;
}
div form.powermail_form .powermail_fieldwrap_absenden .powermail_field {
  text-align: left;
  margin-top: 1rem;
}
div form.powermail_form .powermail_fieldwrap .powermail_input,
div form.powermail_form .powermail_fieldwrap .powermail_textarea,
div form.powermail_form .powermail_fieldwrap select {
  color: #414e56;
  border: none;
}
/* page48 */
#page48 .content .inner > .right {
  display: none;
}
#page48 .content .inner > .left {
  width: 100%;
}
#page22 .content .inner > .right {
  display: none;
}
#page53 .content .inner > .right {
  display: none;
}
#page53 .content .inner > .left {
  width: 100%;
  float: left;
}
/* ===== MODULES ===== */
/* Mobile */
#mobile {
  float: left;
  width: 100%;
  display: none;
}
#dl-menu {
  background: #004167;
}
#dl-menu .dl-menu {
  margin: 0;
}
.dl-menuwrapper button.dl-trigger:after {
  background: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
  height: 2px;
  top: 14px;
}
.dl-menuwrapper button.dl-trigger:hover:after,
.dl-menuwrapper button.dl-trigger.dl-active:after {
  background: #fff;
  box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
}
.dl-menuwrapper button {
  background: #004167;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #004167;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:after {
  color: rgba(255, 255, 255, 0.5);
}
.dl-menuwrapper li.dl-back::after,
.dl-menuwrapper li > a:not(:only-child):after {
  content: "\e807";
}
/* Mobile Phone */
#mobile .phone {
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 100;
}
#mobile .phone a {
  width: 41px;
  height: 41px;
  display: block;
  text-indent: -9999px;
}
#mobile .phone a:after {
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  font-family: "fontello";
  content: "\e80c";
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 1.3em;
}
/* Breadcrumbs */
#breadcrumbs {
  font-family: "Rajdhani", serif;
  color: #404040;
  font-size: 0.9em;
  z-index: 1;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
#breadcrumbs li.first {
  display: none;
}
#breadcrumbs li a span {
  color: #8bafc6;
}
#breadcrumbs a {
  color: #8bafc6;
  display: inline-block;
  padding: 0em 0.5em;
  transition: all 0.2s ease-in-out 0s;
  text-decoration: none;
  font-weight: 700;
}
#breadcrumbs a:hover {
  color: #000;
}
#breadcrumbs a:after {
  content: "\e807";
  font-family: "fontello";
  display: inline-block;
  padding-left: 1.5em;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
#breadcrumbs li {
  display: inline-block;
}
#breadcrumbs li:nth-child(1) {
  padding: 1em 0.5em 1em 0em;
}
#breadcrumbs li:last-child {
  padding: 1em 0.5em;
  color: #183e74;
  font-weight: 700;
}
#breadcrumbs .inner > .left {
  float: left;
  width: 80%;
  line-height: 1em;
}
#breadcrumbs .right {
  float: right;
  width: 20%;
}
/* Right Menu */
.side {
  display: none;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #e6e6e6;
  padding: 1em;
  box-sizing: border-box;
  margin: 0.5em 0;
}
.side .h3,
.side h3 {
  font-size: 1.25em;
  margin: 0;
  padding-bottom: 0.5em;
  color: #004167;
  position: relative;
  font-weight: 700;
}
.side .h3:before,
.side h3:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  left: calc(-1em - 2px);
  top: 0.2em;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  transform: rotate(45deg);
}
.side .h3:after,
.side h3:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  position: absolute;
  right: calc(-1em - 2px);
  top: 0.2em;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  transform: rotate(-45deg);
}
.side.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.side.menu li {
  padding: 1px 0;
  float: left;
  width: 100%;
}
.side.menu a {
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 0.25em 0 0.25em 1.5em;
  transition: all 0.2s ease-in-out 0s;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.side.menu a:before {
  font-family: "fontello";
  content: "\e807";
  font-size: 0.7em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  transition: all 0.2s ease-in-out 0s;
}
.side.menu .sub a.act,
.side.menu a.act {
  color: #000;
  font-weight: 600;
}
.side.menu a:hover {
  color: #000 !important;
}
.side.menu .sub a:hover:before,
.side.menu a:hover:before {
  left: 0.25em;
}
.side.menu .sub a {
  width: 100%;
  padding-left: 2em;
  color: #404040;
}
.side.menu .sub a:before {
  left: 0.5em;
}
.side.menu .sub a:hover:before {
  left: 0.75em;
}
.side.menu .sub .sub a {
  width: 100%;
  padding-left: 2.25em;
  color: #4d4d4d;
}
.side.menu .sub .sub a:before {
  left: 0.75em;
}
.side.menu .sub .sub a:hover:before {
  left: 1em;
}
.side.menu .open > a:before {
  content: "\e805";
}
.side .divider {
  margin: 1em 0;
  border-color: #e6e6e6;
  float: left;
  width: 100%;
  background: #e6e6e6;
  height: 1px;
}
#map_canvas {
  position: relative;
  width: 100%;
  height: 25vw;
  min-height: 15em;
  float: left;
}
#map_canvas:before {
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "fontello";
  text-indent: 0;
  content: "\e80b";
  font-size: 20vw;
  opacity: 0.5;
}
#map_canvas img {
  max-width: none;
}
.container > #map_canvas {
  width: calc(100%);
}
#map_canvas .notice {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#map_canvas .notice > span {
  padding: 1em;
  clear: both;
  box-sizing: border-box;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
  width: 100%;
  max-width: 45em;
  font-weight: normal;
}
.gm-style-iw-arrow {
  width: 100%;
}
.gm-style-iw-arrow > div:first-child {
  border-top-color: transparent !important;
}
.gm-style-iw-arrow > div:nth-child(2) {
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px !important;
}
.gm-style-iw-arrow > div:nth-child(3) {
  transform: rotate(180deg);
  right: calc(50% - 10px) !important;
  left: 50% !important;
  margin: auto;
  top: 10px !important;
}
.gm-style-iw-arrow > div:nth-child(4) {
  background: #004167 !important;
}
.gm-style-iw-arrow > div:nth-child(3) > div > div {
  background: #004167 !important;
  box-shadow: none !important;
}
.gm-style-iw,
.gm-style-iw a {
  color: #fff !important;
}
.gm-ui-hover-effect img {
  display: none !important;
}
.gm-ui-hover-effect:after {
  content: "\e809";
  width: 1em;
  height: 1em;
  text-align: center;
  line-height: 1em;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-family: "fontello";
  text-indent: 0;
  color: #fff;
  top: 0.5em !important;
  right: 0.5em !important;
  font-size: 0.7em;
}
.gm-style .gm-style-iw-c {
  background: #004167 !important;
  padding: 1em 1.5em !important;
}
.gm-style-iw-t:before,
.gm-style-iw-t:after {
  display: none !important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}
.powermail_fieldset,
.powermail_fieldset fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.powermail_legend {
  display: none;
}
.powermail_form h3 {
  display: none;
}
.powermail_fieldwrap {
  width: 100%;
  float: left;
  padding: 0.25rem;
  box-sizing: border-box;
  position: relative;
}
.powermail_fieldwrap .powermail_label {
  width: 45%;
  float: left;
  margin-right: 1em;
  text-align: right;
  padding: 0.8em 0 0 0;
  min-height: 1px;
}
.powermail_fieldset,
.powermail_fieldset fieldset {
  border: none;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
}
.powermail_legend {
  display: none;
}
.powermail_form h3 {
  display: none;
}
.powermail_fieldwrap .powermail_date,
.powermail_fieldwrap .powermail_input {
  width: 45%;
  float: left;
  background: #f9f9f9;
  padding: 0.5em 1em;
  color: #000000;
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  -webkit-appearance: inherit;
  box-sizing: border-box;
  height: 3em;
}
.powermail_fieldwrap select {
  width: 45%;
  float: left;
  background: #f9f9f9;
  padding: 0.5em 1em;
  color: #666;
  font-size: 1em;
  height: 3em;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}
.powermail_fieldwrap .powermail_submit_alt,
.powermail_fieldwrap .powermail_submit,
.powermail_confirmation_form,
.powermail_confirmation_submit {
  /*
	border: none; 
	background: @primary;
	color: #fff;
	padding: 1em 2em;
	cursor: pointer;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	border-radius: 2em;
	*/
  background: #004167;
  text-decoration: none;
  line-height: 1em;
  padding: 1em 2.5em;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #183e74;
  color: #fff;
  text-transform: none;
  border-radius: 4px;
}
.powermail_fieldwrap .powermail_submit_alt:hover,
.powermail_fieldwrap .powermail_submit:hover,
.powermail_confirmation_form:hover,
.powermail_confirmation_submit:hover {
  background: #00619a;
  color: #fff;
}
.powermail_fieldwrap .mandatory {
  display: none;
  font-weight: 300;
  font-size: 0.5em;
  left: auto;
  right: 0em;
  line-height: 5.75em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1em;
  text-indent: -9999px;
}
.powermail_fieldwrap .mandatory:before {
  content: "\e812";
  font-family: "fontello";
  color: #004167;
  position: relative;
  text-indent: 0;
  width: 1em;
  text-align: center;
  float: right;
}
.powermail_confirmation_form {
  margin: 1em 0 0;
}
.powermail_fieldwrap .formError {
  background: none repeat scroll 0 0 #bc290a;
  float: left;
  font-size: 10px;
  height: 31px;
  left: auto !important;
  margin: 0 !important;
  position: relative !important;
  text-indent: -99999px;
  text-transform: uppercase;
  width: 5px;
  display: none;
}
.powermail_fieldwrap .powermail_textarea {
  font-size: 1em;
  background: #f9f9f9;
  padding: 1em;
  margin: 0px;
  display: block;
  width: 45%;
  color: #000;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  resize: vertical;
}
.powermail_fieldwrap .formErrorContent {
  display: none;
}
.powermail_fieldwrap.error .powermail_label {
  color: #000;
}
.powermail_fieldwrap.error .mandatory {
  color: #ff0000;
}
.powermail_fieldwrap_text {
  color: #000000;
  float: left;
  line-height: 30px;
  margin-right: 20px;
  text-align: left;
  width: 200px;
  margin-left: 220px;
}
.powermail_radio_inner {
  float: left;
  width: 100%;
  display: block;
  padding: 1px 0;
}
.powermail_radio_inner label {
  cursor: pointer;
  padding-left: 5px;
}
.powermail_check_outer {
  float: left;
  width: 75%;
  max-width: 200px;
  display: block;
  padding: 5px 0;
}
.parsley-errors-list {
  display: none;
}
.powermail_fieldwrap.error .powermail_input,
.powermail_fieldwrap .parsley-error {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.powermail_fieldwrap_type_radio .powermail_field,
.powermail_fieldwrap_type_check .powermail_field {
  float: left;
  width: 50%;
  padding: 1em 0;
}
.powermail_fieldset.row1 .powermail_fieldwrap {
  width: 33.33%;
}
.powermail_fieldset.row1 .powermail_fieldwrap > * {
  width: 100%;
}
.powermail_fieldset.row2 .powermail_fieldwrap {
  width: 50%;
}
.powermail_fieldset.row2 .powermail_fieldwrap > * {
  width: 100%;
}
.powermail_fieldset.row3 .powermail_fieldwrap {
  width: 100%;
}
.powermail_fieldset.row3 .powermail_fieldwrap > * {
  width: 100%;
}
.powermail_fieldset.row4 .powermail_fieldwrap {
  width: 100%;
}
.powermail_fieldset.row4 .powermail_fieldwrap > * {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 1em;
}
.powermail_fieldset.row3 label {
  text-align: center;
  margin: 0;
  padding: 1em 0;
}
.powermail_fieldset.row1 label,
.powermail_fieldset.row2 label,
.powermail_fieldset.row4 label {
  display: none;
}
.powermail_fieldset.row1 input,
.powermail_fieldset.row1 select,
.powermail_fieldset.row3 select,
.powermail_fieldset.row2 input,
.powermail_fieldset.row3 input,
.powermail_fieldset.row4 textarea {
  width: 100%;
}
/* Progress */
.progress {
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  height: 1px;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.progress .indeterminate {
  background-color: #004167;
}
.progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.8149999999999999, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/* Fancybox */
body .fancybox-overlay {
  background: rgba(0, 0, 0, 0.8);
}
body .fancybox-skin {
  height: 100% !important;
  position: relative;
  padding: 0 !important;
}
body .fancybox-outer {
  position: relative;
  height: 100%;
}
body .fancybox-opened .fancybox-skin {
  box-shadow: none;
}
body .fancybox-title {
  background: #000;
  padding: 1em;
  color: #fff;
  box-sizing: border-box;
  font-size: 1em;
  font-weight: 300;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: auto;
  right: auto;
}
body .fancybox-title-float-wrap .child {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: inherit;
}
body a.fancybox-nav {
  z-index: 1;
}
body a.fancybox-nav span {
  background: #004167;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  color: #fff;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
body a.fancybox-prev span {
  left: 0;
}
body a.fancybox-next span {
  right: 0;
}
body .fancybox-nav span:after {
  font-family: "fontello";
  display: block;
  text-indent: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
body .fancybox-nav:hover span {
  opacity: 1;
}
body .fancybox-nav:hover span:after {
  opacity: 1;
}
body .fancybox-prev span:after {
  content: "\e806";
}
body .fancybox-next span:after {
  content: "\e807";
}
body a.fancybox-close {
  top: 0;
  right: 0;
  width: 3em;
  height: 3em;
  background: #004167 !important;
  opacity: 1;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
body a.fancybox-close:after {
  font-family: "fontello";
  content: "\e809";
  display: block;
  text-indent: 0;
  width: 3em;
  height: 2em;
  text-align: center;
  line-height: 3em;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
  transition: all 0.2s ease-in-out 0s;
}
body .fancybox-close:hover {
  background: #000;
}
body .fancybox-default a.fancybox-close,
body .fancybox-default a.fancybox-expand,
body .fancybox-default a.fancybox-nav span {
  background-image: none;
}
body .fancybox-title-outside-wrap {
  margin: 0;
}
/* Blog */
.list.blog {
  float: left;
  width: 100%;
  margin-top: 2em;
}
.list.blog .left {
  float: left;
  padding: 1em;
  line-height: 1em;
}
.list.blog .image {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  background: #efefef;
  position: relative;
}
.list.blog .image a {
  opacity: 1;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
  float: left;
  width: 100%;
}
.list.blog .image a:after {
  content: "\e807";
  font-family: "fontello";
  display: block;
  position: absolute;
  right: -10px;
  top: 0;
  line-height: 45px;
  width: 45px;
  height: 45px;
  opacity: 1;
  color: #fff;
  background: #004167;
  font-size: 1em;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
}
.list.blog .image a:hover {
  opacity: 0.8;
}
.list.blog .image a:hover:after {
  opacity: 1;
  right: 0;
}
.list.blog .image img {
  display: block;
  width: 100%;
  height: auto;
}
.list.blog .date {
  float: left;
  color: #909090;
  font-style: italic;
}
.list.blog .text {
  float: left;
  width: 100%;
  margin: 1em 0;
}
.list.blog .button {
  float: left;
  width: 100%;
  text-align: right;
  background: #efefef;
}
.list.blog .divider {
  display: inline-block;
  color: #e5007d;
  padding: 0 10px;
}
/* News Single */
.teaser-text {
  font-size: 1em;
}
.news-detail .news-img-wrap {
  width: 100%;
  margin: 0;
  float: left;
  margin-top: 2em;
  background: transparent;
  position: relative;
  box-sizing: border-box;
}
.news-detail .news-img-wrap .outer {
  position: relative;
  width: 48%;
  margin: 1%;
  overflow: hidden;
  float: left;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out 0s;
  background: #f2f2f2;
}
.news-detail .news-img-wrap .outer:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-detail .news-img-wrap .outer:hover {
  background: #004167;
}
.news-detail .news-img-wrap .outer .mediaelement {
  bottom: 2%;
  color: white;
  left: 2%;
  overflow: hidden;
  position: absolute;
  right: 2%;
  text-align: center;
  top: 2%;
  width: 96%;
}
.news-detail .news-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-detail .news-img-wrap .mediaelement {
  float: left;
  width: 100%;
}
.news-detail .news-img-wrap a {
  margin: 0;
  padding: 0;
  border: none;
  height: 100%;
  float: left;
  width: 100%;
}
.news-detail .news-single .related-wrap {
  float: left;
}
.page-navigation {
  float: left;
  width: 100%;
  padding: 1em 0.5em;
  box-sizing: border-box;
}
.page-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-navigation li {
  display: inline-block;
  float: left;
  margin-right: 0.2em;
}
.page-navigation ul span,
.page-navigation ul a {
  display: inline-block;
  text-decoration: none;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  background: #fff;
  transition: all 0.2s ease-in-out 0s;
  border: 1px solid #fff;
}
.page-navigation ul a:hover {
  background: #004167;
  color: #fff;
}
.page-navigation ul .previous a,
.page-navigation ul .next a {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.page-navigation ul .previous a:before,
.page-navigation ul .next a:before {
  text-indent: 0;
  content: "\e807";
  font-family: "fontello";
  position: absolute;
  top: 0;
  right: 0;
  width: 2em;
  font-size: 1em;
}
.page-navigation ul .previous a:before {
  content: "\e806";
}
.page-navigation .current span {
  color: #fff;
  background: #004167;
}
.sitemap > ul {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  margin: 0 !important;
}
.sitemap ul {
  list-style: none;
  margin-left: 1.5em;
  padding: 0;
}
.left > .sitemap > ul > li:first-child:before {
  background-image: url("/typo3/sysext/core/Resources/Public/ExtJs/images/ol/joinbottom.gif");
  background-size: 1em;
}
.sitemap li {
  background: url("/typo3/sysext/core/Resources/Public/ExtJs/images/ol/line.gif") repeat-y scroll left top transparent;
  padding-left: 1.5em;
  position: relative;
  background-size: 1em;
}
.sitemap li:before {
  content: "";
  background: url("/typo3/sysext/core/Resources/Public/ExtJs/images/ol/join.gif") left top no-repeat;
  display: block;
  width: 1em;
  height: 1em;
  left: 0;
  top: 0;
  position: absolute;
  background-size: 1em;
}
.sitemap li:last-child:before,
.sitemap li li:last-child:before,
.sitemap li li li:last-child:before {
  background-color: #fff;
  background-image: url("/typo3/sysext/core/Resources/Public/ExtJs/images/ol/joinbottom.gif");
}
.sitemap li:last-child {
  background: none;
}
/* Search (Fluid) 

body .tx-kesearch-pi1 { font-size: 1em; }
body .tx-kesearch-pi1 form { margin: 0; padding: 1em; background: darken(#fff,2.5%); }
.tx-indexedsearch-searchbox { background: darken(#fff,5%); padding: 1em; box-sizing: border-box; 
	fieldset { margin: 0; padding: 0; border: none; }
	legend { display: none; }
	label { display: none; }
	#ke_search_sword,
	input { box-sizing: border-box; border: none; padding: 1em; line-height: 1em; width: 100%; height: 3em; position: relative; top: 0; }
	.tx-indexedsearch-form { float: left; width: calc(~"100% - 3em"); }
	.tx-indexedsearch-search-submit { float: left; width: 3em; }
	button { border: none; display: block; width: 3em; text-indent: -9999px; overflow: hidden; background: @primary; height: 3em; position: relative; .transition();
		&:hover { background: darken(@primary,5%); }
	}
	button:after { content: "\e811"; font-family: "fontello"; position: absolute; left: 0; top: 0; width: 3em; text-align: center; line-height: 3em; color: #fff; text-indent: 0; }
}

.tx-indexedsearch-browsebox { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
.tx-indexedsearch-res { float: left; width: 100%; padding: 1em; box-sizing: border-box; }
.tx-indexedsearch-res:nth-child(odd) { background: darken(#fff,2.5%); }
*/
/* Search Pagination 


.tx-indexedsearch-browsebox ul{ padding-left: 0; margin: 1em 0; list-style: none; }
.tx-indexedsearch-browsebox ul li { float: left; }
.tx-indexedsearch-browsebox ul li+li { margin-left: 0.5em; }
.tx-indexedsearch-browsebox ul li a { display: block; padding: .5em 1em; text-decoration: none; background: #fff; .transition(); }
.tx-indexedsearch-browsebox ul li a:hover { background: @secondary; color: #fff; }
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage a { color: #fff; cursor: default; background-color: @primary; }
*/
/* Search Pagination 

.browsebox { float: left; width: 100%; padding: 20px 0; margin: 0; } 
.browsebox ul { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
.browsebox li { display: inline-block !important; float: left; margin-right: 2px !important; }
.browsebox li:before { display: none; }
.browsebox a { display: block; padding: 5px 10px; background: #f2f2f2; color: #444; text-decoration: none; transition: all 0.2s ease-in-out 0s;}
.browsebox .tx-indexedsearch-browselist-currentPage a { background: @primary; color: #fff; }
.browsebox .tx-indexedsearch-browselist-currentPage a:hover { background: darken(@primary,10%); color: #fff; }
.browsebox a:hover { background: #c3c3c3; color: #fff; }
*/
/* Search (Fluid) */
body .tx-kesearch-pi1 {
  font-size: 1em;
}
body .tx-kesearch-pi1 .msg {
  padding: 1em;
}
body .tx-kesearch-pi1 form {
  margin: 0;
  padding: 1em;
  background: #f9f9f9;
  margin-bottom: 1em;
}
.tx-indexedsearch-searchbox {
  background: #f2f2f2;
  padding: 1em;
  box-sizing: border-box;
}
.tx-indexedsearch-searchbox fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.tx-indexedsearch-searchbox legend {
  display: none;
}
.tx-indexedsearch-searchbox label {
  display: none;
}
.tx-indexedsearch-searchbox #ke_search_sword,
.tx-indexedsearch-searchbox input {
  box-sizing: border-box;
  border: none;
  padding: 1em;
  line-height: 1em;
  width: 100%;
  height: 3em;
  position: relative;
  top: 0;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-form {
  float: left;
  width: calc(100% - 3em);
}
.tx-indexedsearch-searchbox .tx-indexedsearch-search-submit {
  float: left;
  width: 3em;
}
.tx-indexedsearch-searchbox button {
  border: none;
  display: block;
  width: 3em;
  text-indent: -9999px;
  overflow: hidden;
  background: #078195;
  height: 3em;
  position: relative;
  transition: all 0.2s ease-in-out 0s;
}
.tx-indexedsearch-searchbox button:hover {
  background: #066c7d;
}
.tx-indexedsearch-searchbox button:after {
  content: "\e811";
  font-family: "fontello";
  position: absolute;
  left: 0;
  top: 0;
  width: 3em;
  text-align: center;
  line-height: 3em;
  color: #fff;
  text-indent: 0;
}
.tx-indexedsearch-browsebox {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.tx-indexedsearch-res {
  float: left;
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
}
.tx-indexedsearch-res:nth-child(odd) {
  background: #f9f9f9;
}
body .tx-indexedsearch-browsebox {
  padding-left: 0;
  margin: 1em 0;
  list-style: none;
}
body .tx-indexedsearch-browsebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
body .tx-indexedsearch-browsebox li {
  float: left;
}
body .tx-indexedsearch-browsebox li + li {
  margin-left: 0.5em;
}
body .tx-indexedsearch-browsebox li a.next,
body .tx-indexedsearch-browsebox li a.prev,
body .tx-indexedsearch-browsebox li a {
  position: relative;
  display: block;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  color: #000;
  padding: 0 !important;
  text-decoration: none;
  background: #f9f9f9;
  transition: all 0.2s ease-in-out 0s;
}
body .tx-indexedsearch-browsebox li a:hover {
  background: #078195;
  color: #fff;
}
body .tx-indexedsearch-browsebox li a.current {
  color: #fff !important;
  cursor: default;
  background-color: #004167;
}
body .tx-indexedsearch-browsebox li a.next,
body .tx-indexedsearch-browsebox li a.prev {
  text-indent: -9999px;
}
body .tx-indexedsearch-browsebox li a.next:after,
body .tx-indexedsearch-browsebox li a.prev:after {
  font-family: "fontello";
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  text-indent: 0;
}
body .tx-indexedsearch-browsebox li a.next:after {
  content: "\e807";
}
body .tx-indexedsearch-browsebox li a.prev:after {
  content: "\e806";
}
/* Search Pagination */
.browsebox {
  float: left;
  width: 100%;
  padding: 20px 0;
  margin: 0;
}
.browsebox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 100%;
}
.browsebox li {
  display: inline-block !important;
  float: left;
  margin-right: 2px !important;
}
.browsebox li:before {
  display: none;
}
.browsebox a {
  display: block;
  padding: 5px 10px;
  background: #f2f2f2;
  color: #444;
  text-decoration: none;
  transition: all 0.2s ease-in-out 0s;
}
.browsebox .tx-indexedsearch-browselist-currentPage a {
  background: #004167;
  color: #fff;
}
.browsebox .tx-indexedsearch-browselist-currentPage a:hover {
  background: #002134;
  color: #fff;
}
.browsebox a:hover {
  background: #c3c3c3;
  color: #fff;
}
.glossary {
  float: left;
  width: 100%;
}
.glossary .char {
  float: left;
  width: 3em;
  height: 3em;
  text-align: center;
  line-height: 3em;
  background: #004167;
  border-radius: 100%;
  color: #fff;
}
.glossary a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5em;
  background: #f2f2f2;
  margin: 0.25em 0 0.25em 0;
}
.glossary a:hover {
  background: #004167;
  color: #fff;
  transition: all 0.2s ease-in-out 0s;
}
.glossary dl > dl {
  float: left;
  width: 100%;
}
.references {
  float: left;
  width: 100%;
}
.references ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 1em 0 0 0;
  list-style: none;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.references li {
  display: block;
  line-height: 5em;
  padding: 2.5em;
}
.references li img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  opacity: 0.7;
  width: 100%;
  height: auto;
  display: block;
  display: flex;
  justify-content: center;
}
@media (max-width: 500px) {
  body {
    font-size: 0.9em;
  }
  body h1,
  body .h1 {
    font-size: 2em;
  }
  body h2,
  body .h2 {
    font-size: 1.7em;
  }
  nav#mobile {
    display: block;
  }
  section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 2.5rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 1.625rem;
    margin: 0 0 0.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
  }
  .module2025.dce p {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
  }
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #top,
  .side.menu,
  #breadcrumbs,
  #header .nav {
    display: none;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #header.sticky {
    top: 0;
  }
  .banner .wrap {
    position: relative;
    padding: 1rem 1rem;
  }
  .banner .inner {
    max-width: 100%;
  }
  .banner .box {
    text-shadow: none;
  }
  .banner .box .h1,
  .banner .box .h2,
  .banner .box .h3 {
    color: #000;
  }
  .banner .box .lightImg {
    padding: 1em;
  }
  .banner .flex-control-nav {
    padding: 0 1rem;
    bottom: 1rem;
    box-sizing: border-box;
  }
  .banner.slider {
    background: #f2f2f2;
  }
  .banner.slider .wrap {
    padding-bottom: 2em;
  }
  #teasers li {
    width: 100%;
  }
  #teasers.img li {
    padding: 1em 0;
  }
  #services .left,
  #services .right,
  #services ul {
    width: 100%;
    padding-left: 0;
  }
  #services ul {
    padding-left: 0.5em;
  }
  #cta .inner {
    text-align: center;
  }
  #cta .right {
    padding: 1em 0 0 0;
  }
  #footer .left span {
    display: none;
  }
  #footer .inner {
    justify-content: center;
    padding: 2em 0;
  }
  #footer .inner > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer .middle {
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
  }
  .twoCol .col {
    width: 100%;
    padding: 0;
  }
  .content .inner > .left,
  .content .inner > .right {
    width: 100%;
  }
  .powermail_fieldset.row1 .powermail_fieldwrap {
    width: 100%;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  body {
    font-size: 0.9em;
  }
  body h1,
  body .h1 {
    font-size: 2.25em;
  }
  body h2,
  body .h2 {
    font-size: 1.75em;
  }
  section {
    padding-left: 5%;
    padding-right: 5%;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 2.75rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 2.75rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 1.875rem;
    margin: 0 0 0.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 0.5rem 0;
  }
  .module2025.dce p {
    font-size: 1rem;
    margin: 0 0 0.5rem 0;
  }
  nav#mobile {
    display: block;
  }
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #top .left {
    width: 100%;
  }
  #top .ico:after {
    width: 1em;
  }
  #top ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #top li {
    padding-left: 2em;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .logo {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner .wrap {
    position: relative;
    padding: 1rem 1rem;
  }
  .banner .inner {
    max-width: 100%;
  }
  .banner .box {
    text-shadow: none;
  }
  .banner .box .h1,
  .banner .box .h2,
  .banner .box .h3 {
    color: #000;
  }
  .banner .box .lightImg {
    padding: 1em;
  }
  .banner .flex-control-nav {
    padding: 0 1rem;
    bottom: 1rem;
    box-sizing: border-box;
  }
  .banner.slider {
    background: #f2f2f2;
  }
  .banner.slider .wrap {
    padding-bottom: 2em;
  }
  #teasers li {
    width: 50%;
  }
  #teasers.ico .h1 {
    font-size: 1.5em;
  }
  #services .left,
  #services .right,
  #services ul {
    width: 100%;
    padding-left: 0;
  }
  #services ul {
    padding-left: 0.5em;
  }
  #top .right,
  .side.menu,
  #breadcrumbs,
  #header .nav {
    display: none;
  }
  #footer .left span {
    display: none;
  }
  #footer .inner {
    justify-content: center;
    padding: 2em 0;
  }
  #footer .inner > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer .middle {
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
  }
  .twoCol .col {
    width: 100%;
    padding: 0;
  }
  .content .inner > .left,
  .content .inner > .right {
    width: 100%;
  }
  #cta .inner {
    text-align: center;
  }
  #cta .left {
    width: 100%;
  }
  #cta .right {
    padding: 1em 0 0 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sf-menu li a span {
    font-size: 0.75rem;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
  #header .logo,
  footer,
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    width: 100%;
  }
  #header .ani .a {
    padding: 1em 0.75em;
  }
  #header .nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #header .sf8 ul {
    left: auto;
    right: 0;
  }
  .banner .flex-control-nav,
  .banner.slider .wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .banner .box {
    font-size: 0.8em;
  }
  .banner .txt {
    display: none;
  }
  #teasers.ico .h1 {
    font-size: 1.5em;
  }
  #services .left,
  #services .right {
    width: 50%;
  }
  #services ul {
    width: 100%;
    padding-left: 0;
  }
  #services ul {
    padding-left: 0.5em;
  }
  #footer .left span {
    display: none;
  }
  #footer .inner {
    justify-content: center;
    padding: 2em 0;
  }
  #footer .inner > div {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #footer .middle {
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
  }
  .twoCol .col {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .sf-menu li a span {
    font-size: 0.75rem;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
  header .logo,
  footer,
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    width: 100%;
  }
  #header .ani .a {
    padding: 1em 0.75em;
  }
  #header .nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #header .sf8 ul {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .sf-menu li a span {
    font-size: 1rem;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce p {
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
  header .logo,
  footer,
  section {
    padding-left: 1em;
    padding-right: 1em;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1501px) {
  .sf-menu li a span {
    font-size: 1rem;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 3.25rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce p {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  header .logo,
  footer,
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1900px) {
  .sf-menu li a span {
    font-size: 1rem;
  }
  .module2025.dce h1,
  .module2025.dce .h1 {
    font-size: 4.25rem;
    margin: 0 0 2.5rem 0;
  }
  .module2025.dce h2,
  .module2025.dce .h2 {
    font-size: 4.25rem;
    margin: 0 0 2.5rem 0;
  }
  .module2025.dce h3,
  .module2025.dce .h3 {
    font-size: 40px;
    margin: 0 0 2rem 0;
  }
  .module2025.dce h4,
  .module2025.dce .h4 {
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
  }
  .module2025.dce p {
    font-size: 1.25rem;
    margin: 0 0 1rem 0;
  }
  header .logo,
  footer,
  section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  #header .logo {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
/***** Unified breakpoints *****/
/***** Margin between modules *****/
div.dce.dce13 {
  margin-top: 0;
}
.dce,
#map_canvas {
  margin: 4.5rem 0;
}
.dce.modul2b {
  margin: 0;
}
.dce.modul19 {
  padding: 4.5rem 0;
}
/* < 500px */
@media (max-width: 500px) {
  .dce,
  #map_canvas {
    margin: 1.5rem 0;
  }
}
/* 501–767px */
@media (min-width: 501px) and (max-width: 767px) {
  .dce,
  #map_canvas {
    margin: 2rem 0;
  }
}
/* 768–1023px */
@media (min-width: 768px) and (max-width: 1023px) {
  .dce,
  #map_canvas {
    margin: 2.5rem 0;
  }
}
/* 1024–1200px */
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce,
  #map_canvas {
    margin: 3rem 0;
  }
}
/* 1201–1500px */
@media (min-width: 1201px) and (max-width: 1500px) {
  .dce,
  #map_canvas {
    margin: 3.5rem 0;
  }
}
/* ≥1501px */
@media (min-width: 1501px) {
  .dce,
  #map_canvas {
    margin: 4.5rem 0;
  }
}
/***** Module 2 *****/
.dce.modul2-hero-home {
  position: relative;
}
.dce.modul2-hero-home::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
}
.dce.modul2-hero-home p:last-of-type {
  margin: 0;
}
.modul2-img {
  width: 100%;
  min-height: 600px;
  max-height: 720px;
  object-fit: cover;
}
.inner-text p,
.inner-text h1 {
  margin-top: 0;
  padding-top: 0;
  color: #004167;
  text-transform: none;
  hyphens: auto;
}
.inner-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.inner-text .wrap.wider .inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
._inner {
  grid-column: 1 / 8;
  text-align: left;
  background-color: rgba(248, 248, 248, 0.8);
  padding: 2rem;
}
section.dce.modul2-hero-home {
  margin-top: 0;
  margin-bottom: 0;
}
.dce.modul2-hero-home {
  padding-left: 0;
  padding-right: 0;
}
#cta a {
  font-weight: bold;
}
.modul2-hero-home .btn {
  color: #fff;
  background-color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #183e74;
  margin-top: 2rem;
}
.modul2-hero-home .btn:hover {
  background-color: #fff;
  font-weight: bold;
  color: #183e74;
  border: 2px solid #183e74;
  transition: all 0.3s ease-out;
}
.spacer-top {
  /* This spacer gets 1 part of the available space (1/3 of total space) */
  flex-grow: 3;
}
.spacer-bottom {
  /* This spacer gets 2 parts of the available space (2/3 of total space) */
  flex-grow: 1;
}
/* Module 2 responsive */
@media (max-width: 500px) {
  /* ≤500 */
  ._inner {
    grid-column: 1 / 13;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  /* 501–767 */
  ._inner {
    grid-column: 1 / 12;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  /* 768–1023 */
  ._inner {
    grid-column: 1 / 10;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  /* 1024–1200 */
  ._inner {
    grid-column: 1 / 8;
  }
}
@media (min-width: 1201px) {
  /* ≥1201 */
  ._inner {
    grid-column: 1 / 8;
  }
}
@media (min-width: 1500px) {
  /* ≥1201 */
  ._inner {
    grid-column: 1 / 8;
  }
}
/* Modul2b */
.dce.modul2b {
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
  position: relative;
}
.dce.modul2b::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
}
.dce.modul2b .left {
  background: linear-gradient(to right, #265787 0%, #183e74 100%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dce.modul2b h1 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  word-break: auto-phrase;
}
.dce.modul2b .modul2b-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.dce.modul2b p {
  color: #fff;
}
@media (max-width: 500px) {
  .dce.modul2b .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul2b .right {
    width: 100%;
  }
  .dce.modul2b .right img {
    aspect-ratio: 0.75;
  }
  .dce.modul2b .left {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 501px) {
  .dce.modul2b .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul2b .right {
    width: 100%;
  }
  .dce.modul2b .right img {
    aspect-ratio: 1;
  }
  .dce.modul2b .left {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .dce.modul2b .inner {
    display: flex;
    flex-direction: row;
  }
  .dce.modul2b .left {
    width: 50%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .dce.modul2b .right {
    width: 50%;
  }
  .dce.modul2b .right img {
    aspect-ratio: 1.33333333;
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .dce.modul2b .left {
    padding-left: 1em;
    padding-right: 1em;
  }
  .dce.modul2b .left,
  .dce.modul2b .right {
    width: 50%;
  }
}
@media (min-width: 1370px) {
  .dce.modul2b .left {
    padding-left: calc((100% - 1370px)/2 + 1em);
    padding-right: 8rem;
  }
  .dce.modul2b .left,
  .dce.modul2b .right {
    width: 50%;
  }
}
.dce.modul2b .btn {
  background-color: #fff;
  color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #fff;
}
.dce.modul2b .btn:hover {
  color: #fff;
  font-weight: bold;
  background-color: #183e74;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
}
/***** Module 3a/3b Headings & Text *****/
.modul3a .wrap.wider {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
}
@media (min-width: 0px) {
  .modul3a .wrap.wider .inner {
    grid-column: 1 / 13;
  }
}
@media (min-width: 767px) {
  .modul3a .wrap.wider .inner {
    grid-column: 1 / 13;
  }
}
@media (min-width: 1023px) {
  .modul3a .wrap.wider .inner {
    grid-column: 1 / 10;
  }
}
@media (min-width: 1200px) {
  .modul3a .wrap.wider .inner {
    grid-column: 1 / 10;
  }
}
.modul3a h2,
.modul3b h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
}
.modul3a h3,
.modul3b h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
}
.modul3a p,
.modul3b p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #414e56;
}
/***** Module 3b: two-column responsive *****/
.modul3b .inner {
  display: flex;
  flex-wrap: wrap;
  /* ≥768px: 50/50 columns */
  /* ≥1024px: 60/40 split (optional) */
}
.modul3b .inner .text-left,
.modul3b .inner .text-right {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}
@media (max-width: 500px) {
  .modul3b .inner .text-left {
    margin-bottom: 1rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .modul3b .inner .text-left {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .modul3b .inner .text-left {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1024px) {
  .modul3b .inner .text-left {
    margin-bottom: 2rem;
  }
}
/* Modul4 */
.dce.modul4 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
}
.dce.modul4 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 500px) {
  .dce.modul4 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul4 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul4 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul4 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.dce.modul4 ul li {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul4 ul li img {
  transform: scale(1.1);
  transition: all 0.3s ease-in;
}
.dce.modul4 ul li .image-container {
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul4 ul .inn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #183e74;
  padding: 0.5rem 0 0.5rem 1rem;
  border-radius: 4px;
}
@media (max-width: 1200px) {
  .dce.modul4 ul .inn {
    padding: 1rem 0 1rem 1rem;
  }
}
.dce.modul4 ul .inn h3 {
  color: #fff;
  text-transform: none;
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}
.dce.modul4 ul li a:hover img {
  transform: scale(1.2);
  transition: all 0.2s ease-in;
}
.dce.modul4 ul img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.27;
  object-fit: cover;
}
.dce.modul4 ul li img {
  transition: transform 0.2s ease-in;
  /* base state */
  display: block;
  /* avoid inline gaps */
}
/* Modul5 */
.dce.modul5 {
  background-color: #ebf4fe;
}
.dce.modul5 > .wrap > .inner.title {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.dce.modul5 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
  grid-column: 1 / 11;
}
@media (min-width: 0px) and (max-width: 767px) {
  .dce.modul5 h2 {
    grid-column: 1 / 13;
  }
}
@media (max-width: 500px) {
  .dce.modul5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul5 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul5 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul5 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
.dce.modul5 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dce.modul5 ul h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 1rem 0;
}
.dce.modul5 ul img {
  width: 40%;
  margin: 10px auto 0 auto;
}
@media (min-width: 0px) and (max-width: 767px) {
  .dce.modul5 ul img {
    width: 3rem;
  }
}
.dce.modul5 ul li {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
}
.dce.modul5 ul li .inn {
  grid-column: 2 / 11;
}
@media (min-width: 0px) and (max-width: 767px) {
  .dce.modul5 ul li .inn {
    grid-column: 1 / 13;
  }
}
.dce.modul5 ul li .image-container {
  grid-column: 1 / 2;
  margin: 0 0 0rem 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .dce.modul5 ul li .image-container {
    grid-column: 5 / 8;
  }
}
.dce.modul5 .btn-container {
  text-align: center;
}
.dce.modul5 .btn {
  background-color: #183e74;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #183e74;
  margin-top: 2rem;
}
.dce.modul5 .btn:hover {
  color: #183e74;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #183e74;
  transition: all 0.3s ease-out;
}
/* Modul 7 */
.dce.modul7 {
  width: 100%;
  padding: 0;
  background-repeat: no-repeat;
}
.dce.modul7 .left {
  background: linear-gradient(to right, #265787 0%, #183e74 100%);
}
.dce.modul7 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: center;
  margin: 0 0 2rem 0;
  text-align: left;
}
.dce.modul7 .modul7-img {
  height: 100%;
  min-height: 400px;
  object-fit: cover;
}
.dce.modul7 p {
  color: #fff;
}
@media (max-width: 500px) {
  .dce.modul7 .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 100%;
  }
  .dce.modul7 .left {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dce.modul7 p {
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 501px) {
  .dce.modul7 .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 100%;
  }
  .dce.modul7 .left {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dce.modul7 p {
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 768px) {
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 100%;
  }
  .dce.modul7 .left {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dce.modul7 p {
    margin: 0 0 1.5rem 0;
  }
}
@media (min-width: 1024px) {
  .dce.modul7 .inner {
    display: flex;
    flex-direction: row;
  }
  .dce.modul7 .left {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 50%;
  }
  .dce.modul7 p {
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 1201px) {
  .dce.modul7 .left {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 50%;
  }
  .dce.modul7 p {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1370px) {
  .dce.modul7 .left {
    padding-left: calc((100% - 1370px)/2 + 1em);
    padding-right: 8rem;
  }
  .dce.modul7 .left,
  .dce.modul7 .right {
    width: 50%;
  }
  .dce.modul7 p {
    margin: 0 0 2.5rem 0;
  }
}
@media (min-width: 1501px) {
  .dce.modul7 .left {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
}
.dce.modul7 .btn {
  background-color: #fff;
  color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #fff;
}
.dce.modul7 .btn:hover {
  color: #fff;
  font-weight: bold;
  background-color: #183e74;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
}
/* Modul 8 */
.dce.modul8 {
  width: 100%;
  padding: 0;
  background: linear-gradient(to left, rgba(235, 244, 254, 0.2) 0%, rgba(172, 199, 215, 0.2) 50%, rgba(139, 175, 198, 0.2) 100%);
  background-repeat: no-repeat;
}
.dce.modul8 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #183e74;
  text-transform: none;
  hyphens: auto;
  text-align: center;
  margin: 0;
  text-align: left;
}
.dce.modul8 .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul8 .right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dce.modul8 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dce.modul8 ul li {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 500px) {
  .dce.modul8 .inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .dce.modul8 h2 {
    text-align: center;
  }
  .dce.modul8 .left,
  .dce.modul8 .right {
    width: 100%;
  }
  .dce.modul8 .left {
    margin-bottom: 1rem;
    justify-content: center;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
@media (min-width: 501px) {
  .dce.modul8 .inner {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 2rem;
  }
  .dce.modul8 .left,
  .dce.modul8 .right {
    width: 100%;
  }
  .dce.modul8 .left {
    padding-left: 1rem;
    margin-bottom: 1rem;
    justify-content: flex-start;
  }
  .dce.modul8 .right {
    padding-right: 1rem;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .dce.modul8 .inner {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 4rem;
    gap: 2rem;
  }
  .dce.modul8 .left,
  .dce.modul8 .right {
    width: 100%;
  }
  .dce.modul8 .left {
    padding-left: 1rem;
    margin-bottom: 1rem;
  }
  .dce.modul8 .right {
    padding-right: 1rem;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
@media (min-width: 1024px) {
  .dce.modul8 .inner {
    display: flex;
    flex-direction: row;
    gap: 2rem;
  }
  .dce.modul8 .inner {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .dce.modul8 .left {
    margin-bottom: 0;
  }
  .dce.modul8 .left,
  .dce.modul8 .right {
    width: 50%;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
@media (min-width: 1201px) {
  .dce.modul8 .inner {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .dce.modul8 .left {
    padding-left: 1em;
  }
  .dce.modul8 .right {
    padding-right: 1em;
  }
  .dce.modul8 .left,
  .dce.modul8 .right {
    width: 50%;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
@media (min-width: 1501px) {
  .dce.modul8 .inner {
    padding-top: 14rem;
    padding-bottom: 14rem;
    gap: 2rem;
  }
  .dce.modul8 ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .dce.modul8 li {
    padding: 1rem 1rem;
    background: #ffffff;
  }
}
/* Modul 9 */
.dce.modul9 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.dce.modul9 .title h2 {
  color: #004167;
}
.dce.modul9 .title h2.text-center {
  text-align: center;
}
.dce.modul9 .inner.text-right {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul9 .inner.text-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dce.modul9 .inner.text-left {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul9 .inner.text-left::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dce.modul9 .inner {
  border-radius: 4px;
}
.dce.modul9 .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.dce.modul9 .inner .left,
.dce.modul9 .inner .right {
  background-color: #133566;
}
.dce.modul9 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: center;
  text-align: left;
}
.dce.modul9 h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: center;
  margin: 0 0 0.5rem 0;
  text-align: left;
  word-break: keep-all;
  /* Handles Firefox and Safari */
  word-break: auto-phrase;
  /* Overwrites for Chrome/Chromium browsers */
}
.dce.modul9 .modul9-img {
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  transform: scale(0.75);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .dce.modul9 .modul9-img {
    margin: 0 auto;
    transform: scale(1);
    width: calc(100% - 2rem);
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.dce.modul9 img[title="BL_Siegel_Award"] {
  background-color: white;
}
.dce.modul9 p {
  color: #fff;
}
@media (max-width: 500px) {
  .dce.modul9 .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 100%;
  }
  .dce.modul9 .left {
    padding: 0 2rem 2rem 1rem;
  }
  .dce.modul9 .left .btn {
    margin-top: 1rem;
  }
}
@media (min-width: 501px) {
  .dce.modul9 .inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 100%;
  }
  .dce.modul9 .left {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .dce.modul9 .btn {
    margin-top: 1.5rem;
  }
}
@media (min-width: 768px) {
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 100%;
  }
  .dce.modul9 .left {
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 4rem;
  }
  .dce.modul9 .btn {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .dce.modul9 .inner.text-left {
    display: flex;
    flex-direction: row;
  }
  .dce.modul9 .inner.text-right {
    display: flex;
    flex-direction: row-reverse;
  }
  .dce.modul9 .left {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 50%;
  }
  .dce.modul9 .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul9 .left {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 50%;
  }
  .dce.modul9 .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1370px) {
  .dce.modul9 .left,
  .dce.modul9 .right {
    width: 50%;
  }
  .dce.modul9 .btn {
    margin-top: 2rem;
  }
}
@media (min-width: 1501px) {
  .dce.modul9 .left {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.dce.modul9 .btn {
  background-color: #fff;
  color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #fff;
}
.dce.modul9 .btn:hover {
  color: #fff;
  font-weight: bold;
  background-color: #183e74;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
}
/* Home page modul9 last one */
#page1 a[href="/kontakt"].btn,
#page15 a[href="/kontakt"].btn,
#page74 a[href="/kontakt"].btn,
#page75 a[href="/kontakt"].btn,
#page76 a[href="/kontakt"].btn,
#page77 a[href="/kontakt"].btn,
#page78 a[href="/kontakt"].btn,
#page79 a[href="/kontakt"].btn,
#page83 a[href="/kontakt"].btn,
#page84 a[href="/kontakt"].btn,
#page85 a[href="/kontakt"].btn,
#page46 a[href="/kontakt"].btn,
#page86 a[href="/kontakt"].btn,
#page87 a[href="/kontakt"].btn,
#page49 a[href="/kontakt"].btn,
#page50 a[href="/kontakt"].btn,
#page51 a[href="/kontakt"].btn,
#page52 a[href="/kontakt"].btn,
#page20 a[href="/kontakt"].btn,
#page88 a[href="/kontakt"].btn,
#page89 a[href="/kontakt"].btn,
#page38 a[href="/kontakt"].btn,
#page40 a[href="/kontakt"].btn {
  background-color: #4ce1cd;
  color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #4ce1cd;
}
#page1 a[href="/kontakt"].btn:hover,
#page15 a[href="/kontakt"].btn:hover,
#page74 a[href="/kontakt"].btn:hover,
#page75 a[href="/kontakt"].btn:hover,
#page76 a[href="/kontakt"].btn:hover,
#page77 a[href="/kontakt"].btn:hover,
#page78 a[href="/kontakt"].btn:hover,
#page79 a[href="/kontakt"].btn:hover,
#page83 a[href="/kontakt"].btn:hover,
#page84 a[href="/kontakt"].btn:hover,
#page85 a[href="/kontakt"].btn:hover,
#page46 a[href="/kontakt"].btn:hover,
#page86 a[href="/kontakt"].btn:hover,
#page87 a[href="/kontakt"].btn:hover,
#page49 a[href="/kontakt"].btn:hover,
#page50 a[href="/kontakt"].btn:hover,
#page51 a[href="/kontakt"].btn:hover,
#page52 a[href="/kontakt"].btn:hover,
#page20 a[href="/kontakt"].btn:hover,
#page88 a[href="/kontakt"].btn:hover,
#page89 a[href="/kontakt"].btn:hover,
#page38 a[href="/kontakt"].btn:hover,
#page40 a[href="/kontakt"].btn:hover {
  background-color: #183e74;
  color: #4ce1cd;
  font-weight: bold;
  border: 2px solid #4ce1cd;
  transition: all 0.3s ease-out;
}
/* Modul 10 */
.dce.modul10 {
  background-color: #e7f2fd;
}
@media (max-width: 500px) {
  .dce.modul10 {
    padding: 1.5rem 2rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul10 {
    padding: 2rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul10 {
    padding: 2.5rem 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul10 {
    padding: 3rem 2rem;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .dce.modul10 {
    padding: 3.5rem 2rem;
  }
}
@media (min-width: 1501px) {
  .dce.modul10 {
    padding: 4.5rem 2rem;
  }
}
.dce.modul10 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
}
.dce.modul10 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dce.modul10 ul li {
  background-color: #fff;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.dce.modul10 ul li .text {
  text-align: left;
  padding: 2rem 2rem 6rem 2rem;
}
.dce.modul10 ul li .name {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.dce.modul10 ul li .name p {
  font-weight: bold;
}
.dce.modul10 ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background-color: #15ddc6;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.dce.modul10 ul img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 500px) {
  .dce.modul10 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul10 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul10 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul10 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul10 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.dce.modul10 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul10 ul li .text-container {
  text-align: center;
  padding: 0 1rem;
}
.dce.modul11 > .wrap.wider > .inner {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul11 > .wrap.wider > .inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
}
.dce.modul11 .inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 500px) {
  .dce.modul11 .inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dce.modul11 .inner {
    flex-direction: column;
  }
}
.dce.modul11 .inner .left {
  width: 75%;
  background: linear-gradient(to left, #265787 0%, #183e74 50%, #183e74 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) {
  .dce.modul11 .inner .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dce.modul11 .inner .left {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .dce.modul11 .inner .left {
    width: 75%;
  }
}
.dce.modul11 .inner .left .inner {
  width: 100%;
  padding: 0 4rem 0 4rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 0) {
  .dce.modul11 .inner .left .inner {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 500px) {
  .dce.modul11 .inner .left .inner {
    padding: 2rem 2rem 2rem 2rem;
  }
}
@media (min-width: 767px) {
  .dce.modul11 .inner .left .inner {
    padding: 2rem 4rem 2rem 4rem;
  }
}
@media (min-width: 1023px) {
  .dce.modul11 .inner .left .inner {
    padding: 2rem 4rem 2rem 4rem;
  }
}
@media (min-width: 1200px) {
  .dce.modul11 .inner .left .inner {
    padding: 2rem 4rem 2rem 4rem;
  }
}
.dce.modul11 .inner .left .inner h2,
.dce.modul11 .inner .left .inner h3 {
  font-family: "Rajdhani", serif;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0;
}
@media (max-width: 500px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1200px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 1500px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 2.125rem;
  }
}
@media (max-width: 1899px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 2.125rem;
  }
}
@media (min-width: 1900px) {
  .dce.modul11 .inner .left .inner h2,
  .dce.modul11 .inner .left .inner h3 {
    font-size: 2.815rem;
  }
}
.dce.modul11 .inner .left .inner .btn {
  height: fit-content;
  background-color: #4ce1cd;
  color: #183e74;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #4ce1cd;
  white-space: nowrap;
}
.dce.modul11 .inner .left .inner .btn:hover {
  background-color: #183e74;
  color: #4ce1cd;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #4ce1cd;
}
.dce.modul11 .inner .right {
  width: 25%;
  background-color: #ebf4fe;
}
@media (min-width: 0px) {
  .dce.modul11 .inner .right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dce.modul11 .inner .right {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .dce.modul11 .inner .right {
    width: 25%;
  }
}
.dce.modul11 .inner .right img {
  width: 100%;
}
@media (max-width: 500px) {
  .dce.modul11 .inner .right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dce.modul11 .inner .right {
    width: 100%;
  }
}
.dce.modul11 .inner .right .right-inner {
  padding: 2rem;
  /*         p:last-of-type {
          @media (max-width: @bp-xs) {
            margin: 0 0 1rem 0;
          }
          @media (max-width: @bp-sm) {
            margin: 0 0 1.5rem 0;
          }
          @media (max-width: @bp-md) {
            margin: 0 0 1.5rem 0;
          }
          @media (max-width: @bp-lg) {
            margin: 0 0 2rem 0;
          }
          @media (max-width: @bp-xl) {
            margin: 0 0 2rem 0;
          }
          @media (min-width: (@bp-xl + 1)) {
            margin: 0 0 2rem 0;
          }
        } */
}
.dce.modul11 .inner .right .right-inner p {
  hyphens: auto;
}
.dce.modul11 .inner .right .name p {
  font-weight: bold;
  margin-bottom: 1rem;
}
.dce.modul11 .inner .right .position {
  margin-bottom: 1rem;
}
.dce.modul11 .inner .right .phone {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul11 .inner .right .phone .icon {
  height: 3rem;
  object-fit: cover;
  width: auto;
  margin-right: 1rem;
}
.dce.modul11 .inner .right .phone ._btn {
  height: fit-content;
  color: #183e74;
}
.dce.modul11 .inner .right .email {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
.dce.modul11 .inner .right .email .icon {
  width: 2rem;
  object-fit: cover;
  margin-right: 1rem;
}
.dce.modul11 .inner .right .email ._btn {
  height: fit-content;
  color: #183e74;
}
.dce.modul15 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
}
.dce.modul15 h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .dce.modul15 h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1024px) {
  .dce.modul15 h3 {
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
  }
}
.dce.modul15 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dce.modul15 ul li {
  background-color: #ebf4fe;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul15 ul li .text {
  text-align: left;
  padding: 4rem 2rem 4rem 2rem;
}
.dce.modul15 ul img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 500px) {
  .dce.modul15 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul15 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul15 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul15 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul15 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.dce.modul15 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul15 ul li .text {
  text-align: left;
  padding: 4rem 4rem;
}
@media (max-width: 767px) {
  .dce.modul15 ul li .text {
    text-align: left;
    padding: 4rem 4rem;
  }
}
@media (max-width: 1023px) {
  .dce.modul15 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
@media (max-width: 1200px) {
  .dce.modul15 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
.dce.modul16 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
}
.dce.modul16 h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .dce.modul16 h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1024px) {
  .dce.modul16 h3 {
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
  }
}
.dce.modul16 ul {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.dce.modul16 ul li.inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 500px) {
  .dce.modul16 ul li.inner {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .dce.modul16 ul li.inner {
    flex-direction: column;
  }
}
.dce.modul16 ul li.inner .right {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 0px) {
  .dce.modul16 ul li.inner .right {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dce.modul16 ul li.inner .right {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .dce.modul16 ul li.inner .right {
    width: 75%;
  }
}
.dce.modul16 ul li.inner .left {
  width: 25%;
  background-color: #ebf4fe;
}
@media (min-width: 0px) {
  .dce.modul16 ul li.inner .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .dce.modul16 ul li.inner .left {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .dce.modul16 ul li.inner .left {
    width: 25%;
  }
}
.dce.modul16 ul li.inner .left img {
  width: 100%;
  padding: 2rem;
}
@media (max-width: 500px) {
  .dce.modul16 ul li.inner .left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dce.modul16 ul li.inner .left {
    width: 100%;
  }
}
.dce.modul17 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
}
.dce.modul17 h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .dce.modul17 h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1024px) {
  .dce.modul17 h3 {
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
  }
}
.dce.modul17 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dce.modul17 ul li {
  background-color: #ebf4fe;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul17 ul li .text {
  text-align: left;
  padding: 4rem 2rem 4rem 2rem;
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul17 ul li .text {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.dce.modul17 ul img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 500px) {
  .dce.modul17 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul17 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul17 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul17 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul17 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.dce.modul17 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul17 ul li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .dce.modul17 ul li .text {
    text-align: left;
    padding: 4rem 6rem;
  }
}
@media (max-width: 1023px) {
  .dce.modul17 ul li .text {
    text-align: left;
    padding: 2rem 4rem;
  }
}
@media (max-width: 1200px) {
  .dce.modul17 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
.dce.modul17 ul li .text .download-link.btn {
  background-color: #183e74;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #183e74;
}
.dce.modul17 ul li .text .download-link.btn:hover {
  color: #183e74;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #183e74;
  transition: all 0.3s ease-out;
}
.dce.accordion h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
  margin: 0 0 2rem 0;
}
.dce.accordion h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #004167;
  text-transform: none;
  hyphens: auto;
  text-align: left;
}
@media (max-width: 1023px) {
  .dce.accordion h3 {
    font-size: 1.5rem;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .dce.accordion h3 {
    font-size: 1.875rem;
    margin: 0;
  }
}
.dce.modul19 {
  background: #265787;
  padding: 10rem 0;
  background: -webkit-linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: -moz-linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
  position: relative;
}
.dce.modul19::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #4ce1cd;
}
.dce.modul19 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #fff;
  text-transform: none;
  hyphens: auto;
  text-align: center;
  margin: 0 0 2rem 0;
}
.dce.modul19 h3 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: none;
  hyphens: auto;
  text-align: center;
}
@media (max-width: 1023px) {
  .dce.modul19 h3 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
  }
}
@media (min-width: 1024px) {
  .dce.modul19 h3 {
    font-size: 1.875rem;
    margin: 0 0 1rem 0;
  }
}
.dce.modul19 .inner {
  text-align: center;
}
.dce.modul19 .btn {
  margin-top: 2rem;
  background-color: #4ce1cd;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #4ce1cd;
}
.dce.modul19 .btn:hover {
  color: #4ce1cd;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #4ce1cd;
  transition: all 0.3s ease-out;
}
.dce.modul19 ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dce.modul19 ul li {
  color: #ffffff;
  text-wrap-style: balance;
}
.dce.modul19 ul li p {
  text-align: center;
}
.dce.modul19 ul img {
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 500px) {
  .dce.modul19 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 501px) and (max-width: 767px) {
  .dce.modul19 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dce.modul19 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .dce.modul19 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (min-width: 1201px) {
  .dce.modul19 ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.dce.modul19 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.dce.modul19 ul li .text {
  text-align: left;
  padding: 2rem 2rem;
}
@media (max-width: 767px) {
  .dce.modul19 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
@media (max-width: 1023px) {
  .dce.modul19 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
@media (max-width: 1200px) {
  .dce.modul19 ul li .text {
    text-align: left;
    padding: 2rem 2rem;
  }
}
.dce.modul6 {
  padding-left: 0;
  padding-right: 0;
}
.dce.modul6 .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.dce.modul6 .swiper-slide-next h3 {
  opacity: 1;
  bottom: 0;
  transition: all 0.3s ease-in;
}
.dce.modul6 .link-text {
  width: 100%;
  font-family: "Rajdhani", serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #ffffff;
  background-color: #183e74;
  padding: 0.5rem 0;
  text-transform: none;
  hyphens: none;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}
.dce.modul6 .swiper-button-next,
.dce.modul6 .swiper-button-prev {
  color: #265787;
}
.dce.modul6 h2 {
  font-family: "Rajdhani", serif;
  font-weight: 700;
  color: #265787;
  text-transform: none;
  hyphens: auto;
  text-align: left;
}
.dce.modul6 .btn-container {
  text-align: center;
  margin-top: 2rem;
}
.dce.modul6 .btn {
  background-color: #183e74;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #183e74;
}
.dce.modul6 .btn:hover {
  color: #183e74;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #183e74;
  transition: all 0.3s ease-out;
}
.dce.modul6 .text {
  text-align: center;
}
section.bgbl#cta {
  background: #265787;
  background: -webkit-linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: -moz-linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
  background: linear-gradient(45deg, #090e54 0%, #183e74 50%, #265787 100%);
}
section.bgbl#cta a.ani {
  background-color: #fff;
  color: #183e74;
  text-transform: none;
  border-radius: 4px;
  border: 2px solid #fff;
  text-decoration: none;
  line-height: 1rem;
  padding: 1rem 2.5rem;
  display: inline-block;
  transition: all 0.2s ease-in-out 0s;
  position: relative;
  box-sizing: border-box;
  font-size: 1rem;
  text-transform: uppercase;
}
section.bgbl#cta a.ani:hover {
  color: #fff;
  background-color: #183e74;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
}
/* Form */
form.powermail_form {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
form.powermail_form .powermail_fieldwrap .powermail_input,
form.powermail_form .powermail_fieldwrap .powermail_textarea,
form.powermail_form .powermail_fieldwrap select {
  color: #414e56;
  border: 1px solid #004167;
}
form.powermail_form .powermail_fieldwrap_upload {
  padding: 1rem;
}
@media (max-width: 1023px) {
  form.powermail_form .powermail_fieldwrap_upload .powermail_field {
    margin-top: 1rem;
  }
}
form.powermail_form .powermail_fieldwrap_upload .powermail_label {
  padding: 0;
}
@media (max-width: 1023px) {
  form.powermail_form .powermail_fieldwrap_upload .powermail_label {
    width: 100%;
    float: none;
    margin-right: 0;
    text-align: center;
    padding: 0.5rem;
  }
}
form.powermail_form .powermail_fieldwrap_absenden .powermail_field {
  text-align: center;
}
form.powermail_form .powermail_fieldset.powermail_fieldset_6,
form.powermail_form .powermail_fieldset.powermail_fieldset_7,
form.powermail_form .powermail_fieldset.powermail_fieldset_16,
form.powermail_form .powermail_fieldset.powermail_fieldset_17 {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1023px) {
  form.powermail_form .powermail_fieldset.powermail_fieldset_6,
  form.powermail_form .powermail_fieldset.powermail_fieldset_7,
  form.powermail_form .powermail_fieldset.powermail_fieldset_16,
  form.powermail_form .powermail_fieldset.powermail_fieldset_17 {
    flex-direction: column;
  }
}
form.powermail_form .powermail_fieldset.powermail_fieldset_6 .powermail_field,
form.powermail_form .powermail_fieldset.powermail_fieldset_7 .powermail_field,
form.powermail_form .powermail_fieldset.powermail_fieldset_16 .powermail_field,
form.powermail_form .powermail_fieldset.powermail_fieldset_17 .powermail_field {
  width: 100%;
}
form.powermail_form .powermail_fieldset.powermail_fieldset_6 .powermail_field .powermail_input,
form.powermail_form .powermail_fieldset.powermail_fieldset_7 .powermail_field .powermail_input,
form.powermail_form .powermail_fieldset.powermail_fieldset_16 .powermail_field .powermail_input,
form.powermail_form .powermail_fieldset.powermail_fieldset_17 .powermail_field .powermail_input,
form.powermail_form .powermail_fieldset.powermail_fieldset_6 .powermail_field .powermail_textarea,
form.powermail_form .powermail_fieldset.powermail_fieldset_7 .powermail_field .powermail_textarea,
form.powermail_form .powermail_fieldset.powermail_fieldset_16 .powermail_field .powermail_textarea,
form.powermail_form .powermail_fieldset.powermail_fieldset_17 .powermail_field .powermail_textarea {
  width: 100%;
}
form.powermail_form .powermail_fieldset.powermail_fieldset_8 {
  display: flex;
  flex-direction: column;
}
form.powermail_form .powermail_fieldset.powermail_fieldset_8 .powermail_field {
  width: 100%;
}
form.powermail_form .powermail_fieldset.powermail_fieldset_8 .powermail_field .powermail_input,
form.powermail_form .powermail_fieldset.powermail_fieldset_8 .powermail_field .powermail_textarea {
  width: 100%;
}
.powermail_form_7 .powermail_fieldwrap .powermail_label {
  display: none;
}
.powermail_form_7 .powermail_fieldwrap select {
  width: 100%;
}
.powermail_form_7 .powermail_fieldwrap .powermail_textarea {
  width: 100%;
}
/* Historie */
.historyWrapper p {
  padding: 1em 0;
}
.ns-faq-list-wrap .container {
  margin-bottom: 2em;
}
/* Text Modul */
.dce.text.nomargin {
  margin-bottom: 0;
}
