
/*
Farben:

HE-Hauptfarbe:    
#006d83;
rgba(0,109,131,1);

HE-Helle Hintergrundfarbe-1:
#e6eef2;
rgba(230,238,242,1);

HE-Helle Hintergrundfarbe-2:
#f0f4f7;
rgba(240,244,247,1);

HE-Orange:
#eb6608;
rgba(235,102,8,1);

HE-Grau:
#575757;
rgba(87,87,87,1);

*/

@font-face {
    font-family: 'Michroma';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/michroma-v8-latin-regular.eot');
    src: local('Michroma'),
        url('../fonts/michroma-v8-latin-regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/michroma-v8-latin-regular.woff2') format('woff2'),
        url('../fonts/michroma-v8-latin-regular.woff') format('woff'),
        url('../fonts/michroma-v8-latin-regular.ttf') format('truetype'),
        url('../fonts/michroma-v8-latin-regular.svg#Michroma') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/source-sans-pro-v11-latin-300.eot');
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
        url('../fonts/source-sans-pro-v11-latin-300.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v11-latin-300.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v11-latin-300.woff') format('woff'),
        url('../fonts/source-sans-pro-v11-latin-300.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v11-latin-300.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/source-sans-pro-v11-latin-600.eot');
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
        url('../fonts/source-sans-pro-v11-latin-600.eot?#iefix') format('embedded-opentype'),
        url('../fonts/source-sans-pro-v11-latin-600.woff2') format('woff2'),
        url('../fonts/source-sans-pro-v11-latin-600.woff') format('woff'),
        url('../fonts/source-sans-pro-v11-latin-600.ttf') format('truetype'),
        url('../fonts/source-sans-pro-v11-latin-600.svg#SourceSansPro') format('svg');
}
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/MaterialIcons-Regular.eot');
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
}

:root {
    --font: 'Michroma';
    --fontBody: 'Source Sans Pro';
    --font-light: 300;
    --font-regular: 400;
    --font-semibold: 600;
    --he-primary: #006d83;
    --he-orange: #eb6608;
    --he-grey: #575757;
    --he-prime-light: #e6eef2;
    --he-light: #f0f4f7;
}
  
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.25rem;  /* Preferred icon size */
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
}
  

::-moz-selection {
    color: #006d83;
    background-color: #e6eef2;
}
::selection {
    color: #006d83;
    background-color: #e6eef2;
}

body {
    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #575757;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
            hyphens: auto;
}

.body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

