@import url('https://fast.fonts.net/t/1.css?apiType=css&projectid=1883433e-ddd8-4673-9454-72eab0321c2f');
@font-face {
    font-family: 'Classic Grotesque';
    src: url('../Fonts/99898fd0-33c7-482e-ae03-d8598f04cd57.eot?#iefix');
    src: url('../Fonts/99898fd0-33c7-482e-ae03-d8598f04cd57.eot?#iefix')
            format('eot'),
        url('../Fonts/83601842-9564-4341-9d95-1742ee7f146f.woff2')
            format('woff2'),
        url('../Fonts/c6b0c4e7-468c-4416-bf4f-c8254e52ec05.woff') format('woff'),
        url('../Fonts/f3d24aab-e54a-40b1-b3cc-5842d107509b.ttf')
            format('truetype'),
        url('../Fonts/f0e7972c-6809-4a5c-857d-d3cd6d9c2dcf.svg#f0e7972c-6809-4a5c-857d-d3cd6d9c2dcf')
            format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Classic Grotesque';
    src: url('../Fonts/2723a598-2155-4a48-a08b-d6da5d3729d7.eot?#iefix');
    src: url('../Fonts/2723a598-2155-4a48-a08b-d6da5d3729d7.eot?#iefix')
            format('eot'),
        url('../Fonts/1f8cb354-202c-457a-9dff-001104ed06f3.woff2')
            format('woff2'),
        url('../Fonts/c460b776-24e2-47f4-a932-3ee0ae1057f5.woff') format('woff'),
        url('../Fonts/fa7db186-2745-4aae-9cf9-69f59bb62fe2.ttf')
            format('truetype'),
        url('../Fonts/36a863d2-2429-4da3-8447-57249c673a65.svg#36a863d2-2429-4da3-8447-57249c673a65')
            format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Classic Grotesque';
    src: url('../Fonts/e5883671-b0c6-499a-8f96-47395b697cce.eot?#iefix');
    src: url('../Fonts/e5883671-b0c6-499a-8f96-47395b697cce.eot?#iefix')
            format('eot'),
        url('../Fonts/236fbdfc-6d3f-4b22-a9b0-2ac050ac7c53.woff2')
            format('woff2'),
        url('../Fonts/8dffb395-34b5-420e-9c9c-0db09685d947.woff') format('woff'),
        url('../Fonts/0f266978-afd4-4e30-9dc1-408f64684e6d.ttf')
            format('truetype'),
        url('../Fonts/69c218f1-4d71-4f2b-96f4-e1342c4c11bd.svg#69c218f1-4d71-4f2b-96f4-e1342c4c11bd')
            format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Classic Grotesque';
    src: url('../Fonts/b9b46239-61e1-45e4-a98e-4128a510f4e5.eot?#iefix');
    src: url('../Fonts/b9b46239-61e1-45e4-a98e-4128a510f4e5.eot?#iefix')
            format('eot'),
        url('../Fonts/911cdda5-f9fb-46cd-855b-1bb0b5858c7a.woff2')
            format('woff2'),
        url('../Fonts/e61a69b1-7487-4a91-a527-ccfc547f9ac6.woff') format('woff'),
        url('../Fonts/f980081b-cd80-49a7-b322-3b9b8e5c52f6.ttf')
            format('truetype'),
        url('../Fonts/e9e15beb-8620-4f1a-a138-ef89b52dd952.svg#e9e15beb-8620-4f1a-a138-ef89b52dd952')
            format('svg');
    font-weight: 800;
    font-style: none;
}

/* ==================== GLOBAL STYLES ==================== */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-family: 'Classic Grotesque', sans-serif;
    color: #444867;
    font-size: 16px;
}

@media screen and (max-width: 992px) {
    body {
        word-break: break-word;
        hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }
}

ol {
    padding-left: 20px;
    list-style: none;
    counter-reset: li;
}

ol li {
    counter-increment: li;
}

ol li::before {
    content: counter(li);
    color: #49ae2f;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
    font-weight: bold;
}

ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 5px;
}

ul li::before {
    content: '';
    display: block;
    width: 20px;
    height: 13px;
    min-width: 20px;
    max-width: 20px;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: #49ae2f;
    margin-right: 15px;
    margin-top: 4px;
}

a,
a:active,
a:focus {
    text-decoration: none;
    color: #48ae2f;
}

a[href$='.pdf']::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url('../Images/icons/pdf-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
    margin-right: 5px;
}

a[href='tel:'] {
    color: #fff;
}

section {
    padding: 35px 0;
}

section.highlight-background {
    background: #e8eee7;
}

