@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* inconsolata-regular - vietnamese_latin-ext_latin */
@font-face {
  font-family: "Inconsolata";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../Fonts/inconsolata-v21-vietnamese_latin-ext_latin-regular.woff2") format("woff2"), url("../Fonts/inconsolata-v21-vietnamese_latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  font-weight: normal;
  font-family: "Arial", Verdana, Arial, sans-serif;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  background: #fff;
  line-height: 22px;
}

::-moz-selection {
  background: #ff7800;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #ff7800;
  text-shadow: none;
  color: #fff;
}

hr {
  display: block;
  height: 1px;
  background: #F8F8F8;
  margin: 1em 0;
  border: none;
}

img:not(.is_svg), video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

.is_svg {
  display: inline-block;
  min-height: 1px;
  min-width: 1px;
  max-width: none;
}

figure {
  margin: 0;
}

.browsehappy {
  margin: 0;
  padding: 0.4em 0;
  background: #ba2a0a;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.browsehappy a {
  color: #fff !important;
}

a {
  color: #ff7800;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover {
  color: #b35400;
}

a[href*="//"] {
  position: relative;
}
a[href*="//"]:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: url("../Images/external-link.svg") no-repeat center left;
  background-size: 100% auto;
  margin-right: 10px;
}

figure a[href*="//"]:before {
  content: none;
}

.allcont ul {
  padding: 5px 0;
}
.allcont ul li {
  padding: 3px 10px 3px 25px;
  position: relative;
}
.allcont ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background: #1A1A1A;
  border-radius: 50%;
  margin-right: 10px;
  position: absolute;
  left: 10px;
  top: 12px;
}
.allcont ul li ul li {
  padding: 5px 10px 5px 20px;
}
.allcont ul li ul li::before {
  background: #343434;
}

.allcont ol {
  margin: 10px 0;
  counter-reset: item;
}
.allcont ol li {
  padding: 5px 0 5px 1.7em;
  counter-increment: item;
  position: relative;
}
.allcont ol li:before {
  content: counter(item) ".";
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  font-weight: bold;
}