/* Basiseinstellungen */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Michroma';
    font-weight: 400;
    letter-spacing: 1px;
    color: #006d83;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.25rem;
}
a {
    color: #eb6608;
    font-weight: 600;
}
.DOMready a {
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(.49,.59,.21,.82);
    -o-transition-timing-function: cubic-bezier(.49,.59,.21,.82);
       transition-timing-function: cubic-bezier(.49,.59,.21,.82);
}
a:hover,
a:focus {
    color: #006d83;
    text-decoration: none;
}
main a {
    color: #006d83;
    background-image: -o-linear-gradient(330deg, #b5dee7 0%, #b4e6db 100%);
    background-image: linear-gradient(120deg, #b5dee7 0%, #b4e6db 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.2em;
    background-position: 0 88%;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(.49,.59,.21,.82);
    -o-transition-timing-function: cubic-bezier(.49,.59,.21,.82);
       transition-timing-function: cubic-bezier(.49,.59,.21,.82);
}
main a:hover,
main a:focus {
    background-size: 100% 88%;
}
.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
b, strong {
    font-weight: 600;
}
button:focus {
    outline: none !important;
}
.btn {
    border-radius: 0;
    padding: .5rem 1.5rem;
    background-image: none;
}
.btn-primary,
.btn-secondary {
    color: #eb6608;
    display: inline-block;
    z-index: 1;
    position: relative;
    background-color: transparent;
    font-weight: 600;
    overflow: hidden;
    border: 2px solid #eb6608;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-secondary {
    color: #fff;
    border-color: #fff;
}
.btn-primary::before,
.btn-primary::after,
.btn-secondary::before,
.btn-secondary::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	   transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.btn-primary::before,
.btn-secondary::before {
	background: #e29055;
}
.btn-primary::after,
.btn-secondary::after {
	background: #eb6608;
}
.btn-primary:hover,
.btn-secondary:hover {
    background-color: transparent;
    color: #fff;
    border-color: #eb6608;
}
.btn-primary.filtr-selected::before,
.btn-primary.filtr-selected::after,
.btn-primary:hover::before,
.btn-primary:hover::after,
.btn-secondary:hover::before,
.btn-secondary:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.btn-primary:hover::after,
.btn-secondary:hover::after {
	-webkit-transition-delay: 0.175s;
	-o-transition-delay: 0.175s;
	   transition-delay: 0.175s;
}
.btn-primary.focus, .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 0 rgba(0,0,0,0);
    color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
            box-shadow: 0 0 0 0 rgba(0,0,0,0);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #eb6608;
    border-color: #eb6608;
}
.btn-primary.filtr-selected {
    color: #fff !important;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #eb6608;
    border-color: #eb6608;
    box-shadow: 0 0 0 0 rgb(0,0,0,0);
}


/* Topbereich */
.top {
    background-color: #fff;
    padding: 1rem 0;
}
.top .logo {
    width: 8rem;
}
.top .navbar {
    padding: 0;
}
.top .nav li {
    padding: .75rem 1.5rem;
}
.top .nav li a {
    font-family: 'Michroma';
    font-weight: 400;
    font-size: .9rem;
    color: #006d83;
    letter-spacing: .25px;
}

.navbar-toggler {
    border: 0 none;
}
.navbar-toggler:focus {
    outline: none;
}
.navbar-toggler span {
    position: relative;
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 5px;
    background-color: #eb6608;
    -webkit-transition: 225ms ease-in-out;
    -o-transition: 225ms ease-in-out;
    transition: 225ms ease-in-out;
    -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
       transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.navbar-toggler.collapsed span:nth-child(2) {
    opacity: 1;
}
.navbar-toggler span:first-of-type {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    -webkit-transform-origin: 50% 200%;
    -ms-transform-origin: 50% 200%;
        transform-origin: 50% 200%;
}
.navbar-toggler span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler span:last-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    -webkit-transform-origin: 80% 50%;
    -ms-transform-origin: 80% 50%;
        transform-origin: 80% 50%;
}
.navbar-toggler.collapsed span {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
        transform: rotate(0);
}
.navbar-toggler span:first-of-type {
    margin-top: 0;
}

.top .underline {
    display: none;
}


/* Interaktive Halle */
.halle-background {
    background-position: center center;
    background-size: cover;
}
.interktive-halle {
    overflow: hidden;
    background-color: rgba(230,238,242,.95);
}
.interktive-halle .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.interktive-halle .col-sm-3 {
    -ms-flex-item-align: end;
        align-self: flex-end;
}
.interaktive-menuepunkte {
    padding-left: 0;
}
.interaktive-menuepunkte li {
    display: block;
}
.interaktive-menuepunkte li a {
    color: #fff;
    display: block;
    background-color: #006d83;
    padding: .25rem 1rem;
    font-weight: 300;
    margin-top: .5rem;
}
.interaktive-menuepunkte li.visited a {
    background-color: #475f74;
}
.interaktive-menuepunkte li.is-open a,
.interaktive-menuepunkte li a:hover,
.interaktive-menuepunkte li a:focus {
    background-color: #eb6608;
}

.interktive-halle ul {
    margin-bottom: 0;
    list-style: none;
}
.interktive-halle img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
/* die einzelnen Punkte */
.single-point {
    position: absolute;
    border-radius: 50%;
}

.single-point:nth-of-type(1) {
    bottom: 35%;
    right: 25%;
}
.single-point:nth-of-type(2) {
    bottom: 25%;
    right: 50%;    
}
.single-point:nth-of-type(3) {
    top: 28%;
    right: 40%;
}
.single-point:nth-of-type(4) {
    top: 28%;
    right: 22%;
}
.single-point:nth-of-type(5) {
    top: 4%;
    left: 20%;
}
.single-point:nth-of-type(6) {
    top: 25%;
    left: 27%;
}

.single-point > a {
    position: relative;
    z-index: 2;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: inherit;
    background: #e6eef2;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.single-point > a::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    border-radius: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #eb6608;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.single-point > a::after {
    height: 8px;
    width: 8px;
}
.single-point.is-open a::after {
    background-color: #e6eef2;
}
/* Pulse Effekt */
.single-point::after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
.single-point.is-open > a {
    background-color: #006d83;
}
.single-point.visited::after,
.single-point.is-open::after {
    display: none;
}
.single-point.is-open .more-info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
}
.single-point.visited > a {
    background-color: #006d83;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -webkit-box-shadow: inset 0 0 5px 5px rgba(0,109,131,.8);
                box-shadow: inset 0 0 5px 5px rgba(0,109,131,.8);
    }
    50% {
        -webkit-box-shadow: inset 0 0 8px 8px rgba(0,109,131,.4);
                box-shadow: inset 0 0 8px 8px rgba(0,109,131,.4);
    }
    100% {
        -webkit-transform: scale(1.6);
        -webkit-box-shadow: inset 0 0 8px 8px rgba(0,109,131,0);
                box-shadow: inset 0 0 8px 8px rgba(0,109,131,0);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-box-shadow: inset 0 0 5px 5px rgba(0,109,131,.8);
                box-shadow: inset 0 0 5px 5px rgba(0,109,131,.8);
    }
    50% {
        -webkit-box-shadow: inset 0 0 8px 8px rgba(0,109,131,.4);
                box-shadow: inset 0 0 8px 8px rgba(0,109,131,.4);
    }
    100% {
        -webkit-transform: scale(1.6);
        -ms-transform: scale(1.6);
        transform: scale(1.6);
        -webkit-box-shadow: inset 0 0 8px 8px rgba(0,109,131,0);
                box-shadow: inset 0 0 8px 8px rgba(0,109,131,0);
    }
}
.single-point .more-info {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    line-height: 1.5;
    background-color: #006d83;
    padding: 2rem;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, top 0.3s 0s, bottom 0.3s 0s, left 0.3s 0s, right 0.3s 0s, -webkit-transform 0.3s 0s;
}
.single-point .more-info::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #006d83;
}
.single-point .more-info h2,
.single-point .more-info p {
    color: #fff;
}
/* Das Schließen Fenster kommt nur bei der Mobilen Ansicht */
.close-info {
    position: fixed;
    top: 0;
    right: 0;
    height: 44px;
    width: 44px;
}
.close-info::after, .close-info:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    background-color: #fff;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
       transition-duration: 0.2s;
}
.single-point.is-open a.close-info::after {
    background-color: #fff;
}
.close-info::after {
    height: 2px;
    width: 16px;
}
.close-info::before {
    height: 16px;
    width: 2px;
}

