@import url(../css/ionicons-2.0.1/css/ionicons.min.css);
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-ms-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit;
  text-rendering: optimizeLegibility;
  font-kerning: auto;
}
* {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.7em;
  text-decoration: none;
  list-style: none;
  border: none;
  outline: none;
  -webkit-text-size-adjust: none;
}
br {
  line-height: 1em;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
body {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  background: #fff;
  max-width: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  background: #fff;
}
.hide {
  display: none;
}
.inline {
  display: inline-block;
}
.inner_wrapper {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
a {
  color: #212121;
}
.ed-text a,
.ed-html a,
.ed-image a {
  color: #fc6;
}
.ed-text a:hover,
.ed-html a:hover,
.ed-image a:hover {
  text-decoration: underline;
}
.ed-element {
  padding: 0;
}
#content .ed-headline h2,
#content .ed-headline h2 a {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  display: inline-block;
  color: #fc6;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1.5em;
}
#content .ed-headline h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 30px;
  line-height: 1.25em;
  color: #4d4d4d;
  padding: 0 0 10px 0;
  text-align: left;
}
#content .ed-headline h3.border {
  border-bottom: 1px solid #fc6;
}
strong {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
}
.ed-text {
  text-align: justify;
}
.ed-text ul li {
  list-style: none;
}
.ed-html ul li {
  list-style: none;
  padding: 0 0 0 1.2em;
  margin: 0 0 0 0;
  line-height: 30px;
}
.ed-separator hr {
  width: 100%;
  height: 10px;
  background: #fc6;
}
#content {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #212121;
  max-width: 960px;
  margin: 0 auto;
  position: relative; /* BUTTONS & FORMS
---------------------------------------- */
}
.ed-button .button {
  background: #fc6;
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ed-button .button:hover,
.ed-button .button.active {
  background: #ffc44d;
  text-decoration: none;
}
.ed-button .button.button-outline {
  background: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}
.ed-button .button.button-outline:hover,
.ed-button .button.button-outline.active {
  color: #fff;
  border-color: #4d4d4d;
  background: #4d4d4d;
}
.ed-button .button.button-acc:before {
  content: "+";
  margin-right: 5px;
}
.ed-button .button.button-acc.active {
  background: #fc6;
  color: #fff;
}
.ed-button .button.button-acc.active:before {
  content: "-";
}
.ed-button.inline {
  display: inline-block;
}
#content input[type="text"],
textarea,
select {
  background: #fff;
  border: none;
  margin: 0 0 5px 0;
  display: inline-block;
  border-radius: 0;
  padding: 8px;
  font: inherit;
  -webkit-appearance: none;
}
#content input[type="submit"] {
  width: 100%;
  background: transparent;
  padding: 0;
  display: inline-block;
  border: 1px solid;
  color: #212121;
  font-size: 16px;
  border-radius: 0;
  line-height: 42px;
  text-shadow: none;
  text-transform: uppercase;
  box-shadow: none;
}
#content input[type="submit"]:hover {
  background: #212121;
  color: #fff;
  border-color: #212121;
}
.ed-form-captcha {
  float: left;
}
.ed-form-captcha label {
  float: left;
  margin-right: 20px;
  width: auto;
  line-height: 40px;
}
.ed-form-button {
  width: 140px;
  float: left;
  margin: 0px; /* HEADER, MENU, FOOTER, IMPRINT
---------------------------------------- */
}
#content .hero-content {
  text-align: center;
  cursor: pointer;
  margin-top: 30px;
}
#content .hero-content h2 {
  font-size: 50px;
  color: #fc6;
  text-shadow: 1px 1px 1px #4d4d4d;
  white-space: nowrap;
}
#content .hero-content h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 40px;
  text-shadow: 1px 1px 1px #4d4d4d;
  border: none;
}
#content .hero-content i {
  margin-top: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
}
#footer {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  text-align: left;
  color: #212121;
  position: relative;
}
#footer .main-footer {
  border-top: 10px solid #fc6;
}
#footer .ed-text {
  margin-top: 15px;
}
#footer h3 {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 35px;
  color: inherit;
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-left: 10px;
  text-transform: uppercase;
}
#footer i {
  vertical-align: middle;
  font-size: 30px;
  color: #fc6;
  line-height: 35px;
  font-family: Ionicons;
  display: inline-block;
  text-align: center;
}
#footer p,
#footer strong,
#footer span,
#footer a {
  color: inherit;
  line-height: 34px;
}
#footer .ed-separator {
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer #ed-2076801 .inner {
  pointer-events: none;
}
#content .callout {
  color: #212121;
}
#content .callout > .full-width {
  background: #fc6;
}
#content .callout h3 {
  margin-left: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 26px;
  text-transform: uppercase;
  float: left;
  line-height: 41px;
}
#content .callout .ed-button .button.button-outline {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  float: right;
  color: #212121;
  border-color: #212121;
  line-height: 1.2em;
  cursor: initial;
}
#content .callout .ed-button .button.button-outline i {
  color: inherit;
  line-height: 1em;
  font-size: 1em;
}
#content .callout .ed-button .button.button-outline:hover {
  background: transparent;
}
#herstellung {
  background: #fc6;
}
#herstellung .ed-headline h2 {
  color: #212121;
}
.page-538208 #content .ed-headline h2 {
  margin: 30px 0 10px 0;
  border: none;
  font-size: 2em;
  line-height: 1.5em;
  color: #fc6;
}
.page-538208 #content .ed-html p {
  text-align: justify;
  margin: 0 0 30px 0;
}
.page-538208 #content .ed-html ul {
  padding: 0 0 30px 0;
  margin: 0;
}
#backToTop {
  position: fixed;
  right: 20px;
  bottom: 20px; /* Content
---------------------------------------- */
}
#backToTop i {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fc6;
  color: #212121;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}
