*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

#root, #__next {
  isolation: isolate; }

h1, h2, h3, h4, h5, h6, strong {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v16-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v16-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-300.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-300.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-300.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-300.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700.svg#RobotoCondensed") format("svg");
  /* Legacy iOS */ }
header {
  height: 150px;
  padding-block: var(--unit-25);
  box-sizing: border-box;
  padding-inline: var(--unit-20);
  transition: max-height .25s linear; }
  @media (min-width: 1024px) {
    header {
      padding-block: var(--unit-25) 0; } }
  @media screen and (min-width: 1171px) {
    header {
      padding-inline: 0; } }
  @media (min-width: 1024px) {
    header .headergrid {
      display: grid;
      justify-content: flex-start;
      grid-template-columns: 100px 1fr;
      height: 120px; }
      header .headergrid .mainnavigation {
        justify-self: end; } }
  @media (min-width: 1024px) {
    header .headergrid .header-right-content {
      position: relative;
      top: -20px; } }
  header .header_contact a {
    color: var(--text-color); }
  header .logo {
    width: 100px; }
    header .logo .content-image, header .logo figure {
      width: inherit;
      line-height: 0; }
    header .logo img {
      width: 100%;
      height: auto; }

.header_contact {
  overflow: hidden;
  height: 70px;
  display: none; }
  @media (min-width: 1024px) {
    .header_contact {
      display: block; } }
  .header_contact ul {
    float: right;
    padding: 0;
    height: 20px;
    margin: 25px 0;
    overflow: hidden; }
  .header_contact ul li {
    float: left;
    list-style-type: none;
    height: 20px;
    line-height: 20px; }
  .header_contact ul li a {
    text-decoration: none; }
  .header_contact ul.contact_items li {
    margin-left: 30px;
    font-size: 14px; }
    .header_contact ul.contact_items li.phone a {
      background-image: url(../img/phone.svg);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: auto 18px;
      padding-left: 30px; }
    .header_contact ul.contact_items li.mail a {
      background-image: url(../img/mail.svg);
      background-repeat: no-repeat;
      background-position: center left;
      background-size: auto 18px;
      padding-left: 40px; }
  .header_contact ul.social_items {
    padding-right: 30px; }
  .header_contact ul.social_items li.twitter {
    background-image: url(../img/twitter.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 18px;
    width: 20px;
    margin-right: 15px; }
  .header_contact ul.social_items li.facebook {
    background-image: url(../img/facebook.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 18px;
    width: 10px; }
  .header_contact ul.social_items li a {
    display: block;
    height: 100%; }

.menubutton {
  cursor: pointer;
  width: 40px;
  position: absolute;
  top: 55px;
  right: var(--unit-20); }
  .menubutton span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--swbutton-line-color);
    margin-block-end: 10px; }
  @media (min-width: 1024px) {
    .menubutton {
      display: none; } }

.activeheader {
  height: auto !important; }