/* Slider */

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

.slick-dots {
    left: 0;
}
.slick-dots li button {
    background-color: #006d83;
    width: 10px;
    height: 10px;
    -webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slick-dots li.slick-active button {
    background-color: #eb6608;
}
.slick-dots li button:before {
    display: none;
}

/* Hauptteil */
main {
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
main ul {
    list-style: none;
}
main ul li {
    position: relative;
}
main ul li::before {
    content: '';
    position: absolute;
    left: -1.5rem;
    top: 8px;
    width: 10px;
    height: 10px;
    background-color: #eb6608;
}
.hintergrund {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.hintergrundfarbe-weiss {
    background-color: #fff;
}
.hintergrundfarbe-hellgruen {
    position: relative;
    background-color: #e6eef2;
}
.hintergrundfarbe-dunkelgruen {
    position: relative;
    background-color: #006d83;
}
.hintergrundfarbe-dunkelgruen h2 {
    color: #fff;
}
.hintergrundfarbe-hellgrau {
    background-color: #f0f4f7;
}
.hintergrundfarbe-hellgruen::after,
.hintergrundfarbe-dunkelgruen::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 99.5%;
    z-index: 5;
    width: 0;
    height: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e6eef2;
}
.hintergrundfarbe-dunkelgruen::after {
    border-top-color: #006d83;
}

/* Start */
.hintergrundfarbe-dunkelgruen {
    padding: 2rem 0;
}
.hintergrundfarbe-dunkelgruen h1 {
    color: #fff;
    font-size: 4.5vw;
    margin-bottom: 0;
}
/* Beitragsbild */
.item-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Inhalt mit Kontaktbox */
.inhalt-kontakt,
.bild-vorhanden,
.info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bild-vorhanden .ueberschrift,
.bild-vorhanden .intro-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}
.pull-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.contentkasten {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
.pull-left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}
.text-links {
    text-align: left;
}
.text-mittig {
    text-align: center;
    margin-bottom: 2rem;
}
.text-rechts {
    text-align: right;
}
.full-bild .contentkasten {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
}
.items-row,
.item {
    position: relative;
}
.item a[name] {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

/* Content Slider */
.standard-slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1.5rem;
}
.content-slider {
    width: 100%;
}
.content-slider ul.slick-dots {
    bottom: -2rem;
}
.content-slider ul.slick-dots li::before {
    display: none;
}

/* Kontaktbox */
.kontaktbox {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 1.5rem;
    background-color: #f0f4f7;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
}

.parallax-beitrag {
    position: relative;
    padding: 0;
}
.parallax-beitrag .inhalt {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}
.parallax-beitrag .inhalt h1 {
    color: #fff;
    font-weight: 700;
}
.jarallax > .jarallax-img {
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax {
    position: relative;
    z-index: 0;
    height: 300px;
}

/* Farbpalette */
.overflow-x-auto {
    overflow-x: auto;
    position: relative;
}
.filter-buttons {
    position: relative;
}
.filter-buttons::after {
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    position: absolute;
    z-index: 3;
    width: 85px;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.14889705882352944)), color-stop(50%, rgba(255,255,255,0.3533788515406162)), to(rgba(255,255,255,1)));
    background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.14889705882352944) 25%, rgba(255,255,255,0.3533788515406162) 50%, rgba(255,255,255,1) 100%);
    background-image: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.14889705882352944) 25%, rgba(255,255,255,0.3533788515406162) 50%, rgba(255,255,255,1) 100%);
    content: '';
}


