/*

LAYOUT
Base

Aside
Content
Footer
Header
Main

MODULES
Anchor
Blockquote
Box
Breadcrumb
Code
Cookie
Embed
Figure
Form
Grid
Headline
Image
List
Navigation
Language Navigation
Searchfield
Searchpage
Table
Text

VENDOR
Mailform
News
Slick
UI Accordion
UI Tabs

Media Queries:
xs: 30em =  480px
sm: 48em =  768px
md: 64em = 1024px
lg: 72em = 1152px
xl: 80em = 1280px

 */

/* LAYOUT */

/* Base */

@font-face{font-family:'UniversLTStd67BoldCondensed';src:url("../../fonts/universltstd-boldcn_0-webfont.eot");src:url("../../fonts/universltstd-boldcn_0-webfont.eot?#iefix") format("embedded-opentype"),url("../../fonts/universltstd-boldcn_0-webfont.woff") format("woff"),url("../../fonts/universltstd-boldcn_0-webfont.ttf") format("truetype"),url("../../fonts/universltstd-boldcn_0-webfont.svg#UniversLTStd67BoldCondensed") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'UniversLTStd57Condensed';src:url("../../fonts/universltstd-cn_0-webfont.eot");src:url("../../fonts/universltstd-cn_0-webfont.eot?#iefix") format("embedded-opentype"),url("../../fonts/universltstd-cn_0-webfont.woff") format("woff"),url("../../fonts/universltstd-cn_0-webfont.ttf") format("truetype"),url("../../fonts/universltstd-cn_0-webfont.svg#UniversLTStd57Condensed") format("svg");font-weight:normal;font-style:normal}
@font-face{font-family:'FreestyleScriSBOP-Reg';src:url("../../fonts/245C4C_0_0.eot");src:url("../../fonts/245C4C_0_0.eot?#iefix") format("embedded-opentype"),url("../../fonts/245C4C_0_0.woff") format("woff"),url("../../fonts/245C4C_0_0.ttf") format("truetype");font-weight:normal;font-style:normal}

/* Schriftart Newsbereich  */
@font-face {
    font-family: "proximanova-regular";
    src: url("../../fonts/proximanova-regular.woff") format("woff"), url("../../fonts/proximanova-regular.woff2") format("woff2"), url("../../fonts/proximanova-regular.eot") format("embedded-opentype"),
        url("../../fonts/proximanova-regular.ttf") format("truetype"), url("../../fonts/proximanova-regular.svg#proximanova-regular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova-bold";
    src: url("../../fonts/proximanova-bold.woff") format("woff"), url("../../fonts/proximanova-bold.woff2") format("woff2"), url("../../fonts/proximanova-bold.eot") format("embedded-opentype"),
        url("../../fonts/proximanova-bold.ttf") format("truetype"), url("../../fonts/proximanova-bold.svg#proximanova-bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova-regular-condensed";
    src: url("../../fonts/proximanova-regular-condensed.woff") format("woff"), url("../../fonts/proximanova-regular-condensed.woff2") format("woff2"), url("../../fonts/proximanova-regular-condensed.eot") format("embedded-opentype"),
        url("../../fonts/proximanova-regular-condensed.ttf") format("truetype"), url("../../fonts/proximanova-regular-condensed.svg#proximanova-regular-condensed") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "proximanova-bold-condensed";
    src: url("../../fonts/proximanova-bold-condensed.woff") format("woff"), url("../../fonts/proximanova-bold-condensed.woff2") format("woff2"), url("../../fonts/proximanova-bold-condensed.eot") format("embedded-opentype"),
        url("../../fonts/proximanova-bold-condensed.ttf") format("truetype"), url("../../fonts/proximanova-bold-condensed.svg#proximanova-bold-condensed") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  background-color: #fafafa;
  color: #222;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  font-family: sans-serif;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  color: #4e4e4e;
  margin: 0;
  min-height: 100%;
  background: url(../../Images/pics/layout/background.jpg) repeat-x fixed;
}

body ::-moz-selection {
  background-color: #222;
  color: #fafafa;
}

body ::selection {
  background-color: #222;
  color: #fafafa;
}

.site-main,
.site-main p {
  font-size: 13px;
  line-height: 19px;
}

/* Aside */

.site-aside {
  min-height: 1px;
}

@media (min-width: 70em) {

  .site-aside {
    float: left;
    width: 24%; /* 25% - 3% */
  }

}


.site-aside-left {
  margin-right: 3%;
  -ms-flex-order: -1;
      order: -1;
  float: left;
  min-height: 15.625rem;
  width: 15.3125rem;
}

@media (min-width: 48em) {

  .site-aside-right {
    margin-left: 3%;
  }

}

/* Content */

.site-content {
  padding-top: 0.875rem;
}

.content-main {
  clear: both;
  padding-bottom: 3.75rem;
  min-height: 500px;
}

.homepage-content .content-main {
  padding: 0;
  min-height: inherit;
}

/* Footer */

.site-footer {
  color: #fff;
  padding-bottom: 1.875rem;
  padding-top: 1.9rem;
}

.site-footer .grid {
  background: url(../../Images/pics/layout/bg_footer.png) no-repeat;
  height: 2.5rem;
  background-size: 100% 2.5rem;
}

.footer-left {
  margin: 0.875rem 0 0 0.1875rem;
  float: left;
}

footer li,
footer .ce-bodytext ul li {
  background: url(../../Images/pics/layout/spacer.jpg) no-repeat right center;
  float: left;
  padding-left: 0;
}

footer nav li:last-child,
footer .ce-bodytext ul li:last-child {
  background: none;
  margin-right: 0.2rem;
}

footer a {
  font-size: 0.5625rem;
  color: #394488;
  text-decoration: none;
  padding: 0 0.5rem 0 0.5rem;
}

.navigation-footer {
  float: right;
  margin: 1.375rem 0 0 0;
}

.site-footer ::-moz-selection {
  background-color: #fff;
  color: #222;
}

.site-footer ::selection {
  background-color: #fff;
  color: #222;
}

@media (max-width: 29.375em) {
  .site-footer .grid {
    background-size: 100% 100%;
    display: table;
    height: inherit;
  }
  .navigation-footer {
    float: none;
    width: 100%;
    margin: 1.375rem 0 1rem 0.7rem;
    display: inline-block;
  }
  .site-footer li {
    float: none;
    width: 100%;
    padding: 0.6rem 0;
  }
  .site-footer li a {
    font-size: 0.75rem;
  }
  footer li,
  footer .ce-bodytext ul li {
    background: none;
  }
}

/* Header */

.site-header {
  color: #fff;
  padding-bottom: 1.2rem;
  padding-top: 1.625rem;
}

.site-header ::-moz-selection {
  background-color: #fff;
  color: #222;
}

.site-header ::selection {
  background-color: #fff;
  color: #222;
}

.site-logo {
  float: left;
}

.header-main {
  float: right;
}

.header-meta {
  float: none;
  display: flex;
}

.metanavigation {
  height: 2.5rem;
  float: right;
  margin-top: 1.125rem;
}

.metanavigation .border-left-metanavigation {
  background: url(../../Images/pics/layout/bg_left_metanavigation.png) no-repeat 0 0;
  float: left;
  height: 100%;
  width: 0.5625rem;
}

.metanavigation .content-metanavigation {
  background: url(../../Images/pics/layout/bg_right_metanavigation.png) no-repeat right 0;
  float: left;
  height: 100%;
  padding-top: 0.125rem;
}

.metanavigation .content-metanavigation ul {
  right: 0.425rem;
  position: relative;
}

.metanavigation li {
  background: url(../../Images/pics/layout/spacer_metanavi.jpg) right 0.1875rem no-repeat;
  display: inline;
}

.metanavigation li:last-child {
  background: none;
}

.metanavigation li a {
  color: #ffffff;
  font-size: 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 0.65rem 1.0625rem 0.4625rem;
}

.metanavigation li:last-child a {
  padding-right: 0;
}

.metanavigation li a:hover,
.metanavigation li.navigation-list-item-current a {
  background: url(../../Images/pics/layout/arrow_hover.png) center bottom no-repeat;
}

@media (min-width: 48em) {

  .header-meta {
    float: right;
  }

}

/* Main */

/* MODULES */

/* Anchor */

a {
  color: #7ab51f;
  /*text-decoration: none;*/
  transition: background-color 0.3s, color 0.3s;
}

a:focus,
a:hover {
  color: #551a8b;
}

a.rte-button,
input.rte-button,
.rte-button a {
  background: url(../../Images/pics/layout/bg_morelink.png) no-repeat;
  width: 10rem;
  height: 1.5625rem;
  display: block;
  padding: 0.125rem 0 0 2rem;
  text-decoration: underline;
}

.site-main a {
  color: #394488;
  font-family: sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
}

/* Blockquote */

blockquote {
  border-left: 0.125rem solid #222;
  margin-left: 0;
  margin-right: 0;
  padding-left: 1rem;
}

/* Box */

.box {
  height: 100%;
  padding: 1rem;
}

.box-light {
  background-color: #fff;
  color: #222;
}

.box-dark {
  background-color: #222;
  color: #fff;
}

/* Breadcrumb */

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  color: #999999;
  font-size: 0.6875rem;
  padding: 0.95rem 0 0 3.35rem;
}

.breadcrumb a,
.breadcrumb span {
  display: block;
}

.breadcrumb a,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #999999;
  text-decoration: none;
}