.mainnavigation nav {
  background-color: var(--mainnav-background);
  position: relative;
  z-index: 999;
  margin-bottom: 30px;
  height: 100vh;
  display: none; }
  @media (min-width: 1024px) {
    .mainnavigation nav {
      display: block;
      height: auto; } }
  .mainnavigation nav ul {
    margin: 0;
    padding: var(--unit-25) 0 0 0;
    font-weight: 600; }
    @media (min-width: 1024px) {
      .mainnavigation nav ul {
        padding: 0; } }
  .mainnavigation nav li {
    list-style-type: none;
    text-align: center;
    position: relative; }
  .mainnavigation nav a {
    color: var(--text-color); }
  .mainnavigation nav .level_1 > li.last {
    border-bottom: 2px solid #D8D8D8; }
  .mainnavigation nav li a, .mainnavigation nav span {
    height: 64px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase; }
  .mainnavigation nav li span {
    color: var(--nav-active-color); }
  .mainnavigation nav li.submenu {
    position: relative;
    display: block;
    margin-inline: auto; }
  .mainnavigation nav .submenubutton {
    display: block;
    position: absolute;
    right: 30%;
    top: 13px; }
    @media screen and (min-width: 500px) {
      .mainnavigation nav .submenubutton {
        right: 35%; } }
    @media screen and (min-width: 700px) {
      .mainnavigation nav .submenubutton {
        right: 40%; } }
    .mainnavigation nav .submenubutton svg {
      width: 15px;
      height: auto; }
    @media (min-width: 1024px) {
      .mainnavigation nav .submenubutton {
        display: none; } }
  .mainnavigation nav .level_2 {
    display: none; }
    @media (min-width: 1024px) {
      .mainnavigation nav .level_2 {
        display: block; } }
  .mainnavigation nav .level_2 > li {
    background-color: var(--subnav-background-color);
    border-top: 2px solid var(--signatureLightGrey); }
  .mainnavigation nav .nav-submenu-toggle {
    display: block;
    width: 50px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0; }
    .mainnavigation nav .nav-submenu-toggle a {
      display: block;
      height: 64px;
      width: 50px; }
      .mainnavigation nav .nav-submenu-toggle a.closed {
        background: url(../img/mobile_navi_subnav_arrow_inactive.svg) no-repeat center center; }
      .mainnavigation nav .nav-submenu-toggle a.opened {
        background: url(../img/mobile_navi_subnav_arrow_active.svg) no-repeat center center; }
  .mainnavigation nav .activesubmenu ul {
    display: block !important; }
  @media (min-width: 1024px) {
    .mainnavigation nav {
      font-size: 17px;
      border-top: 1px solid var(--signatureLightGrey);
      padding-left: 50px;
      /*Level2 of the header navigation*/ }
      .mainnavigation nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        float: right; }
      .mainnavigation nav .level_1 > li {
        float: left;
        position: relative;
        text-transform: uppercase;
        margin-right: 40px;
        height: 70px;
        line-height: 70px; }
        .mainnavigation nav .level_1 > li:last-child {
          margin: 0; }
        .mainnavigation nav .level_1 > li.active:before, .mainnavigation nav .level_1 > li.trail:before {
          content: '';
          display: block;
          border-top: 3px solid var(--nav-line);
          margin-top: -2px;
          margin-bottom: -1px; }
      .mainnavigation nav .level_1 a, .mainnavigation nav .level_1 span {
        text-decoration: none;
        font-weight: 400;
        white-space: nowrap; }
      .mainnavigation nav .level_1 a {
        color: var(--text-color); }
      .mainnavigation nav a:hover {
        color: var(--nav-active-color); }
      .mainnavigation nav .level_2 {
        position: absolute;
        left: -9999em;
        z-index: 9999;
        top: 74px; }
      .mainnavigation nav .level_2 li {
        height: 45px;
        text-align: left;
        line-height: 45px;
        background-color: var(--navbar-color);
        padding: 0 15px !important;
        border-top: 1px solid var(--signatureLightGrey);
        width: 100%; }
      .mainnavigation nav .level_2 span {
        color: var(--nav-active-color); }
      .mainnavigation nav li.submenu:hover ul {
        left: 0px; } }

.nav_button {
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 50px;
  height: 28px;
  background-repeat: no-repeat;
  position: absolute; }
  .nav_button.active {
    background-image: url(../img/nav_button_inactive.svg); }
  .nav_button.inactive {
    background-image: url(../img/nav_button_active.svg); }
  @media (min-width: 1024px) {
    .nav_button {
      display: none; } }

.visible {
  display: block !important; }

.fixedbuttonmenu {
  background-color: var(--fixedmenu-backgroundcolor);
  width: 50px;
  height: 104px;
  position: fixed;
  right: 0px;
  top: 160px;
  z-index: 999;
  padding-block: 18px; }
  @media screen and (min-width: 1200px) {
    .fixedbuttonmenu {
      top: 300px; } }
  .fixedbuttonmenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none; }
    .fixedbuttonmenu ul li:not(:last-of-type) {
      margin-bottom: 12px; }
    .fixedbuttonmenu ul button {
      cursor: pointer;
      border: 0;
      background-color: transparent;
      background-repeat: no-repeat;
      display: block;
      position: relative;
      width: 14px;
      height: 14px;
      padding: 0;
      margin: 0; }
    .fixedbuttonmenu ul #minimizeview {
      background-image: url("/files/theme2025/img/An-.svg");
      left: 2px; }
    .fixedbuttonmenu ul #maximizeview {
      background-image: url("/files/theme2025/img/An+.svg");
      left: 2px; }
    .fixedbuttonmenu ul #tooglemode {
      background-image: url("/files/theme2025/img/dark-mode.svg");
      left: 0; }