.accordion .card {
    border-radius: 0;
    margin-bottom: 2rem;
    border: 0 none !important;
}
.accordion .card .card-header {
    border: 0 none !important;
    background-color: transparent;
}
.accordion .card .card-header > * {
    color: #fff;
}
.accordion .card .card-header .accrodion-btn {
    background-color: #006d83;
    position: relative;
}
.accordion .card .card-header .stellen__typ {
    background-color: #006d83;
    padding: 1rem 1.75rem;
    display: inline-block;
    font-family: 'Source Sans Pro';
    font-weight: bold;
    font-size: 1rem;
}
.accordion .card .card-header .accrodion-btn::before,
.accordion .card .card-header .accrodion-btn::after {
    display: none;
}
.accordion .card .card-header .accrodion-btn span {
    color: #fff;
    position: absolute;
    right: 32px;
    top: 50%;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    -webkit-transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
    transition: all 0.5s cubic-bezier(0.175,0.885,0.32,1.275) 0s;
}
.accordion .card .card-header .accrodion-btn[aria-expanded='true'] span {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.accordion .card .card-body {
    background-color: #f0f4f7;
}


.content__w__75 .inhalt {
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto;
}



.btn-group {
    margin-right: 5rem;
    margin-bottom: 2rem;
}

.farbpalette .colorDesc {
    font-weight: 600;
}
.farbpalette .colorDesc,
.farbpalette .colorDimension {
    padding: .5rem;
    background-color: #f0f4f7;
}
.farbpalette .colorDimension {
    margin-bottom: 1rem;
}
.farbfeld {   
    height: 25px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #b0b0b0;
    margin-bottom: 0 !important;
}

/* Profile auf Maß */
.list-group .list-group-item {
    position: relative;
    display: block;
    color: #006d83;
    font-size: .8rem;
    padding: .25rem .25rem;
    margin-bottom: 1rem;
    background-color: #fff;
    border: 2px solid #fff;
    background-image: none;
}
.list-group .list-group-item i {
    display: none;
}
.list-group-item:focus,
.list-group-item:hover {
    color: #fff;
    background-color: #006d83;
    border-color: #fff;
}
.list-group-item.active {
    background-color: #006d83;
    border-color: #fff;
    color: #fff;
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.profile {
    margin-top: 1.5rem;
}
.profilbilder {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: .5rem;
}
.info {
    color: #fff;
}


/* Kontakt */
.text-mittig form {
    text-align: left;
}
.form-control {
    border-radius: 0;
    border-color: #ddd;
    padding: .5rem 1rem;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.alert {
    border-radius: 0;
}
.form-control:focus {
    padding: 1rem;
    color: #006d83;
    background-color: #f0f4f7;
    border-color: #006d83;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,109,131,.25);
            box-shadow: 0 0 0 0.2rem rgba(0,109,131,.25);
}
.rsform-block-name .control-label::after,
.rsform-block-email .control-label::after,
.rsform-block-dsgvo .control-label::after {
    position: relative;
    display: inline-block;
    content: ' - erforderlich';
    color: #b0b0b0;
    margin-left: .25rem;
    font-size: .9rem;
}
.form-check-input {
    position: absolute;
    margin-top: .2rem;
    visibility: hidden;
    margin-left: -1.5rem;
}
.form-check-input::before {
    position: absolute;
    top: .25rem;
    visibility: visible;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f0f4f7;
    border: 1px solid #575757;
}
.form-check-input::after {
    position: absolute;
    top: .25rem;
    left: 0;
    visibility: visible;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.form-check-input::after,
.form-check-input::before {
    visibility: visible;
    -webkit-transition: box-shadow .5s, background-color .5s;
    -webkit-transition: background-color .5s, -webkit-box-shadow .5s;
    transition: background-color .5s, -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s, background-color .5s;
    transition: box-shadow .5s, background-color .5s;
    transition: box-shadow .5s, background-color .5s, -webkit-box-shadow .5s;
}
.form-check-input:checked::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.form-check-input:checked::after {
    background-color: #006d83;
}
.formError {
    font-weight: 300;
    font-size: .9rem;
}

/* Kontaktfeld */
.kontaktfeld {
    position: relative;
}

/* Referenzen */
.referenzen {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
.referenzen img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* Footer */
footer {
    width: 100%;
    padding: 1rem 0;
    background-color: #e6eef2;
}
footer .nav li {
    border-right: 1px solid #575757;
}
footer .underline {
    display: none;
}
footer a {
    padding: .25rem .75rem;
    color: #006d83;
    font-weight: 300;
}
footer p {
    margin-bottom: 0;
}


.filtr-container {
    display: block !important;
    position: relative !important;
    overflow-y: hidden;
}
.filtr-container .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    position: relative;
    width: 100%;
}


.to-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(235,102,8,.8) url(../img/to-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
}
.to-top.to-top-show,
.to-top.to-top-fade-out,
.to-top:hover {
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	-o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	   transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.to-top.to-top-show {
    visibility: visible;
    opacity: 1;
}
.to-top.to-top-fade-out {
    opacity: .5;
}
.to-top:hover {
    background-color: #eb6608;
    opacity: 1;
}


/* contacts */
.contact {
    min-height: 100%;
}
.contact .contact__infos {
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    max-width: 100%;
}
.contact__cat {
    background-color: #006d83;
    color: #fff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
}

.contacts_image {
    position: relative;
}
.contacts_image::before {
    content: '';
    display: inline-block;
    padding-top: calc(9 / 16 * 100%);
}

.contacts_image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.cat__contacts .contact__name {
    margin-top: .5rem;
}

.cat__contacts .taetigkeiten ul {
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.cat__contacts .taetigkeiten ul li {
    border-radius: 10rem;
    background-color: #006d83;
    margin-right: .5rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    padding: .25rem .5rem;
    color: white;
}

.cat__contacts .taetigkeiten ul li::before {
    display: none;
}


.bg__image {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zhgm-image-loading {
    display: none;
}


/**********************
******** Pager ********
***********************/

ul.pager {
    margin: 3rem 0 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

ul.pager li.prev {
    margin-right: auto;
    margin-left: 0;
}

ul.pager li.next {
    margin-right: 0;
    margin-left: auto;
}

ul.pager li::before {
    display: none;
}

ul.pager li a {
    display: block;
    width: 100%;
}

@media screen and (min-width: 768px) {
    ul.pager {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


/*****************************
******** Company Menu ********
******************************/

.menu__company {
    position: absolute;
    top: 0;
    right: 0;
}

.menu__company ul.nav.menu li a {
    font-family: var(--fontBody);
    font-weight: var(--font-semibold);
    color: var(--he-grey);
}

.menu__company ul.nav.menu li.active a {
    color: var(--he-orange);
}


/**************************
******** News Blog ********
***************************/

.news__page .news__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news__page .news__inner article {
    padding: 2rem;
    box-shadow: 0 .15rem .35rem rgba(0,0,0,.15);
    margin: 1.5rem 0;
}

.article__info {
    display: -ms-flexbox;
    display: flex;
}

.article__info dd {
    margin: 0;
}
.article__info .bullet__separator {
    display: inline-block;
    margin: 0 .5rem;
}

.news__item__inner .inhalt {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
}

.news__item__inner .inhalt .contentkasten {
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0;
}

.news__item__inner .inhalt .contentkasten .item-image {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    -ms-flex-order: 1;
    order: 1;
    max-width: 100%;
}

.news__item__inner .inhalt .contentkasten .item-image img {
    padding: .25rem;
    border: 1px solid var(--he-light);
}

.news__item__inner .inhalt .contentkasten .intro-text {
    -ms-flex: 1;
    flex: 1;
    -ms-flex-order: 2;
    order: 2;
    max-width: 100%;
}

.news__item__inner .inhalt.bild-vorhanden .contentkasten .intro-text {
    padding: 0 0 0 1.5rem;
}

@media screen and (min-width: 768px) {
    .news__page .news__inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .news__page .news__inner > article:not(.news__full__width) {
        -ms-flex: 0 0 calc(50% - 1.5rem);
        flex: 0 0 calc(50% - 1.5rem);
        max-width: calc(50% - 1.5rem);
    }
    .news__page .news__inner > article.news__full__width {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.view-article .article__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .view-article .article__inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .view-article .article__inner .item-image {
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 100%;
        -ms-flex-order: 1;
        order: 1;
    }

    .view-article .article__inner .item-image img {
        padding: .25rem;
        border: 1px solid var(--he-light);
    }

    .view-article .article__inner .item-page {
        -ms-flex: 1;
        flex: 1;
        -ms-flex-order: 2;
        order: 2;
        max-width: 100%;
        padding-left: 2rem;
    }
}


/*************************
********* Slider *********
**************************/

.slider.sliced__view {
    display: block;
}

.sliced__view .slider__item__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid var(--he-primary);
}

.sliced__view .slider__item__wrap img {
    -webkit-object-fit: cover;
    object-fit: cover;
    -ms-flex-order: 1;
    order: 1;
}

.sliced__view .slider__item__wrap .carousel-caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    color: var(--he-grey);
    text-align: left;
    margin: 0;
    padding: 2rem;
    -ms-flex-order: 2;
    order: 2;
    background-color: var(--he-prime-light);
}

@media screen and (min-width: 768px) {

    .sliced__view .slider__item__wrap {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .sliced__view .slider__item__wrap img {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        height: 100%;
        -ms-flex-order: 2;
        order: 2;
    }

    .sliced__view .slider__item__wrap .carousel-caption {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        -ms-flex-order: 1;
        order: 1;
    }

    .sliced__view .slider__item__wrap .carousel-caption {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5vw;
    }
}

@media screen and (min-width: 1400px) {

    .sliced__view .slider__item__wrap .carousel-caption {
        font-size: 1.15rem;
        line-height: 1.7;
    }

    .sliced__view .slider__item__wrap .carousel-caption h3 {
        font-size: 2rem;
    }
}


/**************************
********* Menu E2 *********
***************************/

.menu__e2 {
    margin: 3rem 0 1rem;
}

.menu__e2 ul {
    width: 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}

.menu__e2 ul .underline {
    display: none;
}

.menu__e2 ul li a {
    position: relative;
    font-family: var(--font);
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 1.5rem;
    border: 1px solid #e6eef2;
    color: var(--he-primary);
}

.menu__e2 ul li a::after {
    position: absolute;
    content: '';
    z-index: 1;
    top: 100%;
    bottom: auto;
    left: 50%;
    width: 1rem;
    height: 1rem;
    transform: translate(-50%, -8.15px) rotate(-45deg);
    transform-origin: center;
    border: 1px solid transparent;
}

.menu__e2 ul li.active a {
    border-color: var(--he-orange);
    color: var(--he-orange);
}

.menu__e2 ul li.active a::after {
    border-color: var(--he-orange);
    background-color: #fff;
    border-top-color: transparent;
    border-right-color: transparent;
}

@media screen and (min-width: 768px) {
    .menu__e2 ul {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .menu__e2 ul li {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }

}



/***************************
********* Machines *********
****************************/

.machines {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.machines .machine__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.5rem 0;
}

.machines .machine__item .machine__image {
    position: relative;
}

.machines .machine__item .machine__image figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1rem;
    display: inline-block;
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    font-weight: var(--font-semibold);
    text-shadow: .15rem .15rem .1rem rgba(0,0,0,.75);
}

.machines .machine__item .machine__content {
    position: relative;
    padding: 0 0 0 3rem;
}

.machines .machine__item .machine__content::before {
    position: absolute;
    content: '';
    top: .25rem;
    left: 1rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--he-orange);
}

.machinery__tec {
    --iconSize: 3.25rem;
}

.machinery__tec .col-12 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.machinery__tec__width,
.machinery__tec__strength,
.machinery__tec__weight {
    position: relative;
    padding: 0 0 0 4rem;
    margin: 1.5rem 0;
    z-index: 1;
}

.machinery__tec__width::before,
.machinery__tec__strength::before,
.machinery__tec__weight::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: var(--iconSize);
    height: var(--iconSize);
    background-color: var(--he-light);
    border-radius: 100%;
}
.machinery__tec__width::after,
.machinery__tec__strength::after,
.machinery__tec__weight::after {
    position: absolute;
    content: '';
    width: var(--iconSize);
    height: var(--iconSize);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}

.machinery__tec__width::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23eb6608' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.9 566.9'%3E%3Cpath class='st0' d='M206.3,360.7c-6.9-6.9-18.2-6.9-25.1,0L35.5,506.3v-98.4c0-9.8-8-17.8-17.8-17.8S0,398.1,0,407.9v141.3 c0,9.8,8,17.8,17.8,17.8h141.3c9.8,0,17.8-8,17.8-17.8s-8-17.8-17.8-17.8H60.7l145.6-145.6C213.2,378.9,213.2,367.6,206.3,360.7z M360.7,206.3c6.9,6.9,18.2,6.9,25.1,0L531.4,60.7v98.4c0,9.8,8,17.8,17.8,17.8s17.8-8,17.8-17.8V17.8C566.9,8,559,0,549.2,0H407.9 c-9.8,0-17.8,8-17.8,17.8s8,17.8,17.8,17.8h98.4L360.7,181.1C353.7,188.1,353.7,199.3,360.7,206.3z'/%3E%3C/svg%3E%0A");
}

.machinery__tec__strength::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23eb6608' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.9 566.9'%3E%3Cpath d='M35.4,283.5c0-9.8,7.9-17.7,17.7-17.7h460.6c9.8,0,17.7,7.9,17.7,17.7s-7.9,17.7-17.7,17.7H53.1 C43.4,301.2,35.4,293.2,35.4,283.5z M283.5,0c9.8,0,17.7,7.9,17.7,17.7v134.4l40.6-40.6c6.9-6.9,18.2-6.9,25.1,0 c6.9,6.9,6.9,18.2,0,25.1l0,0L296,207.4c-6.9,6.9-18.1,6.9-25.1,0c0,0,0,0,0,0l-70.9-70.9c-6.9-6.9-6.9-18.2,0-25.1 c6.9-6.9,18.2-6.9,25.1,0l40.6,40.6V17.7C265.7,7.9,273.7,0,283.5,0z M265.7,414.8l-40.6,40.6c-6.9,6.9-18.2,6.9-25.1,0 c-6.9-6.9-6.9-18.2,0-25.1l70.9-70.9c6.9-6.9,18.1-6.9,25.1,0c0,0,0,0,0,0l70.9,70.9c6.9,6.9,6.9,18.2,0,25.1s-18.2,6.9-25.1,0 l-40.6-40.6v134.4c0,9.8-7.9,17.7-17.7,17.7s-17.7-7.9-17.7-17.7V414.8z'/%3E%3C/svg%3E%0A");
}

.machinery__tec__weight::after {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23eb6608' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.9 566.9'%3E%3Cpath d='M277.1,177.1c2.1,0.2,4.2,0.3,6.3,0.3c2.1,0,4.3-0.1,6.4-0.3H277.1z'/%3E%3Cpath d='M536.9,465.2l-36.4-242.9c-3.9-26-26.2-45.2-52.5-45.3h-85c16.8-18.8,26.9-43.6,26.9-70.7C389.9,47.7,342.1,0,283.5,0 c-58.7,0-106.4,47.7-106.4,106.4c0,27.1,10.2,51.9,26.9,70.7h-85c-26.3,0-48.7,19.2-52.6,45.3L30.1,465.2 c-7.2,48.4,26.1,93.5,74.5,100.7c4.3,0.7,8.7,1,13.1,1h331.6c48.9,0,88.6-39.7,88.6-88.6C537.9,473.9,537.5,469.6,536.9,465.2z M283.5,35.4c39.1,0,71,31.8,71,71c0,37-28.4,67.4-64.6,70.7c-2.1,0.2-4.2,0.3-6.4,0.3c-2.1,0-4.3-0.1-6.3-0.3 c-36.2-3.2-64.6-33.7-64.6-70.7C212.5,67.3,244.3,35.4,283.5,35.4z'/%3E%3C/svg%3E%0A");
}


@media screen and (min-width: 768px) {
    .machines .machine__item {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .machines .machine__item .machine__image {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
        margin: 0;
    }

    .machines .machine__item .machine__content {
        -ms-flex: 1;
        flex: 1;
        max-width: 100%;
    }
}

/*************************************
********* DB - Profiles Item *********
**************************************/

.profiles__item__header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2rem;
    background-color: var(--he-primary);
    margin: 0 0 3rem;
}

.profiles__item__header__inner .profiles__item__title {
    color: var(--he-prime-light);
    margin: 0 0 2rem;
}


.profile__item__details table th.header {
    background-color: var(--he-grey);
}


@media screen and (min-width: 768px) {
    .profiles__item__header__inner {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
    }

    .profiles__item__header__inner .profiles__item__title {
        margin: 0;
    }
}


/**********************************
********* DB - RAL Colors *********
***********************************/

.ral__colors {
    margin: 3rem 0 2rem;
}

.ral__type {
    margin: 0 0 2rem;
}

#ral__filterType {
    padding: .75rem 1rem;
    height: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml,%3Csvg fill='%23eb6608' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 566.9 566.9'%3E%3Cpath d='M500.3,108.4L283.5,324.8L66.6,108.4L0,175l283.5,283.5L566.9,175L500.3,108.4z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
}


#ral__filterType:focus {
    padding: .75rem 1rem;
}

.ral__name__mother {
    font-size: 1.1rem;
}
.ral__name__other {
    font-size: .9rem;
    color: #b0b0b0;
}
.ral__item .colorField {
    width: 100%;
    display: block;
    height: 1rem;
}


@media (max-width: 575.98px) {
    .top {
        background-color: rgba(0,109,131,.05);
    }
    h1, .h1 {
        font-size: 2rem;
    }
    .navbar-collapse li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 1rem 0;
        text-align: center;
    }
    .interktive-halle {
        padding: .5rem 0;
    }
    .interaktive-menuepunkte {
        display: none;
    }
    .zwei-produktbilder img,
    .drei-produktbilder img,
    .pull-right img {
        border: 1px solid rgba(71,95,116,.25);
        margin-bottom: .75rem;
    }
    .contacts>div {
        margin-bottom: 2rem;
    }

    #GMapsID {
        height: 350px !important;
    }
    footer .nav.menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer p {
        margin-top: .75rem;
        text-align: center;
    }
    footer p span {
        margin: 0 .5rem;
    }
    footer .nav li:last-of-type {
        border-right: 0 none;
    }
}    
@media (min-width: 576px) {
    .interktive-halle {
        padding: 3rem 0;
    }

    .inhalt .contentkasten, 
    .inhalt .item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
    }
    footer .nav li:last-of-type {
        border-right: 0 none;
    }
    .d-xs-block {
        display: block;
    }

}

@media (max-width: 767.98px) {
    .top {
        background-color: rgba(0,109,131,.05);
    }
    .navbar-collapse li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 1rem 0;
        text-align: center;
    }
    .interktive-halle {
        padding: 1.5rem 0;
    }
    .interaktive-menuepunkte {
        display: none;
    }
    .contacts>div {
        margin-bottom: 1rem;
    }
    #GMapsID {
        height: 400px !important;
    }
    footer .nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer p {
        text-align: center;
    }
    footer p span {
        padding: .25rem .75rem;
    }
}