.breadcrumb a:first-child {
  padding-left: 0.3rem;
}

/* Code */

code {
  font-family: 'Courier New', monospace;
  font-size: 0.75em;
}

pre {
  background-color: #f5f5f5;
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 0;
  overflow: auto;
  padding: 1rem;
  word-break: break-all;
}


/* Embed */

embed,
iframe,
object {
  border: 0;
  max-width: 100%;
}

/* Figure */

figure {
  margin: 0;
}

/* Form */

.mainnavigation button,
.mainnavigation input,
.mainnavigation select,
.mainnavigation textarea {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

/* Grid */

.grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  width: 90%;
}

.grid-row {
  clear: both;
  margin: -1rem;
  overflow: hidden;
}

.grid-col {
  float: left;
  margin: 1rem;
}

@media (min-width: 48em) {

  .grid-col-1 {
    width: calc(100% / 12 * 1 - 2 * 1rem);
  }

  .grid-col-2 {
    width: calc(100% / 12 * 2 - 2 * 1rem);
  }

  .grid-col-3 {
    width: calc(100% / 12 * 2.8 - 2 * 1rem);
  }

  .grid-col-4 {
    width: calc(100% / 12 * 4 - 2 * 1rem);
  }

  .grid-col-5 {
    width: calc(100% / 12 * 5 - 2 * 1rem);
  }

  .grid-col-6 {
    width: calc(100% / 12 * 6 - 2 * 1rem);
  }

  .grid-col-7 {
    width: calc(100% / 12 * 7 - 2 * 1rem);
  }

  .grid-col-8 {
    width: calc(100% / 12 * 8 - 2 * 1rem);
  }

  .grid-col-9 {
    width: calc(100% / 12 * 9.1152 - 2 * 1rem);
  }

  .grid-col-10 {
    width: calc(100% / 12 * 10 - 2 * 1rem);
  }

  .grid-col-11 {
    width: calc(100% / 12 * 11 - 2 * 1rem);
  }

}

/* Headline */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1 {
  color: #394488;
  font-family: 'UniversLTStd67BoldCondensed';
  font-size: 1.125rem;
  margin-bottom: 1.5625rem;
}

h2 {
  font-size: 0.875rem;
  line-height: normal;
  margin-bottom: 0.5625rem;
  color: #4e4e4e;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

/* Image */

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  border: 0;
}

/* List */

ol,
ul {
  margin: 0;
  padding: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0.5rem;
}

.ce-bodytext ul {
  list-style: none;
  padding-left: 0;
}

.ce-bodytext ul li {
  background-image: url('../../Images/square.svg');
  background-position: 0 0.67em;
  background-repeat: no-repeat;
  background-size: 0.25em;
  padding-left: 1em;
}

.content-main ul li {
  color: #4e4e4e;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background: url(../../Images/pics/layout/bg_li.gif) no-repeat 0 0.4375rem;
  padding-left: 0.625rem;
  margin-bottom: 0.625rem;
}

/* Navigation */

.content-metanavigation-mobile {
  display: none;
}

.mainnavigation {
  background-color: #fff;
  height: 4.3rem;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  padding: 1.55rem 1.3rem 0 2.6rem;
}

.homepage-container .mainnavigation {
  background-color: #fff;
  height: 4.375rem;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.homepage-container {
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  background-color: #fff;
}

.site-content.content .grid {
  background-color: #fff;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
}

.mainnavigation li {
  background: url(../../Images/pics/layout/spacer.jpg) 0 0.375rem no-repeat;
}



.mainnavigation li a:hover,
.mainnavigation li.navigation-list-item-current > a,
.mainnavigation li.navigation-list-item-active > a,
.mainnavigation li.active > a {
  background: url(../../Images/pics/layout/arrow_hover.png) center bottom no-repeat;
}

.mainnavigation li a {
  color: #394488;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.3125rem 0.855rem 0.9375rem 0.95rem;
  display: block;
  font-weight: bold;
  font-family: 'UniversLTStd67BoldCondensed';
}


.navigation-header > ul > li:first-child {
  background: none;
}

.navigation-header > ul > li:first-child a {
  text-indent: -999999px;
  background: url(../../Images/pics/buttons/btn_home.png) left bottom no-repeat;
}

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

.navigation li {
  position: relative;
}

.navigation a {
  display: block;
}

.navigation li:hover > ul {
  display: block;
}

.navigation li ul {
  display: none;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
}

.navigation-link-current {
  font-weight: 700;
}

.navigation-header {
  display: none;
  float: left;
  margin-top: 1rem;
  width: 100%;
}

.metanavigation ul > li > div {
  display: none;
}

@media (min-width: 59em) {

  .navigation-header {
    display: block;
    margin-top: 0.5rem;
    width: auto;
    float: left;
  }

  .navigation-header > ul > li:first-child a {
    text-indent: -999999px;
    background: url(../../Images/pics/buttons/btn_home.png) center bottom no-repeat;
    width: 3.5rem;
  }

}

.navigation-header.active {
  display: block;
  padding-bottom: 2rem;
}

.navigation-header ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin: -0.5rem;
}

@media (min-width: 59em) {

  .navigation-header ul {
    -ms-flex-direction: row;
        flex-direction: row;
  }

}

.navigation-footer ul {
  display: -ms-flexbox;
  display: flex;
  margin: -0.5rem;
}