.content, .inlay {
  max-width: var(--maxwidth);
  margin-inline: auto; }

.content {
  padding-inline: var(--unit-20); }
  @media (min-width: 1024px) {
    .content {
      margin-block-start: calc( 5 * var(--unit-25)); } }
  @media screen and (min-width: 1171px) {
    .content {
      padding-inline: 0; } }
  .content h1, .content h2 {
    color: var(--headline-color);
    font-weight: 700;
    font-size: calc(24* var(--unit));
    line-height: 1.458;
    margin-block-end: var(--unit-25); }
  .content p {
    font-size: 1rem;
    line-height: 1.563;
    margin-block-end: 1rem;
    color: var(--text-color); }
  .content a {
    color: var(--text-color); }
  .content strong {
    font-weight: bold; }
  .content .mod_article {
    margin-block-end: calc( 2*var(--unit-30) ); }
  .content .content-player {
    width: 100%; }
    .content .content-player video {
      width: 100%;
      height: auto; }
  .content .gridtwoelements img {
    width: 100%;
    height: auto; }
  .content .gridtwoelements figure {
    margin-block-start: var(--unit-25); }
  @media (min-width: 1024px) {
    .content .gridtwoelements {
      display: grid;
      grid-template-columns: 2.25fr 1fr;
      gap: 0 var(--unit-30); }
      .content .gridtwoelements figure {
        margin-block-start: calc(65 *var(--unit)); } }

.mainwrapper {
  width: 100%;
  overflow-x: hidden; }

.teamgrid, .referenzgrid, .monteueregrid {
  display: grid;
  grid-template-columns: 1fr; }
  .teamgrid img, .referenzgrid img, .monteueregrid img {
    width: 100%;
    height: auto; }
  .teamgrid .rs-column, .referenzgrid .rs-column, .monteueregrid .rs-column {
    margin-block-end: var(--unit-25); }
  @media (min-width: 767px) {
    .teamgrid, .referenzgrid, .monteueregrid {
      grid-template-columns: repeat(2, 1fr);
      gap: 0 30px; } }
  @media (min-width: 1024px) {
    .teamgrid, .referenzgrid, .monteueregrid {
      grid-template-columns: repeat(4, 1fr); } }
  .teamgrid .team_wrapper, .referenzgrid .team_wrapper, .monteueregrid .team_wrapper {
    text-align: center; }
    .teamgrid .team_wrapper img, .referenzgrid .team_wrapper img, .monteueregrid .team_wrapper img {
      margin-bottom: 25px; }
    .teamgrid .team_wrapper .name p, .referenzgrid .team_wrapper .name p, .monteueregrid .team_wrapper .name p {
      font-weight: 600;
      font-size: calc(18 * var(--unit));
      margin-bottom: 0; }
    .teamgrid .team_wrapper .specialization p, .referenzgrid .team_wrapper .specialization p, .monteueregrid .team_wrapper .specialization p {
      font-size: 1rem;
      margin-bottom: 0;
      font-weight: 300; }

p.reference-subtitle {
  font-size: calc(14*var(--unit));
  line-height: 25px;
  color: var(--text-color);
  margin-block-start: var(--unit-15);
  margin-bottom: 0;
  font-weight: bold; }

.content-hyperlink {
  text-align: center; }
  .content-hyperlink a {
    display: inline-block;
    background-color: var(--cta-background);
    color: var(--cta-text);
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color 0.25s linear; }
    .content-hyperlink a:hover {
      background-color: var(--cta-background-hover);
      color: var(--cta-text); }