@media (min-width: 768px) {
    .single-point:nth-of-type(1) {
        bottom: 35%;
        right: 25%;
    }
    .single-point:nth-of-type(2) {
        bottom: 25%;
        right: 50%;    
    }
    .single-point:nth-of-type(3) {
        top: 28%;
        right: 40%;
    }
    .single-point:nth-of-type(4) {
        top: 28%;
        right: 22%;
    }
    .single-point:nth-of-type(5) {
        top: 4%;
        left: 20%;
    }
    .single-point:nth-of-type(6) {
        top: 25%;
        left: 27%;
    }
    .single-point.is-open .more-info.left {
        right: 140%;
    }
    .single-point.is-open .more-info.right {
        left: 140%;
    }
    .single-point.is-open .more-info.top {
        bottom: 140%;
    }
    .single-point.is-open .more-info.bottom {
        top: 140%;
    }
    .single-point .more-info {
        position: absolute;
        width: 250px;
        height: 125px;
        font-size: .9rem;
        padding: .5rem;
        overflow-y: visible;
        line-height: 1.4;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
    .single-point .more-info::before {
        display: block;
    }
    .single-point .more-info.left, .single-point .more-info.right {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .single-point .more-info.left::before, .single-point .more-info.right::before {
        top: 50%;
        bottom: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .single-point .more-info.left {
        right: 160%;
        left: auto;
    }
    .single-point .more-info.right {
        left: 160%;
    }
    .single-point .more-info.bottom,
    .single-point .more-info.top {
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .single-point .more-info.left::before {
        left: 97%;
        -webkit-transform: translate(0, -50%) rotate(-90deg);
        -ms-transform: translate(0, -50%) rotate(-90deg);
        transform: translate(0, -50%) rotate(-90deg);
    }
    .single-point .more-info.right::before {
        left: -6%;
        -webkit-transform: translate(0, -50%) rotate(90deg);
        -ms-transform: translate(0, -50%) rotate(90deg);
        transform: translate(0, -50%) rotate(90deg);
    }
    .single-point .more-info.bottom::before {
        top: -10%;
        -webkit-transform: translate(-50%, 0) rotate(180deg);
        -ms-transform: translate(-50%, 0) rotate(180deg);
        transform: translate(-50%, 0) rotate(180deg);
    }
    .single-point .more-info.left::before,
    .single-point .more-info.right::before,
    .single-point .more-info.top::before,
    .single-point .more-info.bottom::before {
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #006d83;
    }
    .single-point .more-info.top {
        bottom: 160%;
        top: auto;
    }
    .single-point .more-info.bottom {
        top: 160%;
    }
    .single-point .more-info h2 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .single-point .more-info p {
        font-size: 1rem;
    }
    .close-info {
        display: none;
    }
    .to-top {
        right: 20px;
        bottom: 20px;
    }
    .single-point > a {
        width: 50px;
        height: 50px;
    }
    .single-point > a::after {
        height: 15px;
        width: 15px;
    }
    .interaktive-menuepunkte li a {
        padding: .25rem .5rem;
        font-size: 0.7rem;
    }
    .list-group .list-group-item {
        font-size: 1rem;
        padding: .25rem .5rem;
    }
    .list-group .list-group-item i {
        display: inline-block;
    }
    footer .nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer p {
        text-align: center;
    }
    footer p span {
        padding: .25rem .75rem;
    }
}

@media (min-width: 992px) {
    .inhalt-kontakt .contentkasten,
    .bild-vorhanden .contentkasten {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .bild-vorhanden .item-image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
    }
    .bild-vorhanden .item-image img {
        padding: 1rem;
    }
    .bild-vorhanden .drei-produktbilder .item-image img {
        padding: 0;
    }
    .bild-vorhanden .drei-produktbilder {
        margin-bottom: 1rem;
    }
    .list-group .list-group-item {
        font-size: 1rem;
        padding: .5rem 1rem;
    }
    .interaktive-menuepunkte li a {
        padding: .25rem .75rem;
        font-size: 0.8rem;
    }
    .inhalt-kontakt .kontaktbox {
        padding: 2rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        margin-left: 10%;
    }
    .hintergrundfarbe-hellgruen::after,
    .hintergrundfarbe-dunkelgruen::after {
        top: 100%;
    }
    .top .underline {
        display: block;
        position: absolute;
        bottom: 0;
        height: 2px;
        background-color: #eb6608;
        -webkit-transition: 400ms ease-in-out;
        -o-transition: 400ms ease-in-out;
        transition: 400ms ease-in-out;
        -webkit-transition-timing-function: cubic-bezier(1,.17,.72,.71);
        -o-transition-timing-function: cubic-bezier(1,.17,.72,.71);
           transition-timing-function: cubic-bezier(1,.17,.72,.71);
    }
    .d-xs-block {
        display: none;
    }
    .standard-slider .content-slider {
        padding: 1.5rem;
    }
    .standard-slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 0;
    }
    .content-slider ul.slick-dots {
        bottom: calc(-25px + 1rem);
    }
}


@media (max-width: 991.98px) {
    .top {
        background-color: rgba(0,109,131,.05);
    }
    .navbar-collapse li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        margin: 1rem 0;
        text-align: center;
    }

    .itemid-138 .jarallax {
        display: none;
    }
    .itemid-138 .parallax-beitrag .inhalt {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    }

}

@media (min-width: 991px) and (max-width: 1080px) {
    .top .nav li {
        padding: .5rem;
    }
    .top .nav li a {
        font-size: .8rem;
    }
}

@media (min-width: 991px) and (max-width: 1199.98px) {

}

@media (min-width: 1200px) {
    .h2, h2 {
        font-size: 1.5rem;
    }
    .h3, h3 {
        font-size: 1.25rem;
    }
    .top .logo {
        width: 10rem;
    }
  
    .top .navbar {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .top .navbar .collapse {
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }
    .top .nav li {
        padding: .5rem .75rem;
    }
  
    .top .navbar-expand-xl {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }
    .top .navbar-expand-xl .navbar-collapse {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .top .nav {
        position: relative;
    }
    .top .nav li,
    .top .nav li a {
        display: inline-block;
    }
    .hintergrund {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .single-point .more-info {
        width: 350px;
        font-size: 1rem;
        height: 150px;
        padding: 1rem;
    }
    .interaktive-menuepunkte li a {
        padding: .25rem 1rem;
        font-size: 1rem;
    }
    .parallax-beitrag {
        padding: 0;
        background-color: transparent;
    }
    .hintergrundfarbe-dunkelgruen h1 {
        text-transform: uppercase;
        letter-spacing: 5px;
        font-size: 3rem;
    }
    .inhalt-kontakt,
    .bild-vorhanden {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .full-bild {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    .full-bild .contentkasten {
        padding: 2rem;
    }
    .inhalt-kontakt,
    .bild-vorhanden {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .bild-vorhanden .item-image img {
        padding: 1.5rem;
    }
    .bild-vorhanden .drei-produktbilder {
        margin-bottom: 0;
    }
    .bild-vorhanden .drei-produktbilder .item-image img {
        padding: 0;
    }
    /* Parallax */
    .jarallax {
        height: 500px;
    }
    .inhalt-kontakt .kontaktbox {
        padding: 2rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
        margin-left: 0;
    }
    .inhalt-kontakt .kontaktbox h3 {
        margin-bottom: 1rem;
    }
    .list-group,
    .tab-content {
        margin-top: 2.5rem;
    }
    .tab-pane .row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .profile {
        margin-top: 0;
    }
    .profilbilder {
        padding: 0 1rem;
        max-width: 100%;
        margin-bottom: 0;
    }
    .info div:first-of-type {
        padding-top: .5rem;
    }
    .info .col-4 {
        text-align: right;
    }
    form {
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
    .rsform-block-senden .formControls {
        text-align: right;
    }
    /* Kontaktfeld */
    .kontaktfeld {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 50%;
        z-index: 5;
        padding: 1rem 3rem;
        background-color: #fff;
        margin-top: -10rem;
        -webkit-box-shadow: 0 0 40px rgba(0,0,0,.25);
                box-shadow: 0 0 40px rgba(0,0,0,.25);
    }
    /* Referenzen */
    .referenzen {
        max-width: 800px;
        margin-top: 2rem;
    }
    footer .col-12:last-of-type {
        padding-left: 0;
    }
    footer .col-12:last-of-type span {
        padding: .25rem .25rem;
    }
    footer .col-12:last-of-type span:first-of-type {
        padding-left: 0;
    }
    footer .nav li:last-of-type {
        border-right: 0 none;
    }
    footer .nav {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }
    footer p {
        text-align: right;
    }
    .to-top {
        height: 3rem;
        width: 3rem;
        right: 1rem;
        bottom: 1rem;
    }

}

@media (min-width: 1199px) and (max-width: 1299px) {
    .top .nav li a {
      	font-size: .8rem;  
    }
    footer .container .col-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
    }
    footer .nav {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    footer p {
        text-align: center;
    }
    footer p span {
        padding: .25rem .75rem;
    }
}

@media (min-width: 1199px) and (max-width: 1499px) {
    .top .container {
        max-width: 100%;
    }
    .top .nav li {
        padding: .75rem 1rem;
    }
    footer .col-12 {
        padding: 0;
    }
    footer .nav a {
        padding: .25rem;
    }
    footer .container {
        max-width: 100%;
    }
    footer .container .col-12:first-of-type {
        padding-left: 15px;
    }
    footer .container .col-12:last-of-type {
        padding-right: 15px;
    }
}

@media (min-width: 1500px) {
    body {
      -ms-hyphens: initial;
       -webkit-hyphens: initial;
              hyphens: initial;
    }
    .container {
        max-width: 1440px;
    }
    .top .nav li {
        padding: .5rem 1rem;
    }
    .top .logo {
        width: 13rem;
    }
    
}