@media (max-width: 29.375em) {
  .navigation-footer ul {
    display: block;
  }
}

.mainnavigation .navigation-button {
  background-image: url('../../Images/menu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.75rem;
  float: left;
  height: 2rem;
  margin-top: -0.4rem;
  overflow: hidden;
  text-indent: -999px;
  width: 2rem;
}

@media (min-width: 58.9999em) {

  .navigation-button {
    display: none;
  }

}

@media (max-width: 59em) {

  .mainnavigation li {
    background: none;
    border-bottom: 1px solid #87d300;
  }
  .mainnavigation li:last-child {
    border-bottom: none;
  }
  .navigation-header ul {
    margin: 0rem;
  }
  .mainnavigation li a {
    padding: 0.7rem 0.875rem 0.7rem 0;
  }
  body .grid .mainnavigation {
    position: relative;
    padding: 1.5rem 1rem 0 1rem;
    height: inherit;
    display: inline-block;
    width: 100%;
    min-height: 4.2rem;
  }
  .navigation-search {
    position: absolute;
    right: 1rem;
  }
  .content-metanavigation-mobile {
    display: block;
    margin-top: 1.5rem;
  }
  .metanavigation {
    display: none;
  }
  .site-header {
    padding-bottom: 2rem;
  }
  .mainnavigation li a:hover,
  .mainnavigation li.navigation-list-item-current > a,
  .mainnavigation li.navigation-list-item-active > a,
  .mainnavigation li.active > a {
    background: none;
    color: #87d300;
  }
  .site-aside-left {
    display: none;
  }
  .breadcrumb {
    padding: 1.125rem 1rem 0 1rem;
    display: block;
  }
  .breadcrumb a {
    display: inline-block;
    margin-bottom: 0.2rem;
  }
}

.sidebarmenue {
  float: left;
  margin: 3.7rem 0 0 2.95rem;
  list-style-type: none;
  width: 186px;
  min-height: 200px;
}

.site-aside-left .sidebarmenue li {
  background: #edeef4;
  border-bottom: 0.125rem solid #ffffff;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  padding: 0;
  margin: 0;
}

.sidebarmenue li.first {
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.sidebarmenue .ebene-1 {
  min-height: auto;
  border-top: 0.125rem solid #ffffff;
  list-style-type: none;
}

.sidebarmenue li a:hover,
.sidebarmenue li.current a,
.sidebarmenue li.currentsub a,
.sidebarmenue li.currentsubmenue a,
.sidebarmenue .currentsub .ebene-1 li a:hover,
.sidebarmenue .currentsub .ebene-1 li.current a {
  background-image: url(../../Images/pics/layout/subnavi_arrow_hover.jpg);
}

.sidebarmenue li:hover,
.sidebarmenue li.current,
.sidebarmenue li.currentsub,
.sidebarmenue li.currentsubmenue {
  background: #cfd1e2;
}

.sidebarmenue li a,
.sidebarmenue .currentsub .ebene-1 li a {
  font-family: 'UniversLTStd57Condensed';
  color: #394488;
  font-size: 0.875rem;
  padding: 0.375rem 1.5625rem 0.4375rem 1.4375rem;
  text-decoration: none;
  display: block;
  background-image: url(../../Images/pics/layout/subnavi_arrow.jpg);
  background-position: 0.6875rem 0.75rem;
  background-repeat: no-repeat;
  line-height: 1rem;
}

.sidebarmenue .ebene-1 li.last {
  background: #EDEEF4;
  border-bottom: medium none;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.sidebarmenue .ebene-1 li.last:hover,
.sidebarmenue .ebene-1 li.last.current {
  background: #cfd1e2;
}

.sidebarmenue li.last.currentsubmenue a {
  padding-bottom: 0.4375rem;
}

.sidebarmenue li.last,
.sidebarmenue li.last .ebene-1 .last {
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom: none;
}

.sidebarmenue ul {
  margin-top: 0;
}

.sidebarmenue .currentsubmenue .ebene-1 li a:hover,
.sidebarmenue .currentsubmenue .ebene-1 li.current a {
  background-position: 1.75rem 0.6875rem;
}

.sidebarmenue .currentsubmenue .ebene-1 li a,
.sidebarmenue .currentsub .ebene-1 li a {
  padding-left: 2.3125rem;
  background-position: 1.75rem 0.6875rem;
}

.sidebarmenue li.first a {
  padding-top: 12px;
  background-position: 11px 18px;
}

.sidebarmenue li.last a {
  padding-bottom: 12px;
}

/* Language Navigation */

.lang-nav {
  color: #537d11;
  line-height: 1.2;
  padding-right: 2rem;
}

.lang-nav li {
  border-left: 0.0625rem solid #7ab51f;
  float: left;
  list-style: none;
  padding: 0 0.3rem;
}

.lang-nav li.active a {
  font-weight: bold;
}

.lang-nav li:first-child {
  border-left: none;
}

/* Searchfied */


.searchbox input.searchbox-sword::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #B5B5B5;
  line-height: normal;
}
.searchbox input.searchbox-sword::-moz-placeholder { /* Firefox 19+ */
  color: #B5B5B5;
  line-height: normal;
  opacity: 1;
}
.searchbox input.searchbox-sword:-ms-input-placeholder { /* IE 10+ */
  color: #B5B5B5;
  line-height: normal;
}
.searchbox input.searchbox-sword:-moz-placeholder { /* Firefox 18- */
  color: #B5B5B5;
  line-height: normal;
}

.searchbox input.searchbox-sword:focus::-webkit-input-placeholder { color:transparent; }

.searchbox input.searchbox-sword:focus:-moz-placeholder { color:transparent; }

.searchbox input.searchbox-sword:focus::-moz-placeholder { color:transparent; }

.searchbox input.searchbox-sword:focus:-ms-input-placeholder { color:transparent; }

.navigation-search {
  float: right;
}

#indexedsearch {
  position: relative;
}

body #tx-indexedsearch-searchbox-sword,
body .searchbox-sword {
  background: url(../../Images/pics/layout/bg_search_input.png) no-repeat;
  width: 8.125rem;
  height: 1.3125rem;
  border: none;
  padding: 0.125rem 0 0 0.3125rem;
  color: #B5B5B5;
  font: inherit;
  margin: 0;
}

body #tx-indexedsearch-searchbox-button-submit,
body .searchbox-submit {
  background: url(../../Images/pics/icons/ico_search.png) no-repeat;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  right: 0.625rem;
  top: 0.25rem;
}

.content #tx_indexedsearch #tx-indexedsearch-searchbox-button-submit {
  right: 0rem;
}
.content #tx_indexedsearch #tx-indexedsearch-searchbox-sword {
  margin-bottom: 1rem;
}
.content ul.tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
  list-style-type: none;
}

/* Searchpage */

.tx-indexedsearch td,
.tx-indexedsearch th {
  padding: 0;
}

.tx-indexedsearch-searchbox td {
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0;
}