#content #aktionen {
  background: #4d4d4d;
  color: #fff;
}
#content #aktionen h2 {
  color: #fc6;
}
#content #aktionen h3 {
  color: #fff;
}
#content #aktionen .span12 {
  padding: 100px !important;
}
#content #aktionen .span12:last-child {
  color: #212121;
  background: #fc6;
}
#content #aktionen .span12:last-child h2 {
  color: #212121;
}
#content #aktionen .span12:last-child h3 {
  color: #fff;
  border-color: #212121;
}
#content .bg-accent {
  color: #fff;
}
#content .bg-accent h2 {
  color: #fc6;
}
#content .bg-accent h3 {
  color: #fff;
  border-color: #fc6;
}
#content .bg-accent .ed-image span {
  display: block;
  background: #fff;
  color: #4d4d4d;
  text-align: center;
  line-height: 30px;
  padding: 10px 0;
}
#content .bg-overlay h2 {
  color: #212121;
}
#content .icon-box {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 28px;
}
#content .icon-box .span8 {
  width: calc(33.33% - 20px);
  background: #fc6;
  margin-right: 30px;
  text-align: center;
  padding: 10px 0;
}
#content .icon-box .span8:last-child {
  margin: 0;
}
#content .icon-box i {
  display: block;
  font-size: 40px;
}
#content #produkte {
  /* MEDIA QUERIES
---------------------------------------- */
}
#content #produkte .ed-text {
  font-size: 22px;
  text-align: left;
}
#content #produkte .ed-text li:before {
  color: #212121;
}
#content .acc .ed-headline:last-of-type a {
  border-bottom: 1px solid #fc6;
}
#content .acc h3 {
  color: #fc6;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  z-index: 3;
  position: relative;
  display: block;
  padding: 0;
  border: none;
  margin: 0;
}
#content .acc h3 a {
  color: #212121;
  background: #fff;
  border: 1px solid #fc6;
  color: #212121;
  border-bottom: none;
  display: block;
  position: relative;
  padding: 5px 0 5px 15px;
  line-height: 30px;
  -webkit-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#content .acc h3 a:hover,
