img {
  max-width: 100%;
}

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

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

body,
html {
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}

html {
  height: 100%;
  top: 0;
}

a {
  color: #ff8c00;
}
a:focus, a:hover {
  color: #cc7000;
}

img.seoimage {
  display: none;
}

h1 {
  font-weight: bold;
  font-size: 33px;
  margin-top: 0;
}

h2 {
  font-weight: bold;
  font-size: 26px;
  font-weight: 700;
  color: #ff8c00;
  margin-bottom: 20px;
}

h3 {
  color: #ff8c00;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}

h4 {
  font-size: 1em;
  font-weight: bold;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 24px;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway", sans-serif;
}
h1.headlineOnepager,
h2.headlineOnepager,
h3.headlineOnepager,
h4.headlineOnepager,
h5.headlineOnepager {
  color: #ff8c00;
  display: block;
  border-bottom: 2px solid #ff8c00;
  padding-bottom: 25px;
  margin-bottom: 40px;
  font-size: 33px;
  margin-top: 0;
}
h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading {
  font-family: "Raleway", sans-serif;
}
h1.heading.orange,
h2.heading.orange,
h3.heading.orange,
h4.heading.orange,
h5.heading.orange {
  color: #ff8c00;
}
h1.heading.schwarz,
h2.heading.schwarz,
h3.heading.schwarz,
h4.heading.schwarz,
h5.heading.schwarz {
  color: #000;
}
h1.heading.opensans,
h2.heading.opensans,
h3.heading.opensans,
h4.heading.opensans,
h5.heading.opensans {
  font-family: "Raleway", sans-serif;
}
h1.heading.raleway,
h2.heading.raleway,
h3.heading.raleway,
h4.heading.raleway,
h5.heading.raleway {
  font-family: "Raleway", sans-serif;
}
h1.heading.groesser,
h2.heading.groesser,
h3.heading.groesser,
h4.heading.groesser,
h5.heading.groesser {
  font-size: 65px;
}
h1.headingIntro,
h2.headingIntro,
h3.headingIntro,
h4.headingIntro,
h5.headingIntro {
  text-align: center;
  font-family: "Open Sans";
  font-size: 2.5em;
  font-weight: 300;
  line-height: 54px;
  display: inline-block;
  margin: 0;
}
h1.headingIntro.rot,
h2.headingIntro.rot,
h3.headingIntro.rot,
h4.headingIntro.rot,
h5.headingIntro.rot {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ff8c00;
  font-weight: 700;
}
h1.headingIntro.schwarz,
h2.headingIntro.schwarz,
h3.headingIntro.schwarz,
h4.headingIntro.schwarz,
h5.headingIntro.schwarz {
  color: #000;
}
h1.headingIntro.schwarz b,
h2.headingIntro.schwarz b,
h3.headingIntro.schwarz b,
h4.headingIntro.schwarz b,
h5.headingIntro.schwarz b {
  font-weight: 700;
}

.headingintroOuter {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

h1.raleway {
  font-family: "Raleway", sans-serif;
}

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

._margin-top-0x {
  margin-top: 0rem !important;
}

._margin-bottom-0x {
  margin-bottom: 0rem !important;
}

._padding-top-0x {
  padding-top: 0rem !important;
}

._padding-bottom-0x {
  padding-bottom: 0rem !important;
}

._margin-top-1x {
  margin-top: 1rem !important;
}

._margin-bottom-1x {
  margin-bottom: 1rem !important;
}

._padding-top-1x {
  padding-top: 1rem !important;
}

._padding-bottom-1x {
  padding-bottom: 1rem !important;
}

._margin-top-2x {
  margin-top: 2rem !important;
}

._margin-bottom-2x {
  margin-bottom: 2rem !important;
}

._padding-top-2x {
  padding-top: 2rem !important;
}

._padding-bottom-2x {
  padding-bottom: 2rem !important;
}

._margin-top-3x {
  margin-top: 3rem !important;
}

._margin-bottom-3x {
  margin-bottom: 3rem !important;
}

._padding-top-3x {
  padding-top: 3rem !important;
}

._padding-bottom-3x {
  padding-bottom: 3rem !important;
}

._margin-top-4x {
  margin-top: 4rem !important;
}

._margin-bottom-4x {
  margin-bottom: 4rem !important;
}

._padding-top-4x {
  padding-top: 4rem !important;
}

._padding-bottom-4x {
  padding-bottom: 4rem !important;
}

header {
  position: fixed;
  height: 160px;
  top: 0;
  z-index: 20;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0);
  text-align: center;
}
header .metaDaten {
  text-align: right;
  margin-top: 36px;
  font-size: 14px;
  padding-right: 9px;
}
header .metaDaten .sprachen {
  padding-right: 20px;
  position: absolute;
  left: -62px;
}
header .metaDaten .sprachen ul li {
  display: inline-block;
}
header .metaDaten .sprachen ul li a {
  color: #000;
  text-decoration: none;
}
header .metaDaten .sprachen ul li a:active {
  font-weight: bold;
}
header .metaDaten .sprachen ul li a.borderCenter {
  border-right: 1px solid black;
  padding-right: 5px;
}
header .metaDaten .sprachen ul li.active a {
  font-weight: bold;
}
header .metaDaten .containerTelMail {
  display: inline-block;
  background-color: #fff;
  color: #a6a6a6;
  padding: 10px 20px;
  position: relative;
}
header .metaDaten .containerTelMail .headerTel {
  padding-right: 20px;
}
header .metaDaten .containerTelMail .headerTel span.phone {
  color: #a6a6a6;
}
header .metaDaten .containerTelMail .headerMail svg path {
  color: #a6a6a6;
}
header .metaDaten .containerTelMail .headerMail a {
  color: #a6a6a6;
}
header .metaDaten .containerTelMail .headerMail a:hover {
  text-decoration: none;
}
header .logo {
  width: 200px;
  margin-top: 25px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
header.move {
  -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.15);
  box-shadow: 0 3px 5px rgba(57, 63, 72, 0.15);
  height: 100px;
}
header.move .logo {
  width: 80px;
  margin-top: 10px;
  top: 0;
}

.iconsidebar {
  position: fixed;
  top: 205px;
  z-index: 15;
  width: 60px;
  right: 30px;
}
.iconsidebar .kontaktfeld {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.iconsidebar .kontaktfeld.left .inhalt {
  right: 60px;
  padding-right: 40px;
  opacity: 1;
  font-family: "Raleway", sans-serif;
}
.iconsidebar .kontaktfeld .icon {
  position: relative;
  cursor: pointer;
}
.iconsidebar .kontaktfeld .inhalt {
  right: -250px;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 0;
  opacity: 0;
}
.iconsidebar .kontaktfeld .inhalt .inner {
  width: 200px;
  background: #fff;
  padding: 15px;
}
.iconsidebar .icon {
  background-color: #ff8c00;
  width: 60px;
  height: 60px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 100%;
  background-size: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
  z-index: 20;
}
.iconsidebar .icon:hover {
  background-color: #ffa333;
}
.iconsidebar .icon.person {
  background-image: url("../images/icon-person.svg");
}
.iconsidebar .icon.mail {
  background-image: url("../images/icon-mail.svg");
}
.iconsidebar .icon.video {
  background-image: url("../images/icon-video.svg");
  background-size: 35%;
}
.iconsidebar .icon.standort {
  background-image: url("../images/icon-standort.svg");
  background-size: 35%;
}
.iconsidebar .icon.pdf {
  background-image: url("../images/pdf.svg");
  background-size: 40%;
}

@media screen and (max-width: 1024px) {
  header {
    display: none;
  }
}
nav {
  width: 100%;
  margin-top: 9px;
}
nav.nav-main {
  display: none !important;
}
nav ul.navigation {
  text-align: right;
}
nav ul.navigation li {
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
nav ul.navigation li a {
  float: left;
  margin-left: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff8c00;
  font-size: 0.75em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 13px 12px;
  margin-bottom: 50px;
}
nav ul.navigation li a:hover {
  text-decoration: none;
}
nav ul.navigation li.active a {
  color: #fff;
  background: #ff8c00;
}
nav ul.navigation li ul.mainsubnav {
  display: none;
  position: absolute;
  top: 130px;
  bottom: auto;
  padding-top: 35px;
  background-color: #fff;
  text-align: left;
  width: 39%;
  padding: 5px;
  list-style: none;
  z-index: 15;
  margin-left: 15px;
}
nav ul.navigation li ul.mainsubnav li {
  font-size: 17px;
  display: inline-block;
  list-style: none;
  width: 100%;
  text-transform: none;
  padding-left: 5px;
  padding-right: 5px;
}
nav ul.navigation li ul.mainsubnav li:first-child {
  padding-top: 10px;
}
nav ul.navigation li ul.mainsubnav li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 0;
  border-radius: 0;
  font-size: 0.75em;
  padding: 0;
  margin-left: 5px;
  background: none;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 5px;
}
nav ul.navigation li ul.mainsubnav li a:hover {
  color: #ff8c00;
  text-decoration: none;
  background: none;
  padding: 0;
}
nav ul.navigation li ul.mainsubnav li.active a {
  color: #ff8c00;
  text-decoration: none;
  font-weight: bold;
}
.move nav .navigation {
  list-style: none;
  padding-left: 0;
  float: right;
  margin-top: 16px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.move nav .navigation .mainsubnav {
  top: 147px;
}

@media screen and (min-width: 1025px) {
  nav .logoMobile {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  header nav ul.navigation li:hover ul.mainsubnav {
    margin-left: 2px;
  }
  header nav ul.navigation li a {
    margin-left: 0;
  }
  header.move nav ul.navigation li a {
    margin-left: 5px;
  }
  header.move nav ul.navigation li:hover ul.mainsubnav {
    margin-left: 2px;
  }
  header.move:hover ul.mainsubnav {
    margin-left: 2px;
  }
}
.outerJob {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.outerJob .jobContent {
  background-color: #fff4ed;
  padding: 10px;
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.outerJob .jobContent a {
  color: #000;
  text-decoration: underline;
}

.imgHighlights {
  width: 100%;
  margin-bottom: 20px;
}

.kontaktdatenAnfahrt h3 {
  font-size: 16px;
  font-weight: bold;
}
.kontaktdatenAnfahrt .kontaktdatenBox p a {
  color: #000;
}

.datenfakten {
  margin-bottom: 30px;
}
.datenfakten .inner {
  display: block;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.datenfakten .inner span.titel {
  font-weight: bold;
}
.datenfakten .inner .klein {
  font-size: 12px;
  display: block;
  width: 100%;
}

footer {
  padding-top: 30px;
  margin: 0 auto;
  max-width: 1600px;
  background-color: #fff4ed;
  z-index: 10;
  position: relative;
}
footer .top {
  padding-bottom: 30px;
}
footer .top .logo {
  margin-bottom: 30px;
  width: 200px;
}
footer .top b {
  color: #ff8c00;
  margin-bottom: 10px;
  font-size: 18px;
}
footer .top b > a.red {
  color: #cc0000;
}
footer .top b > a:hover {
  text-decoration: none !important;
}
footer .top a {
  color: #000;
}
footer .top a.anker {
  color: #ff8c00;
}
footer .top a.anker:hover {
  text-decoration: none;
}
footer .top ul li {
  list-style: url("../images/li.svg");
  margin-bottom: 10px;
  padding-left: 10px;
}
footer .top .slogan {
  width: 310px;
  height: auto;
  margin: 7px auto 0 -60px;
}
footer .weiss {
  background-color: #fff;
  padding-top: 15px;
  text-align: right;
  padding-bottom: 30px;
  font-size: 0.75em;
}
footer .weiss span {
  text-align: left;
  float: left;
  color: #ff8c00;
}
footer .weiss ul li {
  display: inline;
}
footer .weiss ul li a {
  margin-left: 30px;
  background-color: white;
  padding: 5px 10px;
  display: inline-block;
  color: #ff8c00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .weiss ul li a:hover {
  background-color: #ffd199;
  text-decoration: none;
  color: #fff;
}

.boxfooter {
  margin-bottom: 30px;
  position: relative;
}
.boxfooter h3 {
  margin: 0 0 12px;
  background: #ff8c00;
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  padding: 14px 12px;
  position: relative;
  z-index: 15;
}
.boxfooter a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.boxfooter a:hover {
  opacity: 0.2;
}
.boxfooter a .playbtn {
  width: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.boxfooter a.videobild {
  cursor: pointer;
  position: relative;
  left: auto;
  top: auto;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.boxfooter a.videobild:hover {
  opacity: 0.8;
}

@media screen and (max-width: 992px) {
  footer .top {
    text-align: center;
  }
  footer .top .slogan {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  footer .top ul li {
    list-style: none;
  }
  footer .weiss .col-sm-12 {
    text-align: center;
  }
  footer .weiss .col-sm-12 span {
    text-align: center;
    float: none;
  }
  footer .weiss ul.copyrightNav {
    text-align: center;
    margin-top: 20px;
  }
  footer .weiss ul.copyrightNav li a {
    margin-left: 0;
    margin-right: 15px;
  }
  footer .weiss ul.copyrightNav li a:last-child li a {
    margin-right: 0;
  }
  .boxfooter img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  footer .weiss ul li a {
    background-color: #ffd199;
    color: white;
  }
  footer .weiss ul li a:hover {
    background-color: #ffd199;
  }
}
form.druckanfrage div {
  margin-bottom: 10px;
}
form.druckanfrage input[type=file] {
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}
form fieldset {
  padding: 0;
}
form .g-recaptcha {
  margin-left: 25%;
}
form div {
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
}
form label {
  width: 100%;
  font-weight: 600;
}
form input {
  width: 100%;
  float: left;
  clear: both;
  background-color: #efefef;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  border: none;
}
form input[type=submit] {
  font-weight: bold;
  border: none;
  border-radius: 0;
  width: auto;
  padding: 7px 20px;
  float: left;
  background-color: #ff8c00;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
form input[type=submit]:hover {
  background-color: #cc7000;
}
form textarea {
  width: 100%;
  float: left;
  clear: both;
  height: 200px;
  background-color: #efefef;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  border: 0;
}
form span.info {
  display: inline-block;
  margin-top: 5px;
  opacity: 0.5;
  font-size: 14px;
}
form.form label {
  display: inline-block;
  width: 25%;
}
form.form input[type=text],
form.form textarea,
form.form .boolWrap {
  width: 75%;
  float: right;
  clear: both;
  display: block;
  border: none;
}
form.form input[type=text] .boolDiv,
form.form textarea .boolDiv,
form.form .boolWrap .boolDiv {
  display: inline-block;
  width: 100%;
}
form.form input[type=text] .boolDiv label,
form.form textarea .boolDiv label,
form.form .boolWrap .boolDiv label {
  width: 80%;
}
form.form .boolWrap {
  padding-top: 0;
}
form.form input[type=submit] {
  margin-left: 25%;
}
form.form input[type=checkbox] {
  width: 20px;
  margin-top: 5px;
  margin-right: 6px;
}
form.anfrage-form .styled-checkbox {
  opacity: 0;
}
form.anfrage-form .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
}
form.anfrage-form .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 35px;
  height: 35px;
  background: white;
  border: 1px solid #e6e6e6;
}
form.anfrage-form .styled-checkbox:checked + label:after {
  content: url("../images/check-solid.svg");
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
}
form.anfrage-form .adressnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.anfrage-form .adressnr #adress {
  width: 55%;
  margin-right: 5%;
}
form.anfrage-form .adressnr #nr {
  width: 15%;
}
form.anfrage-form .plzplace {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
form.anfrage-form .plzplace #place {
  width: 55%;
}
form.anfrage-form .plzplace #plz {
  width: 15%;
  margin-right: 5%;
}
form.anfrage-form .recaptcha {
  width: 75%;
}
form.anfrage-form .recaptcha .g-recaptcha {
  margin: 0 !important;
}

.bg-success {
  border: 1px solid #28a745;
  padding: 12px;
  display: inline-block;
  color: #28a745;
  background: #eaffef !important;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 992px) {
  form .actions {
    margin-left: 0;
  }
  form .error {
    margin-left: 0 !important;
  }
  form input {
    width: 100% !important;
    padding: 0.35em 0.75em 0.625em;
    margin-bottom: 0;
    float: none;
  }
  form input[type=submit] {
    margin-left: 0 !important;
  }
  form textarea {
    width: 100% !important;
    margin-bottom: 0;
  }
  form .g-recaptcha {
    margin-left: 0 !important;
  }
  form.anfrage-form input {
    width: 100% !important;
  }
  form.anfrage-form label {
    width: 100% !important;
  }
  form.anfrage-form #place {
    width: 100% !important;
  }
  form.anfrage-form #plz {
    width: 100% !important;
  }
  form.anfrage-form .recaptcha-label {
    display: none;
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  form .actions {
    margin-left: 157px;
  }
}
.cookieInfo {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background-color: #fff;
  color: #000;
  line-height: 25px;
  z-index: 50;
  opacity: 0.9;
  padding: 25px 60px;
}
.cookieInfo p {
  font-weight: lighter;
  font-size: 20px;
}
.cookieInfo a {
  color: #000;
  text-decoration: underline;
  font-weight: 600;
}
.cookieInfo .acceptcookies {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid;
  font-weight: 600;
  letter-spacing: 1px;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 10px;
  padding: 0;
}
.cookieInfo .cross {
  position: absolute;
  right: 40px;
  top: 75px;
  font-size: 28px;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  .cookieInfo {
    padding: 50px;
  }
  .cookieInfo .cross {
    top: 50px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .cookieInfo .acceptcookies {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.history .historyitem {
  margin-bottom: 30px;
}
.history .historyitem img {
  width: 100%;
  height: auto;
}
.history .historyitem .titel {
  text-align: center;
  font-size: 23px;
  border-bottom: 1px solid;
  border-top: 1px solid;
  padding-bottom: 15px;
  padding-top: 15px;
  background-color: #fff4ed;
}
.history .historyitem .content {
  text-align: center;
  padding-top: 15px;
}

.newsArticlePreview {
  position: relative;
}
.newsArticlePreview a.absolutlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.newsArticlePreview a.absolutlink:hover {
  opacity: 0.2;
}
.newsArticlePreview p.datum {
  color: #333;
  margin-bottom: 18px;
}
.newsArticlePreview h4 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: normal;
}
.newsArticlePreview .moreLink {
  border: none;
  background: #ff8c00;
  color: #fff;
  padding: 5px 20px;
  font-weight: 400;
  text-transform: lowercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  bottom: 0;
  border-radius: 5px;
}
.newsArticlePreview .moreLink:link {
  text-decoration: none;
}
.newsArticlePreview .moreLink:visited {
  text-decoration: none;
}
.newsArticlePreview .moreLink:hover {
  text-decoration: none;
  background: #ffa333;
}
.newsArticlePreview hr {
  margin-bottom: 40px;
  margin-top: 40px;
  border-top: 1px solid #000;
}

.zumArchiv {
  margin-bottom: 50px;
}
.zumArchiv a {
  color: #000;
}

@media screen and (max-width: 992px) {
  .newsArticlePreview p.datum {
    margin-top: 20px;
  }
  .newsArticlePreview .moreLink {
    display: block;
    text-align: center;
  }
  .newsArticlePreview img {
    width: 100%;
  }
}
.newsitemArchiv a {
  text-decoration: none;
}
.newsitemArchiv a.link h4 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: normal;
  color: #000;
}

.trennlinie hr {
  border-top: 1px solid #000;
}

.md-object .inner {
  margin: 0 auto;
  text-align: center;
}

.md-slide-wrap {
  position: relative;
  height: 25em;
}

.md-slide-wrap img {
  max-width: inherit !important;
  min-width: inherit !important;
  max-height: inherit !important;
  min-height: inherit !important;
  width: auto;
}

.md-item-wrap {
  position: relative;
  height: 100%;
  z-index: 2;
}

.md-item-wrap {
  overflow: hidden;
}

.md-slide-items {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.md-slide-item {
  height: 26.25em;
  position: absolute;
  width: 100%;
}

.md-mainimg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.md-mainimg img {
  position: absolute;
}

.md-object {
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
}

.md-objects {
  position: relative;
  top: 11.125em;
  z-index: 2;
  width: 100%;
  font-size: 99%;
  margin: 0 auto;
  height: 100%;
}

.md-objects2 {
  position: relative;
  top: -2.1875em;
}

.md-objects3 {
  position: relative;
  top: -4.1em;
  left: 3.125em;
  max-width: 25.9375em;
  width: vw10;
}
.md-objects3 .md-layer-1-1-2 {
  position: absolute;
  top: 6.875em;
  left: 5em;
  color: #bab9be !important;
  font-size: 2.0625em;
  font-family: "Shadows Into Light";
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
.md-objects3 .md-layer-1-1-3 {
  position: absolute;
  top: 6.25em;
  left: 4.0625em;
  color: #bab9be;
  font-size: 2.6875em;
  font-family: "Shadows Into Light";
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.md-objects3 .md-layer-1-1-0 {
  position: absolute;
  top: 10.5625em;
  left: 1.5625em;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.md-objects4 {
  position: relative;
  top: -4.0625em;
  left: -8.4375em;
}

.md-ieopacity {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.md-object a {
  display: block;
  width: 100%;
  height: 100%;
}

.md-slide-wrap * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.md-slide-wrap .tiles-updown-anim {
  opacity: 0;
  visibility: hidden;
}

.md-slider {
  margin-bottom: 1.25em;
}

.md-layer-1-0-0,
.md-layer-1-0-4 {
  z-index: 2 !important;
  position: absolute;
  display: block;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  top: 0.95em;
}

.md-layer-1-0-0 {
  left: 7.6em;
}
.md-layer-1-0-0 img {
  margin-left: -1.8125em;
}

.md-layer-1-0-4 {
  left: 26.3em;
}
.md-layer-1-0-4 img {
  margin-left: 1.125em;
}

.md-layer-1-0-2 {
  position: absolute;
  z-index: 1000 !important;
  color: #ffffff !important;
  font-size: 1.25em;
  font-weight: 300;
  font-family: "Open Sans";
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
  display: block;
  left: -0.1em;
  top: 0.65em;
}

.md-layer-1-0-1 {
  position: absolute;
  top: 2.3125em;
  z-index: 999 !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 800;
  font-family: Open Sans;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  display: block;
}
.md-layer-1-0-1 .inner {
  font-size: 2.95em;
}

.md-layer-1-0-3 {
  position: absolute;
  top: 5.4375em;
  z-index: 998 !important;
  color: #ffffff !important;
  font-size: 1.25em;
  font-family: "Open Sans";
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  text-align: center;
  display: block;
}

.md-layer-1-0-5 {
  position: absolute;
  top: 16.625em;
  left: 19.75em;
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}

.md-layer-1-0-7 {
  position: absolute;
  top: 13em;
  left: 19.6875em;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.md-layer-1-0-6 {
  position: absolute;
  top: 15.375em;
  left: 21.8125em;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.md-layer-1-0-8 {
  position: absolute;
  top: 5em;
  left: 7.9em;
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
  font-size: 2.0625em;
}

.md-layer-1-0-10 {
  position: absolute;
  top: 8.4375em;
  left: 1.875em;
  color: #bab9be !important;
  font-size: 2.0625em;
  font-family: Shadows Into Light;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
  line-height: 1;
}

.md-layer-1-0-11 {
  position: absolute;
  top: 5.8125em;
  left: 1.875em;
  z-index: 999;
  color: #bab9be !important;
  font-size: 3.4375em;
  font-family: Shadows Into Light;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  line-height: 1;
}

.md-layer-1-0-12 {
  position: absolute;
  top: 9.375em;
  left: 3.75em;
  z-index: 1000;
  color: #bab9be !important;
  font-size: 2.5em;
  font-family: Shadows Into Light;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}

.md-layer-1-0-9 {
  position: absolute;
  top: 4.875em;
  left: -1em;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.md-layer-1-1-1 {
  position: absolute;
  top: 24.9375em;
  left: 7.625em;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.md-layer-1-1-4 {
  position: absolute;
  top: 3.4375em;
  left: 2.5em;
  color: #ffffff;
  font-size: 3.8125em;
  font-weight: 800;
  font-family: "Open Sans";
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.md-layer-1-1-5 {
  position: absolute;
  top: 13.4375em;
  left: 7.0625em;
  color: #ffffff;
  font-family: "Open Sans";
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
  font-weight: 300;
  line-height: normal;
  font-size: 1.375em;
  max-width: 90%;
}

/*
.md-slide-wrap {
	margin     : 0;
	font-size  : em(12);
	line-height: 1.5em;
	word-wrap  : normal;
}

.md-slidewrap {
	font-size  : em(12);
	line-height: 1.5em;
	word-wrap  : normal;
}

.md-objects .md-object,
.md-objects .md-object a,
.slider-item > div {
	margin            : 0;
	padding           : 0;
	line-height       : 1em;
	box-sizing        : content-box;
	-moz-box-sizing   : content-box;
	-webkit-box-sizing: content-box;
}
*/
@media screen and (max-width: 1200px) {
  .md-layer-1-0-0 {
    left: 5.6em;
  }
  .md-layer-1-0-1 {
    top: 2.7em;
  }
  .md-layer-1-0-1 .inner {
    font-size: 2.7em;
  }
  .md-layer-1-0-2 {
    left: 0.3125em;
  }
  .md-layer-1-0-4 {
    left: 26.5em;
  }
  .md-layer-1-0-4 img {
    margin-left: -1.5625em;
  }
  .md-layer-1-0-3 {
    font-size: 1.1875em;
    top: 5.9375em;
  }
  .md-layer-1-1-0 {
    left: -0.9375em;
  }
  .md-layer-1-1-2 {
    left: 3.9375em;
  }
  .md-layer-1-1-3 {
    left: 3em;
  }
  .md-layer-1-1-4 {
    position: absolute;
    left: 1.875em;
  }
  .md-layer-1-1-5 {
    left: 5.3125em;
  }
  .md-layer-1-0-9 {
    top: 6.5625em;
  }
  .md-layer-1-0-9 img {
    width: 48%;
  }
  .md-layer-1-0-7 {
    left: 60%;
    top: 12.5em;
  }
  .md-layer-1-0-7 img {
    width: 5%;
  }
  .md-layer-1-0-6 {
    left: 65%;
    top: 14.375em;
  }
  .md-layer-1-0-6 img {
    width: 5%;
  }
  .md-layer-1-0-5 {
    left: 55%;
    top: 16.625em;
    width: 45%;
  }
  .md-layer-1-0-8 {
    left: 7em;
  }
  .md-objects4 {
    left: -4.4375em;
  }
}
@media screen and (max-width: 992px) {
  .row .col50 {
    width: 100%;
    height: 230px;
  }
  .md-slide-fullwidth {
    padding-top: 21px !important;
  }
  .md-objects {
    top: 2.5em;
  }
  .md-objects {
    width: 450px;
    height: 190px;
  }
  .md-objects .md-layer-1-0-2 {
    left: 0;
  }
  .md-objects .md-layer-1-0-0 {
    left: 0;
  }
  .md-objects .md-layer-1-0-0 img {
    margin-left: 0;
  }
  .md-objects .md-layer-1-0-4 {
    left: auto;
    right: 0;
    text-align: right;
  }
  .md-objects .md-layer-1-0-4 img {
    margin-left: 0;
  }
  .md-objects2 {
    top: -10px;
    width: 450px;
    height: 230px;
    margin: 0 auto;
  }
  .md-objects2 .md-layer-1-0-9 {
    top: 10px;
  }
  .md-objects2 .md-layer-1-0-9 img {
    width: 160px;
  }
  .md-objects2 .md-layer-1-0-5 {
    top: 90px;
    text-align: right;
  }
  .md-objects2 .md-layer-1-0-5 img {
    width: 160px;
    margin-right: 10px;
  }
  .md-objects2 .md-layer-1-0-7 {
    top: 4em;
  }
  .md-objects2 .md-layer-1-0-6 {
    left: 50%;
    top: 3.375em;
  }
  .md-objects2 .md-layer-1-0-10 {
    top: 3.8em;
    left: 1em;
  }
  .md-objects2 .md-layer-1-0-11 {
    top: 3em;
    font-size: 2.5em;
    top: 4em;
  }
  .md-objects2 .md-layer-1-0-12 {
    top: 3.8em;
    left: 3.4em;
  }
  .md-objects2 .md-layer-1-0-8 {
    top: 1em;
    left: 4.9em;
  }
  .md-objects3 {
    top: -10.625em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 230px;
    top: 0;
    margin-top: 20px;
  }
  .md-objects3 .md-layer-1-1-0 {
    top: 0;
    left: 0;
    padding: 16px;
  }
  .md-objects3 .md-layer-1-1-2 {
    top: 2.2em;
    left: 4.2em;
  }
  .md-objects3 .md-layer-1-1-3 {
    top: 2.5em;
    left: 3.2em;
  }
  .md-objects4 {
    top: -12px;
    left: 0;
    height: 230px;
    width: 450px;
    margin: 0 auto;
  }
  .md-objects4 .md-layer-1-1-4 {
    top: 0.8em;
    left: 0;
    text-align: center;
  }
  .md-objects4 .md-layer-1-1-5 {
    left: 0;
    top: 6em;
    text-align: center;
    max-width: 100%;
  }
  .md-layer-1-0-0 {
    left: 31%;
  }
  .md-layer-1-0-4 {
    left: auto;
    right: -72%;
  }
}
@media screen and (max-width: 480px) {
  .md-objects,
  .md-objects2,
  .md-objects3,
  .md-objects4 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .md-objects .md-layer-1-0-1 {
    font-size: 0.875em;
    top: 3.5em;
  }
  .md-objects2 .md-layer-1-0-11 {
    left: 1.2em;
  }
  .md-objects2 .md-layer-1-0-12 {
    left: 2.8em;
  }
  .md-objects2 .md-layer-1-0-8 {
    top: 1em;
    left: 5.7em;
  }
  .md-objects2 .md-layer-1-0-6 {
    left: 54%;
    top: 4em;
  }
  .md-objects2 .md-layer-1-0-9 {
    left: 1em;
  }
  .md-objects2 .md-layer-1-0-7 {
    top: 5em;
    left: 61%;
  }
}
.m-gallery .galleryElement {
  padding-bottom: 30px;
}

.modal {
  top: 152px;
}

@media (min-width: 576px) {
  .modal-sm {
    max-width: 856px;
  }
}
.modal-content {
  border: none;
  background-color: transparent;
  border-radius: 0;
}

/* Home Concept */
.home-concept {
  background: transparent url("../images/home-concept.png") no-repeat center 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 36px;
}
.home-concept hr.tall {
  border-top: 1px solid white;
}
.home-concept .row {
  position: relative;
}
.home-concept .process-image {
  -webkit-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
  background: transparent url("../images/home-concept-item-(1).png") no-repeat 0 0;
  width: 160px;
  height: 278px;
  margin: 135px 0 0;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.home-concept .process-image img {
  border-radius: 150px;
  margin: 7px 8px;
}
.home-concept strong {
  display: block;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.8em;
  font-weight: normal;
  position: relative;
  margin-top: 25px;
  color: #ff8c00;
}
.home-concept strong.our-work {
  margin-top: 48px;
}
.home-concept .project-image {
  background: transparent url("../images/home-concept-item-(1).png") no-repeat 100% 0;
  width: 350px;
  height: 376px;
  margin: 15px 0 0 -30px;
  padding-bottom: 45px;
  position: relative;
  z-index: 1;
}
.home-concept span.sun {
  background: transparent url("../images/home-concept-icons.png") no-repeat 0 0;
  width: 60px;
  height: 56px;
  display: block;
  position: absolute;
  left: 10%;
  top: 35px;
}
.home-concept span.cloud {
  background: transparent url("../images/home-concept-icons.png") no-repeat 100% 0;
  width: 116px;
  height: 56px;
  display: block;
  position: absolute;
  left: 54%;
  -webkit-animation-name: cloud;
          animation-name: cloud;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes cloud {
  0% {
    top: 35px;
  }
  50% {
    top: 53px;
  }
  100% {
    top: 35px;
  }
}

@keyframes cloud {
  0% {
    top: 35px;
  }
  50% {
    top: 53px;
  }
  100% {
    top: 35px;
  }
}
/* Home Concept */
@media (max-width: 1180px) {
  div.home-concept div.process-image,
  div.home-concept div.project-image {
    margin-left: 18%;
  }
}
@media (max-width: 767px) {
  div.home-concept {
    background: none;
  }
  div.home-concept span.shadow {
    display: none;
  }
  div.home-concept div.process-image,
  div.home-concept div.project-image {
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  div.home-concept span.sun {
    display: none;
  }
  div.home-concept span.cloud {
    display: none;
  }
}
.fc-slideshow {
  position: relative;
  width: 338px;
  height: 338px;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-perspective: 1200px;
  perspective: 1200px;
  top: 6px;
}
.fc-slideshow nav {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10000;
  display: none;
}
.fc-slideshow nav .fc-left {
  left: 0;
}
.fc-slideshow nav .fc-right {
  right: 0;
}
.fc-slideshow nav > div {
  position: absolute;
  height: 100%;
  top: 0;
  width: 50%;
}
.fc-slideshow nav > div span {
  height: 33%;
  width: 100%;
  position: absolute;
  left: 0;
}
.fc-slideshow nav > div span:first-child {
  top: 0;
}
.fc-slideshow nav > div span:nth-child(2) {
  top: 33%;
}
.fc-slideshow nav > div span:nth-child(3) {
  top: 66%;
}
.fc-slideshow .absolutlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.fc-slideshow nav i,
.no-csstransforms3d .fc-slideshow nav > div span {
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  pointer-events: none;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-backface-visibility: hidden;
  -moz-transition: all 0.2s ease;
  backface-visibility: hidden;
  transition: all 0.2s ease;
}

/* Some fallbacks */
.no-csstransforms3d .fc-slideshow nav > div span {
  z-index: 1000;
  width: 40px;
  background: rgba(0, 0, 0, 0);
}

.no-csstransforms3d .fc-slideshow nav .fc-left span {
  left: -80px;
}

.no-csstransforms3d .fc-slideshow nav .fc-right span {
  right: -80px;
  left: auto;
}

.no-csstransforms3d .fc-slideshow nav i {
  width: 40px;
  cursor: pointer;
}

.fc-slideshow nav .fc-left i {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-align: left;
}

.fc-slideshow nav .fc-right i {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  text-align: right;
}

.csstransforms3d .fc-slideshow nav > div span:hover ~ i,
.no-csstransforms3d .fc-slideshow nav > div span,
.no-csstransforms3d .fc-slideshow nav i {
  opacity: 1;
}

.csstransforms3d .fc-slideshow nav > div span:nth-child(2):hover ~ i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:first-child:hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:nth-child(3):hover ~ i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.csstransforms3d .fc-slideshow nav > .fc-left span:nth-child(3):hover ~ i,
.csstransforms3d .fc-slideshow nav > .fc-right span:first-child:hover ~ i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

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

ul.fc-slides li {
  display: none;
}

.no-js ul.fc-slides li {
  display: block;
}

.fc-flip {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: fc-flip;
          animation-name: fc-flip;
}

@-webkit-keyframes fc-flip {
  0% {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transition: -webkit-transform 700ms ease-out;
    transition: -webkit-transform 700ms ease-out;
    transition: transform 700ms ease-out;
    transition: transform 700ms ease-out, -webkit-transform 700ms ease-out;
    -webkit-transform: rotate3d(1, 1, 0, 180deg);
            transform: rotate3d(1, 1, 0, 180deg);
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    -webkit-transition: -webkit-transform 700ms ease-out;
    transition: -webkit-transform 700ms ease-out;
    transition: transform 700ms ease-out;
    transition: transform 700ms ease-out, -webkit-transform 700ms ease-out;
    -webkit-transform: rotate3d(1, 1, 0, 180deg);
            transform: rotate3d(1, 1, 0, 180deg);
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

@keyframes fc-flip {
  0% {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
  50% {
    -webkit-transition: -webkit-transform 700ms ease-out;
    transition: -webkit-transform 700ms ease-out;
    transition: transform 700ms ease-out;
    transition: transform 700ms ease-out, -webkit-transform 700ms ease-out;
    -webkit-transform: rotate3d(1, 1, 0, 180deg);
            transform: rotate3d(1, 1, 0, 180deg);
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
  100% {
    -webkit-transition: -webkit-transform 700ms ease-out;
    transition: -webkit-transform 700ms ease-out;
    transition: transform 700ms ease-out;
    transition: transform 700ms ease-out, -webkit-transform 700ms ease-out;
    -webkit-transform: rotate3d(1, 1, 0, 180deg);
            transform: rotate3d(1, 1, 0, 180deg);
    display: block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}
.fc-flip div {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fc-flip .fc-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.fc-slideshow img {
  border-radius: 50%;
}

.fc-slideshow h3 {
  position: absolute;
  color: #fff;
  top: 50%;
  margin-top: 30px;
  line-height: 50px;
  height: 50px;
  left: 80px;
  right: 80px;
  background: #ff514c;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 20% 10% 50% 5%/25% 10% 30% 75%;
}

.fc-overlay-dark,
.fc-overlay-light {
  opacity: 0;
}

.fc-overlay-light {
  background: rgb(255, 255, 255);
}

.fc-overlay-dark {
  background: rgb(0, 0, 0);
}

/* No JS fallback */
.no-js .fc-slideshow {
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-js .fc-slideshow h3 {
  position: relative;
  width: auto;
  height: auto;
  left: auto;
  right: auto;
  top: auto;
  margin: 5px;
}

/*
Animate.css - http: //daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.appear-animation {
  opacity: 0;
}

.appear-animation-visible {
  opacity: 1;
}

.animated,
.appear-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 1;
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    opacity: 1;
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
    opacity: 1;
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
    opacity: 1;
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/* originally authored by Nick Pettit - https: //github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*!
 * Bootstrap Responsive v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#block-nivo-slider-nivo-slider {
  max-width: 1170px;
  margin: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .row {
    *zoom: 1;
  }
  .row:after,
  .row:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-fixed-bottom .container,
  .navbar-fixed-top .container,
  .navbar-static-top .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 100px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:after,
  .row-fluid:before {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*=span] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.5641025641%;
    *margin-left: 2.5109110747%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*=span] + [class*=span] {
    margin-left: 2.5641025641%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .row-fluid .span11 {
    width: 91.452991453%;
    *width: 91.3997999636%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.3057828696%;
  }
  .row-fluid .span8 {
    width: 65.811965812%;
    *width: 65.7587743226%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756%;
  }
  .row-fluid .span6 {
    width: 48.7179487179%;
    *width: 48.6647572286%;
  }
  .row-fluid .span5 {
    width: 40.1709401709%;
    *width: 40.1177486816%;
  }
  .row-fluid .span4 {
    width: 31.6239316239%;
    *width: 31.5707401346%;
  }
  .row-fluid .span3 {
    width: 23.0769230769%;
    *width: 23.0237315876%;
  }
  .row-fluid .span2 {
    width: 14.5299145299%;
    *width: 14.4767230406%;
  }
  .row-fluid .span1 {
    width: 5.9829059829%;
    *width: 5.9297144935%;
  }
  .row-fluid .offset12 {
    margin-left: 105.1282051282%;
    *margin-left: 105.0218221495%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.5641025641%;
    *margin-left: 102.4577195854%;
  }
  .row-fluid .offset11 {
    margin-left: 96.5811965812%;
    *margin-left: 96.4748136025%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.0170940171%;
    *margin-left: 93.9107110384%;
  }
  .row-fluid .offset10 {
    margin-left: 88.0341880342%;
    *margin-left: 87.9278050555%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.4700854701%;
    *margin-left: 85.3637024914%;
  }
  .row-fluid .offset9 {
    margin-left: 79.4871794872%;
    *margin-left: 79.3807965085%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.9230769231%;
    *margin-left: 76.8166939444%;
  }
  .row-fluid .offset8 {
    margin-left: 70.9401709402%;
    *margin-left: 70.8337879614%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.3760683761%;
    *margin-left: 68.2696853973%;
  }
  .row-fluid .offset7 {
    margin-left: 62.3931623932%;
    *margin-left: 62.2867794144%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.8290598291%;
    *margin-left: 59.7226768503%;
  }
  .row-fluid .offset6 {
    margin-left: 53.8461538462%;
    *margin-left: 53.7397708674%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.2820512821%;
    *margin-left: 51.1756683033%;
  }
  .row-fluid .offset5 {
    margin-left: 45.2991452991%;
    *margin-left: 45.1927623204%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.735042735%;
    *margin-left: 42.6286597563%;
  }
  .row-fluid .offset4 {
    margin-left: 36.7521367521%;
    *margin-left: 36.6457537734%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.188034188%;
    *margin-left: 34.0816512093%;
  }
  .row-fluid .offset3 {
    margin-left: 28.2051282051%;
    *margin-left: 28.0987452264%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641%;
    *margin-left: 25.5346426623%;
  }
  .row-fluid .offset2 {
    margin-left: 19.6581196581%;
    *margin-left: 19.5517366794%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094%;
    *margin-left: 16.9876341153%;
  }
  .row-fluid .offset1 {
    margin-left: 11.1111111111%;
    *margin-left: 11.0047281324%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547%;
    *margin-left: 8.4406255683%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  [class*=span] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: -23px;
  }
  .span12 {
    width: 100%;
    *width: 99.9468085106%;
  }
  .span11 {
    width: 91.4364640884%;
    *width: 91.383272599%;
  }
  .span10 {
    width: 82.8729281768%;
    *width: 82.8197366874%;
  }
  .span9 {
    width: 74.3093922652%;
    *width: 74.2562007758%;
  }
  .span8 {
    width: 65.7458563536%;
    *width: 65.6926648642%;
  }
  .span7 {
    width: 57.182320442%;
    *width: 57.1291289526%;
  }
  .row-fluid .span6 {
    width: 48.6187845304%;
    *width: 48.565593041%;
  }
  .span5 {
    width: 40.0552486188%;
    *width: 40.0020571294%;
  }
  .span4 {
    width: 31.4917127072%;
    *width: 31.4385212178%;
  }
  .span3 {
    width: 22.9281767956%;
    *width: 22.8749853062%;
  }
  .span2 {
    width: 14.364640884%;
    *width: 14.3114493946%;
  }
  .span1 {
    width: 5.8011049724%;
    *width: 5.747913483%;
  }
  .offset12 {
    margin-left: 105.5248618785%;
    *margin-left: 105.4184788997%;
  }
  .offset12:first-child {
    margin-left: 102.7624309392%;
    *margin-left: 102.6560479605%;
  }
  .offset11 {
    margin-left: 96.9613259669%;
    *margin-left: 96.8549429881%;
  }
  .offset11:first-child {
    margin-left: 94.1988950276%;
    *margin-left: 94.0925120489%;
  }
  .offset10 {
    margin-left: 88.3977900552%;
    *margin-left: 88.2914070765%;
  }
  .offset10:first-child {
    margin-left: 85.635359116%;
    *margin-left: 85.5289761373%;
  }
  .offset9 {
    margin-left: 79.8342541436%;
    *margin-left: 79.7278711649%;
  }
  .offset9:first-child {
    margin-left: 77.0718232044%;
    *margin-left: 76.9654402257%;
  }
  .offset8 {
    margin-left: 71.270718232%;
    *margin-left: 71.1643352533%;
  }
  .offset8:first-child {
    margin-left: 68.5082872928%;
    *margin-left: 68.4019043141%;
  }
  .offset7 {
    margin-left: 62.7071823204%;
    *margin-left: 62.6007993417%;
  }
  .offset7:first-child {
    margin-left: 59.9447513812%;
    *margin-left: 59.8383684025%;
  }
  .offset6 {
    margin-left: 54.1436464088%;
    *margin-left: 54.0372634301%;
  }
  .offset6:first-child {
    margin-left: 51.3812154696%;
    *margin-left: 51.2748324909%;
  }
  .offset5 {
    margin-left: 45.5801104972%;
    *margin-left: 45.4737275185%;
  }
  .offset5:first-child {
    margin-left: 42.817679558%;
    *margin-left: 42.7112965793%;
  }
  .offset4 {
    margin-left: 37.0165745856%;
    *margin-left: 36.9101916069%;
  }
  .offset4:first-child {
    margin-left: 34.2541436464%;
    *margin-left: 34.1477606677%;
  }
  .offset3 {
    margin-left: 28.453038674%;
    *margin-left: 28.3466556953%;
  }
  .offset3:first-child {
    margin-left: 25.6906077348%;
    *margin-left: 25.5842247561%;
  }
  .offset2 {
    margin-left: 19.8895027624%;
    *margin-left: 19.7831197837%;
  }
  .offset2:first-child {
    margin-left: 17.1270718232%;
    *margin-left: 17.0206888445%;
  }
  .offset1 {
    margin-left: -2.64033%;
    *margin-left: 11.2195838721%;
  }
  .offset1:first-child {
    margin-left: 8.5635359116%;
    *margin-left: 8.4571529329%;
  }
}
@media (max-width: 767px) {
  [class*=span],
  .uneditable-input[class*=span],
  .row-fluid [class*=span] {
    display: block;
    /* float: none; */
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
}
.carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.col50 {
  width: 50%;
}

.anfrageformularbtn {
  margin-bottom: 30px;
}

.portfolio .thumbnail {
  margin-bottom: 30px;
}
.portfolio a.thumb-info {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.portfolio a.thumb-info:hover {
  opacity: 0.8;
}
.portfolio a.thumb-info img {
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio a.thumb-info span.thumb-info-title {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: #000;
  bottom: 12px;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  left: 70px;
  padding: 6px 11px;
  position: absolute;
}

.cb-icons .item {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
}
.cb-icons .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #efefef;
  background-blend-mode: darken;
  margin-bottom: 15px;
  border-radius: 15px;
}
.cb-icons .item .img.desktopSize10 {
  background-size: 10%;
}
.cb-icons .item .img.desktopSize20 {
  background-size: 20%;
}
.cb-icons .item .img.desktopSize30 {
  background-size: 30%;
}
.cb-icons .item .img.desktopSize40 {
  background-size: 40%;
}
.cb-icons .item .img.desktopSize50 {
  background-size: 50%;
}
.cb-icons .item .img.desktopSize60 {
  background-size: 60%;
}
.cb-icons .item .img.desktopSize70 {
  background-size: 70%;
}
.cb-icons .item .img.desktopSize80 {
  background-size: 80%;
}
.cb-icons .item .img.desktopSize90 {
  background-size: 90%;
}
.cb-icons .item .img.desktopSize100 {
  background-size: 100%;
}
.cb-icons .item .img img {
  opacity: 0;
  width: 100%;
  height: 250px;
}

@media screen and (max-width: 767px) {
  .cb-icons .item {
    font-size: 18px;
  }
  .cb-icons .item .img.MobilIconSize10 {
    background-size: 10%;
  }
  .cb-icons .item .img.MobilIconSize20 {
    background-size: 20%;
  }
  .cb-icons .item .img.MobilIconSize30 {
    background-size: 30%;
  }
  .cb-icons .item .img.MobilIconSize40 {
    background-size: 40%;
  }
  .cb-icons .item .img.MobilIconSize50 {
    background-size: 50%;
  }
  .cb-icons .item .img.MobilIconSize60 {
    background-size: 60%;
  }
  .cb-icons .item .img.MobilIconSize70 {
    background-size: 70%;
  }
  .cb-icons .item .img.MobilIconSize80 {
    background-size: 80%;
  }
  .cb-icons .item .img.MobilIconSize90 {
    background-size: 90%;
  }
  .cb-icons .item .img.MobilIconSize100 {
    background-size: 100%;
  }
}
.richtext {
  margin-bottom: 30px;
}
.richtext.font16 {
  font-size: 16px;
}
.richtext.font16 a,
.richtext.font16 li,
.richtext.font16 p,
.richtext.font16 ul {
  font-size: 16px;
}
.richtext.font17 {
  font-size: 17px;
}
.richtext.font17 a,
.richtext.font17 li,
.richtext.font17 p,
.richtext.font17 ul {
  font-size: 17px;
}
.richtext.font18 {
  font-size: 18px;
}
.richtext.font18 a,
.richtext.font18 li,
.richtext.font18 p,
.richtext.font18 ul {
  font-size: 18px;
}
.richtext.font19 {
  font-size: 19px;
}
.richtext.font19 a,
.richtext.font19 li,
.richtext.font19 p,
.richtext.font19 ul {
  font-size: 19px;
}
.richtext.font20 {
  font-size: 20px;
}
.richtext.font20 a,
.richtext.font20 li,
.richtext.font20 p,
.richtext.font20 ul {
  font-size: 20px;
}
.richtext.font26 {
  font-size: 26px;
}
.richtext.font26 a,
.richtext.font26 li,
.richtext.font26 p,
.richtext.font26 ul {
  font-size: 26px;
}
.richtext.font30 {
  font-size: 30px;
}
.richtext.font30 a,
.richtext.font30 li,
.richtext.font30 p,
.richtext.font30 ul {
  font-size: 30px;
}
.richtext p {
  margin-bottom: 15px;
}
.richtext p a {
  color: #ff8c00;
}
.richtext p a:hover {
  text-decoration: underline;
}
.richtext ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  margin-left: 15px;
}
.richtext ul li {
  list-style: disc;
  margin-bottom: 10px;
  padding-left: 10px;
}
.richtext.pfeil ul li {
  list-style: url("../images/li.svg");
}

@media screen and (max-width: 767px) {
  .richtext.font16, .richtext.font17, .richtext.font18, .richtext.font19, .richtext.font20 {
    font-size: 18px;
  }
  .richtext.font16 a,
  .richtext.font16 li,
  .richtext.font16 p,
  .richtext.font16 ul, .richtext.font17 a,
  .richtext.font17 li,
  .richtext.font17 p,
  .richtext.font17 ul, .richtext.font18 a,
  .richtext.font18 li,
  .richtext.font18 p,
  .richtext.font18 ul, .richtext.font19 a,
  .richtext.font19 li,
  .richtext.font19 p,
  .richtext.font19 ul, .richtext.font20 a,
  .richtext.font20 li,
  .richtext.font20 p,
  .richtext.font20 ul {
    font-size: 18px;
  }
}
.cb-pdfvorschau .item {
  position: relative;
  margin-bottom: 30px;
}
.cb-pdfvorschau .item img {
  margin-bottom: 15px;
  border: 1px solid #e1e1e1;
  height: 360px;
  width: 100%;
}
.cb-pdfvorschau .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cb-pdfvorschau .item .titel.font-size-16 {
  font-size: 16px;
}
.cb-pdfvorschau .item .titel.font-size-18 {
  font-size: 18px;
}
.cb-pdfvorschau .item .titel.font-size-20 {
  font-size: 20px;
}
.cb-pdfvorschau .item .titel.font-size-22 {
  font-size: 22px;
}
.cb-pdfvorschau .item .titel.bold {
  font-weight: bold;
}
@media (max-width: 1200px) {
  .cb-pdfvorschau .item img {
    height: 300px;
  }
}
@media (max-width: 1024px) {
  .cb-pdfvorschau .item img {
    height: auto;
    aspect-ratio: 1/1.5;
  }
}
@media (max-width: 767px) {
  .cb-pdfvorschau .item img {
    aspect-ratio: unset;
  }
}

.debug {
  font-family: "Consolas", sans-serif;
  font-size: 14px;
  background-color: black;
  text-shadow: 0 0 2px hsla(41, 65%, 64%, 0.8), 0 0 8px hsla(41, 65%, 64%, 0.6);
  color: #dfb968;
  position: fixed;
  z-index: 10;
  padding: 10px;
  border-top: 3px solid orange;
  bottom: 0;
  left: 0;
  min-width: 100%;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  cursor: pointer;
}
.debug:before {
  content: "Console Output";
  font-size: 16px;
  font-weight: bold;
}
.debug i {
  position: absolute;
  right: 10px;
  font-size: 18px;
}
.debug .output {
  margin-top: 10px;
  display: none;
  position: relative;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  *zoom: 1;
  width: autp;
  position: fixed;
  width: 100%;
  background: #fff;
  min-height: 52px;
  z-index: 999999;
  /* Fix for box sizing on Foundation Framework etc. */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container .mean-bar:after, .mean-container .mean-bar:before {
  content: " ";
  display: table;
}
.mean-container .mean-bar:after {
  clear: both;
}
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px;
  position: absolute;
  top: 40px;
  right: 0;
  cursor: pointer;
  color: #ff8c00;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
  display: block;
  background: #ff8c00;
  height: 3px;
  margin-top: 3px;
}
.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #ff8c00;
  margin-top: 130px;
}
.mean-container .mean-nav.move {
  border-bottom: 1px solid #ed7d31;
}
.mean-container .mean-nav .logoMobile {
  position: absolute;
  width: 105px;
  top: 13px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  *zoom: 1;
}
.mean-container .mean-nav ul:after, .mean-container .mean-nav ul:before {
  content: " ";
  display: table;
}
.mean-container .mean-nav ul:after {
  clear: both;
}
.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}
.mean-container .mean-nav ul li a {
  display: block;
  width: 100%;
  padding: 1em 15px;
  margin: 0;
  text-align: left;
  color: #fff;
  border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: #cc7000;
}
.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 24px;
  padding: 16px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #cc7000;
}
.mean-container .mean-nav ul li li a {
  width: 100%;
  padding: 1em 20px;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

.mean-remove {
  display: none !important;
}

/* 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;
  -webkit-box-sizing: border-box;
          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-ajax-holder .mfp-content,
.mfp-inline-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: -webkit-zoom-out;
  cursor: zoom-out;
}

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

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

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-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-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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:focus,
.mfp-close:hover {
  opacity: 1;
}

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

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

.mfp-iframe-holder .mfp-close,
.mfp-image-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:focus,
.mfp-arrow:hover {
  opacity: 1;
}

.mfp-arrow:after,
.mfp-arrow:before {
  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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
    -webkit-box-sizing: border-box;
            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;
  }
}
.googlemap {
  margin-bottom: 50px;
}
.googlemap #gmap {
  height: 400px;
}
.googlemap .marker {
  display: none;
}
.googlemap .red {
  color: #ff8c00;
}
.googlemap .bold {
  font-weight: 800;
}

.grid .grid-item {
  width: 25%;
}
.grid .grid-item-width2 {
  width: 50%;
}
.grid .grid-item img,
.grid .grid-item-width2 img {
  display: block;
  max-width: 100%;
}

.grid.element-list .grid-item {
  width: 100%;
  background-color: white;
  border-bottom: 1px solid black;
}

.carousel-vis {
  position: relative;
  height: 475px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.carousel-vis.fw {
  height: 625px;
}
.carousel-vis.fw .image,
.carousel-vis.fw .item {
  height: 600px;
}
.carousel-vis.fw .item-skip {
  top: 275px;
}
.carousel-vis .item {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 0;
  right: 100%;
  width: 100%;
  height: 420px;
}
.carousel-vis .item .image {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  -webkit-transition: all 8s ease;
  transition: all 8s ease;
  background-position: center;
  background-size: cover;
  background-image: none !important;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.carousel-vis .item .image.move {
  -webkit-transition: all 8s ease;
  transition: all 8s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.carousel-vis .item .image.move .caption {
  line-height: initial;
}
.carousel-vis .item.active {
  z-index: 10;
  right: 0;
  position: relative;
}
.carousel-vis .item.active .caption {
  line-height: initial;
}
.carousel-vis .item.active .overlay {
  right: 300px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.carousel-vis .item .overlay {
  position: absolute;
  width: 500px;
  z-index: 10;
  opacity: 0.8;
  right: 0;
  bottom: 50px;
}
.carousel-vis .item .caption {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  z-index: 15;
}
.carousel-vis .item .link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 25px;
  width: 100%;
  z-index: 20;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.carousel-vis .item .link:hover {
  opacity: 0.2;
}
.carousel-vis .item .link a::before {
  content: "> ";
}
.carousel-vis .toggler, .carousel-vis .counter, .carousel-vis .minipreview {
  padding: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 11;
}
.carousel-vis .toggler li, .carousel-vis .counter li, .carousel-vis .minipreview li {
  border: none;
  width: 16px;
  height: 16px;
  margin: 0;
  border-radius: 16px;
  margin-left: 11px;
  display: inline-block;
  cursor: pointer;
  background-color: #ccc;
}
.carousel-vis .toggler li.active, .carousel-vis .counter li.active, .carousel-vis .minipreview li.active {
  background-color: #333;
}
.carousel-vis .minipreview {
  bottom: 40px;
  width: 300px;
  height: 70px;
  list-style: none;
  white-space: nowrap;
  overflow-y: hidden;
  margin: 0;
}
.carousel-vis .minipreview li {
  width: 50px;
  height: 50px;
  border-radius: 0;
  background-color: transparent;
  background-size: cover;
}
.carousel-vis .minipreview li.active {
  background-color: transparent;
}
.carousel-vis .minipreview li:first-child {
  margin: 0;
}
.carousel-vis .counter {
  bottom: 0;
}
.carousel-vis .item-skip {
  font-size: 35px;
  width: 28px;
  height: 50px;
  position: absolute;
  top: 185px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.carousel-vis .item-skip.next {
  z-index: 10;
  right: 10px;
  background-image: url("../images/arrow_white_right.svg");
  background-position: left;
}
.carousel-vis .item-skip.prev {
  z-index: 11;
  left: 10px;
  background-image: url("../images/arrow_white_left.svg");
  background-position: right;
}

@media screen and (max-width: 1700px) {
  .carousel-vis .item-skip.next {
    right: 100px;
  }
  .carousel-vis .item-skip.prev {
    left: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .carousel-vis.fw {
    height: 550px;
  }
  .carousel-vis.fw .image,
  .carousel-vis.fw .item {
    height: 485px;
  }
}
@media screen and (max-width: 1024px) {
  .carousel-vis .item-skip {
    width: 50px;
  }
  .carousel-vis .item-skip.next {
    right: 0;
  }
  .carousel-vis .item-skip.prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .carousel-vis.fw {
    height: 400px;
  }
  .carousel-vis.fw .image,
  .carousel-vis.fw .item {
    height: 360px;
  }
  .carousel-vis.fw .item-skip {
    top: 150px;
  }
  .carousel-vis .image,
  .carousel-vis .item {
    height: 245px;
  }
  .carousel-vis .item-skip {
    top: 100px;
  }
}
@media screen and (max-width: 576px) {
  .carousel-vis.fw {
    height: 325px;
  }
  .carousel-vis.fw .image,
  .carousel-vis.fw .item {
    height: 275px;
  }
}
.accordion {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
.accordion .panel {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-color: black;
}
.accordion .panel .collapse.in {
  display: block;
}
.accordion .panel .panel-heading {
  border: none;
  text-align: left;
  background-color: transparent;
  padding-left: 0;
}
.accordion .panel .panel-heading .panel-title {
  position: relative;
  border-bottom: 1px solid #000;
}
.accordion .panel .panel-heading .panel-title h3 {
  color: #000;
  margin: 10px 0;
  width: 100%;
  padding-right: 45px;
  font-size: 18px;
  font-weight: 600;
  line-height: unset;
}
.accordion .panel .panel-heading .panel-title .accordion-arrow {
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.accordion .panel .panel-heading .panel-title a {
  text-decoration: none;
}
.accordion .panel .panel-heading .panel-title a.collapsed .accordion-arrow {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.accordion .panel .panel-body {
  margin-top: 20px;
  border: 0;
  padding: 0 0 20px;
  text-align: left;
}
.accordion .panel .panel-body::before {
  display: table !important;
  content: "" !important;
}
.accordion .panel .panel-body .row::before {
  display: table !important;
  content: "" !important;
}
.accordion .panel .panel-body p {
  margin-top: 13px;
  font-size: 16px;
  color: #000;
}
.accordion .panel .panel-body .accordeon-text {
  width: calc(75% - 80px);
  margin-right: 80px;
}
.accordion .panel .panel-body .accordeon-text p {
  margin-top: 0;
}
.accordion .panel .panel-body .accordeon-text.fullwidth {
  width: 100%;
  margin-right: 0;
  padding-right: 60px;
}
.accordion .panel .panel-body .accordeon-img {
  width: 25%;
  margin-top: 5px;
}
.accordion .panel .panel-body .accordeon-img img {
  max-width: 100%;
}
.accordion .panel .panel-body .accordeon-img,
.accordion .panel .panel-body .accordeon-text {
  float: left;
}

/* Responsive Table */
table.vis-table {
  width: 100%;
}
table.vis-table tr {
  border: 1px solid #333;
}
table.vis-table td,
table.vis-table th {
  padding: 5px;
}

@media screen and (max-width: 650px) {
  table.vis-table tr {
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: block;
  }
  table.vis-table tr:first-child {
    display: none;
  }
  table.vis-table th {
    display: none;
  }
  table.vis-table td {
    display: block;
  }
  table.vis-table td:before {
    content: attr(data-th) ": ";
    font-weight: bold;
    width: 50%;
    display: inline-block;
  }
}
.navburger-container {
  /* Fixed padding */
}
.navburger-container.-nbfixed {
  padding-top: 54px;
}
.navburger-container .navburger {
  /* Fixed */
  /* First Level */
  /* Open-Close Toggler */
}
.navburger-container .navburger {
  position: fixed;
  display: block;
  z-index: 100;
  height: 54px;
  width: 100%;
  top: 0;
  left: 0;
  background-color: white;
  border: 1px solid black;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
.navburger-container .navburger.-fixed {
  position: fixed;
}
.navburger-container .navburger ul {
  position: relative;
  display: none;
  top: 54px;
  background-color: #ff8c00;
}
.navburger-container .navburger ul li {
  /* Second Level */
}
.navburger-container .navburger ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid white;
}
.navburger-container .navburger ul li a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
}
.navburger-container .navburger ul li .subtoggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.navburger-container .navburger ul li .subtoggler img {
  width: 20px;
  height: 20px;
}
.navburger-container .navburger ul li ul {
  top: 0;
}
.navburger-container .navburger ul li ul li {
  /* Third Level */
}
.navburger-container .navburger ul li ul li {
  border-bottom: 0;
  border-top: 1px solid white;
}
.navburger-container .navburger ul li ul li a {
  padding-left: 25px;
}
.navburger-container .navburger ul li ul li ul li {
  border-bottom: 0;
  border-top: 1px solid white;
}
.navburger-container .navburger ul li ul li ul li a {
  padding-left: 40px;
}
.navburger-container .navburger .toggler, .navburger-container .navburger .carousel-vis .minipreview, .carousel-vis .navburger-container .navburger .minipreview, .navburger-container .navburger .carousel-vis .counter, .carousel-vis .navburger-container .navburger .counter {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 12px;
  right: 12px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.navburger-container .navburger .toggler.-open span:nth-child(1), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(1), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(1), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(1), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(1), .navburger-container .navburger .toggler.-open span:nth-child(4), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(4), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(4), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(4), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(4) {
  top: 13.5px;
  width: 0;
  left: 50%;
}
.navburger-container .navburger .toggler.-open span:nth-child(2), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(2), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(2), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(2), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navburger-container .navburger .toggler.-open span:nth-child(3), .navburger-container .navburger .carousel-vis .-open.minipreview span:nth-child(3), .carousel-vis .navburger-container .navburger .-open.minipreview span:nth-child(3), .navburger-container .navburger .carousel-vis .-open.counter span:nth-child(3), .carousel-vis .navburger-container .navburger .-open.counter span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navburger-container .navburger .toggler span, .navburger-container .navburger .carousel-vis .minipreview span, .carousel-vis .navburger-container .navburger .minipreview span, .navburger-container .navburger .carousel-vis .counter span, .carousel-vis .navburger-container .navburger .counter span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: black;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.navburger-container .navburger .toggler span:nth-child(1), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(1), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(1), .navburger-container .navburger .carousel-vis .counter span:nth-child(1), .carousel-vis .navburger-container .navburger .counter span:nth-child(1) {
  top: 0;
}
.navburger-container .navburger .toggler span:nth-child(2), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(2), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(2), .navburger-container .navburger .carousel-vis .counter span:nth-child(2), .carousel-vis .navburger-container .navburger .counter span:nth-child(2), .navburger-container .navburger .toggler span:nth-child(3), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(3), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(3), .navburger-container .navburger .carousel-vis .counter span:nth-child(3), .carousel-vis .navburger-container .navburger .counter span:nth-child(3) {
  top: 13.5px;
}
.navburger-container .navburger .toggler span:nth-child(4), .navburger-container .navburger .carousel-vis .minipreview span:nth-child(4), .carousel-vis .navburger-container .navburger .minipreview span:nth-child(4), .navburger-container .navburger .carousel-vis .counter span:nth-child(4), .carousel-vis .navburger-container .navburger .counter span:nth-child(4) {
  top: 27px;
}
.navburger-container .navburger .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  padding: 10px;
}

main {
  margin: 180px auto 0;
  max-width: 1600px;
}
main.detail .newsheadlinetop,
main.detail h1 {
  color: #ff8c00;
  display: block;
  border-bottom: 2px solid #ff8c00;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
main.detail .newsheadlinetop {
  font-size: 33px;
}
main.detail .NewsHeadlineBottom {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  border-bottom: none;
  margin-bottom: 20px;
  color: #000;
}
main .richtext {
  font-family: "Raleway", sans-serif;
}

.similarprodukt {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
  z-index: 10;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  border-radius: 8px;
  padding: 4px;
}
.similarprodukt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.similarprodukt .title {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
}
.similarprodukt .title h3 {
  position: relative;
  color: #fff;
  font-size: 18px;
  margin: 0;
  background: rgba(36, 27, 28, 0.9);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline;
  padding: 9px;
}
.similarprodukt img {
  border-radius: 3px;
}
.similarprodukt:hover a {
  opacity: 0.2;
}
.similarprodukt:hover .title h3 {
  background: #000;
}

.buttonLink {
  background: #ff8c00;
  color: #fff;
  font-weight: bold;
  width: auto;
  padding: 7px 20px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  margin-bottom: 30px;
}
.buttonLink.normal {
  font-weight: normal;
}
.buttonLink.invert {
  color: #ff8c00;
  background: #fff;
  border: 1px solid #ff8c00;
}
.buttonLink.invert:hover {
  border: 1px solid #cc7000;
}
.buttonLink:hover {
  background: #cc7000;
  text-decoration: none;
  color: #fff;
}

ul.sitemap {
  font-family: "Raleway", sans-serif;
}
ul.sitemap li {
  margin-bottom: 10px;
}
ul.sitemap li a {
  color: #000;
  display: block;
  margin-bottom: 3px;
  font-family: "Raleway", sans-serif;
}
ul.sitemap li ul {
  margin-left: 40px;
}
ul.sitemap li ul li {
  list-style: disc;
}
ul.sitemap li ul li a {
  font-family: "Raleway", sans-serif;
}

.container .container {
  padding: 0;
  max-width: 100%;
}

.hrprodukte {
  background-image: url("../images/hrlinie.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 30px;
  display: block;
  width: 100%;
  background-size: auto;
}

.cbimg {
  margin-bottom: 30px;
}

hr {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 0;
  border-top: 5px solid #ff8c00;
}
hr.hr1 {
  border-top: 1px solid #ff8c00;
}
hr.hr2 {
  border-top: 2px solid #ff8c00;
}
hr.hr3 {
  border-top: 3px solid #ff8c00;
}
hr.hr5 {
  border-top: 5px solid #ff8c00;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media screen and (max-width: 1024px) {
  main {
    margin: 0;
    padding-top: 130px;
  }
  main .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  main.detail .contentDetail {
    margin-top: 52px;
  }
  .noMobil {
    display: none;
  }
}
.animation {
  background: #000;
  height: 466px;
  width: 100%;
  margin-bottom: 30px;
}

.slider {
  margin-bottom: 30px;
  display: block;
}
.slider .introSlider {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #141414;
  padding: 20px 0 10px;
  text-align: left;
  padding: 30px 0;
  min-height: 135px;
}
.slider .introSlider h3,
.slider .introSlider h4 {
  margin: 0;
  color: #fff;
  font-family: "open sans";
}
.slider .introSlider h3 {
  color: #fff;
  display: inline-block;
  font-size: 1.4em;
  font-weight: 300;
  padding-top: 5px;
  line-height: 24px;
  margin: 0 0 10px;
}
.slider .introSlider h4 {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.slider .introSlider .Button {
  background-color: #ff8c00;
  padding: 10px;
  color: #fff;
  display: inline-block;
  float: right;
  border-radius: 5px;
}

.grey {
  background-color: #fff4ed;
}

.onePagerContent {
  display: block;
  margin-bottom: 60px;
  position: relative;
}
.onePagerContent .anker {
  position: absolute;
  top: -100px !important;
  left: 0;
  width: 100vw;
}

.intro {
  padding: 24px 30px 24px;
  font-size: 32px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  border-radius: 15px;
}
.intro.font34 {
  font-size: 34px;
}
.intro.font32 {
  font-size: 32px;
}
.intro.font30 {
  font-size: 30px;
}
.intro.font28 {
  font-size: 28px;
}
.intro.font26 {
  font-size: 26px;
}
.intro.font24 {
  font-size: 24px;
}
.intro.raleway {
  font-family: "Raleway", sans-serif;
}
.intro h3 {
  display: inline-block;
  color: #fff;
  background-color: #ff8c00;
  padding: 10px;
  font-size: 39px;
}
.intro p {
  color: #ff8c00;
}
.intro p:only-child {
  margin-bottom: 0;
}

hr.liniefooter {
  border-top: 5px solid #1f4e79;
}

.newsfooter {
  background: #fff4ed;
  min-height: 311px;
}
.newsfooter a {
  position: relative;
  color: #000;
  opacity: 1;
  background: none;
  text-align: left;
  margin-top: 7px;
}
.newsfooter a:hover {
  text-decoration: underline;
}
.newsfooter a.allnews {
  display: block;
  margin-top: 17px;
}
.newsfooter a:hover {
  opacity: 1;
}
.newsfooter .inner {
  padding: 20px;
}
.newsfooter .inner .newsitem {
  margin-bottom: 25px;
  text-align: left;
  position: relative;
}
.newsfooter .inner .newsitem a.absolutlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0;
  padding: 0;
}
.newsfooter .inner .newsitem a.absolutlink:hover {
  opacity: 0.3;
}
.newsfooter .inner .newsitem .datum {
  text-align: center;
  background-color: #fff;
  padding: 20px 0;
}
.newsfooter .inner .newsitem .datum b {
  display: block;
}
.newsfooter .inner .newsitem .datum b span {
  font-weight: 400;
}
.newsfooter .inner .newsitem .text {
  font-size: 1em;
}
.newsfooter .inner .newsitem .text h4 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: normal;
}