.tx-indexedsearch-searchbox tr {
  float: left;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword.sword {
  background-color: #fff;
  border: 1px solid #cfd1d2;
  padding: 0.3125rem;
  width: 15rem;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button {
  background-color: #009ee3;
  border-radius: inherit;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.3125rem 0.625rem;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
  margin-bottom: 0.8125rem;
}

.tx-indexedsearch-res a {
  text-decoration: underline;
}

.tx-indexedsearch-res:last-child {
  border-bottom: none;
}

.tx-indexedsearch-res table {
  max-width: 46.875rem;
}

.tx-indexedsearch-rules,
.tx-indexedsearch tr:first-child td:first-child,
.tx-indexedsearch tr:last-child td:first-child,
.tx-indexedsearch p,
.tx-indexedsearch-whatis,
td.tx-indexedsearch-info.info {
  display: none;
}

.tx-indexedsearch-browsebox p {
  display: block;
}

.tx-indexedsearch td {
  border: none;
}

.tx-indexedsearch table {
  margin-bottom: 0;
}




.tx-indexedsearch-searchbox {
  position: relative;
  width: 8.1rem;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-sword.sword {
  background: url(../../Images/pics/layout/bg_search_input.png) no-repeat;
  width: 8.1rem;
  height: 1.3125rem;
  border: none;
  padding: 0 0 0 0.3125rem;
  color: #B5B5B5;
}

.tx-indexedsearch-searchbox input.tx-indexedsearch-searchbox-button.submit {
  background: url(../../Images/pics/icons/ico_search.png) no-repeat;
  width: 0.3125rem;
  height: 0.8125rem;
  position: absolute;
  right: 0.2rem;
  top: 0.5625rem;
  padding-right: 0.3rem;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup,
.tx-indexedsearch-res .tx-indexedsearch-redMarkup {
  color: #000;
}

.tx-indexedsearch-res .tx-indexedsearch-res,
.tx-indexedsearch-res {
  background: url(../../Images/pics/layout/spacer_dots.gif) repeat-x left top;
  padding: 0.9375rem 0 0 0;
}


/* Table */

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5rem;
  text-align: left;
  width: 100%;
}

caption,
td,
th {
  padding: 0.5rem;
  vertical-align: top;
}

caption {
  font-weight: 700;
}

/* Text */

b,
strong {
  font-weight: bolder;
}

em {
  font-style: italic;
}

p {
  margin-bottom: 0.625rem;
  margin-top: 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.align-center {
  text-align: center;
}

.align-justify {
  text-align: justify;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

/* VENDOR */

/* Mailform */

.csc-mailform {
  margin-bottom: 1.5rem;
}

.csc-mailform ol {
  list-style: none;
  padding: 0;
}

.csc-mailform li {
  margin: 0.5rem;
}

.csc-mailform label {
  display: block;
}

.csc-mailform label em {
  color: #e30613;
}

.csc-mailform input[type="button"],
.csc-mailform input[type="reset"] {
  background-color: #7ab51f;
  color: #fff;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
}

.csc-mailform input[type="button"]:focus,
.csc-mailform input[type="button"]:hover,
.csc-mailform input[type="reset"]:focus,
.csc-mailform input[type="reset"]:hover {
  background-color: #006533;
}

.csc-form-element-checkboxgroup ol,
.csc-form-element-radiogroup ol {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.csc-form-element-checkboxgroup li,
.csc-form-element-radiogroup li {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.csc-form-element-checkbox,
.csc-form-element-radio {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
}

.csc-form-element-checkbox input[type="checkbox"],
.csc-form-element-radio input[type="radio"] {
  margin-right: 0.5rem;
  -ms-flex-order: -1;
      order: -1;
}

/* News */

.news {
  margin: -1rem;
}

.news .article {
  padding: 0 1rem 1rem 1rem;
  display: inline-block;
  width: 100%;
}

.news .news-img-wrap {
  float: left;
  margin-right: 2rem;
  width: 45%;
}

.news .news-header .news-img-wrap {
	width:100%;
}

.news .news-header .news-img-wrap p.news-img-caption {
	font-size:0.7rem;
	line-height:1.5;
	margin-top:0.5rem;
}

@media (max-width: 30em) {
  .news .news-img-wrap {
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.news .teaser-text {
  overflow: hidden;
}

.news span a,
.news li a {
  color: #7ab51f;
  font-size: inherit;
  font-weight: 800;
  font-size: 0.8125rem;
}

/* Slick */

.slick-slide img {
  margin-left: auto;
  margin-right: auto;
}

.slick-arrow {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -999px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  width: 10%;
  z-index: 1;
}

.slick-slider:hover .slick-arrow {
  opacity: 1;
}

.slick-prev {
  background-image: url('../../Images/arrow-left.svg');
  left: 0;
}

.slick-next {
  background-image: url('../../Images/arrow-right.svg');
  right: 0;
}

.slick-dots {
  bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  list-style: none;
  margin: -0.25rem;
  padding: 0;
  position: absolute;
  transform: translateX(-50%);
}

.slick-dots li {
  margin: 0.25rem;
}

.slick-dots .slick-active button {
  background-color: #222;
}

.slick-dots button {
  background-color: #fff;
  border-radius: 50%;
  height: 0.5rem;
  overflow: hidden;
  text-indent: -999px;
  width: 0.5rem;
}

/* UI Accordion */

.ui-accordion {
  margin-bottom: 1.5rem;
}

.ui-accordion-header {
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
}

.ui-accordion-header-icon {
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 0.5rem;
  margin-right: 0.5rem;
  width: 0.5rem;
}

.ui-accordion-header-icon.ui-icon-triangle-1-e {
  background-image: url('../../Images/plus.svg');
}

.ui-accordion-header-icon.ui-icon-triangle-1-s {
  background-image: url('../../Images/minus.svg');
}

.ui-accordion-content {

}

/* UI Tabs */

.ui-tabs {
  margin-bottom: 1.5rem;
}

.ui-tabs-nav {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: -0.125rem;
  padding: 0;
}

.ui-tabs-tab {
  margin: 0.125rem;
}

.ui-tabs-anchor {
  background-color: #aaa;
  color: inherit;
  display: block;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.ui-tabs-active .ui-tabs-anchor {
  background-color: #fff;
}

.ui-tabs-panel {
  background-color: #fff;
  padding: 1rem;
}

/* Carousel */
.homepage-container .carousel-inner {
  padding: 1rem 1.5rem 0.7rem 1.6rem;
}

@media (max-width: 48em) {
  .homepage-container .carousel-inner {
    padding: 0.8rem 1.5rem 0.7rem 1.6rem;
  }
}

.homepage-container .owl-controls {
  bottom: 3.125rem;
  left: 4.5rem;
  position: absolute;
  z-index: 100;
}

.owl-carousel .ce-textpic.ce-above img {
  margin-bottom: 0;
}

.carousel-inner.owl-theme .owl-controls .owl-page span {
  background: url(../../Images/pics/layout/navigation_point.png) no-repeat scroll 0 0 transparent;
  cursor: pointer;
  display: block;
  float: left;
  height: 0.5625rem;
  margin: 0 0.125rem;
  width: 1.5rem;
}

.carousel-inner.owl-theme .owl-controls .owl-page.active span {
  background: url(../../Images/pics/layout/navigation_point_active.png) no-repeat scroll 0 0 transparent;
}


/* homepage boxes */

.site-home h1,
.site-home h2,
.site-home h3 {
  font-size: 16px;
  line-height: 16px;
  font-family: 'UniversLTStd67BoldCondensed';
  text-transform: uppercase;
  margin: 0;
}

.site-home h1,
.site-home h2 {
  color: #87d300;
}

.site-home h3 {
  color: #394488;
}

.ce-center img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.site-home .grid-col-4 img {
  width: auto;
  max-width: 13.75rem;
  margin-top: 0.1875rem;
  max-height: 7.8125rem;
}

@media (max-width: 56.4375em) {
  .site-home .grid-col-4 img {
    max-width: 100%;
  }
}
@media (max-width: 50em) {
  .site-home .grid-col-4 img {
    max-width: 13.75rem;
  }
}

@media (max-width: 70em) {
  .site-home .grid-col-4 img {
    padding-right: 0.5rem;
  }
}

.site-home .grid-col-4 {
  background-color: #fff;
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  margin-top: 3.9rem;
  padding: 0 1.875rem;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  width: calc(100% / 12 * 4 - 2 * 0.4375rem);
  padding: 0.5625rem 0.9375rem 0.5rem 1.875rem;
  min-height: 14.0625rem;
}


@media (max-width: 62.5em) {
  .site-home .grid-col-4 {
    min-height: 13.4375rem;
  }
}


.site-home .grid-row {
  margin: -0.4375rem;
}


/* Subpage */

.section-header {
  height: 10.9375rem;
  margin-bottom: 2.5rem;
  position: relative;
  display: flex;
}

@media (max-width: 47.9375em) {
  .section-header {
    background-size: 150% 1.875rem;
  }
}

.noheaderpic .section-header {
  height: 5.9375rem;
}

@media (max-width: 47.9375em) {
  .noheaderpic .section-header {
    height: 2.5rem;
  }
}

.section-header-inner {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.section-main,
.section-main p {
  font-size: 0.8125rem;
  line-height: 1.1875rem;
}

.section-main p strong {
  font-size: 0.9rem;
}

.section-main {
  padding-left: 0.9375rem;
  margin-right: 4rem;
  display: flex;
  flex-direction: column;
  position: relative;
}

.section-main .tx-felogin-pi1:before {
  content: "";
}

.section-main h1,
.section-main .tx-felogin-pi1:before {
  position: absolute;
  top: -4.3rem;
  background: url(../../Images/pics/layout/bg_teaser.png) left bottom no-repeat;
  line-height: normal;
  margin: 0;
  width: calc(100% + 3.5rem);
  left: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.3rem;
  min-height: 1.875rem;
}

.section-main .tx-felogin-pi1,
.section-main .tx-felogin-pi1 h3,
.section-main .tx-felogin-pi1 input {
  margin: 0;
  font-size: 12px;
  line-height: 13px;
}





@media (max-width: 70em) {
  .section-main h1 {
    z-index: 10;
  }
}


@media (max-width: 47.9375em) {
  .section-main {
    margin-right: 0.9375rem;
  }
  .section-main h1 {
    width: calc(100% + 0.9rem);
    background-position-x: -2rem;
    left: 0;
    padding-left: 1rem;
    background-size: 150% 1.875rem;
  }
}

@media (max-width: 30em) {
  .section-header-inner {
    position: inherit;
    margin-top: 1rem;
  }
  .section-header {
    height: inherit;
    min-height: 3rem;
  }
}

.ce-textpic.ce-left.ce-intext.ce-nowrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
  -ms-flex-preferred-size:calc(25% - 1rem);
      flex-basis:calc(25% - 1rem);
  margin-bottom: 15px;
}
.ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  -ms-flex-preferred-size:75%;
      flex-basis:75%;
}

@media (max-width:64rem) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
  }
}

.ce-textpic.ce-above img {
  margin-bottom: 0.625rem;
}

.section-main .ce-textpic {
  margin-bottom: 2.5rem;
}

hr {
  background: url(../../Images/pics/layout/spacer_dots.gif) repeat-x;
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 2rem;
}

/*rechte Spalte Formatierung*/
.section-main > .column-2cols > .grid-col-3 .ce-center p {
  text-align: center;
}

.section-main > .column-2cols {
  width: calc(100% + 4rem);
}

@media (max-width: 47.9375em) {
  .section-main > .column-2cols {
    width: calc(100% + 2rem);
  }
}

/*Downloads*/
.ce-left {
  display: flex;
}

.ce-left .ce-gallery {
  float: left;
  margin-right: 1rem;
}

.ce-left .ce-bodytext {
  float: none;
}

.ce-left .ce-bodytext a {
  color: #000;
  text-decoration: none;
}

.ce-textpic.ce-left {
  margin-bottom: 0.5rem;
  display: block;
  float: left;
  width: 100%;
}


@media (max-width: 37.5em) {
  .ce-textpic.ce-left {
    margin-bottom: 1.5rem;
    display: block;
  }
  .homepage-container .owl-controls {
    bottom: 1.5rem;
    left: 2.5rem;
  }
}

/* Poster Frame
    ================================================================ */
.yt-video { position: relative; padding-bottom: 56.25%; /* 16:9 */ height: 0; width: inherit;}
.yt-video img { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; z-index: 20; cursor: pointer; border-width: 1px; border-color: #3c4485; border-style: solid;}
.yt-video:after { content: ""; position: absolute; display: block;
    background: url(play-button.png) no-repeat 0 0;
    top: 45%; left: 45%; width: 46px; height: 36px; z-index: 30; cursor: pointer; }
.yt-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* image poster clicked, player class added using js */
.yt-video.player img { display: none; }
.yt-video.player:after { display: none; }


.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}


/*Landingpages*/
.landingpage-container .site-content.content .grid {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.landingpage-container .content-main {
  padding-bottom: 2rem;
}

.site-main.landingpage,
.testimonial {
  -webkit-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  -moz-box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  box-shadow: 0.1rem 0.1rem 0.2rem 0 rgba(0,0,0,0.1);
  background-color: #fff;
}

.testimonial {
  margin-top: 7rem;
}

.testimonial > div {
  display: flex;
}

.testimonial .ce-textpic {
  padding: 1rem;
  display: flex;
}

.landingpage-container {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.landingpage-container .content-main {
  flex-direction: initial;
  display: block;
}

.site-main.landingpage {
  margin-bottom: -3.75rem;
  padding: 1rem;
  position: relative;
}

.site-main.landingpage .ce-right img {
  position: absolute;
  right: -1rem;
  top: -2.8125rem;
  z-index: 10;
  max-width: 18.75rem;
}

.site-main.landingpage h1 {
  background-color: #3c4485;
  color: #fff;
  padding: 0.9375rem;
  font-size: 2rem;
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  padding-right: 18.75rem;
}

.site-main.landingpage p {
  margin: 1.875rem 0;
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #3c4485;
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
  width: calc(100% - 18.75rem);
}

.site-main.landingpage ul li {
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
  margin: 0 0 1.5625rem 1.875rem;
  background: url(../../Images/arrow.png) left center no-repeat;
  padding-left: 1.875rem;
  font-size: 1.375rem;
  color: #3c4485;
  width: calc(100% - 18.75rem);
}

.site-main.landingpage h4 {
  background-color: #74d03a;
  padding: 2.6rem;
  margin-top: 3rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  font-size: 2.05rem;
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
}

.site-main.landingpage h4 a {
  background-color: #fff;
  padding: 0.5rem 4rem;
  -webkit-border-radius: 2rem;
  -moz-border-radius: 2rem;
  border-radius: 2rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  box-shadow: 0rem 0.3rem 0.2rem 0 rgba(0,0,0,0.35);
  text-decoration: none;
}

.landingpage form {
  background-color: #74d03a;
  padding: 3rem;
}

.landingpage form div {
  max-width: 600px;
}

.testimonial .ce-left .ce-gallery {
  float: left;
  margin-right: 2.5rem;
}

.testimonial .ce-left .ce-bodytext {
  float: left;
}

.testimonial p {
  font-size: 1.375rem;
  line-height: 1.875rem;
  color: #3c4485;
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
}

.testimonial ul li {
  font-family: 'UniversLTStd57Condensed', Helvetica, Arial, sans-serif;
  background: url(../../Images/arrow_grt.jpg) left center no-repeat;
  padding-left: 5rem;
  font-size: 1.375rem;
  color: #3c4485;
  line-height: 1.875rem;
}

.testimonial b {
  font-weight: 400;
  color: #74d03a;
}

/*News*/

.news-picture img {
  max-width: 18.75rem;
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  padding: 0.2rem;
  margin-right: 1rem;
  width: 100%;
}

.news-listing h3 a {
  font-weight: bold;
  font-size: 0.875rem;
  color: #656262;
}

.news-listing h3 {
  line-height: 1.125rem;
}

.page-navigation p {
  display: none;
}

.page-navigation {
  background: url(../../Images/pics/layout/spacer_dots.gif) repeat-x;
  margin-top: 1.5rem;
  display: flex;
  padding-top: 0.5rem;
}

.page-navigation ol,
.page-navigation ul {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  height: 2.5rem;
}

.page-navigation ul li {
  background: none;
  font-size: 1.1875rem;
  font-family: 'UniversLTStd67BoldCondensed';
  line-height: normal;
  margin: 0 0.1875rem;
  padding: 0;
  float: left;
  color: #394488;
}

.page-navigation a {
  font-size: 0.875rem;
}

.page-navigation .next a {
  text-indent: -999999px;
  background: url(../../Images/pics/icons/ico_pagebrowser_right.png) 0.3125rem 0.1875rem no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: block;
}

.page-navigation .previous a {
  text-indent: -999999px;
  background: url(../../Images/pics/icons/ico_pagebrowser_left.png) 0 0.1875rem no-repeat;
  width: 1rem;
  height: 1.5rem;
  display: block;
}
@media (min-width: 48em) and (max-width: 58.9999em) {
  .navigation-header {
    display: none;
  }
}

@media (max-width: 58.9999em) {
  .metanavigation {
    display: none;
  }
}


.site-home .news,
.site-home .grid-row .col2 .ce-gallery {
  margin: 1.5rem 0 0 0;
}

.home-listing .news-picture img {
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 0;
  margin-left: 0.25rem;
  padding-right: 0.2rem;
  max-width: none;
}

.home-listing.article {
  padding: 0;
  display: flex;
}

.home-listing time {
  color: #87d300;
  font-family: 'UniversLTStd57Condensed';
  font-size: 1rem;
  line-height: 1rem;
}

.home-listing h3 span {
  font-family: 'UniversLTStd57Condensed';
  font-size: 1rem;
  line-height: 1rem;
  text-transform: none;
  font-weight: 400;
}

.home-listing a {
  text-decoration: none;
}

.site-home .col3.grid-col-4 h2 {
  padding-left: 4.1rem;
}

@media (max-width: 56.25em) {
  .home-listing .news-picture {
    display: none;
  }
  .site-home .col3.grid-col-4 h2 {
    padding-left: 0;
  }
  .site-home .grid-col-4 .grid-row {
    margin-left: 0;
  }
}

@media (max-width: 50em) {
.site-home .grid-col-4 {
  width: calc(100% - 1rem);
  margin-top: 0.1rem;
  min-height: inherit;
}
.site-home .grid-col-4:first-child {
  margin-top: 4.3125rem;
}
.home-listing .news-picture {
  display: block;
  margin-bottom: 0.5rem;
}
.site-home .col3.grid-col-4 h2 {
  padding-left: 4.1rem;
}
.site-home .grid-col-4 .grid-row {
  margin-left: -0.4375rem;
}
}

.home-listing .news-img-wrap {
  margin-right: 0.8rem;
  margin-bottom: 0.4rem;
}

.grid-col-4 .carousel-inner.owl-theme .owl-controls .owl-page span {
  background: url(../../Images/pics/layout/bg_pagebrowser_inactive.png) no-repeat scroll 0 0 transparent;
}

.grid-col-4 .carousel-inner.owl-theme .owl-controls .owl-page.active span {
  background: url(../../Images/pics/layout/navigation_point_active.png) no-repeat scroll 0 0 transparent;
}

.grid-col-4 .owl-controls {
  text-align: right;
  position: absolute;
  top: 0rem;
  right: 1rem;
}

.grid-col-4 .owl-pagination {
  margin-top: -1rem;
}

.news-single img {
  -webkit-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  -moz-box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  box-shadow: 0.125rem 0.125rem 0.625rem 0 rgba(0,0,0,0.15);
  padding: 0.2rem;
  margin-right: 1rem;
  max-width: 18.6875rem;
}

.news-single .rte-button {
  display: table-cell;
  vertical-align: bottom;
}

.news-single .header {
  display: inherit;
  margin-top: 1.5rem;
}

.news-header {
  display: table;
}

.rte-button a {
  margin-bottom: 1rem;
  margin-left: 2rem;
}

.news-single h3 {
  font-size: 1rem;
  color: #656262;
  line-height: 1.125rem;
  font-weight: 800;
  margin: 0.8125rem 0 0 0;
}

.news-text-wrap h2 a {
  text-decoration: underline;
}

.news-single li {
  list-style-type: none;
}

@media (max-width: 61.875em) {
  .news-header {
    display: block;
  }
  .news-single .news-img-wrap {
    float: none;
    width: 100%;
  }
  .news-single .rte-button a {
    margin-bottom: 0rem;
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .news-single .article {
    display: block;
  }
  .news-single img {
    width: 100%;
  }
}

.mobilehover > div > ul {
  display: block;
  position: inherit;
}

.mobilehover li.ebene2.nav-list-item a {
  font-size: 0.92rem;
}

.mobilehover li.ebene3.nav-list-item a {
  font-size: 0.85rem;
}

.nav-list--level2 {
  padding-left: 1rem;
}

.nav-list--level3 {
  padding-left: 1rem;
}


/* formular */

.csc-mailform li {
  width: 100%;
  margin: 0 0 10px;
  display: inline-block;
}

.csc-mailform label {
  float: left;
  width: 130px;
  padding: 6px 10px 0 0;
  color: #656262;
  font-size: 14px;
  line-height: 16px;
}

.csc-mailform .csc-form-element-textarea {
  margin-bottom: 0;
}

.csc-mailform .csc-form-element-submit label {
  width: 100%;
  max-width: 445px;
  font-size: 0.6rem;
  text-align: right;
  float: none;
  padding-top: 0;
  margin-bottom: 0.5rem;
}

.csc-mailform input {
  float: left;
  width: 307px;
  height: 26px;
  padding-left: 10px;
  background: url(../../Images/pics/layout/bg_form_field_large.jpg) no-repeat 0 0;
  border: 0;
}

.csc-mailform input.form_plz {
  width: 118px;
  height: 26px;
  background: url(../../Images/pics/layout/bg_form_field_half_less.jpg) no-repeat 0 0;
}

.csc-mailform input.form_city {
  width: 178px;
  height: 26px;
  background: url(../../Images/pics/layout/bg_form_field_half_more.jpg) no-repeat 0 0;
}

.csc-mailform textarea {
  width: 307px;
  height: 136px;
  padding-left: 10px;
  padding: 10px;
  background: url(../../Images/pics/layout/bg_form_field_textarea.jpg) no-repeat 0 0;
  resize: none;
  border: 0;
}

.csc-mailform .csc-form-9 {
  width: 255px;
  margin-bottom: 30px;
}

.csc-mailform .csc-form-10 {
  width: 178px;
  margin-bottom: 30px;
}

.csc-mailform input[type="radio"] {
  width: 22px;
  height: 21px;
  float: left;
}

.csc-mailform input[type="radio"]:before,
.tx-powermail input[type="radio"]:before {
  content: "";
  display: block;
  width: 22px;
  height: 21px;
  background: url(../../Images/pics/layout/bg_form_field_radio.jpg) no-repeat 0 0;
}

.csc-mailform input[type="radio"]:checked:before,
.tx-powermail input[type="radio"]:checked:before {
  background: url(../../Images/pics/layout/bg_form_field_radio_checked.jpg) no-repeat 0 0;
}

.csc-mailform fieldset legend {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.csc-mailform .csc-form-element-radio {
  width: initial;
  display: inline-table;
}

.csc-mailform .csc-form-element-radio label {
  width: initial;
  padding-right: 2rem;
  padding-left: 0.5rem;
}

.rte-button.mail {
  width: 90px;
  height: 25px;
  background: url(../../Images/pics/buttons/btn_send.jpg) no-repeat 0 0;
  border: none;
  text-align: left;
  padding: 0 0 0 30px;
  text-decoration: underline;
  color: #394488;
  font-size: 12px;
  cursor: pointer;
}

/* Powermail Formular Kontaktformular */

#page-295 .tx-powermail form legend {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#page-295 .tx-powermail label {
  float: left;
  width: 130px;
  padding: 6px 10px 0 0;
}

#page-295 .tx-powermail label.dsgvo-label {
  float: right;
  width: 95%;
  display: block;
  padding-top: 0;
}

#page-295 .tx-powermail input[type="checkbox"] {
  float: left;
  display: block;
}

#page-295 .tx-powermail input[type="text"] {
  float: left;
  width: 307px;
  height: 26px;
  padding-left: 10px;
  background: url(../../Images/pics/layout/bg_form_field_large.jpg) no-repeat 0 0;
  border: 0;
}

#page-295 .tx-powermail #powermail_field_plz {
  width: 118px;
  height: 26px;
  background: url(../../Images/pics/layout/bg_form_field_half_less.jpg) no-repeat 0 0;
}

#page-295 .tx-powermail #powermail_field_wohnort {
  width: 178px;
  height: 26px;
  background: url(../../Images/pics/layout/bg_form_field_half_more.jpg) no-repeat 0 0;
}

#page-295 .tx-powermail .radio {
  width: initial;
  display: inline-table;
  flex-grow: 1;
  margin: 0 0 10px;
}

#page-295 .tx-powermail .radio label {
  width: initial;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

#page-295 .tx-powermail .radio label input {
  margin-left: 53px;
}

#page-295 .tx-powermail .powermail_fieldwrap_type_radio .col-sm-10 {
  display: flex;
  flex-wrap: wrap;
}

#page-295 .tx-powermail .powermail_fieldwrap_type_input,
#page-295 .tx-powermail .powermail_fieldwrap_type_textarea {
  width: 100%;
  margin: 0 0 10px;
  display: inline-block;
}

#page-295 .tx-powermail .powermail_fieldwrap_plz,
#page-295 .tx-powermail .powermail_fieldwrap_wohnort {
  width: 257px;
}

