* {
    box-sizing: border-box;
}

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

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background: #ffffff;
    color: #000000;
    font: 20px malva, Arial, Helvetica, Sans-Serif;
    min-width: 340px;
}

a {
    color: #000;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a.legende .legende:hover,
a:hover {
    color: rgba(255, 205, 0, 1);
    text-decoration: none;
}

a.legende:hover {
    color: #000;
}

a .legende {
    font-size: 17px;
    margin-bottom: 1em;
    cursor: pointer;
    font-weight: bold;
}

input,
select,
textarea {
    border: #e6e6e6 2px solid;
    border-radius: 3px;
    color: #000;
    font: 20px malva, Arial, Helvetica, sans-serif;
    padding: 15px;
}

li {
    list-style: none;
}

h1 {
    font: 37px tradegothic;
    margin: 0 0 .5em;
    text-transform: uppercase;
}

h2,
h3 {
    font: 23px tradegothic;
    margin: 0 0 1em;
    text-transform: uppercase;
}

h4 {
    font-size: 20px;
    margin: 0 0 .1em;
}

h5,
h6 {
    font-size: 20px;
    font-weight: normal;
}

.text,
p {
    line-height: 1.3em;
    padding: 0 0 1.3em;
}

.text a,
p a, .text-popup a, .page-columns a,.product-info a {
    position: relative;
}

.text a:after,
p a:after,
.text-popup a:after,
.page-columns a:after,
.product-info a:after{
    background: #FFCD00;
    bottom: -2px;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
}
.page-columns .link a:after {
    left: 47px;
}
.page-columns a.file:after, .e-mail a:after {
    background: #FFF;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-top-bar {
    background: #fff;
    left: 0;
    padding: 0 70px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001
}

.page-frame {
    padding: 25px 70px 70px;
}

.page-title,
.page-header,
.page-container,
.page-bottom-bar {
    margin: 0 auto;
    /* max-width: 1660px; */
}

.page-container {
    margin: 0 auto;
    max-width: 1200px;
}

.page-bottom-bar {
    background: #FFCD00;
}

.page-header {
    align-items: center;
    display: flex;
    height: 118px;
    justify-content: space-between;
    padding-top: 40px;
    position: relative;
    z-index: 10;
}

.header-logo {
    align-self: flex-start;
    width: 296px;
    margin-top: -9px;
}

.header-logo img {
    height: auto;
    width: 100%;
}

.home-page-title {
    height: 100%;
    margin: 0 70px;
    position: relative;
}

.home-page-title .slide {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.home-page-title:after {
    background: #fff;
    bottom: 0;
    content: '';
    height: 70px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999
}

.home-page-title .title-headline {
    height: 350px;
    top: 118px;
}

.home-page-title .title-heading {
    bottom: 50px;
    line-height: 1;
    width: 270px;
}

.home-page-title .slider-progress-wrap {
    bottom: 45px;
    z-index: 1000
}

.page-title {
    height: 350px;
    margin-bottom: 90px;
    overflow: hidden;
    position: relative;
}

.title-headline {
    background: url(../images/shape.svg) no-repeat top / contain;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 702px;
}

.title-heading {
    bottom: 30px;
    margin: 0;
    position: absolute;
    right: 210px;
    width: 260px;
}

.intro-text {
    font-size: 24px;
    margin-bottom: 50px;
}

.page-slider-small {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.page-slider-small img {
    height: auto;
    width: 100%;
}

.slider-progress-wrap {
    bottom: -20px;
    height: 4px;
    position: absolute;
    right: 0;
    width: 110px;
}

.slider-progress-wrap:after {
    background: #e6e6e6;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 1px;
}

.slider-progress {
    background: #FFCD00;
    height: 4px;
    position: relative;
    z-index: 1
}

.nav1 {
    font: 21px/25px tradegothic;
    text-align: center;
    text-transform: uppercase;
}

.nav1 li {
    display: inline-block;
    margin: 0 13px;
    position: relative;
}

.nav1 a {
    color: #000000;
    display: inline-block;
    text-decoration: none;
}

.nav1 a:hover,
.nav1 .active a {
    color: #707070;
}

.header-buttons {
    align-self: flex-start;
    flex: 0 0 auto;
    font-size: 27px;
}

.header-buttons a {
    color: #000;
}

.header-buttons a:hover,
.header-buttons .active a {
    color: #FFCD00;
}

.header-buttons li {
    display: inline-block;
    line-height: 63px;
    padding: 0 25px;
}

.header-buttons li:last-child {
    border: 0;
    padding-right: 0
}

.btn-events {
    cursor: pointer;
}

.header-buttons .btn-location {
    padding-left: 15px;
}

.sidebar-flyout {
    background: #ececec;
    display: none;
    height: auto;
    max-height: 100%;
    overflow: auto;
    overflow-y: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 116px;
    width: 375px;
    z-index: 1001;
}

.btn-sidebar-close {
    color: #000;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 10px;
    width: 20px;
    z-index: 10;
    z-index: 1000;
}

.btn-sidebar-close:after {
    content: "\4b";
    font: 40px ElegantIcons;
}

.nav-bottom {
    bottom: 20px;
    left: 110px;
    position: fixed;
    right: 110px;
    z-index: 1000
}

.nav-bottom-wrap {
    margin: 0 auto;
    max-width: 1260px;
    position: relative;
}

.nav-bottom-item {
    background: #ECECEC;
    bottom: 0;
    left: 24px;
    padding: 20px;
    padding-right: 60px;
    position: absolute;
    right: 24px;
    z-index: 10;
}

.nav-heading {
    cursor: pointer;
}

.nav-heading h3 {
    font: 20px malva;
    margin: 0 0 .3em
}

.nav-heading h4 {
    font-size: 17px;
    font-weight: bold;
}

.nav-heading:after {
    bottom: 17px;
    content: "\4c";
    font: 50px ElegantIcons;
    position: absolute;
    right: 17px;
}

.nav-heading.active:after {
    bottom: auto;
    top: 5px;
}

.nav-heading.active:after {
    content: "\4b";
}

.nav-popup {
    font-size: 17px;
    padding-top: 10px;
}

.btn-popup-more {
    font-weight: bold;
}

.nav-popup p {
    padding-bottom: .5em;
}

.page-columns {
    padding: 0 0 60px;
}

.list-unordered {
    margin: 0 0 1.5em;
}

.cms_column li,
.text-popup li,
.row.detailseite li,
.list-unordered li {
    margin: 0 0 .2em;
    padding: 0 0 0 37px;
    position: relative;
}

.cms_column li:before,
.text-popup li:before,
.row.detailseite li:before,
.list-unordered li:before {
    color: #FFCD00;
    content: "\24";
    font: 30px/1 ElegantIcons;
    left: 0;
    position: absolute;
    top: 0;
}

.btn-link {
    color: #000000;
    font-size: 20px;
}

.btn-link a:hover {
    color: #FFCD00;
}

.btn-icon {
    font-size: 30px;
    padding-right: 15px;
}

.btn-icon.arrow_right {
    vertical-align: -20%;
}

.product-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.product-item:hover .product-pic:after {
    opacity: 1;
}

.product-pic {
    margin-bottom: 20px;
    position: relative;
}

.product-pic:after {
    background: rgba(255, 205, 0, 1);
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s All;
    pointer-events: none;
}

.product-pic img {
    height: auto;
    width: 100%;
    cursor: pointer;
}

.product-head h4 {
    font-size: 17px;
    margin-bottom: 1em;
    cursor: pointer;
}

.product-info {
    border-bottom: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
    padding-bottom: .8em;
}

.product-info-list {
    margin-bottom: .5em;
}

.product-info-list a {
    display: block;
    overflow: hidden;
    padding: 10px 30px 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-info-list a:hover {
    color: #707070;
}

.product-info-list li {
    border-bottom: 2px solid #e6e6e6;
    position: relative;
}

.product-info-icon {
    font-size: 30px;
    margin-top: -14px;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordeon {
    margin-bottom: 30px;
}

.accordeon .accordeon-headline {
    cursor: pointer;
    font: 21px tradegothic;
    padding: 17px 45px 17px 0;
    position: relative;
    text-transform: uppercase;
}

.accordeon .accordeon-headline:after {
    content: "\4c";
    font: 50px ElegantIcons;
    margin: -29px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordeon .accordeon-row.is-open .accordeon-headline:after {
    content: "\4b";
}

.accordeon .accordeon-row {
    border-bottom: 2px solid #e6e6e6;
    border-top: 2px solid #e6e6e6;
    margin-bottom: -2px;
}

.accordeon .accordeon-wrap {
    padding: 10px 0 15px;
}

.form {
    margin-bottom: 50px;
}

.form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px
}

.form-field-group {
    margin-bottom: 30px;
}

.form-field {
    margin-bottom: 15px;
}

.field-heading {
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: .5em;
    overflow: hidden;
}

.field-heading small {
    display: block;
    font-size: 15px;
}

.field-heading-centered {
    line-height: 55px;
}

.form .form-field label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: .4em;
}

.form input {
    width: 100%;
}

.form textarea {
    height: 270px;
    width: 100%;
}

.form-chk-group {
    margin-bottom: 20px;
}

.checkbox-container {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
    user-select: none;
}

.checkbox-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.checkmark {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    width: 23px;
}

.checkbox-container:hover input~.checkmark {
    background-color: #fff;
}

.checkbox-container input:checked~.checkmark {
    border: 7px solid #FFCD00;
}

.checkmark:after {
    content: "";
    display: none;
    position: absolute;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.form-description {
    font-size: 15px;
}

.btn-submit {
    background: #FFCD00;
    border: 0;
    display: inline-block;
    font-size: 20px;
    line-height: 47px;
    padding: 0 25px;
    text-decoration: none;
}

.tooltip_templates {
    display: none;
}

.tooltip-compact {
    font-size: 15px;
}

.tooltip-compact h6 {
    font-size: 15px;
    font-weight: bold;
}

.tooltip-compact p:last-child {
    padding: 0;
}

.tooltip-icon {
    font-size: 20px;
    text-align: right;
}

.page-footer {
    line-height: 1.2;
    margin: 0 auto;
    max-width: 1260px;
    padding: 60px 30px 30px;
}

.page-footer a {
    color: #000000;
    text-decoration: none;
}

.page-footer a:hover {
    text-decoration: underline;
}

.footer-contacts {
    margin-bottom: 25px;
}

.footer-contacts ul {
    margin-bottom: .2em;
}

.footer-copyright {}

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

.nav-footer li {
    display: inline-block;
    margin-left: 15px;
}

hr {
    border: 0;
    border-top: 2px solid #e6e6e6;
    margin: 60px 0;
}

.pic img {
    height: auto;
    width: 100%;
}

.menu-label {
    display: none;
    font-size: 14px;
    margin: 0 5px 0 0;
    position: relative;
    text-transform: uppercase;
    top: -4px;
}

.hamburger {
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 30px;
    text-transform: none;
    top: 35px;
    transition-duration: 0.15s;
    transition-property: opacity, filter, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, -webkit-filter;
    transition-timing-function: linear;
    z-index: 10001
}

.hamburger::-moz-focus-inner {
    border: 0;
}

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

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #000000;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-timing-function: ease;
    width: 30px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/* Navigation Referenzen */
.nav2 {
    margin-top: -50px;
    margin-bottom: 12px;
}

.nav2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nav2 li {
    margin: 0 20px 15px 0;
}

.nav2 a {
    font: 19px tradegothic;
    font-weight: bold;
}

.nav2 .active a,
.nav2 a:hover {
    color: #707070;
}

/* Darstellung Bilder */
img {
    width: 100%;
    height: auto;
}

/* Icon zur Übersicht */
.galerie_icon:before {
    content: "\e08d";
}

/* Startseite */
/* Anzeige Dokument Popup-Startseite */
.dokument-popup {
    /*font-size: 21px; */
    margin-bottom: 20px;
}

.img-popup {
    margin-bottom: 20px;
}

/* Abstand Oben */
.space-top {
    margin-top: 20px;
}

/* Abstand Unten */
.space-bottom {
    margin-bottom: 20px;
}

span.space-bottom {
    display: block;
}

/* Bilder Detailseite */
.cms_item img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
}

/* Dokumente */
.cms_item .file {
    background: none !important;
    padding: 0 0 0 40px !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.cms_item .file {
    font: 20px malva, Arial, Helvetica, Sans-Serif;
}

.cms_item .file {
    white-space: normal !important;
}

.cms_item .file:before {
    font: normal normal normal 30px FontAwesome;
    content: "\f1c1";
    position: absolute;
    left: 0px;
    top: -6px;
}


.cms_item a.file:hover {
    color: #FFCD00;
}


/* Anzeige Dokument Popup-Startseite */
.bild-popup {
    margin-bottom: 20px;
}

/* Popup Produkte Linie unten */
.no-line {
    border-bottom: 0px;
}

/*
    --- Fancybox ---
*/
.fancybox-opened .fancybox-skin{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
   -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
}

.fancybox-close {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    position: fixed;
    background-image: url(../images/pfeil_close.png);
}

.fancybox-next span {
    background-image: url(../images/pfeil_next.png);
}

.fancybox-prev span {
    background-image: url(../images/pfeil_back.png);
}

.fancybox-skin {
  background: none;
}

.fancybox-overlay {
    background: none;
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.fancybox-title-float-wrap {
    position: relative;
    bottom: auto;
    left: 0%;
    right: auto;
    margin-bottom: 0px;
    margin-top: 10px;
    z-index: 8050;
    text-align: left;
}

/* Anzeige Fancybox Pfeile*/
.fancybox-nav:hover span {
    opacity: 1;
}

.fancybox-prev span,
.fancybox-next span {
    background-position: 0px -14px;
}

.fancybox-prev {
    margin-left: -100px;
}

.fancybox-next {
    margin-right: -100px;
}
.btn-left {
    background: url(../images/btn-left2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    left: 15px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 31px;
    z-index: 10001;
}
.btn-right {
    background: url(../images/btn-right2.png) top no-repeat;
    cursor: pointer;
    height: 31px;
    margin: -30px 0 0;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    width: 31px;
    z-index: 10001;
    float: right;
}

.fancybox-title-float-wrap .child {
    background: none !important;
    text-shadow: none !important;
    color: #000 !important;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 1;
}

.fancybox-prev span,
.fancybox-prev{
    margin-left: 0px !important;
    left: 0px !important;
}

.fancybox-next span,
.fancybox-next {
    margin-right: 0px !important;
    right: 7px !important;
}

.slide.row{
margin-left: 0px;
margin-right: 0px;
}

.pic-galerie{
  width: 32%;
  float: left;
  margin: 0 1% 1% 0;
}

.sidebar-flyout h4.title {
    width: calc(100% - 25px);
}

h4.nodate {
    margin-bottom: 15px;
    margin-top: 15px;
}

iframe {
    width: 100%;
}

#more .plus {
    font-size: 27px;
}

.cursor-pointer {
    cursor: pointer !important;
}

#tooltip-content {
    font-size: 18px;
}

#tooltip-content .active {
    color: #FFCD00;
}

/* Button Hover */
.btn-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.text-popup{
  padding: 10px 0 10px 0;
}


.title-headline-mobile {
    display: none;
}