.allcont .ce-gallery .lightbox {
  position: relative;
  height: 100%;
  display: block;
}
.allcont .ce-gallery .lightbox:before {
  content: "";
  background: rgba(0, 0, 0, 0.7) url(../Images/magnifier.svg) no-repeat center center;
  background-size: 36px 36px;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.allcont .ce-gallery .lightbox:hover:before {
  opacity: 1;
}

.allcont .ce-textpic .ce-gallery {
  margin-bottom: 0;
}
.allcont .ce-textpic.ce-above .ce-gallery {
  margin-bottom: 10px;
}

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

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

.frame-space-before-extra-small {
  margin-top: 20px;
}

.frame-space-before-small {
  margin-top: 45px;
}

.frame-space-before-medium {
  margin-top: 100px;
}

.frame-space-before-large {
  margin-top: 130px;
}

.frame-space-before-extra-large {
  margin-top: 200px;
}

.frame-space-after-extra-small {
  margin-bottom: 20px;
}

.frame-space-after-small {
  margin-bottom: 45px;
}

.frame-space-after-medium {
  margin-bottom: 100px;
}

.frame-space-after-large {
  margin-bottom: 130px;
}

.frame-space-after-extra-large {
  margin-bottom: 200px;
}

@media screen and (max-width: 450px) {
  .frame-space-before-medium {
    margin-top: 50px;
  }

  .frame-space-before-large {
    margin-top: 80px;
  }

  .frame-space-before-extra-large {
    margin-top: 100px;
  }

  .frame-space-after-medium {
    margin-bottom: 50px;
  }

  .frame-space-after-large {
    margin-bottom: 80px;
  }

  .frame-space-after-extra-large {
    margin-bottom: 100px;
  }
}
/*Textstile -----------------------------------------*/
.button, input[type=submit], button {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  border: 0;
  font-weight: normal;
  background: #FFA000;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.button:hover, input[type=submit]:hover, button:hover {
  background-color: #ff7800;
  color: #fff;
}

.redtext {
  color: #b10000;
}

.whitetext {
  color: #fff;
}

.orangetext {
  color: #FFA000;
}

.largetext {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.bannertext {
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  .bannertext {
    font-size: 24px;
    hyphens: auto;
  }
}

.uppercase {
  text-transform: uppercase;
}

.icon:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 15px;
  position: relative;
  top: 3px;
  filter: invert(1);
}
.icon__mail:before {
  background: url(../Images/mail.svg) no-repeat bottom center/16px auto;
}
.icon__phone:before {
  background: url(../Images/phone.svg) no-repeat bottom center/16px auto;
}
.icon__pin:before {
  background: url(../Images/pin.svg) no-repeat bottom center/16px auto;
}

/*Rahmen -----------------------------------------*/
.frame-greybox {
  background: #F8F8F8;
  padding: 2%;
}

.frame-ci_bg {
  background: #FFA000;
  padding: 2%;
  color: #fff;
}
.frame-ci_bg h1, .frame-ci_bg h2, .frame-ci_bg h3, .frame-ci_bg h4, .frame-ci_bg h5 {
  color: #fff;
}

.frame-type-pxproject_grid100withimages {
  position: relative;
  padding: 200px 0;
}
@media screen and (max-width: 450px) {
  .frame-type-pxproject_grid100withimages {
    padding: 100px 0;
  }
  .frame-type-pxproject_grid100withimages img {
    width: 100px;
  }
}
.frame-type-pxproject_grid100withimages .image {
  position: absolute;
}
.frame-type-pxproject_grid100withimages .image.image_top {
  top: 0;
}
.frame-type-pxproject_grid100withimages .image.image_bottom {
  bottom: 0;
}
.frame-type-pxproject_grid100withimages .image.position_right {
  right: 0;
}
.frame-type-pxproject_grid100withimages .image.position_left {
  left: 0;
}

/*Layouts -----------------------------------------*/
.head > .inner,
.foot > .inner {
  width: 92%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.cont > .frame.frame-layout-10 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-10.frame-greybox {
  padding: 20px 0;
}

.cont > .frame.frame-layout-20 {
  max-width: none;
  width: 100%;
}
.cont > .frame.frame-layout-20 > .inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/*Gridelemente-----------------------------------------*/
/*Allgemein*/
.gridrow {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.gridrow .col + .col {
  margin-left: 20px;
}
.gridrow.colSpacing_slim > .col + .col {
  margin-left: 10px;
}
.gridrow.colSpacing_wide > .col + .col {
  margin-left: 80px;
}
.gridrow.align_middle {
  align-items: center;
}
.gridrow.align_top {
  align-items: flex-start;
}
.gridrow.align_bottom {
  align-items: flex-end;
}

/*Boxen 2er%*/
.grid2cols > .col {
  width: calc(50% - (20px / 2));
}
.grid2cols.colSpacing_slim > .col {
  width: calc(50% - (10px / 2));
}
.grid2cols.colSpacing_wide > .col {
  width: calc(50% - (80px / 2));
}

/*Boxen 3er%*/
.grid3cols > .col {
  width: calc(33.333% - (2 * 20px / 3));
}
.grid3cols.colSpacing_slim > .col {
  width: calc(33.333% - (2 * 10px / 3));
}
.grid3cols.colSpacing_wide > .col {
  width: calc(33.333% - (2 * 80px / 3));
}

/*Boxen 4er%*/
.grid4cols > .col {
  width: calc(25% - (3 * 20px / 4));
}
.grid4cols.colSpacing_slim > .col {
  width: calc(25% - (3 * 10px / 4));
}
.grid4cols.colSpacing_wide > .col {
  width: calc(25% - (3 * 80px / 4));
}

/*Boxen 5er%*/
.grid5cols > .col {
  width: calc(20% - (4 * 20px / 5));
}
.grid5cols.colSpacing_slim > .col {
  width: calc(20% - (4 * 10px / 5));
}
.grid5cols.colSpacing_wide > .col {
  width: calc(20% - (4 * 80px / 5));
}

/*Boxen 33%-66%*/
.col_pos_33-66 > .col.col1 {
  width: calc(33.333% - (20px / 2));
}
.col_pos_33-66 > .col.col2 {
  width: calc(66.666% - (20px / 2));
}
.col_pos_33-66.colSpacing_slim > .col.col1 {
  width: calc(33.333% - (10px / 2));
}
.col_pos_33-66.colSpacing_slim > .col.col2 {
  width: calc(66.666% - (10px / 2));
}
.col_pos_33-66.colSpacing_wide > .col.col1 {
  width: calc(33.333% - (80px / 2));
}
.col_pos_33-66.colSpacing_wide > .col.col2 {
  width: calc(66.666% - (80px / 2));
}

/*Boxen 66%-33%*/
.col_pos_66-33 > .col.col1 {
  width: calc(66.666% - (20px / 2));
}
.col_pos_66-33 > .col.col2 {
  width: calc(33.333% - (20px / 2));
}
.col_pos_66-33.colSpacing_slim > .col.col1 {
  width: calc(66.666% - (10px / 2));
}
.col_pos_66-33.colSpacing_slim > .col.col2 {
  width: calc(33.333% - (10px / 2));
}
.col_pos_66-33.colSpacing_wide > .col.col1 {
  width: calc(66.666% - (80px / 2));
}
.col_pos_66-33.colSpacing_wide > .col.col2 {
  width: calc(33.333% - (80px / 2));
}

/*Boxen 45%-55%*/
.col_pos_45-55 > .col.col1 {
  width: calc(45% - (20px / 2));
}
.col_pos_45-55 > .col.col2 {
  width: calc(55% - (20px / 2));
}
.col_pos_45-55.colSpacing_slim > .col.col1 {
  width: calc(45% - (10px / 2));
}
.col_pos_45-55.colSpacing_slim > .col.col2 {
  width: calc(55% - (10px / 2));
}
.col_pos_45-55.colSpacing_wide > .col.col1 {
  width: calc(45% - (80px / 2));
}
.col_pos_45-55.colSpacing_wide > .col.col2 {
  width: calc(55% - (80px / 2));
}

/*Boxen 55%-45%*/
.col_pos_55-45 > .col.col1 {
  width: calc(55% - (20px / 2));
}
.col_pos_55-45 > .col.col2 {
  width: calc(45% - (20px / 2));
}
.col_pos_55-45.colSpacing_slim > .col.col1 {
  width: calc(55% - (10px / 2));
}
.col_pos_55-45.colSpacing_slim > .col.col2 {
  width: calc(45% - (10px / 2));
}
.col_pos_55-45.colSpacing_wide > .col.col1 {
  width: calc(55% - (80px / 2));
}
.col_pos_55-45.colSpacing_wide > .col.col2 {
  width: calc(45% - (80px / 2));
}

/*Boxen 20%-80%*/
.col_pos_20-80 > .col.col1 {
  width: calc(20% - (20px / 2));
}
.col_pos_20-80 > .col.col2 {
  width: calc(80% - (20px / 2));
}
.col_pos_20-80.colSpacing_slim > .col.col1 {
  width: calc(20% - (10px / 2));
}
.col_pos_20-80.colSpacing_slim > .col.col2 {
  width: calc(80% - (10px / 2));
}
.col_pos_20-80.colSpacing_wide > .col.col1 {
  width: calc(20% - (80px / 2));
}
.col_pos_20-80.colSpacing_wide > .col.col2 {
  width: calc(80% - (80px / 2));
}

/*Boxen 80%-20%*/
.col_pos_80-20 > .col.col1 {
  width: calc(80% - (20px / 2));
}
.col_pos_80-20 > .col.col2 {
  width: calc(20% - (20px / 2));
}
.col_pos_80-20.colSpacing_slim > .col.col1 {
  width: calc(80% - (10px / 2));
}
.col_pos_80-20.colSpacing_slim > .col.col2 {
  width: calc(20% - (10px / 2));
}
.col_pos_80-20.colSpacing_wide > .col.col1 {
  width: calc(80% - (80px / 2));
}
.col_pos_80-20.colSpacing_wide > .col.col2 {
  width: calc(20% - (80px / 2));
}

@media all and (max-width: 1024px) {
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
.grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 20px;
  }
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
.grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: calc(50% - (20px / 2));
    margin-top: 20px;
  }
  .grid4cols > .col:nth-child(2n+1), .grid4cols.colSpacing_slim > .col:nth-child(2n+1), .grid4cols.colSpacing_wide > .col:nth-child(2n+1),
.grid5cols > .col:nth-child(2n+1), .grid5cols.colSpacing_slim > .col:nth-child(2n+1), .grid5cols.colSpacing_wide > .col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media all and (max-width: 960px) {
  .grid2cols > .col, .grid2cols.colSpacing_slim > .col, .grid2cols.colSpacing_wide > .col,
.grid3cols > .col, .grid3cols.colSpacing_slim > .col, .grid3cols.colSpacing_wide > .col {
    width: 100%;
  }
  .grid2cols .col + .col, .grid2cols.colSpacing_slim .col + .col, .grid2cols.colSpacing_wide .col + .col,
.grid3cols .col + .col, .grid3cols.colSpacing_slim .col + .col, .grid3cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }

  .col_pos_33-66 > .col.col1, .col_pos_33-66 > .col.col2, .col_pos_33-66.colSpacing_slim > .col.col1, .col_pos_33-66.colSpacing_slim > .col.col2, .col_pos_33-66.colSpacing_wide > .col.col1, .col_pos_33-66.colSpacing_wide > .col.col2,
.col_pos_66-33 > .col.col1,
.col_pos_66-33 > .col.col2, .col_pos_66-33.colSpacing_slim > .col.col1, .col_pos_66-33.colSpacing_slim > .col.col2, .col_pos_66-33.colSpacing_wide > .col.col1, .col_pos_66-33.colSpacing_wide > .col.col2,
.col_pos_45-55 > .col.col1,
.col_pos_45-55 > .col.col2, .col_pos_45-55.colSpacing_slim > .col.col1, .col_pos_45-55.colSpacing_slim > .col.col2, .col_pos_45-55.colSpacing_wide > .col.col1, .col_pos_45-55.colSpacing_wide > .col.col2,
.col_pos_55-45 > .col.col1,
.col_pos_55-45 > .col.col2, .col_pos_55-45.colSpacing_slim > .col.col1, .col_pos_55-45.colSpacing_slim > .col.col2, .col_pos_55-45.colSpacing_wide > .col.col1, .col_pos_55-45.colSpacing_wide > .col.col2,
.col_pos_20-80 > .col.col1,
.col_pos_20-80 > .col.col2, .col_pos_20-80.colSpacing_slim > .col.col1, .col_pos_20-80.colSpacing_slim > .col.col2, .col_pos_20-80.colSpacing_wide > .col.col1, .col_pos_20-80.colSpacing_wide > .col.col2,
.col_pos_80-20 > .col.col1,
.col_pos_80-20 > .col.col2, .col_pos_80-20.colSpacing_slim > .col.col1, .col_pos_80-20.colSpacing_slim > .col.col2, .col_pos_80-20.colSpacing_wide > .col.col1, .col_pos_80-20.colSpacing_wide > .col.col2 {
    width: 100%;
  }
  .col_pos_33-66 .col + .col, .col_pos_33-66.colSpacing_slim .col + .col, .col_pos_33-66.colSpacing_wide .col + .col,
.col_pos_66-33 .col + .col, .col_pos_66-33.colSpacing_slim .col + .col, .col_pos_66-33.colSpacing_wide .col + .col,
.col_pos_45-55 .col + .col, .col_pos_45-55.colSpacing_slim .col + .col, .col_pos_45-55.colSpacing_wide .col + .col,
.col_pos_55-45 .col + .col, .col_pos_55-45.colSpacing_slim .col + .col, .col_pos_55-45.colSpacing_wide .col + .col,
.col_pos_20-80 .col + .col, .col_pos_20-80.colSpacing_slim .col + .col, .col_pos_20-80.colSpacing_wide .col + .col,
.col_pos_80-20 .col + .col, .col_pos_80-20.colSpacing_slim .col + .col, .col_pos_80-20.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media all and (max-width: 768px) {
  .grid4cols > .col, .grid4cols.colSpacing_slim > .col, .grid4cols.colSpacing_wide > .col,
.grid5cols > .col, .grid5cols.colSpacing_slim > .col, .grid5cols.colSpacing_wide > .col {
    width: 100%;
  }
  .grid4cols .col + .col, .grid4cols.colSpacing_slim .col + .col, .grid4cols.colSpacing_wide .col + .col,
.grid5cols .col + .col, .grid5cols.colSpacing_slim .col + .col, .grid5cols.colSpacing_wide .col + .col {
    margin-left: 0;
    margin-top: 20px;
  }
}
/* Content --------------------------------------------------------------------------*/
.site {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  max-width: 3000px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.site .main {
  overflow: hidden;
  flex: 1 0 auto;
}
.site .allcont .breadcrumb-wrapper {
  margin: 10px 60px;
  font-size: 11px;
  max-width: 960px;
  width: 92%;
  margin: 0 auto;
}
.site .allcont .breadcrumb-wrapper .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .site .allcont .breadcrumb-wrapper .breadcrumb {
    max-width: 100%;
  }
}
.site .allcont .breadcrumb-wrapper .breadcrumb li {
  margin-right: 5px;
  padding: 0;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li a {
  color: #1A1A1A;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li a:hover {
  color: #1A1A1A;
  text-decoration: underline;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li.list-inline-item {
  display: inline;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li.sub:after {
  content: "»";
  display: inline;
  color: #FFA000;
  margin-right: 5px;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li:before {
  content: none;
}
.site .allcont .breadcrumb-wrapper .breadcrumb li:last-child.sub:after {
  content: none;
}
.site .allcont .cont > div:first-child {
  margin-top: 30px;
}
.site .allcont .cont > div:first-child.frame-greybox, .site .allcont .cont > div:first-child.frame-ci_bg, .site .allcont .cont > div:first-child.frame-type-pxproject_grid100withimages {
  margin-top: 0;
}
.site .allcont .cont > div:last-child {
  margin-bottom: 80px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  font-family: "Arial", Verdana, Arial, sans-serif;
  line-height: 140%;
  color: #1A1A1A;
  padding: 10px 0 0;
  text-transform: uppercase;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p {
  padding-top: 0.5em;
}

h1 {
  font-size: 32px;
}
@media screen and (max-width: 450px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 20px;
}
@media screen and (max-width: 450px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  h3 {
    font-size: 14px;
  }
}

h4 {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  h4 {
    font-size: 14x;
  }
}

h5 {
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 450px) {
  h5 {
    font-size: 18px;
  }
}

p[class*=roofline] {
  font-weight: bold;
}

*[class*=headline] + * {
  margin-top: 1em;
}

p:not([class*=roofline]) + h1, p:not([class*=roofline]) + h2, p:not([class*=roofline]) + h3, p:not([class*=roofline]) + h4, p:not([class*=roofline]) + h5, p:not([class*=roofline]) + h6, p:not([class*=roofline]) + p, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ul + p, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, ol + p {
  margin-top: 1em;
}

i, em {
  font-style: italic;
}

strong, b {
  font-weight: 700;
}

form {
  background: #4a4a4a;
  padding: 10px 20px;
  color: #fff;
}

input, select, textarea {
  width: 100%;
  border: 1px solid #2C2C2C;
  padding: 7px 10px;
  color: #fff;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #ff7800;
  outline: none;
}

input {
  padding: 7px 10px 7px 100px;
}

input[type=submit] {
  width: auto;
  cursor: pointer;
  margin-top: 10px;
}
input[type=submit]:focus {
  border: none;
  outline: none;
}

select {
  height: 41px;
}

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

textarea {
  resize: none;
  height: 130px;
  padding-top: 20px;
}

input[type=submit], button {
  width: 100%;
}

input[type=radio], input[type=checkbox] {
  width: auto;
  margin-right: 5px;
}

input:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #000 inset;
  -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

::-moz-placeholder {
  opacity: 1;
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

:focus {
  outline: rgba(255, 255, 255, 0);
}

/*Tabelle*/
.table_container {
  overflow: auto;
}

.allcont table {
  width: 100%;
  margin: 10px 0px 5px;
}
.allcont table tr th {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background: #ff7800;
  padding: 10px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr td {
  padding: 5px 15px;
  border-right: 1px solid #fff;
}
.allcont table tr:nth-child(even) {
  background-color: #F8F8F8;
}

/*
*********************
Responsive Design ONLY for the standard Elements of TYPO3
*********************
*/
@media all and (max-width: 890px) {
  /*
  *********************
  Text & Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-textpic.ce-intext {
    /*
    *********************
    Text & Bild / Text & Medien – Im Text rechts, Im Text links,
    Neben dem Text rechts, Neben dem Text links
    *********************
    */
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery, .ce-textpic.ce-intext.ce-left .ce-gallery {
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column {
    float: unset;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure,
.ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure,
.ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video {
    display: block;
    width: 100%;
  }
  .ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure img,
.ce-textpic.ce-intext.ce-right .ce-gallery .ce-column figure video,
.ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video img,
.ce-textpic.ce-intext.ce-right .ce-gallery .ce-column .video video, .ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure img,
.ce-textpic.ce-intext.ce-left .ce-gallery .ce-column figure video,
.ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video img,
.ce-textpic.ce-intext.ce-left .ce-gallery .ce-column .video video {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 768px) {
  /*
  *********************
  Nur Bild – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-image .ce-gallery {
    margin-bottom: 0;
    float: none;
  }
  .ce-image .ce-gallery .ce-column {
    float: none;
  }
  .ce-image .ce-gallery .image {
    display: block;
    width: 100%;
  }
  .ce-image .ce-gallery .image img {
    width: 100%;
    height: auto;
  }

  /*
  *********************
  Dateilinks – Optimiert für ein Bild in der Breite von 500px. Ggf. Media Query max-width anpassen!
  *********************
  */
  .ce-uploads li {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ce-uploads li::before {
    content: none !important;
  }
  .ce-uploads li a {
    display: block;
  }
  .ce-uploads li a img {
    display: block;
    float: unset;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .ce-uploads li > div span {
    font-size: 14px;
  }
}
.head {
  position: fixed;
  width: 100%;
  top: -50px;
  background: rgba(0, 0, 0, 0.65);
  max-width: 3000px;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  height: 170px;
}
.head a {
  color: #fff;
  line-height: 30px;
}
.head .top-head {
  display: flex;
  justify-content: flex-end;
  height: 50px;
  background: rgba(0, 0, 0, 0.85);
}
.head .top-head > .inner {
  width: 960px;
  margin: 0 auto;
}
.head .top-head > .inner .hidden-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 450px) {
  .head .top-head > .inner .hidden-nav {
    gap: 5px;
    justify-content: center;
    font-size: 12px;
  }
}
.head .top-head > .inner .hidden-nav .hiddennav {
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 450px) {
  .head .top-head > .inner .hidden-nav .hiddennav {
    gap: 10px;
  }
}
.head .top-head > .inner .hidden-nav .hiddennav li:hover a {
  text-decoration: underline;
}
.head .bottom-head {
  border-top: 2px solid #ff7800;
}
.head .bottom-head > .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
}
.head .bottom-head > .inner .right-nav {
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .head .bottom-head > .inner .right-nav {
    position: absolute;
    top: 50px;
    right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .head .bottom-head > .inner .right-nav {
    right: 0;
  }
}
.head .bottom-head > .inner .right-nav .meta-nav {
  display: flex;
  gap: 5px;
}
.head .bottom-head > .inner .right-nav .meta-nav .metanav {
  display: flex;
  gap: 5px;
}
.head .bottom-head > .inner .right-nav .meta-nav .metanav li {
  background-color: #ff7800;
}
.head .bottom-head > .inner .right-nav .meta-nav .metanav li a {
  padding: 7px 15px;
  height: 30px;
}
.head .bottom-head > .inner .right-nav .meta-nav .metanav li a:hover {
  text-decoration: underline;
}
.head .bottom-head > .inner .right-nav .meta-nav .close {
  position: relative;
  z-index: 1000;
  height: 30px;
  width: 30px;
  right: 0;
  bottom: 0;
  background: #ff7800;
  cursor: pointer;
}
.head .bottom-head > .inner .right-nav .meta-nav .close span {
  display: block;
  position: absolute;
  height: 3px;
  width: 15px;
  background: #fff;
  border-radius: 3px;
  left: 7px;
  top: 13px;
  transform: rotate(0deg);
  transition: all 0.2s ease-out;
}
.head .bottom-head > .inner .right-nav .meta-nav .close span:nth-child(2) {
  transform: rotate(90deg);
  transition: all 0.2s ease-out;
}
.head .bottom-head > .inner .right-nav .meta-nav .close.opened span {
  transform: rotate(45deg);
  transition: all 0.2s ease-out;
}
.head .bottom-head > .inner .right-nav .meta-nav .close.opened span:nth-child(2) {
  transform: rotate(135deg);
  transition: all 0.2s ease-out;
}
.head .logo {
  transition: all 0.5s ease-in-out;
  background: url(../Images/logo2x.png) no-repeat 0;
  background-size: 100% auto;
  width: 250px;
  height: 96px;
  margin: 10px 0;
  flex-shrink: 0;
  z-index: 10;
}
@media screen and (max-width: 450px) {
  .head .logo {
    margin: 25px 0;
    width: 200px;
  }
}
.head .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.head .logo a span {
  display: none;
}
.head.stickyhead {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}
.head.stickyhead > .inner .logo {
  width: 180px;
  height: 35px;
  margin: 20px 0;
}

#subhead {
  position: relative;
}
#subhead #subhead2 {
  overflow: hidden;
  max-height: 460px;
}
#subhead #subhead2 .banner {
  height: 460px;
}
@media screen and (max-width: 450px) {
  #subhead #subhead2 .banner {
    height: 460px;
  }
}

#uid1 #subhead #subhead2 {
  max-height: 920px;
}
#uid1 #subhead #subhead2 .banner {
  height: 920px;
}
@media screen and (max-width: 450px) {
  #uid1 #subhead #subhead2 .banner {
    height: 400px;
  }
}

/*headnav--------------------------------------*/
.head .nav {
  list-style-type: none;
  display: flex;
}
.head .nav > li {
  list-style: none;
  position: relative;
}
.head .nav > li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.head .nav > li > a {
  padding: 10px 15px;
  position: relative;
}
.head .nav > li:last-child > a {
  padding-right: 0;
}
.head .nav > li.over > .subnav, .head .nav > li.over > a, .head .nav > li:hover > .subnav {
  display: flex;
}
.head .nav > li.over > a, .head .nav > li:hover > a, .head .nav > li.active > a, .head .nav > li.act > a {
  color: #FFA000;
}
.head .nav > li .subnav {
  display: none;
  flex-direction: column;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  padding: 0;
}
.head .nav > li .subnav li a {
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-weight: 400;
  padding: 7px 15px;
  white-space: nowrap;
  text-transform: none;
  line-height: 22px;
}
.head .nav > li .subnav li:hover > a, .head .nav > li .subnav li.over > a, .head .nav > li .subnav li.active > a, .head .nav > li .subnav li.act > a {
  color: #FFA000;
}
.head .nav > li .subnav li.over > .subnav, .head .nav > li .subnav li:hover > .subnav {
  display: flex;
}
.head .nav > li .subnav li > .subnav {
  left: 100%;
  padding-left: 5px;
  top: 0;
}

.showSub, .open_nav {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger {
  padding: 15px 25px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

@media all and (min-width: 960px) {
  .head > .inner nav {
    display: block !important;
  }
}
@media all and (max-width: 960px) {
  /*Nav*/
  .open_nav {
    display: inherit;
  }

  .head .bottom-head > .inner {
    position: static;
    width: auto;
  }
  .head .bottom-head > .inner nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    overflow: scroll;
    max-height: calc( 						100vh - 125px 					);
  }
  .head .bottom-head > .inner nav .nav {
    flex-direction: column;
  }
  .head .bottom-head > .inner nav .nav li {
    float: none;
    width: 100%;
    position: relative;
  }
  .head .bottom-head > .inner nav .nav li:hover > a:after, .head .bottom-head > .inner nav .nav li.over > a:after {
    display: none !important;
  }
  .head .bottom-head > .inner nav .nav li.over > .subnav, .head .bottom-head > .inner nav .nav li:hover > .subnav {
    display: none;
  }
  .head .bottom-head > .inner nav .nav li:hover > a, .head .bottom-head > .inner nav .nav li.over > a, .head .bottom-head > .inner nav .nav li.active > a, .head .bottom-head > .inner nav .nav li.act > a {
    color: #ff7800;
    background: #000;
  }
  .head .bottom-head > .inner nav .nav li a {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .head .bottom-head > .inner nav .nav li .subnav {
    transform: translate(0);
    padding: 0;
    box-shadow: none;
  }
  .head .bottom-head > .inner nav .nav li .subnav li a {
    padding: 10px 40px;
  }
  .head .bottom-head > .inner nav .nav li .subnav li:hover > a, .head .bottom-head > .inner nav .nav li .subnav li.over > a, .head .bottom-head > .inner nav .nav li .subnav li.active > a, .head .bottom-head > .inner nav .nav li .subnav li.act > a {
    color: #ff7800;
    background: #000;
  }
  .head .bottom-head > .inner nav .nav li .subnav li + li {
    border-top: none;
    margin-left: 0;
  }
  .head .bottom-head > .inner nav .nav li .subnav .showSub {
    height: 47px;
    line-height: 47px;
  }
  .head .bottom-head > .inner nav .nav li .subnav,
.head .bottom-head > .inner nav .nav li .subnav.subnav2, .head .bottom-head > .inner nav .nav li:last-child > .subnav, .head .bottom-head > .inner nav .nav li:last-child > .subnav.subnav2 {
    position: inherit;
    left: inherit;
    top: inherit;
  }
  .head .bottom-head > .inner nav .nav li:hover > .subnav, .head .bottom-head > .inner nav .nav li.over > .subnav, .head .bottom-head > .inner nav .nav li:hover > .subnav2.subnav, .head .bottom-head > .inner nav .nav li.over > .subnav2.subnav, .head .bottom-head > .inner nav .nav li.over > .subnav .subnav2, .head .bottom-head > .inner nav .nav li:hover > .subnav .subnav2 {
    display: none;
  }
  .head .bottom-head > .inner nav .nav li .showSub {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 10;
    cursor: pointer;
    width: 67px;
    height: 37px;
    line-height: 37px;
    background: transparent;
    text-align: center;
    transition: all 0.5s ease-in-out;
  }
  .head .bottom-head > .inner nav .nav li .showSub:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 5px dashed #ff7800;
    border-top: 6px solid\9 ;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all 0.5s ease-in-out;
  }
  .head .bottom-head > .inner nav .nav li .showSub.open:after {
    border-top-color: #FFA000;
    transform: rotate(180deg);
  }
}
.langswitchwrap {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  text-transform: inherit;
}
.langswitchwrap .langswitch {
  position: relative;
}
.langswitchwrap .langswitch li {
  padding: 1px 15px;
  background: #ff7800;
  height: 30px;
}
.langswitchwrap .langswitch li a:hover {
  text-decoration: underline;
}
.langswitchwrap .langswitch li.act {
  display: none;
}

.searchBox form {
  background: transparent;
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.searchBox .input-group {
  display: flex;
}
.searchBox .input-group .searchbox-button {
  background: url(../Images/suche.svg) no-repeat center/16px auto;
  filter: invert(1);
  transition: all 0.5s ease-in-out;
}
.searchBox .input-group .searchbox-button span {
  display: none;
}
.searchBox .input-group input {
  background: transparent;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 14px 0 14px;
  line-height: 22px;
  position: relative;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 450px) {
  .searchBox .input-group input {
    font-size: 12px;
  }
}
.searchBox .input-group input[type=submit], .searchBox .input-group button {
  width: auto;
  padding: 10px 20px;
}
.searchBox.searchfocused form {
  background-color: #ff7800;
  transition: all 0.5s ease-in-out;
}
.searchBox.searchfocused .input-group input {
  padding: 14px 0 14px 10px;
  transition: all 0.5s ease-in-out;
}
.searchBox.searchfocused .input-group .searchbox-button {
  padding: 10px 20px;
  order: 2;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 450px) {
  .searchBox.searchfocused .input-group .searchbox-button {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .searchBox {
    padding: 0;
  }
}
.searchBox ::-webkit-input-placeholder {
  color: #fff;
}
.searchBox :-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.searchBox ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.searchBox :-ms-input-placeholder {
  color: #fff;
}

.head.stickyhead .input-group input {
  color: #1A1A1A;
}
.head.stickyhead ::-webkit-input-placeholder {
  color: #1A1A1A;
}
.head.stickyhead :-moz-placeholder {
  opacity: 1;
  color: #1A1A1A;
}
.head.stickyhead ::-moz-placeholder {
  opacity: 1;
  color: #1A1A1A;
}
.head.stickyhead :-ms-input-placeholder {
  color: #1A1A1A;
}

.banner {
  position: relative;
  min-height: 400px;
}
.banner .image {
  position: relative;
  height: 100%;
}
.banner .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner .text {
  position: absolute;
  transform: translate(-50%, -55%);
  top: 55%;
  left: 50%;
  color: #fff;
  width: 92%;
  max-width: 1600px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .banner .text {
    transform: translate(-50%, -75%);
    top: 75%;
  }
}
.banner .text h1,
.banner .text h2,
.banner .text h3,
.banner .text h4,
.banner .text h5 {
  color: #fff;
}
.banner .text p {
  font-size: 20px;
}
.banner .text .text_inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 60px;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 450px) {
  .banner .text .text_inner {
    padding: 30px;
  }
}

.image_wall_images {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.image_wall_images .image {
  text-align: center;
  width: calc(20% - (5 * 2px / 5));
  position: relative;
}
.image_wall_images .image img {
  filter: grayscale(1);
  width: 100%;
  height: 100%;
}
.image_wall_images .image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.image_wall_images .image a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
  color: #fff;
}
.image_wall_images .image:hover a {
  background: rgba(255, 120, 0, 0.8);
}
@media screen and (max-width: 1024px) {
  .image_wall_images .image {
    width: calc(25% - (4 * 2px / 4));
  }
}
@media screen and (max-width: 768px) {
  .image_wall_images .image {
    width: calc(33% - (3 * 2px / 3));
  }
}
@media screen and (max-width: 640px) {
  .image_wall_images .image {
    width: calc(50% - (2 * 2px / 2));
  }
}
@media screen and (max-width: 450px) {
  .image_wall_images .image {
    width: 100%;
  }
  .image_wall_images .image + .image {
    margin: 2px 0 0 0;
  }
}

.specialbox {
  overflow: hidden;
  position: relative;
  background: #4a4a4a;
  height: 580px;
}
@media screen and (max-width: 768px) {
  .specialbox {
    height: auto;
  }
}
.specialbox .inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .specialbox .inner {
    width: 100%;
    max-width: none;
  }
}
.specialbox h5 {
  padding: 20px 20px 0;
}
.specialbox_image {
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: 50;
  margin-left: -479px;
}
.specialbox_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.specialbox_content {
  z-index: 50;
  position: relative;
  width: 0px;
  height: 580px;
  background: #4a4a4a;
  border-right: 2px solid #ffa000;
  transition: all 0.5s ease-in-out;
}
.specialbox_content .mail-icon {
  position: absolute;
  top: 0;
  right: -32px;
  width: 30px;
  height: 30px;
  background: #ffa000 url(../Images/mail-white.svg) no-repeat center center/20px auto;
  cursor: pointer;
}
.specialbox_content.opened {
  width: 590px;
  transition: all 0.5s ease-in-out;
}
.specialbox_content .specialbox_content-inner {
  overflow: hidden;
}
.specialbox_content .specialbox_content-inner .specialbox_content-inner2 {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .specialbox_content {
    width: auto;
    height: auto;
  }
}

/*Tabs  ------------------------------------------------------- */
.tab_container {
  display: flex;
  counter-reset: section;
}
@media screen and (max-width: 640px) {
  .tab_container {
    flex-direction: column;
  }
}
.tab_container .tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 55%;
}
@media screen and (max-width: 640px) {
  .tab_container .tabs {
    width: 100%;
  }
}
.tab_container .tabs > li {
  padding: 40px 20px 40px 250px;
  min-height: 120px;
  background: #4a4a4a;
  color: #ff7800;
  cursor: pointer;
  list-style-type: none;
  width: 100%;
  border-bottom: 1px solid #2c2c2c;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .tab_container .tabs > li {
    padding: 30px 30px 40px 40px;
  }
}
@media screen and (max-width: 640px) {
  .tab_container .tabs > li {
    min-height: auto;
    padding: 20px;
  }
}
.tab_container .tabs > li a {
  text-decoration: none;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: flex;
}
@media screen and (max-width: 640px) {
  .tab_container .tabs > li a {
    font-size: 16px;
  }
}
.tab_container .tabs > li a:before {
  content: "0" counter(section) " ";
  counter-increment: section;
  font-size: 65px;
  font-family: "Inconsolata", Verdana, Arial, sans-serif;
  position: relative;
  top: 10px;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .tab_container .tabs > li a:before {
    font-size: 35px;
  }
}
.tab_container .tabs > li:after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 60px 0 60px 20px;
  border-color: transparent transparent transparent #2c2c2c;
  position: absolute;
  right: -19px;
  top: 0px;
  opacity: 0;
  z-index: 11;
}
.tab_container .tabs > li.active_tab, .tab_container .tabs > li:hover {
  background: #2C2C2C;
  color: #fff;
}
.tab_container .tabs > li.active_tab a, .tab_container .tabs > li:hover a {
  color: #fff;
}
.tab_container .tabs > li.active_tab:after {
  opacity: 1;
}
.tab_container .tabs > li:before {
  content: none;
}
.tab_container .tab_wrapper {
  padding: 45px 0 0 35px;
  position: relative;
  z-index: 10;
  background: #F8F8F8;
  width: 66%;
}
@media screen and (max-width: 1024px) {
  .tab_container .tab_wrapper {
    padding: 30px 0 0 35px;
  }
}
@media screen and (max-width: 640px) {
  .tab_container .tab_wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .tab_container .tab_wrapper {
    padding: 30px;
  }
}
.tab_container .tab_wrapper .tab .tab_inner {
  width: 65%;
}
@media screen and (max-width: 640px) {
  .tab_container .tab_wrapper .tab .tab_inner {
    width: 100%;
  }
}

.textpicture_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .textpicture_wrap {
    flex-direction: column;
  }
}
.textpicture_left {
  width: calc(50% - 6%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .textpicture_left {
    width: calc(50% - 4%);
  }
}
@media screen and (max-width: 768px) {
  .textpicture_left {
    width: 100%;
  }
}
.textpicture_right {
  width: calc(50% - 6%);
  position: relative;
}
@media screen and (max-width: 960px) {
  .textpicture_right {
    width: calc(50% - 4%);
  }
}
@media screen and (max-width: 768px) {
  .textpicture_right {
    width: 100%;
  }
}
.textpicture.imageposition-center .textpicture_wrap {
  flex-direction: column;
}
.textpicture_text .button, .textpicture_text input[type=submit], .textpicture_text button {
  margin-top: 20px;
}
.textpicture_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .textpicture_image {
    max-height: 350px;
    margin-bottom: 20px;
    overflow: hidden;
  }
}
@media screen and (max-width: 450px) {
  .textpicture_image {
    max-height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .textpicture.imageposition-right .textpicture_right {
    order: -1;
  }
}
.textpicture.texttwopictures {
  padding: 50px 0;
}
.textpicture.texttwopictures .textpicture_image {
  margin-bottom: 0;
}
.textpicture.texttwopictures .textpicture_image-small {
  position: absolute;
  height: 50%;
  width: 50%;
  bottom: -10%;
  right: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small {
    right: -4%;
  }
}
.textpicture.texttwopictures .textpicture_image-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.textpicture.texttwopictures .textpicture_image-small.align-right-top {
  top: -10%;
  bottom: auto;
}
.textpicture.texttwopictures .textpicture_image-small.align-left-top {
  bottom: auto;
  right: auto;
  top: -10%;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small.align-left-top {
    right: auto;
    left: -4%;
  }
}
.textpicture.texttwopictures .textpicture_image-small.align-left-bottom {
  right: auto;
  left: -10%;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures .textpicture_image-small.align-left-bottom {
    right: auto;
    left: -4%;
  }
}
.textpicture.texttwopictures.imageposition-right .textpicture_right.align-right-top {
  margin: 80px 0 20px 0;
}
.textpicture.texttwopictures.imageposition-right .textpicture_right.align-left-top {
  margin: 80px 0 20px 0;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures.imageposition-right .textpicture_right {
    margin-bottom: 80px;
  }
}
.textpicture.texttwopictures.imageposition-left .textpicture_left.align-right-top {
  margin: 80px 0 0 0;
}
.textpicture.texttwopictures.imageposition-left .textpicture_left.align-left-top {
  margin: 80px 0 0 0;
}
@media screen and (max-width: 768px) {
  .textpicture.texttwopictures.imageposition-left .textpicture_left {
    margin-bottom: 80px;
  }
}

.disturber {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .disturber {
    flex-wrap: wrap;
  }
}
.disturber .disturber_item {
  position: relative;
  text-align: center;
  padding: 30px 1%;
}
.disturber .disturber_item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.disturber .disturber_item a span {
  display: none;
}
.disturber .disturber_item h3 {
  min-height: 65px;
}
.disturber .disturber_item:hover {
  background: #ff7800;
}
@media screen and (max-width: 960px) {
  .disturber .disturber_item {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 450px) {
  .disturber .disturber_item {
    width: 100%;
  }
}

.frame-ci_bg.frame-type-pxdeck_disturber {
  padding: 0;
}
.frame-ci_bg.frame-type-pxdeck_disturber .inner {
  width: 100% !important;
}

.foot {
  background-color: #ff7800;
  color: #fff;
  position: relative;
  font-size: 12px;
  border-top: 2px solid #ffa000;
}
.foot a {
  text-decoration: none;
  color: #fff;
}
.foot a:hover {
  text-decoration: underline;
}
.foot .foot-top {
  padding: 35px 0;
  background: #4a4a4a;
}
.foot .foot-top .inner {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.foot .foot-top .inner .left-col {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .foot .foot-top .inner .left-col {
    width: 100%;
  }
}
.foot .foot-top .inner .right-col {
  width: 50%;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .foot .foot-top .inner .right-col {
    width: 100%;
    justify-content: center;
  }
}
.foot .foot-top .inner .right-col .socialnav {
  margin-left: 40px;
}
.foot .foot-top .inner .right-col .socialnav li {
  position: relative;
  width: 40px;
  height: 41px;
}
.foot .foot-top .inner .right-col .socialnav li a {
  position: absolute;
  top: 0;
  left: 0;
}
.foot .foot-top .inner .right-col .socialnav li a:before {
  content: none;
}
.foot .foot-top .inner .right-col .socialnav li:hover {
  filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1693%) hue-rotate(360deg) brightness(102%) contrast(106%);
}
.foot .foot-top .inner .right-col .socialnav img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.foot .foot-btm {
  text-align: center;
  padding: 15px;
  background: #2C2C2C;
  color: #bababa;
}
.foot .foot-btm a {
  color: #bababa;
}
.foot .foot-btm .footnav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.foot .foot-btm .footnav .footnavmenu {
  display: flex;
  margin-right: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.foot .foot-btm .footnav .footnavmenu li + li {
  margin-left: 5px;
}
.foot .foot-btm .footnav .footnavmenu li:after {
  content: ".";
  display: inline-block;
}

.backtotop {
  position: absolute;
  top: -44px;
  left: 50%;
  width: 44px;
  height: 44px;
  display: block;
  transform: translateX(-50%) rotate(-90deg);
  background: #FFA000 url(../Images/arrow.svg) no-repeat center center/10px auto;
}
.backtotop:hover {
  background-color: #e69000;
}
.backtotop span {
  display: none;
}

/*Powermail*/
.tx-powermail .powermail_form h3 {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset legend.powermail_legend {
  display: none;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap {
  padding: 3px 0;
  position: relative;
  margin: 3px 0;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap label {
  position: absolute;
  top: 50%;
  left: 10px;
  color: #fff;
  transform: translateY(-50%);
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap .mandatory {
  color: #FFA000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_input input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date input.parsley-error, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file input.parsley-error {
  border: 1px solid #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea.parsley-error {
  border: 1px solid #b10000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap input, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap textarea, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap select {
  background: #2C2C2C;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check label, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio label {
  cursor: pointer;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .radio, .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .checkbox,
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio .radio {
  display: inline-block;
  margin-right: 2%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field {
  display: flex;
  justify-content: flex-end;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field input {
  background: #FFA000;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_type_submit .powermail_field input:hover {
  background: #ff7800;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung {
  background: #2C2C2C;
  padding: 25px;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung {
    padding: 45px;
  }
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field {
  font-size: 13px;
  line-height: 130%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field a {
  color: #ff7800;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox {
  padding: 10px;
  width: 100%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox label {
  margin-right: 10px;
  border-bottom: 1px solid transparent;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error label {
  border-bottom: 1px solid #b10000;
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_datenschutzerklaerung .powermail_field .checkbox.parsley-error a {
  color: #fff;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0 0;
  padding: 0;
  line-height: 100%;
}
.tx-powermail .powermail_form .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_pflichtfelder .powermail_field {
  color: #FFA000;
  font-size: 11px;
  font-style: italic;
}
.tx-powermail .powermail_form .powermail_fieldset .parsley-errors-list {
  display: none;
}
.tx-powermail .hidelabel .powermail_fieldwrap > LABEL,
.tx-powermail .powermail_fieldwrap.hidelabel > LABEL {
  display: none;
}
.tx-powermail .greyboxpowermail {
  background: #F8F8F8;
  padding: 2%;
}
.tx-powermail .powermail_fieldwrap_width50,
.tx-powermail .powermail_fieldwrap_width33 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail {
  width: calc(33.333% - (2 * 20px / 3));
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
  margin-left: 20px;
}
.tx-powermail .powermail_fieldwrap_width50 .width33powermail:nth-child(3n+1),
.tx-powermail .powermail_fieldwrap_width33 .width33powermail:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width33powermail + .width33powermail,
.tx-powermail .powermail_fieldwrap_width33 .width33powermail + .width33powermail {
    margin-left: 0;
  }
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail {
  width: calc(50% - (20px / 2));
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
  margin-left: 20px;
}
.tx-powermail .powermail_fieldwrap_width50 .width50powermail:nth-child(2n+1),
.tx-powermail .powermail_fieldwrap_width33 .width50powermail:nth-child(2n+1) {
  margin-left: 0;
}
@media screen and (max-width: 450px) {
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap_width50 .width50powermail + .width50powermail,
.tx-powermail .powermail_fieldwrap_width33 .width50powermail + .width50powermail {
    margin-left: 0;
  }
}
.tx-powermail .powermail_create table td {
  padding: 5px 10px;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  z-index: 10;
  cursor: pointer;
  background: url("../Images/arrow.svg") no-repeat center center/20px 20px;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background-color: transparent;
  color: transparent;
}

.slick-prev {
  left: 20px;
  transform: translate(0, -50%) rotate(180deg);
}
.slick-prev:hover {
  left: 15px;
}

.slick-next {
  right: 20px;
}
.slick-next:hover {
  right: 15px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 !important;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 30px;
  width: 30px;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:after {
  background: #ff7800;
}
.slick-dots li button:after {
  content: "";
  background: #FFA000;
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots li.slick-active button:after {
  background: #ff7800;
}
.slick-dots li::before {
  content: none !important;
}

.slick-slider .slick-slide {
  display: none;
}
.slick-slider .slick-slide:first-child {
  display: block;
}
.slick-slider.slick-initialized .slick-slide {
  display: block;
}

/*suche*/
.tx-indexedsearch-searchbox {
  margin-bottom: 80px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch legend {
  text-align: center;
  color: #FFA000;
  font-size: 25px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div {
  display: flex;
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div {
    flex-wrap: wrap;
  }
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .label {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .label {
    width: 100%;
  }
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields {
  width: 80%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields {
    width: 100%;
  }
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields > select {
  height: 25px;
  margin: 3px 3px 3px 0;
  font-size: 13px;
  padding: 0;
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields > select + select {
  margin-right: 0;
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields > input {
  height: 25px;
  padding: 0;
}
.tx-indexedsearch-searchbox #tx_indexedsearch fieldset > div .searchfields > input#tx_indexedsearch_extResume {
  display: none;
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch fieldset {
    padding: 0;
  }
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form {
  display: flex;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form label {
    width: 100%;
  }
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-form input {
  color: #000;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button {
  margin-top: 20px;
}
.tx-indexedsearch-searchbox #tx_indexedsearch .tx-indexedsearch-search-submit input.tx-indexedsearch-searchbox-button:hover {
  background: #FFA000;
}

.tx-indexedsearch-info-noresult {
  display: flex;
  justify-content: center;
}

.tx-indexedsearch-res {
  background: #F8F8F8;
  padding: 20px 3%;
  margin: 20px 0;
}
.tx-indexedsearch-res h4 .tx-indexedsearch-title span, .tx-indexedsearch-res h4 .tx-indexedsearch-title a {
  display: block;
  text-decoration: none;
}
.tx-indexedsearch-res .tx-indexedsearch-description {
  margin: 0;
}
.tx-indexedsearch-res .tx-indexedsearch-description .tx-indexedsearch-redMarkup {
  color: #ff7800;
}
.tx-indexedsearch-res dl {
  display: flex;
}
.tx-indexedsearch-res dl dd p {
  margin: 0;
}

.tx-indexedsearch-browsebox {
  margin: 10px 0;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox {
  display: flex;
  flex-wrap: wrap;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li {
  margin-right: 10px;
  background: #ff7800;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li a {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}
.tx-indexedsearch-browsebox ul.tx-indexedsearch-browsebox li:before {
  content: none;
}

@media (max-width: 768px) {
  .tx-indexedsearch-searchbox #tx_indexedsearch {
    width: 100%;
  }
}
#newsletter p {
  display: flex;
  background: #2C2C2C;
}
#newsletter p label {
  display: block;
  width: 12%;
  padding: 4px 5px;
  color: #fff;
  float: left;
}
#newsletter input {
  background: #2C2C2C;
  padding: 5px;
}

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #F8F8F8;
  box-shadow: 0 3px 6px #F8F8F8;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #ff7800;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #ff7800;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #ff7800;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #ff7800;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel > ul::before, .datepicker-panel > ul::after {
  content: " ";
  display: table;
}
.datepicker-panel > ul::after {
  clear: both;
}
.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}
.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}
.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #ff7800;
}
.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}
.datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel > ul[data-view=years] > li, .datepicker-panel > ul[data-view=months] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel > ul[data-view=week] > li,
.datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