#page-295 .tx-powermail form fieldset > .form-row {
  display: flex;
  align-items: flex-end;
}

#page-295 .tx-powermail .powermail_fieldwrap_pflichtfelder {
  width: 100%;
  max-width: 445px;
  font-size: 0.6rem;
  text-align: right;
  float: none;
  padding-top: 0;
  margin-bottom: 0.5rem;
}

.tx-powermail .powermail_fieldset .powermail-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list {
  background-color: #7ab51f;
  border: #7ab51f;
}

.tx-powermail .powermail_fieldset .powermail-errors-list>li {
  color: #fff;
  margin-bottom: 0;
}

.tx-powermail .powermail_fieldset .powermail_field_error_container .powermail-errors-list>li {
  padding-left: 10px;
}


/* Bild oben links (z.B. Lösungen Seite) */
.ce-textpic.ce-left.ce-above {
  display: block;
  margin-bottom: 2rem;
}

.ce-textpic.ce-left.ce-above .ce-gallery {
  float: none;
}

.ce-textpic.ce-left.ce-above .ce-bodytext {
  float: none;
}

/* Bild rechts (z.B. Aktuelles Events Seite) */
.ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
  float: right;
  margin-left: 2rem;
}

.yambs-bg-gruen {
  background-color: #87d300;
  padding: 1px 1px 1px 7px;
}