section.highlight-background-grey {
    background: #e0e0e0;
}

section[style*='background-image'] {
    position: relative;
    padding: 80px 20px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

section[style*='background-image']::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(65, 75, 86, 0.87);
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

section[style*='background-image'] a {
    color: #ffffff;
    text-decoration: underline;
}
section.highlight-shapes {
    position: relative;
    overflow: hidden;
}

section.highlight-shapes .highlight-shape-left {
    background: url('../Images/shape-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -5px;
    left: 0;
    pointer-events: none;
}

section.highlight-shapes .highlight-shape-right {
    background: url('../Images/shape-right.svg');
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    top: -5px;
    right: 0;
    bottom: -5px;
    left: 0;
    pointer-events: none;
}

@media screen and (max-width: 1440px) {
    section.highlight-shapes .highlight-shape-right,
    section.highlight-shapes .highlight-shape-left {
        height: 270px;
    }
    section.highlight-shapes .highlight-shape-right {
        top: auto;
        background-image: url(../Images/shape-left.svg);
        -webkit-transform: scale(-1);
        transform: scale(-1);
        background-position: left;
        height: 360px;
    }
}

@media screen and (max-width: 768px) {
    section.highlight-shapes .highlight-shape-right,
    section.highlight-shapes .highlight-shape-left {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    section.highlight-shapes .highlight-shape-right,
    section.highlight-shapes .highlight-shape-left {
        display: none;
    }
}

img {
    max-width: 100%;
    height: auto;
}

.neos-nodetypes-text {
    margin-bottom: 20px;
}

/* ==================== HEADINGS ==================== */
h1 {
    font-size: 60px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}

h2 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 22px;
    font-weight: 500;
}

h1::after,
h2::after {
    content: '';
    display: block;
    height: 8px;
    width: 180px;
    margin: 0 auto 5px auto;
    background-image: url(../Images/Trennlinie.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.neos-nodetypes-headline {
    margin-bottom: 35px;
}

.neos-nodetypes-headline + .neos-nodetypes-headline {
    margin-top: -25px;
}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }
}

/* ==================== CONTAINER ==================== */
.Container {
    margin: auto;
    width: 100%;
    position: relative;
}

.Container--small {
    max-width: 910px;
}

.Container--medium {
    max-width: 1300px;
}

.Container--big {
    max-width: calc(100% - 50px);
}

@media screen and (max-width: 768px) {
    .Container {
        padding: 10px;
    }
}

/* ==================== SECTION IMAGE ==================== */
.SectionImage-wrapper {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.SectionImage {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.SectionImage--right {
    right: 0;
}

.SectionImage--left {
    left: 0;
}

.SectionImage--center {
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 992px) {
    .SectionImage {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        width: 670px;
        margin: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .SectionImage {
        display: none;
    }
}
/* ==================== NEWS ITEM ==================== */
.NewsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
}

.NewsItem {
    background: #ffffff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    border: 4px solid #414b56;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(100% / 3 - 30px);
    min-width: calc(100% / 3 - 30px);
    margin: 15px;
    min-height: 400px;
    padding-bottom: 75px;
}

.NewsItem::after {
    content: '';
    position: absolute;
    background: #414b56;
    height: 190px;
    width: 60px;
    right: 0;
    bottom: -40px;
    -webkit-transform: rotate(45deg) translate(50%);
    transform: rotate(45deg) translate(50%);
    z-index: 0;
    -webkit-box-shadow: 0 0 0 10px white;
    box-shadow: 0 0 0 10px white;
}

.NewsItem-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 10px 0;
}

.NewsItem-title::after {
    content: '';
    display: block;
    height: 8px;
    width: 90px;
    margin: 5px auto;
    background-image: url(../Images/Trennlinie.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.NewsItem-more {
    display: block;
    background: #49ae2f;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.NewsItem-text {
    padding-bottom: 45px;
}

.NewsItem-more:hover,
.NewsItem-more:focus,
.NewsItem-more:active {
    text-decoration: none;
    color: #ffffff;
    background: #3d9027;
}

.NewsItem-image {
    height: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 768px) {
    .NewsItem {
        max-width: calc(100% / 1 - 30px);
        min-width: calc(100% / 1 - 30px);
    }
}

/* ==================== FORM STUFF ==================== */
form {
    background: #f1f1f1;
    /* border: 5px solid #49ae2f; */
    padding: 20px;
}

form li:not(.submit) {
    padding: 2px 10px;
}

form li::before {
    display: none;
}

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

fieldset fieldset {
    padding: 15px;
    margin: 20px 0px;
    background: #ffffff;
    border: 1px solid #a2a2a2;
    border-radius: 10px;
}

fieldset legend {
    color: #414b56;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

fieldset legend::after {
    content: '';
    display: block;
    width: calc(100% + 10px);
    margin: 0 -5px;
    border-bottom: 5px solid #49ae2f;
}

form input[type='text'],
form textarea,
form select {
    width: 100%;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    margin-top: 2px;
    -webkit-appearance: none;
}

form input[type='text'].error,
form textarea.error,
form select.error {
    border-color: #d92f2f;
}

form .help-inline {
    color: #ffffff;
    display: block;
    background: #d92f2f;
    padding: 5px;
    position: relative;
    border-radius: 5px;
}

form .help-inline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    border-bottom: 5px solid #d92f2f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

form textarea {
    min-height: 125px;
}

form p {
    margin: 15px 0;
    padding: 10px;
    background: rgba(73, 174, 47, 0.15);
    border: 1px solid #49ae2f;
}

@media screen and (max-width: 768px) {
    form {
        background: #f1f1f1;
        /* border: 5px solid #49ae2f; */
        padding: 10px;
    }
}

/* ==================== CONTACT ==================== */
.Contact {
    background: #ffffff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 75px;
}

@media screen and (max-width: 1280px) {
    .Contact {
        min-height: 525px;
    }
}

footer .Contact {
    background: none;
    padding: 10px 0;
    position: relative;
    overflow: hidden;
}

.Contact::after {
    content: '';
    position: absolute;
    background: #414b56;
    height: 190px;
    width: 60px;
    right: 0;
    bottom: -40px;
    -webkit-transform: rotate(45deg) translate(50%);
    transform: rotate(45deg) translate(50%);
    z-index: 0;
    -webkit-box-shadow: 0 0 0 10px white;
    box-shadow: 0 0 0 10px white;
}

footer .Contact::after {
    display: none;
}

.Contact-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 10px 0;
}

footer .Contact-title {
    color: #49ae2f;
    margin: 25px 0 20px 0;
}

.Contact-title::after {
    content: '';
    display: block;
    height: 8px;
    width: 90px;
    margin: 5px auto;
    background-image: url(../Images/Trennlinie.svg);
    background-repeat: no-repeat;
    background-position: center;
}

footer .Contact-title::after {
    display: none;
}

.Contact-more {
    display: block;
    background: #49ae2f;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.Contact-more:hover,
.Contact-more:active,
.Contact-more:focus {
    text-decoration: none;
    color: #ffffff;
    background: #3d9027;
}

.Contact-image {
    height: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.Contact-mapLink {
    background-image: url(../Images/Maps-Dreieck.svg);
    background-repeat: no-repeat;
    color: #fff;
    width: 85px;
    height: 85px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 5px;
}

.Contact-mapLink:hover {
    text-decoration: none;
    color: #fff;
}

/* ==================== MASONRY ==================== */
.MasonryImage {
    max-width: 300px;
    background: #ffffff;
    padding: 15px;
}

.Masonry-Wrapper {
    background: #ffffff;
}

@media screen and (max-width: 570px) {
    .MasonryImage {
        max-width: 150px;
    }
}

/* ==================== GALLERY ==================== */

.Gallery.is-active {
    background-image: none !important;
    padding: 0;
}

.Gallery h2 {
    margin-bottom: 50px;
}

.Gallery.is-active .Gallery-images {
    opacity: 1;
    height: 100%;
}

.Gallery-images {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}

.Gallery-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    margin: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 9999;
}

.Gallery-close:hover {
    background: none;
}

.Gallery-close::after {
    display: block;
    background: #49ae2f;
    height: 3px;
    width: 40px;
    border: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Gallery-close::before {
    content: '';
    display: block;
    background: #49ae2f;
    height: 3px;
    width: 40px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.Gallery-images .swiper-slide {
    text-align: center;
    max-width: 100%;
}

.Gallery-image {
    max-height: 80vh;
    width: auto;
    -webkit-transition: none;
    transition: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2349ae2f'%2F%3E%3C%2Fsvg%3E");
    left: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2349ae2f'%2F%3E%3C%2Fsvg%3E");
    right: 20px;
}

.swiper-pagination-bullet-active {
    background: #49ae2f;
}

.Gallery.is-active::before {
    opacity: 1;
}

/* ==================== ANSPRECHPARTNER ==================== */
.Ansprechpartner {
    width: 300px;
    padding: 10px;
    margin: 15px;
}

.Ansprechpartner-name {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: normal;
    color: #47ae2f;
}

.Ansprechpartner-position {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #444867;
}

.Ansprechpartner-description {
    margin: 5px 0;
    color: #8f98a2;
    text-align: center;
}

.Ansprechpartner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

.Ansprechpartner-social > * {
    display: block;
}

.Ansprechpartner-imageWrapper::before {
    content: '';
    position: absolute;
    top: -5px;
    bottom: 15px;
    left: -10px;
    right: 15px;
    background: #414b56;
    z-index: -2000;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.Ansprechpartner-imageWrapper::after {
    content: '';
    position: absolute;
    top: 15px;
    bottom: -5px;
    left: 10px;
    right: -10px;
    background: #47ae2f;
    z-index: -2000;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.Ansprechpartner-imageWrapper {
    position: relative;
    width: 210px;
    height: 168px;
    margin: 0 auto 30px auto;
}

.Ansprechpartner-image {
    position: absolute;
    z-index: 2;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    background-size: cover;
    background-position: center;
}
/* entire container, keeps perspective */
.Ansprechpartner-imageWrapper {
    perspective: 1000px;
    -o-perspective: 1000px;
    -webkit-perspective: 1000px;
}
/* flip the pane when hovered */
.Ansprechpartner-imageWrapper.hover .Ansprechpartner-flipper {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

/* flip speed goes here */
.Ansprechpartner-flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    z-index: 99999;
    position: relative;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -ms-transition: 0.6s;
    -o-transition: 0.6s;
}

/* hide Ansprechpartner-image--flip of pane during swap */
.Ansprechpartner-image,
.Ansprechpartner-image--flip {
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  top: 0;
  left: 0;
}

/* Ansprechpartner-image pane, placed above Ansprechpartner-image--flip */
.Ansprechpartner-image {
    z-index: 2;
    /*forfirefox31*/
    width: 210px;
    height: 168px;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

/* Ansprechpartner-image--flip, initially hidden pane */
.Ansprechpartner-image--flip {
    transform: rotateY(180deg);
    background-size: cover;
    background-position: center;
    z-index: 3;
    width: 210px;
    height: 168px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}
/* ==================== BILDREIHE ==================== */
.Bildreihe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Bildreihe > * {
    width: 240px;
    padding: 15px;
    background: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

@media screen and (max-width: 768px) {
    .Bildreihe {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* ==================== FEATURE ==================== */
.Feature-image {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: auto;
    width: auto;
    height: auto;
}

.Feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    background: #ffffff;
    min-height: 235px;
    margin-bottom: 30px;
}

.Feature:hover {
    text-decoration: none;
}

.Feature-title {
    font-size: 18px;
    color: #47ae2f;
    margin-bottom: 20px;
    font-weight: normal;
    text-align: center;
}

.Feature-description {
    text-align: justify;
}

/* ==================== STELLENANGEBOT ==================== */
.Stellenangebot {
    background: #ffffff;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 75px;
}

.Stellenangebot::after {
    content: '';
    position: absolute;
    background: #414b56;
    height: 190px;
    width: 60px;
    right: 0;
    bottom: -40px;
    -webkit-transform: rotate(45deg) translate(50%);
    transform: rotate(45deg) translate(50%);
    z-index: 0;
    -webkit-box-shadow: 0 0 0 10px white;
    box-shadow: 0 0 0 10px white;
}

.Stellenangebot-title {
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 10px 0;
}

.Stellenangebot-title::after {
    content: '';
    display: block;
    height: 8px;
    width: 90px;
    margin: 5px auto;
    background-image: url(../Images/Trennlinie.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.Stellenangebot-more {
    display: block;
    background: #49ae2f;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 15px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.Stellenangebot-more:hover,
.Stellenangebot-more:active,
.Stellenangebot-more:focus {
    text-decoration: none;
    color: #ffffff;
    background: #3d9027;
}

.Stellenangebot-image {
    height: 150px;
    background-position: center;
    background-size: cover;
    position: relative;
}

/* ==================== CERTIFICATES ==================== */
.Certificates-Wrapper {
    overflow: hidden;
}

.Certificates-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.Certificate {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 45%;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
    height: 128px;
    margin: 10px;
    background: #414b56;
    color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 15px 2px 2px;
    overflow: hidden;
}

.Certificate:hover .Certificate-link {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.Certificate-imageWrapper {
    position: relative;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    padding: 15px;
    margin-right: 50px;
    min-width: 160px;
}

.Certificate-imageWrapper--full {
    border-right: 5px solid #47ae2f;
    background-position: center;
    background-size: cover;
    margin-right: 15px;
}

.Certificate-imageWrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: #ffffff;
    -webkit-transform: skewX(-20deg) translateX(50%);
    transform: skewX(-20deg) translateX(50%);
    z-index: 0;
    border-right: 5px solid #47ae2f;
}

.Certificate-imageWrapper--full::before {
    display: none;
}

.Certificate-title {
    font-size: 18px;
    font-weight: 400;
    margin: 15px 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.Certificate-downloadIcon {
}

.Certificate-link {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background: rgba(73, 174, 47, 0.8);
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
    transition: all 0.3s cubic-bezier(0.47, 0, 0.75, 0.72);
}

.Certificate-link::after {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('../Images/icons/link.svg');
    background-size: cover;
    background-position: center;
}

.Certificate-link[href*='.pdf']::after {
    background-image: url('../Images/icons/download.svg');
}

.Certificate-image {
    max-height: 80px;
    width: auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 768px) {
    .Certificates-list {
        margin: 0 -10px;
    }

    .Certificate {
        margin: 10px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

/* ==================== GOOGLE MAP ==================== */
#Map-container {
    height: 500px;
}

/* ==================== HIGHLIGHT BUTTON ==================== */
.HighlightButton {
    margin: 5px;
    height: 310px;
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    border: 7px solid #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 32px;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-decoration: none !important;
}

.HighlightButton-icon {
    max-width: 125px;
    height: 104px;
}

.HighlightButton-text {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.HighlightButton:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .HighlightButton {
        height: 200px;
        -webkit-transform: skewX(0deg);
        transform: skewX(0deg);
        border: 5px solid #ffffff;
        font-size: 24px;
        margin: 5px 0;
        text-decoration: none !important;
    }

    .HighlightButton-icon {
        max-width: 80px;
        height: auto;
        margin-top: 10px;
    }

    .HighlightButton-text {
        margin-bottom: 0;
    }
}

/* ==================== BUTTONS ==================== */
.button,
button {
    background-color: #48ae2f;
    overflow: hidden;
    margin: 15px 15px 15px 0;
    cursor: pointer;
    padding: 15px 20px;
    padding-right: 55px;
    color: #fff;
    display: block;
    position: relative;
    border: none;
    text-decoration: none !important;
}

.button:hover,
button:hover,
.button:active,
button:active,
.button:focus,
button:focus {
    text-decoration: none;
    color: #ffffff;
    background: #3d9027;
}

.button::after,
button::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 185px solid #414b56;
    border-left: 100px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
}

/* ==================== LANGUAGE SWITCHER ==================== */
.LanguageSwitcher {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.LanguageSwitcher-country {
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .LanguageSwitcher {
        position: absolute;
        top: -100px;
        right: 0;
    }
}

/* ==================== META MENU ==================== */
.MetaMenu {
    position: relative;
    z-index: 3;
    list-style-type: none;
}

.MetaMenu li {
    margin: 5px 0;
}

.MetaMenu li a {
    color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .MetaMenu {
        background: #414b56;
        text-align: right;
        padding: 0 10px;
        position: absolute;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 13px;
    }

    .MetaMenu::after {
        content: '';
        position: absolute;
        left: -7px;
        top: 0;
        bottom: 0;
        width: 15px;
        background: #49ae2f;
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    .MetaMenu li {
        margin: 5px;
    }

    .MetaMenu li + li {
        border-left: 1px solid #ffffff;
        padding-left: 10px;
    }
}

.text-center {
    text-align: center;
    margin-bottom: 20px;
}

header {
    position: relative;
    height: 650px;
    overflow: hidden;
}

.Header-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 200px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .Header-image {
        left: 0;
    }
}

.header-socialmedia svg {
    max-width: 34px;
    max-height: 34px;
    width: 100%;
}

.about-niemann {
    background-image: url(http://nl.mplg.info/_Resources/Static/Packages/Marktplatz.NiemannLaes/Images/Logo-klein.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px 0 15px 79px;
    width: 470px;
    color: #fff;
    background-position: -5px;
    float: left;
    width: 100%;
}

.facebookbtn {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.button-fb-wrapper {
    position: relative;
    padding: 15px;
    padding-right: 65px;
    margin: 15px 0;
}

.play-btn {
    max-width: 105px;
    max-height: 105px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
    cursor: pointer;
    z-index: 2;
}

@media only screen and (max-width: 768px) {
    .play-btn {
        width: 75px;
        height: 75px;
    }
}

.hide {
    visibility: hidden;
    opacity: 0;
}

.video-wrapper {
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 53.25%;
}

.video-wrapper iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    z-index: 1;
    width: 100%;
    margin: auto;
}

.hide-video-thumbnail {
    opacity: 0;
    visibility: hidden;
}

.facebook {
    position: relative;
    width: 300px;
    padding: 10px 15px;
    float: left;
}

.katalog-niemann .content-wrapper {
    max-width: 1300px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.werkzeug-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.kataloge-img {
    width: 485px;
    height: auto;
}

.leistung li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.leistung li::before {
    content: url(resource://Marktplatz.NiemannLaes/Public/Images/Stichpunkt.png);
    display: block;
    margin-right: 12px;
    padding-top: 3px;
}

.button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.leistung {
    line-height: 26px;
    margin-bottom: 1.5em;
}

.buecher {
    margin-top: 80px;
}

.werkzeuge {
    padding-left: 20px;
    position: absolute;
    top: -40%;
}

.werkzeuge-img {
    /* max-width: 885px; */
    height: auto;
}

.shop {
    width: 305px;
    height: 310px;
    border: 5px solid #48ae2f;
    margin: 5px;
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 32px;
    color: #48ae2f;
}

.mobi-three1,
.mobi-three2 {
    display: none;
}

.angebot strong,
.shop strong {
    margin-bottom: 20px;
}

.angebot:hover,
.shop:hover {
    text-decoration: none;
}

.angebot {
    margin: 5px;
    width: 283px;
    height: 310px;
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    border: 7px solid #dd5959;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 32px;
    color: #dd5959;
}

.shop-icon {
    max-width: 125px;
    height: 104px;
}

.angebot-icon {
    max-width: 125px;
    height: 104px;
}

.onlineshop-niemann {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 80px 0;
    background-position: center;
    background-size: cover;
    min-height: 616px;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.onlineshop-niemann a {
    z-index: 1;
    color: #fff;
}

.onlineshop-niemann::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(65, 75, 86, 0.87);
}

.info-shop {
    max-width: 505px;
    margin: 5px 0 5px 30px;
    z-index: 1;
}

.bildung-niemann {
    background-color: #e8eee7;
}

/*.bildung-niemann .content-wrapper{
  max-width: 1300px;
  margin: auto;
  display: flex;
  padding-bottom: 160px;
  justify-content: space-between;
  margin-top: 60px;
}*/
.information {
    padding-right: 35px;
}

.information article {
    margin-bottom: 45px;
}

.vorschau {
    max-width: 690px;
    width: 100%;
    height: auto;
}

footer {
    color: #fff;
    background-color: #414b56;
    padding: 60px 0;
    position: relative;
}

footer a {
    color: #47ae2f;
}

footer a:hover {
    color: #47ae2f;
}

.Footer-shape::before {
    content: '';
    display: block;
    background-image: url('../Images/footer.png');
    background-size: 1770px;
    background-position: bottom right;
    background-repeat: no-repeat;
    pointer-events: none;
    height: 100%;
    width: 100%;
}

.Footer-shape {
    display: block;
    height: 60px;
    width: 1770px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    max-width: 100%;
}

.Footer-shape .scrollTop {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    background: none;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
}

.Footer-shape .scrollTop::after {
    display: none;
}

.footer-container {
    max-width: 1400px;
    margin: auto;
}

.footer-maps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-logo {
    display: none;
}

.map {
    margin-bottom: 15px;
    position: relative;
}

.map-link {
    background-image: url(../Images/Maps-Dreieck.svg);
    background-repeat: no-repeat;
    color: #fff;
    width: 85px;
    height: 85px;
    position: absolute;
    right: -5px;
    bottom: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    font-size: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 5px;
}

.map-link:hover {
    text-decoration: none;
    color: #fff;
}

p.ort-name {
    color: #48ae2f;
    font-size: 20px;
}

ul.adresse {
    margin: 20px 0;
}

ul.telefon {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.telefon li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.ansprechparner,
.mail {
    color: #48ae2f;
}

.mail:hover {
    color: #fff;
    text-decoration: none;
}

.mobinav,
.mobinav2 {
    display: none;
    background-color: #414b56;
}

.animation {
    max-width: 366px;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.header-menu,
.header-socialmedia,
.impressum {
    z-index: 3;
    position: relative;
    color: #fff;
}

.header-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 20px 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

nav.header-menu {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    max-width: 290px;
}

nav.header-menu ul {
    list-style-type: none;
}

nav.header-menu ul li {
    display: block;
    margin: 0;
}

nav.header-menu ul li::before {
    display: none;
}

.header-menu {
    text-transform: uppercase;
}

.sub-menu {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-transform: none;
    z-index: -1;
}

.sub-menu li a {
    font-weight: normal;
}

.sub-menu li.active a {
    color: #ffffff;
    font-weight: bold;
}

.sub-menu.active {
    -webkit-transform: translate(100%, -50%) translate(35px);
    transform: translate(100%, -50%) translate(35px);
    visibility: visible;
    opacity: 1;
}

.gradientAnimation {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 658px;
    background-color: rgba(72, 174, 47, 0.86);
    -webkit-transform: skewX(18deg) translateX(-63.2%);
    transform: skewX(18deg) translateX(-63.2%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.gradientAnimation.active {
    -webkit-transform: skewX(18deg) translateX(0);
    transform: skewX(18deg) translateX(0);
}

/* ==================== LOGO ==================== */

.logo {
    max-width: 580px;
    height: auto;
    position: absolute;
    top: 30px;
    bottom: auto;
    left: auto;
    right: 30px;
    margin: auto;
}

.logo--big {
    max-width: 860px;
    top: 0;
    bottom: 0;
    left: 270px;
    right: 0;
}

@media only screen and (max-width: 1440px) {
    .logo--big {
        max-width: calc(100% - 420px);
        left: 400px;
        right: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .logo {
        max-width: calc(100% - 360px);
        right: 42px;
        z-index: 1;
        left: inherit;
        -webkit-transform: none;
        transform: none;
    }

    .logo--big {
        max-width: calc(100% - 420px);
        left: 400px;
        right: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .logo {
        position: relative;
        -webkit-transform: none;
        transform: none;
        padding: 25px 20px 22px 20px;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        max-width: 600px;
        display: block;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .header-socialmedia {
        position: absolute;
        top: -45px;
        right: 0px;
    }
}

.header-socialmedia svg {
    margin-left: 3px;
    cursor: pointer;
    margin-right: 5px;
}

.header-menu a {
    color: #fff;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: color 300ms linear;
    transition: color 300ms linear;
}

.header-menu a:hover {
    text-decoration: none;
    color: #48ae2f;
}

.header-menu .sub-menu a:hover {
    color: #ffffff;
}

.current > a,
.active > a {
    color: #48ae2f;
}

.sub-menu .current > a {
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.boxxl {
    width: 100%;
}

.paddingup {
    padding: 80px 0;
}

/* Custom Classes */
.mediumsize {
    max-width: 910px;
    margin: 0 auto;
}

.bigsize {
    max-width: 1300px;
    padding: 10px 0;
    margin: 0 auto;
}

main > .neos-contentcollection section:last-child {
    padding: 35px 0 100px;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.image-wrapper {
    margin-bottom: 15px;
}

article {
    margin-bottom: 10px;
}

.gradientAnimation2 {
    top: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    height: 658px;
    background: transparent;
    width: 0;
}

.gradientAnimation2.active {
    width: 100%;
}

/* Hamburger menu */
.toggle-nav {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: left;
    -ms-flex-align: left;
    -webkit-align-items: left;
    align-items: left;
    padding-top: 5px;
    padding-left: 10px;
    position: relative;
    z-index: 1;
}

.bar,
.bar:after,
.bar:before {
    height: 4px;
    width: 34px;
    background: #fff;
}

.bar {
    position: relative;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms;
}

.bar:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 11px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),
        transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (max-width: 1366px) {
    footer {
        padding: 60px 20px;
    }

    .werkzeuge-img {
        /* max-width: none; */
        /* width: 815px; */
    }

    .werkzeuge {
        top: -35%;
    }
}

@media only screen and (max-width: 1000px) {
    .about-niemann {
        padding: 15px 0 15px 110px;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        position: relative;
    }

    .onlineshop-niemann {
        padding: 45px 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .info-shop {
        margin: 20px 0 5px 30px;
    }

    main section {
        padding: 30px 20px;
    }

    main > .neos-contentcollection section:last-child {
        padding: 35px 15px 200px;
    }

    .werkzeug-wrapper {
        width: 60%;
    }

    .buecher {
        width: 40%;
    }

    .werkzeuge {
        top: 0;
        position: relative;
    }

    .werkzeuge-img {
        -webkit-transform: translate(17px, 10px) !important;
        transform: translate(17px, 10px) !important;
        max-width: 100%;
    }

    .footer-container {
        max-width: 900px;
    }

    footer .col-xs-12.col-sm-6.col-md-3 {
        min-height: 480px;
        width: 50%;
    }
}

@media only screen and (max-width: 768px) {
    .about-niemann {
        display: block;
        width: 100%;
        padding: 15px 0 15px 109px;
    }

    main > .neos-contentcollection section:last-child {
        padding: 35px 10px 100px;
    }

    .werkzeuge-img {
        display: none;
    }

    .kataloge-img {
        width: 390px;
    }

    .buecher {
        margin-top: 0;
        width: inherit;
    }

    .katalog-niemann .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .werkzeuge {
        position: inherit;
        top: 0;
    }

    .werkzeug-wrapper {
        width: inherit;
    }

    #Gruppe_4 .cls-2 {
        fill: #434d57;
    }

    .gradientAnimation,
    .animation {
        display: none;
    }

    header {
        height: 250px;
        margin-top: 100px;
        overflow: visible;
    }

    nav.header-menu ul li {
        position: relative;
    }

    .mobinav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 22px 13px;
        position: absolute;
        overflow-x: hidden;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .mobinav2 {
        display: block;
        background-color: #48ae2f;
        overflow: hidden;
        max-height: 0;
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .mobinav2.isnot-active {
        -webkit-animation: navAnimation2 300ms backwards;
        animation: navAnimation2 300ms backwards;
    }

    .mobinav2.is-active {
        -webkit-animation: navAnimation 300ms 300ms forwards;
        animation: navAnimation 300ms 300ms forwards;
    }

    .mobinav2 .header-wrapper {
        padding: 20px;
    }

    .mobinav2 .header-wrapper .header-socialmedia {
        display: none;
    }

    .mobinav2 .header-wrapper .sub-menu {
        position: relative;
        visibility: visible;
        opacity: 1;
        z-index: 0;
        top: 0;
    }

    .mobinav2 .header-menu {
        margin: 15px 0;
    }

    .mobinav .header-socialmedia {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .mobinav::after {
        content: '';
        display: block;
        position: absolute;
        width: 180px;
        height: 100%;
        background: #48ae2f;
        top: 0;
        left: 0;
        -webkit-transform: skewX(-40deg) translateX(-42px);
        transform: skewX(-40deg) translateX(-42px);
        -webkit-transition: width 300ms linear;
        transition: width 300ms linear;
    }

    .sub-menu {
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
        max-height: 0;
        position: relative;
        overflow: hidden;
        z-index: 1;
        visibility: visible;
        opacity: 1;
        top: auto;
        background: rgba(0, 0, 0, 0.2);
        margin: 0 -15px;
    }

    .parent-menu.is-active > a + .sub-menu::before {
        content: '';
        position: absolute;
        top: 0;
        left: 30px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid rgba(0, 0, 0, 0.2);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        height: 0;
        width: 0;
    }

    .parent-menu::after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        position: absolute;
        top: 7px;
        right: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 300ms linear;
        transition: all 300ms linear;
    }

    .is-active.parent-menu::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 14px;
    }

    nav.header-menu {
        max-width: 100%;
        background: #414b56;
        padding: 15px;
        top: 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        display: none;
    }

    nav.header-menu li {
        padding: 5px 0;
    }

    .header-wrapper {
        padding: 0;
    }

    .parent-menu.is-active > a + .sub-menu {
        max-height: 500px;
        overflow: visible;
        padding: 15px 30px;
        margin: 10px -15px;
    }

    .isnot-active.mobinav::after {
        -webkit-animation: gradientrunout 300ms 300ms backwards;
        animation: gradientrunout 300ms 300ms backwards;
    }

    .is-active.mobinav::after {
        -webkit-animation: gradientrunin 300ms forwards;
        animation: gradientrunin 300ms forwards;
    }

    @-webkit-keyframes gradientrunin {
        from {
            width: 180px;
        }

        to {
            width: calc(100% + 90px);
        }
    }

    @keyframes gradientrunin {
        from {
            width: 180px;
        }

        to {
            width: calc(100% + 90px);
        }
    }

    @-webkit-keyframes gradientrunout {
        from {
            width: calc(100% + 90px);
        }

        to {
            width: 180px;
        }
    }

    @keyframes gradientrunout {
        from {
            width: calc(100% + 90px);
        }

        to {
            width: 180px;
        }
    }

    @-webkit-keyframes navAnimation {
        from {
            max-height: 0;
        }

        to {
            max-height: 600px;
        }
    }

    @keyframes navAnimation {
        from {
            max-height: 0;
        }

        to {
            max-height: 600px;
        }
    }

    @-webkit-keyframes navAnimation2 {
        from {
            max-height: 600px;
        }

        to {
            max-height: 0;
        }
    }

    @keyframes navAnimation2 {
        from {
            max-height: 600px;
        }

        to {
            max-height: 0;
        }
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