.home .breadcrumb {
  display: none; }

.breadcrumb {
  width: 100%;
  height: 75px;
  background-color: var(--green-100);
  color: var(--text-color);
  margin-block-start: var(--unit-25);
  display: none;
  margin-top: 2px; }
  .breadcrumb ul {
    height: inherit;
    padding-inline-start: 20px;
    display: flex;
    justify-content: flex-start;
    padding-block: 20px;
    gap: 0 15px; }
    @media (min-width: 1200px) {
      .breadcrumb ul {
        padding-inline-start: 0px; } }
    .breadcrumb ul li.startcontent {
      font-weight: bold; }
    .breadcrumb ul li {
      font-size: calc( 24* var(--unit));
      font-weight: 700;
      color: black; }
      .breadcrumb ul li a {
        font-size: calc( 24* var(--unit));
        font-weight: 700;
        color: black;
        text-decoration: none; }
    .breadcrumb ul li:not(:first-of-type) {
      background-image: url("../img/breadcrumbicon.svg");
      background-repeat: no-repeat;
      padding-inline-start: 30px;
      background-position: left center; }
  @media (min-width: 1024px) {
    .breadcrumb {
      display: block;
      margin-block-start: 5px; } }

.history {
  background-color: rgba(134, 191, 67, 0.2);
  padding: 25px 33px;
  border-left: 8px inset #86bf43; }
  @media (min-width: 1024px) {
    .history {
      height: 190px; } }
  .history p:first-of-type {
    font-size: 18px;
    font-weight: 700;
    margin-block-end: var(--unit-25); }
  .history a {
    display: inline-block;
    background-color: var(--cta-background);
    color: var(--cta-text);
    margin-block-start: 10px;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color 0.25s linear; }
    .history a:hover {
      background-color: var(--cta-background-hover); }

.hintbox {
  background-color: rgba(134, 191, 67, 0.2);
  padding: 25px 33px;
  border-left: 8px inset #86bf43;
  position: relative; }
  @media (min-width: 1024px) {
    .hintbox {
      height: 600px; } }
  .hintbox p:first-of-type {
    font-size: 18px;
    font-weight: 700;
    margin-block-end: var(--unit-25); }
  .hintbox .content {
    margin-block-start: 0 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .hintbox button {
    display: inline-block;
    background-color: var(--cta-background);
    color: var(--cta-text);
    margin-block-start: 10px;
    border: 0;
    outline: 0;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    transition: background-color 0.25s linear; }
    .hintbox button:hover {
      background-color: var(--cta-background-hover); }

h3:not(footer h3) {
  font-size: var(--unit-25);
  color: var(--green-300);
  font-weight: 700;
  margin-bottom: 25px; }

.project_list table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  display: table; }
  .project_list table thead th {
    text-align: left;
    background-color: var(--green-100);
    padding: 5px 12px;
    font-weight: 600;
    color: var(--text-color);
    font-size: 16px;
    line-height: 25px;
    border: none;
    height: 50px; }
  .project_list table tbody td {
    padding: 5px 12px;
    color: var(--text-color);
    font-size: 16px;
    line-height: 25px; }
  .project_list table tr {
    border: 1px solid var(--table-line); }
  .project_list table tbody td {
    border-bottom: 1px solid var(--table-line);
    padding: 10px; }
    .project_list table tbody td:last-child {
      border-bottom: none; }
  .project_list table thead tr {
    display: none; }
  .project_list table tbody tr {
    float: left;
    width: 100%;
    margin-bottom: 2em; }
  .project_list table tbody td::before {
    content: attr(data-label) ":";
    width: 100%;
    float: left;
    font-weight: bold; }
  .project_list table tbody td {
    float: left;
    width: 100%; }
  @media screen and (min-width: 680px) {
    .project_list table tbody tr {
      float: none;
      width: auto;
      display: table-row;
      margin-bottom: 0; }
    .project_list table tbody td {
      float: none;
      width: auto;
      display: table-cell; }
    .project_list table thead tr {
      display: table-row; }
    .project_list table tbody td::before {
      display: none; }
    .project_list table thead {
      width: 100%; }
      .project_list table thead tr {
        display: table-row;
        width: 100%; }
    .project_list table td, .project_list table th {
      border: 1px solid var(--table-line);
      width: auto;
      float: none; }
    .project_list table td:last-child {
      border-right: none; }
    .project_list table th:last-child {
      border-right: none; }
    .project_list table td:first-child {
      border-left: none; }
    .project_list table th:first-child {
      border-left: none; }
    .project_list table tr:nth-child(2n) {
      background-color: var(--tab-bg); } }

.home .homeslider {
  width: 100%;
  margin-block-end: var(--unit-50);
  overflow-y: hidden;
  height: 250px; }
  @media (min-width: 1024px) {
    .home .homeslider {
      height: 380px; } }
  .home .homeslider img {
    object-fit: cover !important;
    aspect-ratio: 1.5/1 !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    width: 100% !important; }
    @media (min-width: 767px) {
      .home .homeslider img {
        aspect-ratio: 3/1 !important; } }
    @media (min-width: 1200px) {
      .home .homeslider img {
        object-fit: unset !important;
        aspect-ratio: unset !important; } }

table {
  width: 100%;
  display: table-cell;
  font-weight: 100;
  color: var(--text-color); }

.ce_accordionStart .toggler {
  line-height: 56px;
  background-color: var(--acc-background);
  border-top: 1px solid var(--signatureLightGrey);
  border-left: 1px solid var(--signatureLightGrey);
  border-right: 1px solid var(--signatureLightGrey);
  outline: 0;
  color: var(--text-color);
  padding-left: 35px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 12px 20px;
  background-image: url(../img/plus.svg);
  cursor: pointer;
  width: 100%;
  border-bottom: 0;
  text-align: left; }
  .ce_accordionStart .toggler.active {
    background-image: url(../img/minus.svg);
    background-position: 12px 27px; }
  @media (--less-than-680) {
    .ce_accordionStart .toggler {
      font-size: 14px; } }
.ce_accordionStart .content-text {
  border-top: 1px solid var(--signatureLightGrey);
  border-left: 1px solid var(--signatureLightGrey);
  border-right: 1px solid var(--signatureLightGrey); }
.ce_accordionStart .content-text p {
  margin: 0;
  padding: 18px;
  font-size: 14px; }
.ce_accordionStart ul {
  margin-top: 0;
  margin-bottom: 0; }
.ce_accordionStart ul li {
  font-size: 14px; }
.ce_accordionStart:last-child .toggler {
  border-bottom: 1px solid var(--signatureLightGrey); }
.ce_accordionStart:last-child .content-text {
  border-top: none;
  border-bottom: 1px solid var(--signatureLightGrey); }

.content-downloads ul {
  padding: 0;
  margin: 0; }
  .content-downloads ul li {
    list-style-type: none;
    margin-bottom: 20px; }
    .content-downloads ul li.last {
      margin-bottom: 0; }
    .content-downloads ul li a {
      width: 130px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: none;
      display: block;
      color: white;
      background-color: var(--signatureLightBlue);
      text-transform: uppercase;
      margin-right: 20px; }
      .content-downloads ul li a:hover {
        background-color: var(--signatureGold);
        color: white;
        text-decoration: none; }
    .content-downloads ul li span {
      padding-top: 8px; }
    .content-downloads ul li span, .content-downloads ul li a {
      float: left; }

.kontaktformular {
  width: 100%;
  color: var(--text-color); }
  .kontaktformular .last {
    margin-right: 0; }
  .kontaktformular .full-width input {
    height: 50px;
    line-height: 50px;
    background-color: var(--signatureContactGrey);
    padding: 0 20px;
    border: none;
    outline: 0; }
  .kontaktformular .widget-submit {
    width: 100%;
    display: grid;
    justify-content: center; }
    @media (min-width: 1200px) {
      .kontaktformular .widget-submit {
        width: 50%;
        justify-content: end;
        position: relative;
        left: 16px; } }
  .kontaktformular .widget-textarea {
    margin-block-start: 10px; }
  .kontaktformular input, .kontaktformular select, .kontaktformular textarea {
    color: var(--text-color); }
  .kontaktformular .columns label, .kontaktformular .columns input {
    width: 100%;
    display: block; }
  .kontaktformular .columns input {
    height: 50px;
    line-height: 50px;
    background-color: var(--signatureContactGrey);
    padding: 0 20px;
    border: none;
    outline: 0; }
  .kontaktformular .text:focus {
    border: none; }
  .kontaktformular textarea {
    background-color: var(--signatureContactGrey);
    max-width: 100%;
    width: 100% !important;
    min-height: 180px;
    padding: 20px;
    border: none;
    outline: 0; }
  .kontaktformular select {
    background-color: var(--signatureContactGrey);
    height: 50px;
    line-height: 50px;
    border: none;
    outline: 0; }
  .kontaktformular fieldset {
    border: none;
    line-height: 50px;
    height: 50px;
    margin: 0;
    padding: 0; }
  .kontaktformular span {
    width: 100% !important;
    margin-top: 15px; }
  .kontaktformular label {
    margin-top: 15px; }
  .kontaktformular .submit {
    display: block;
    background-color: var(--cta-background);
    color: white;
    margin-block-start: 10px;
    border: 0;
    outline: 0;
    padding: 7px 12px;
    border-radius: 5px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .kontaktformular .submit:hover {
      background-color: var(--cta-background-hover); }

/* Datenschutz */
.kontaktformular .widget-checkbox fieldset {
  line-height: 100%;
  height: 100%;
  border: 2px solid rgba(73, 73, 73, 0.1);
  margin-top: 30px; }

.kontaktformular .widget-checkbox legend {
  display: none; }

.kontaktformular .widget-checkbox span {
  float: left;
  padding: 0 15px 15px;
  margin-top: 15px;
  margin-bottom: 0; }

.kontaktformular .widget-checkbox span input {
  float: left;
  margin-top: 5px;
  height: 18px;
  width: 13px;
  display: block;
  position: absolute; }

.kontaktformular .widget-checkbox label {
  float: left;
  margin-top: 0;
  padding-left: 40px;
  width: 100%;
  margin-bottom: 0; }

.kontaktformular .widget-checkbox p {
  margin: 0;
  font-size: 16px;
  line-height: 20px; }

.kontaktformular p.contact-privacy {
  clear: both;
  padding-top: 15px; }

@media (min-width: 767px) {
  .formbody {
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px; }
    .formbody .full-width {
      flex: 0 0 100%;
      width: 100%; }
    .formbody .columns, .formbody .half-width {
      flex: 0 0 calc(50% - 15px); } }
@media (min-width: 1200px) {
  .contact-privacy {
    position: relative;
    top: 5px; } }

footer {
  background-color: var(--footer-bg-color);
  padding-block: var(--unit-25);
  padding-inline: var(--unit-20);
  color: var(--text-color); }
  @media (min-width: 767px) {
    footer {
      padding-block: var(--unit-50) 0; } }
  @media (min-width: 1200px) {
    footer {
      height: 317px; } }
  @media screen and (min-width: 1171px) {
    footer {
      padding-inline: 0; } }
  @media (min-width: 1024px) {
    footer {
      padding-block: var(--unit-50); } }
  footer .footerlogo {
    width: var(--unit-100);
    margin-block-end: var(--unit-20); }
  footer a, footer h4, footer p {
    color: inherit; }
  footer h3 {
    text-transform: uppercase;
    font-size: calc( 18* var(--unit));
    line-height: 1.389;
    font-weight: bold;
    border-bottom: 1px solid var(--text-color);
    padding-block-end: calc( 5 * var(--unit));
    max-width: 150px; }
    @media (min-width: 1200px) {
      footer h3 {
        max-width: 120px; } }
  footer .content-text {
    margin-block-end: var(--unit-20); }
    footer .content-text p:first-of-type {
      margin-block-start: var(--unit-20); }
  footer ul {
    padding-left: 0; }
  footer .social {
    max-width: 75px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 15px;
    margin-block-end: var(--unit-20); }
  footer .footernav a, footer .footernav span {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold; }
  @media (min-width: 767px) {
    footer .footer-top-content {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr;
      padding-block-end: var(--unit-50);
      border-bottom: 1px solid var(--text-color); } }
  @media (min-width: 1024px) {
    footer .footer-top-content {
      grid-template-columns: 4fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    footer .footer-top-content {
      grid-template-columns: 5.85fr 1fr 1fr;
      padding-block-end: var(--unit-75); } }
  @media (min-width: 767px) {
    footer .footer-bottom-content .flexrow {
      padding-block-start: var(--unit-15);
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
    footer .footer-bottom-content .footernav {
      justify-self: end; }
      footer .footer-bottom-content .footernav ul {
        padding-block-start: 5px;
        display: flex;
        justify-content: space-between;
        gap: 0 15px; } }

.error-page {
  display: table;
  width: 100%;
  table-layout: fixed;
  height: 100%;
  border-top: 25px solid var(--errorpage-border-color); }
  .error-page .container {
    display: table-row;
    height: 100%; }
  .error-page .footer {
    display: table-row;
    overflow: hidden;
    background-color: var(--kleeschBlue);
    float: left;
    width: 100%; }
  .error-page .logo {
    display: block;
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
    max-width: 180px;
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 180px 0 52px 0;
    padding: 0 20px; }
    @media (--less-than-680) {
      .error-page .logo {
        margin: 70px 0 40px 0; } }
    .error-page .logo img {
      max-width: 100%;
      width: 100%; }
  .error-page .error-page-content {
    lost-column: 1/1;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px; }
    @media (min-width: 680px) {
      .error-page .error-page-content {
        padding: 0; } }
    .error-page .error-page-content p {
      font-size: 16px;
      line-height: 26px;
      color: #383838; }
    .error-page .error-page-content a {
      font-size: 16px;
      line-height: 26px;
      color: var(--kleeschRed); }
      .error-page .error-page-content a:hover {
        text-decoration: underline; }
  .error-page .footer nav ul {
    list-style-type: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0; }
  .error-page .footer nav li {
    line-height: 52px;
    height: 52px;
    margin-right: 0px;
    float: none;
    text-align: center; }
    .error-page .footer nav li.last {
      margin-right: 0; }
    @media (min-width: 480px) {
      .error-page .footer nav li {
        margin-right: 15px; } }
    @media (min-width: 680px) {
      .error-page .footer nav li {
        margin-right: 30px;
        line-height: 71px;
        height: 71px; } }
  .error-page .footer nav li a, .error-page .footer nav li span {
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-family: 'Open Sans', sans-serif; }
  .error-page .footer nav li a:hover, .error-page .footer nav li span {
    color: var(--kleeschRed); }

@media (min-width: 767px) {
  .ce_rsce_foerderung .inlay .itemgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 28px; } }
@media (min-width: 1024px) {
  .ce_rsce_foerderung .inlay .itemgrid {
    grid-template-columns: repeat(4, 1fr); } }
.ce_rsce_foerderung .inlay .itemgrid .funding-items {
  border: 1px solid #86bf43;
  background-color: rgba(134, 191, 67, 0.2);
  padding-inline: var(--unit-20);
  padding-block: var(--unit-35); }
  .ce_rsce_foerderung .inlay .itemgrid .funding-items h3 {
    color: var(--text-color);
    font-size: 1.125rem;
    font-weight: bold;
    margin-block-end: var(--unit-20); }
  @media (min-width: 1024px) {
    .ce_rsce_foerderung .inlay .itemgrid .funding-items .funding-items-content {
      height: 95px; } }
  .ce_rsce_foerderung .inlay .itemgrid .funding-items .funding-items-percentcontent {
    color: var(--percent-color);
    font-size: 1.125rem;
    font-weight: bold; }
.ce_rsce_foerderung .funding-items {
  margin-block-end: var(--unit-20); }
  @media (min-width: 767px) {
    .ce_rsce_foerderung .funding-items {
      margin-block-end: var(--unit-30); } }
  @media (min-width: 1024px) {
    .ce_rsce_foerderung .funding-items {
      margin-block-end: var(--unit-15); } }

:root {
  /*base Settings*/
  --unit: 0.0625rem;
  --unit-10: calc(10 * var(--unit));
  --unit-15: calc(15 * var(--unit));
  --unit-20: calc(20 * var(--unit));
  --unit-25: calc(25 * var(--unit));
  --unit-30: calc(30 * var(--unit));
  --unit-35: calc(35 * var(--unit));
  --unit-50: calc(50 * var(--unit));
  --unit-75: calc(75 * var(--unit));
  --unit-100: calc(100 * var(--unit));
  --unit-125: calc(125 * var(--unit));
  --unit-150: calc(150 * var(--unit));
  --maxwidth: 1170px;
  --table-line: #D8D8D8;
  --tab-bg: #f1f1f1;
  --signatureFooterBlue: #2d536f;
  --signatureGold: #dfcca0;
  --signatureBlue: #386c92;
  --signatureBlack: #494a49;
  --signatureLightBlue: #477289;
  --signatureLightGrey: #d8d8d8;
  --signatureContactGrey: rgba(73, 73, 73, 0.1);
  --vr: var(--unit-35);
  --kleeschBlue: #005caa;
  --kleeschRed: #c70000;
  --kleeschGreen: #86BF43;
  --vr50: var(--unit-50);
  --vr25: var(--unit-25);
  --body-bgcolor: var(--white);
  --green-100: #86BF43;
  --green-300: #669B27;
  --acc-background: white;
  --cta-background: #154B79;
  --cta-background-hover: #125B99;
  --cta-text: white;
  --navbar-color: white;
  --nav-active-color: darkgreen;
  --mainnav-background: white;
  --headline-color: var(--green-300);
  --fixedmenu-backgroundcolor: var(--green-100);
  --nav-line: var(--green-100);
  /*Breadcrumn* */
  --breadcrumb-background-color: var(--green-100);
  --swbutton-line-color: #343434;
  --nav-border-color: #D8D8D8;
  --subnav-background-color: #F3F3F3;
  --footer-nav-border-color: #2077c1;
  --text-color: black;
  --footer-bg-color: var(--kleeschGreen);
  --percent-color: darkgreen;
  /*Error-Page*/
  --errorpage-border-color: #154b79; }

html {
  height: 100%; }

.dark-theme {
  --dm-gray-900: #121212;
  --dm-gray-800: #212121;
  --dm-gray-700: #363636;
  --mainnav-background: var(--dm-gray-900);
  --subnav-background-color: var(--dm-gray-800);
  --body-bgcolor: var(--dm-gray-900);
  --headline-color: #86BF43;
  --text-color: white;
  --navbar-color: var(--dm-gray-900);
  --signatureLightGrey: var(--dm-gray-700);
  --table-line: var(--dm-gray-800);
  --tab-bg: var(--dm-gray-800);
  --signatureContactGrey: var(--dm-gray-800);
  --swbutton-line-color: white;
  --acc-background: var(--dm-gray-800);
  --cta-background: var(--green-300);
  --footer-bg-color: #507424;
  --nav-active-color: #86BF43;
  --percent-color: #86BF43;
  --cta-background-hover: #79A840;
  --cta-text: black; }
  .dark-theme .social img {
    filter: grayscale(0%) brightness(100%); }
  .dark-theme .mainnavigation nav .submenubutton svg {
    fill: white; }

body {
  font-size: 16px;
  height: 100%;
  width: 100%;
  background-color: var(--body-bgcolor);
  font-family: 'Roboto Condensed',sans-serif; }

.container {
  height: 100%; }

.invisible {
  display: none; }

#footerlogo path, #footerlogo polygon.st0, #footerlogo rect {
  fill: var(--text-color) !important; }

.social img {
  filter: grayscale(100%) brightness(0); }

.homeslider {
  overflow: visible; }

@media (min-width: 1024px) {
  .pg-404 main {
    min-height: 330px; } }

/*# sourceMappingURL=main.css.map */