@media (max-width: 54.6875em) {
  .csc-mailform label,
  #page-295 .tx-powermail label {
    width: 100%;
  }
  .csc-mailform .csc-form-9 {
    width: 125px;
  }
  .csc-mailform .csc-form-element-submit label {
    max-width: 310px;
  }
  #page-295 .tx-powermail .radio {
    flex-grow: .25;
  }
  #page-295 .tx-powermail .powermail_fieldwrap_plz {
    width: 125px;
  }
  .section-header-inner img {
    max-height: 170px;
    width: auto;
  }
}

@media (max-width: 50em) {

  .site-main.landingpage h4 {
    font-size: 1.9rem;
  }

}

@media (max-width: 48em) {

  #page-295 .tx-powermail input[type="checkbox"] {
    margin: 0;
  }

}

@media (max-width: 47.9375em) {
  .csc-mailform label,
  #page-295 .tx-powermail label {
    width: 130px;
  }
  .csc-mailform .csc-form-9,
  #page-295 .tx-powermail .powermail_fieldwrap_plz {
    width: 255px;
  }
  .csc-mailform .csc-form-element-submit label {
    max-width: 445px;
  }

  .site-main.landingpage h1 {
    padding-right: inherit;
    font-size: 1.5rem;
  }

  .site-main.landingpage p {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .site-main.landingpage ul li {
    width: 100%;
    font-size: 1.1rem;
  }

  .site-main.landingpage h4 {
    font-size: 1.5rem;
  }

  .site-main.landingpage h4 a {
    padding: 0.5rem 2rem;
    display: inline-block;
  }

  .site-main.landingpage .ce-right img {
    right: -1rem;
    top: -6rem;
    max-width: 7rem;
  }

  .testimonial p {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .testimonial ul li {
    padding-left: 3rem;
    font-size: 1.1rem;
    line-height: 1.6rem;
    background-size: 2rem;
  }

  .testimonial .ce-left .ce-gallery {
    margin-right: 1.5rem;
  }
}

@media (max-width: 37.5em) {

.landingpage div#recaptcha_image {
  width: 100% !important;
}

.landingpage form {
  padding: 1rem;
}

}