#content .acc h3 a.active {
  background: #fc6;
  color: #fff;
}
#content .acc h3.color {
  color: #212121;
  font-size: 27px;
  line-height: 44px;
}
#content .acc-content {
  padding: 20px;
  background: #fff;
}
#content .fullscreen-gallery .ed-gallery {
  padding: 0;
}
#content .fullscreen-gallery .ed-gallery .ed-gallery-items {
  margin: 0;
  padding: 0;
}
#content .fullscreen-gallery .ed-gallery .ed-gallery-items .ed-gallery-thumb {
  width: 11.111%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#content
  .fullscreen-gallery
  .ed-gallery
  .ed-gallery-items
  .ed-gallery-thumb
  img {
  width: 100% !important;
  height: auto !important;
  -webkit-filter: grayscale(45%);
  -ms-filter: grayscale(45%);
  -moz-filter: grayscale(45%);
  -o-filter: grayscale(45%);
  filter: grayscale(45%);
  -webkit-transform: scale(1.04) rotate(0.5deg);
  -ms-transform: scale(1.04) rotate(0.5deg);
  -moz-transform: scale(1.04) rotate(0.5deg);
  -o-transform: scale(1.04) rotate(0.5deg);
  transform: scale(1.04) rotate(0.5deg);
  -webkit-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#content
  .fullscreen-gallery
  .ed-gallery
  .ed-gallery-items
  .ed-gallery-thumb::before {
  display: none;
}
#content
  .fullscreen-gallery
  .ed-gallery
  .ed-gallery-items
  .ed-gallery-thumb:hover
  img {
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  -webkit-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#logos1 .ed-image {
  background: #fff;
  height: 140px;
  line-height: 140px;
  text-align: center;
}
#logos1 .ed-image img {
  width: 200px;
  vertical-align: middle;
}
#logos1 .ed-image img.small {
  width: 120px;
}
.button-row {
  text-align: center; /********************************************************** 
/ RESPONSIVE 
********************************************************** */
}
.button-row .ed-button {
  display: inline-block;
}
.button-row .ed-button:not(:last-child) {
  margin-right: 15px;
}
@media all and (min-width: 960px) {
  .menu-mobile {
    display: none;
  }
  .footer ~ .ed-section,
  .footer ~ .ed-reference-section {
    display: block !important;
  }
}
@media all and (max-width: 960px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
  }
  .container .container {
    padding: 0 !important;
  }
  .hero-content h2 {
    font-size: 28px;
  }
  .hero-content h3 {
    font-size: 22px;
  }
  h2 {
    font-size: 28px !important;
  }
  h3,
  div#c-1 .banner .ed-button a.button {
    font-size: 25px !important;
  }
  #menuTrigger {
    opacity: 1;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 45px;
    position: fixed;
    right: 4px;
    top: 8px;
    z-index: 999;
    display: block;
    transform: rotate(0deg) scale(0.6);
    transition: 0.4s ease;
    cursor: pointer;
  }
  #menuTrigger:after {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -12px;
    content: "";
    background: #fc6;
    z-index: -1;
  }
  #menuTrigger:hover {
    opacity: 1;
  }
  #menuTrigger:before {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    content: "";
    transition: 0.4s ease;
    font-size: 16px;
    line-height: 41px;
    position: relative;
    left: -60px;
    text-transform: uppercase;
    color: #212121;
    opacity: 1;
  }
  #menuTrigger.hide-title:before {
    opacity: 0;
  }
  #menuTrigger span {
    display: block;
    position: absolute;
    height: 5px;
    width: 50%;
    background: #212121;
    opacity: 1;
    transform: rotate(0deg);
    transition: 0.25s ease;
  }
  #menuTrigger span:nth-child(even) {
    left: 50%;
    border-radius: 0;
  }
  #menuTrigger span:nth-child(odd) {
    left: 0;
    border-radius: 0;
  }
  #menuTrigger span:nth-child(1),
  #menuTrigger span:nth-child(2) {
    top: 0;
  }
  #menuTrigger span:nth-child(3),
  #menuTrigger span:nth-child(4) {
    top: 18px;
  }
  #menuTrigger span:nth-child(5),
  #menuTrigger span:nth-child(6) {
    top: 36px;
  }
  #menuTrigger span:nth-child(5),
  #menuTrigger span:nth-child(6) {
    top: 36px;
  }
  #menuTrigger span:nth-child(5),
  #menuTrigger span:nth-child(6) {
    top: 36px;
  }
  #menuTrigger.open {
    opacity: 1;
  }
  #menuTrigger.open:before {
    opacity: 0;
    visibility: hidden;
  }
  #menuTrigger.open span {
    background-color: #212121;
  }
  #menuTrigger.open span:nth-child(1),
  #menuTrigger.open span:nth-child(6) {
    transform: rotate(45deg);
  }
  #menuTrigger.open span:nth-child(2),
  #menuTrigger.open span:nth-child(5) {
    transform: rotate(-45deg);
  }
  #menuTrigger.open span:nth-child(1) {
    left: 5px;
    top: 7px;
  }
  #menuTrigger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 7px;
  }
  #menuTrigger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
  }
  #menuTrigger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
  }
  #menuTrigger.open span:nth-child(5) {
    left: 5px;
    top: 29px;
  }
  #menuTrigger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 29px;
  }
  .menu-mobile {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
  .menu-mobile.open {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
  .menu-mobile ul {
    background: transparent;
    padding: 5px 0;
    margin: 0 !important;
  }
  .menu-mobile ul li {
    display: inline-block;
    width: calc(25% - 12px);
    margin: 4px;
    vertical-align: top;
    background: green;
    text-align: center;
    background: #fc6;
    color: #212121;
  }
  .menu-mobile ul li a {
    white-space: nowrap;
  }
  .menu-mobile ul li a,
  .menu-mobile ul li i {
    color: #212121;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    line-height: 16px;
    padding: 5px 0;
  }
  .menu-mobile ul li i {
    font-size: 24px;
    line-height: 100%;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 24px !important;
  }
  .hide-m {
    display: none;
  }
  h2,
  h3 {
    white-space: initial !important;
  }
  .hero-content {
    width: calc(100% - 30px);
  }
  .footer [class*="span"]:not(:last-child) {
    margin-bottom: 40px;
  }
  .ed-form-container .ed-spacer {
    display: none;
  }
  .ed-form-container form div[class*="ed-form"] {
    margin-bottom: 10px;
  }
  .ed-form-container form .ed-form-button {
    margin: 0;
  }
  .hero-content h2 {
    font-size: 22px;
  }
  .hero-content h3 {
    font-size: 16px;
  }
  .button-row {
    text-align: center;
  }
  .button-row .ed-button {
    display: block;
  }
  .button-row .ed-button .button {
    width: 100%;
  }
  .button-row .ed-button:not(.first-child) {
    margin-top: 15px;
    margin-left: 0;
  }
  div#c-1 .spalten {
    display: block;
    width: 100%;
    -webkit-column-count: 1;
    -webkit-column-gap: 3%;
    -moz-column-gap: 3%;
    column-count: 1;
    column-gap: 3%;
    text-align: justify;
  }
  div[class*="span"] {
    padding: 0 !important;
  }
  .ed-map,
  .ed-reference-map {
    display: none;
  }
  .vspace [class*="span"]:not(:last-child) {
    margin-bottom: 15px;
  }
  .vspace [class*="span"] .ed-grid [class*="span"] {
    margin: 0 !important;
  }
}
@media all and (max-width: 960px) {
  #backToTop {
    display: none !important;
  }
  .ed-form-item.connected {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  #menu {
    background: #fc6;
  }
  #menu #logo h1 a {
    display: block;
    padding: 15px;
  }
  #menu #logo h1 a img {
    max-width: calc(100% - 50px);
  }
  .menu-level-0 {
    display: none;
  }
  #footer .footer-map > section {
    padding: 0 !important;
  }
  #footer [class*="span"] {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
  }
  #footer [class*="span"]:first-child {
    margin-top: 25px;
  }
  #footer .ed-button,
  #footer a.button {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #footer [class*="span"]:not(:last-child) {
    margin-bottom: 25px;
  }
  #ed-2070784 .ed-button {
    display: block;
    padding: 0 !important;
  }
  #ed-2070784 .ed-button .button {
    width: 100%;
  }
  #ed-2070784 .ed-button:not(:last-child) {
    margin-bottom: 15px;
  }
  div#c-1 .button-row .ed-button .button {
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
  }
  div#c-1 .button-row .ed-button:not(:last-child) {
    margin-right: 8px;
  }
  .logos .container {
    padding: 15px !important;
  }
  .logos .container .ed-image img {
    max-width: calc(100% - 30px);
  }
  #content .icon-box {
    font-size: 22px;
  }
  #content .callout {
    text-align: center;
  }
  #content .callout h3 {
    text-align: center;
  }
  #content .callout .ed-button {
    display: block;
  }
  #content .callout .ed-button .button.button-outline {
    float: none;
    margin-top: 15px;
  }
}
@media all and (max-width: 767px) {
  .ed-gallery .ed-gallery-thumb {
    width: 50% !important;
    padding: 0 !important;
  }
  .button-row .ed-button {
    margin: 0 !important;
  }
  .button-row .ed-button:not(:last-child) .button {
    margin-bottom: 15px !important;
  }
  #content .icon-box .span8 {
    width: 100%;
    background: #fc6;
    margin-right: 30px;
    text-align: center;
    padding: 10px 0;
  }
  #content .icon-box .span8:last-child {
    margin: 0;
  }
}
@media all and (min-width: 961px) {
  .hide-d {
    display: none;
  }
  #backToTop,
  .contact-small {
    display: block !important; /* Menu */
  }
  body.index #header #menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  #menu {
    height: 60px;
    z-index: 5;
    background: #fc6;
    text-align: center;
  }
  #menu #logo {
    float: left;
  }
  #menu #logo a {
    display: inline-block;
    padding: 7px 0;
    padding-left: 15px;
  }
  #menu ul {
    padding: 0;
    float: right;
  }
  #menu li {
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
  }
  #menu li a {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    display: block;
    padding: 0 18px;
    line-height: 60px;
    color: #212121;
    position: relative;
    -webkit-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #menu li a.active,
  #menu li a:hover {
    color: #fc6;
    background: #212121;
  }
  #menu li a.active .text:before,
  #menu li a:hover .text:before {
    width: 100%;
  }
  #menu li a .text {
    position: relative;
  }
  #menu li a .text:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    content: "";
    background: #fc6;
    width: 0;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
}
.imprint h3 {
  text-align: left;
}
.ed-element.preset-overlay-standard-default {
  background: #fff;
  box-sizing: border-box;
  width: 880px !important;
  max-width: 90% !important;
  padding: 40px !important; /**
 * cookie-bar will show notification about the website storing cookies for 24 hours
 * Last Update: 2022-12-08T15:51:27+01:00
 *
 * @Param("background", type="color", group="layout")
 * @Param("text-color", type="color", group="layout") 
 * @Param("button-color", type="color", group="layout") 
 * @Param("button-background", type="color", group="layout")
 * @Param("position", type="choice", options={"choices"={"left", "right"}}, group="layout")
 * @Param("box-shadow", type="bool", group="layout")
 */
}
.ed-element.preset-overlay-standard-default h2,
.ed-element.preset-overlay-standard-default p {
  margin: 0;
}
.ed-element.preset-overlay-standard-default h2 {
  color: ;
  font-family: "PT Sans", sans-serif;
}
body:not(.edit) .ed-element.preset-cookie-consent-bar-cms-v2-default {
  position: fixed;
  right: 0;
  bottom: 0;
  top: auto;
  display: none;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default,
body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 {
  background: #eee;
  padding: 1.1rem !important;
  font-size: 14px;
  width: 460px !important;
  max-width: 100%;
  z-index: 1000;
  font-family: arial !important;
  box-sizing: border-box;
  text-align: left;
}
@media screen and (max-width: 767px) {
  body .ed-element.preset-cookie-consent-bar-cms-v2-default,
  body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 {
    width: 100% !important;
  }
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-element,
body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 .ed-element {
  margin-bottom: 10px !important;
}
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  .ed-element:first-child,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-element:first-child {
  margin-bottom: 5px !important;
}
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  .ed-element:last-child,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-element:last-child {
  margin-bottom: 0 !important;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-button a.button,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-button
  a.button {
  text-align: center;
  width: 100% !important;
  max-width: 100% !important;
  background: #333 !important;
  color: #fff !important;
  padding: 6px 0 !important;
  line-height: 1.5 !important;
  text-transform: none;
  font-size: 14px !important;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  display: block;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: arial !important;
}
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  .ed-button
  a.button:hover,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-button
  a.button:hover {
  background: #000 !important;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text *,
body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 .ed-text * {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-family: arial !important;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text p,
body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 .ed-text p,
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text strong,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-text
  strong {
  color: #212121 !important;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text strong,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-text
  strong {
  font-size: 16px !important;
  font-weight: 700;
}
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text a,
body .ed-element.preset-cookie-consent-bar-cms-v2-default div#c-1 .ed-text a,
body .ed-element.preset-cookie-consent-bar-cms-v2-default .ed-text a:hover,
body
  .ed-element.preset-cookie-consent-bar-cms-v2-default
  div#c-1
  .ed-text
  a:hover {
  color: #212121 !important;
  text-shadow: none !important;
}