@media (max-width: 35.938em) {

  #page-295 .tx-powermail .powermail_fieldwrap_type_input,
  #page-295 .tx-powermail .powermail_fieldwrap_type_textarea {
    display: flex;
    width: auto;
  }
}

@media (max-width: 32.5em) {
  .csc-mailform label {
    width: 100%;
  }
  .csc-mailform .csc-form-9 {
    width: 125px;
  }
  .csc-mailform .csc-form-element-submit label {
    max-width: 315px;
  }

  .testimonial .ce-textpic {
    display: block;
  }

  .testimonial .ce-left .ce-gallery {
    margin-right: 1.5rem;
    max-width: 10rem;
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0.8rem;
  }

  .testimonial .ce-left .ce-bodytext {
    float: none;
    display: block;
    width: 100%;
  }

}

@media (max-width: 23.75em) {

  .site-main.landingpage h1 {
    font-size: 1.2rem;
  }

  .site-main.landingpage h4 {
    font-size: 1.1rem;
    padding: 1.5rem;
  }

  .csc-mailform input {
    width: 100%;
    background-size: 100% 26px;
  }
  .csc-mailform textarea {
    width: 100%;
    background-size: 100% 136px;
  }
  .csc-mailform .csc-form-9 {
    width: 40%;
  }
  .csc-mailform .csc-form-10 {
    width: 58%;
  }
  .csc-mailform input.form_plz {
    width: 100%;
    background-size: 100% 26px;
  }
  .csc-mailform input.form_city {
    width: 100%;
    background-size: 100% 26px;
  }
}


/** Schwarzweis **/
/* body#page-5 {
    filter: grayscale(100%);
}

body .ce-textpic.ce-center.ce-below {
    border-bottom: 10px solid #fff;
}
*/

.cookie.active p a{
    float: none;
    background-color: white;
    color: #7ab51f;
    margin: 0;
}

.cookie.active p {
    font-size: 11px;
}

.js-cookie.js-toggle {
    text-decoration: none;
    background-color: #7ab51f !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    display: inline-block;
    float: right !important;
    margin-left: 1rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;

}

.csc-form-14.csc-form-element.csc-form-element-checkbox input {
    float: left;
    width: 10%;
    display: block;
    margin: 0;
    zoom: 0.5;
    margin-top: 1em;
}

.csc-form-14.csc-form-element.csc-form-element-checkbox label {
    float: right;
    width: 90%;
    display: block;
}

 @media screen and (min-width: 1823px)  {
  .site-footer.active{
    margin-bottom: 50px;
  }
}

 @media screen and (max-width: 1823px)  {
  .site-footer.active {
    margin-bottom: 25px;
  }
}

 @media screen and (max-width: 1663px)  {
  .site-footer.active{
    margin-bottom: 45px;
  }
}
 @media screen and (max-width: 971px)  {
  .site-footer.active {
    margin-bottom: 45px;
  }
}

 @media screen and (max-width: 850px)  {
  .site-footer.active {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 767px)  {
  .site-footer.active {
      margin-bottom: 90px;
  }
}

@media screen and (max-width: 659px)  {
  .site-footer.active {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 531px)  {
  .site-footer.active {
    margin-bottom: 110px;
  }
}

@media screen and (max-width: 523px)  {
  .site-footer.active {
    margin-bottom: 125px;
  }
}

@media screen and (max-width: 436px)  {
  .site-footer.active {
    margin-bottom: 145px;
  }
}

@media screen and (max-width: 367px)  {
  .site-footer.active {
    margin-bottom: 170px;
  }
}

@media screen and (max-width: 312px)  {
  .site-footer.active {
    margin-bottom: 190px;
  }
}

@media screen and (max-width: 287px)  {
  .site-footer.active {
    margin-bottom: 210px;
  }
}

@media screen and (max-width: 262px)  {
  .site-footer.active {
    margin-bottom: 230px;
  }
}

.footer-secondline {
  color: black;
  font-size: 0.5625rem;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.powermail_textarea{
  width: 307px;
    height: 136px;
    padding-left: 10px;
    padding: 10px;
    background: url(../../Images/pics/layout/bg_form_field_textarea.jpg) no-repeat 0 0;
    resize: none;
    border: 0;
}

.powermail_fieldwrap_type_textarea{
  clear: both;
}

.powermail_input{
  float: left;
  width: 307px;
  height: 26px;
  padding-left: 10px;
  background: url(../../Images/pics/layout/bg_form_field_large.jpg) no-repeat 0 0;
  border: 0;
}

.powermail_radio{
  width: 22px;
  height: 21px;
  float: right;
}

.powermail_fieldwrap_anrede .radio label{
  float: left;
}

.powermail_fieldwrap_type_input{
  clear: both;
}

.powermail_fieldwrap_type_submit input{
  width: 90px;
    height: 25px;
    background: url(../../Images/pics/buttons/btn_send.jpg) no-repeat 0 0;
    border: none;
    text-align: left;
    padding: 0 0 0 30px;
    text-decoration: underline;
    color: #394488;
    font-size: 12px;
    cursor: pointer;
}

.powermail_form.powermail_form_1 h3{
    background: url(../../Images/pics/layout/bg_teaser.png) left bottom no-repeat;
    line-height: normal;
    margin: 0;
    width: calc(100% + 3.5rem);
    left: 0.5rem;
    padding-left: 0.5rem;
    padding-top: 0.3rem;
    min-height: 1.875rem;
}

.tx-powermail form.powermail_form,
.tx-powermail form.powermail_form .powermail_fieldwrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 0 0 .75em 0;
}

/* STELLENANZEIGEN */

.content-main.job-ad .site-aside-left {
  min-height: 25rem;
}

.content-main.job-ad .section-header {
  margin: 1rem 0;
  height: 100%;
}

.content-main.job-ad .section-header .section-header-inner {
  position: relative;
  padding: 0 0.9375rem;
}

.text-center {
  text-align: center;
}

.layout1 .owl-item .ce-bodytext{
  padding-top: 10px;
}

.news-backlink-wrap.rte-button a{
  font-size: 0.8rem;
  padding-top: 5px;
}

#page-43 .ce-left .ce-bodytext a {
  color: #394488;
}

#page-43 .site-main a {
  font-size: inherit;
  line-height: inherit;
}

#c928 iframe {
  border: 0;
  height: 1500px;
  width: 100%;
}

#c928 {
  width: 100%;
}

#page-421 .content-main .header-bild + .content-new .frame-type-header h1 {
    padding-top: 3.5rem;
}

div#c979 iframe {
  border: 0;
  height: 1500px;
  width: 100%;
}

#c979 {
  width: 100%;
}

#c1008 {
  margin-top: 2rem;
}

#c1012 {
  margin-top: 2.5rem;
}

#c1001 {
  margin-top: 1.5rem;
}

#page-431 .news-text-wrap a {
  color: #7ab51f;
}

#page-431 .news-text-wrap table {
  width: 50%;
  line-height: 0.5rem;
}

.site-home .column-3cols {
  display: flex;
  flex-wrap: wrap;
}
.site-home .grid-col-4 {
  padding: 1.875rem;
  height: unset;
}

.site-home .grid-col-4 .grid-row {
  margin: 0;
  overflow: visible;
}

.site-home .grid-col-4 .grid-row .owl-theme .owl-controls {
  top: -20px;
}

.site-home .grid-col-4 .grid-row .owl-theme .news {
  margin-top: 0;
}

.site-home .grid-col-4 .grid-row .ce-gallery {
  margin-top: 1.5rem;
}

.site-home .owl-wrapper {
  display: flex !important;
}

.site-home .owl-wrapper .owl-item {
  height: unset;
}


.site-home .grid-col-4 .grid-row .owl-theme .news-carousel h2 {
  padding-left: 0;
  margin-bottom: 2.15rem;
}
