.content-item.banner {
    position: relative;
    margin: 0 0 1rem 0;
}

.content-banner.page-theme {
    min-height: 200px;
    position: absolute;
    left: -100px;
    top: 0;
    width: 100vw;
}

.layer404-inner .subtitle {
    margin-top: 20px;
}

.layer404-inner a {
    color: #22232a;
}

.content-item-inner .buttonClose {
    font-family: fontawesome;
    position: fixed;
    left: 0;
    background: black;
    color: white;
    padding: 10px 25px;
    font-size: 2.5rem;
    height: 50px;
    width: 90px;
    z-index: 999;
}

.content-item-inner .buttonClose .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 3.25rem;
}

.content-item-inner .buttonClose .icon:hover {
    animation: bounce 1s infinite;
}

.content-item {
    position: relative;
    width: 100%;
    margin: 0 2.5% 3rem 2.5%;
}

.content-item .content-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.content-item.has-no-title.has-no-subtitle {
    padding-top: 20px;
}

.content {
    line-height: 1.7rem;
}

.content p {
    padding-bottom: 1.2rem;
}

.content p:last-child {
    padding-bottom: 0;
}

.content a {
    font-weight: 600;
    color: inherit;
}

.content a:hover {
    transition: all 0.5s ease-out;
    opacity: 0.5;
}


/* Aufzählungen */

.content ul {
    list-style-type: none;
}

.content ul,
.content ol {
    padding-left: 20px;
    margin-bottom: 1rem;
}

.content ul li,
.content ol li {
    padding-bottom: 0.25rem;
}

.content ul li:last-child,
.content ol li:last-child {
    padding-bottom: 0;
}

.content ul li:before {
    content: '\f0da';
    font-family: fontawesome;
    font-weight: 900;
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    width: 20px;
    margin-left: -20px;
}


/* Head Titel 1 / Titel 2 */

.head {
    padding: 0 0 10px 0;
}

.title.left {
    text-align: left;
}

.title.center {
    text-align: center;
}

.title.right {
    text-align: right;
}

.head .title,
.head .title h2,
.head .title h1,
.title h1,
.title h2,
.content-head-title {
    font-size: 1.8rem;
    color: var(--main-color);
    font-weight: 700;
    text-transform: uppercase;
}

.content h2 {
    font-size: 1.8rem;
    color: inherit;
    font-weight: 300;
    margin-bottom: 0.25rem;
}

.head .subtitle,
.head .subtitle h3,
.subtitle h3,
.subtitle h2,
.content-head-subtitle {
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}

.content h3 {
    font-size: 1.25rem;
    font-weight: 300;
    color: inherit;
    padding-bottom: 10px;
}


/* Flexboxen (Editor) */

.flexbox.down {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
}

.flexbox.center {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.flexbox.down p {
    padding: 0 0.5rem;
}


/* Inhalt Bild */

.main-image {
    margin-bottom: 15px;
}

.image-left .image,
.image-right .image {
    width: 30%;
}

.image-left .image {
    float: left;
    margin-right: 5%;
}

.image-right .image {
    float: right;
    margin-left: 20px;
}

.image-right .content,
.image-left .content {
    width: 65%;
}

.image-left .content {
    float: right;
}

.image-left:after,
.image-right:after {
    content: "";
    clear: both;
    display: table;
}

.image-top .image {
    margin-bottom: 20px;
}

.image.icon {
    font-family: fontawesome;
    font-size: 4rem;
    font-weight: 300;
    padding: 20px 0 0 0;
    text-align: center;
}


/* Inhalt 2-Spalten */

.flow-2-col-container {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    position: relative;
    column-gap: 4rem;
}

.flow-2-col-container .head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flow-2-col-container .image {
    margin-bottom: 1rem;
    padding-top: 0.25rem;
}

.flow-2-col-container .content {
    margin-top: 4rem;
}


/* Content with Color */

.content-item.has-bg-color {
    padding: 10px 1.5%;
}


/* Inhalt Slider */

.content-slider {
    position: relative;
    margin: 0 0 20px 0;
}

.content-slider .content-item-inner {
    overflow: hidden;
    padding: 50px;
}

.content-slider .image {
    float: right;
    position: relative;
    width: 40%;
    margin-left: 5%;
    line-height: 0;
}

.content-slider .image img {
    width: 100%;
    height: auto;
}

.content-slider .link {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-slider .content .head {
    line-height: 1.9rem;
}


/* Inhalt Accordion */

.containerAccordion {
    position: relative;
}

.accordion {
    background-color: #eee;
    color: black;
    cursor: pointer;
    padding: 10px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    position: relative;
    margin-bottom: 8px;
}

.accordion h2 {
    font-weight: 400;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 0.25px;
    font-family: montserrat, sans-serif;
}

.accordionActive,
.accordion:hover {
    background: black;
    color: white;
}

.containerAccordion .content {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    display: flex;
}

.containerAccordion .content .image {
    width: 60%;
    margin-right: 2rem;
    margin-top: 1.5rem;
}

.containerAccordion .content .inner {
    padding: 15px 20px;
    width: 100%;
}

.accordion:after {
    content: '\f0dd';
    font-family: fontawesome;
    font-weight: 900;
    font-size: 1.25rem;
    color: black;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 2.1rem;
}

.accordionActive:after {
    content: '\f0de';
    line-height: 3rem;
    color: white;
}


/* Slider Content */

.content-item.slider .slider-item {
    padding: 1.5rem 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.content-item.slider .slider-item .image {
    width: 40%;
}

.content-item.slider .slider-item .inner.left {
    width: 55%;
}


/* Slider Navigation*/

.bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

.bx-wrapper {
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

.bx-wrapper .bx-pager {
    text-align: center;
    color: #000;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #000;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    vertical-align: bottom;
}

.bx-controls-direction {
    position: absolute;
    top: 45%;
    width: 100%;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    font-size: 0;
}

.bx-wrapper .bx-prev {
    position: absolute;
    left: -50px;
}

.bx-wrapper .bx-next {
    position: absolute;
    right: -50px;
}

.bx-wrapper .bx-prev:before,
.bx-wrapper .bx-next:before {
    font-family: fontawesome;
    font-weight: 300;
    color: #000;
    font-size: 4rem;
}

.bx-wrapper .bx-prev:before {
    content: '\f104';
}

.bx-wrapper .bx-next:before {
    content: '\f105';
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
    color: #333;
}

.bx-wrapper .content-slider .slider-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}


/* Bildergalerie */

.gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin: 3rem -2.5% 0 -2.5%;
}

.gallery .item {
    width: 20%;
    margin: 0 2.5% 2rem 2.5%;
}

.gallery .item .inner {
    height: 12vw;
    background-size: cover;
    background-position: center;
}


/* Katalog-Liste */

.catalog-list {
    margin: 0 -2.5%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.catalog-item {
    margin: 0 2.5% 40px 2.5%;
    width: 20%;
    vertical-align: bottom;
}

.catalog-image {
    position: relative;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
    border: 1px solid #aaaaaa;
}

.catalog-image:hover,
.catalog-image:focus,
.catalog-image:active {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

.catalog-image img {
    display: block;
    width: 100%;
    height: auto;
}

.catalog-image-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.catalog-content {
    padding: 8px 0;
    line-height: 160%;
}

.catalog-content-title {
    font-weight: 700;
    text-transform: uppercase;
}

.catalog-content-subtitle {
    font-weight: 100;
}

.catalog-button {
    width: 100%;
    background-color: #000;
    color: white;
}

.catalog-button a {
    display: block;
}

.catalog-button a:hover,
.catalog-button a:focus,
.catalog-button a:active {
    text-decoration: none;
    background-color: #ccc;
    transition: all 0.5s ease-out;
}

.catalog-button-action {
    text-align: center;
    padding: 3px 0;
}

.contentButton {
    background: #FFF;
    border-radius: 6px;
    padding: 6px 15px 6px 50px;
    float: left;
    box-shadow: 1px 0 10px rgb(0 0 0 / 50%);
    font-weight: 700;
    color: #4d6e80!important;
    border: 3px solid #FFF;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    transition: 0.25s;
}

.contentButton a {
    color: #4d6e80!important;
}

.contentButton:before {
    font-family: fontawesome;
    font-weight: 300;
    content: '\f300';
    padding-right: 10px;
    font-size: 1.6rem;
    position: absolute;
    left: 10px;
}

.contentButton:hover {
    transition: all 0.5s ease-out;
    transform: scale(1.1);
    animation: pulse 1s;
    box-shadow: 1px 0 20px rgb(0 0 0 / 50%);
}

.content .buttonAnimated {
    background: black;
    color: white;
    padding: 5px 10px;
    text-transform: uppercase;
    width: max-content;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.content .buttonAnimated a {
    color: white;
    font-weight: 300;
}

.content .buttonAnimated:before {
    content: '\f061';
    font-family: fontawesome;
    padding-right: 10px;
}

.content .buttonAnimated:hover {
    animation: bounce 1s ease-out;
}


/* Moodboard */

.moodboard {
    width: 100%;
    margin-bottom: 2rem;
}

.grid {
    width: 100%;
}

.grid-sizer,
.grid-item {
    width: 25%;
}

.grid-item video {
    width: 100%;
    height: auto;
    display: block;
}

.grid-gutter {
    width: 0;
}


/* iFrame */

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

.content-item.newsletter {
    text-align: center;
    max-width: 1000px;
    /*margin: 0 auto;*/
}

@media only screen and (max-width: 1250px) {
    .content-banner.page-theme {
        left: -25px;
    }
}

@media only screen and (max-width: 1000px) {
    .containerAccordion {
        columns: 1;
    }
    .gallery .item {
        width: 47%;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 800px) {
    .flow-2-col-container {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        position: relative;
        column-gap: 4rem;
    }
    .image-left .image,
    .image-right .image {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
    .image-right .content,
    .image-left .content {
        width: 100%;
        float: none;
    }
    .main-image {
        width: 100%;
    }
    .containerAccordion .content {
        display: flex;
        flex-wrap: wrap;
    }
    .containerAccordion .content .image {
        width: 100%;
        margin-right: 0;
        margin-top: 1.5rem;
    }
}

@media only screen and (max-width: 600px) {
    .head .title,
    .head .title h2,
    .head .title h1,
    .title h1,
    .title h2,
    .content-head-title {
        color: var(--main-color);
        font-size: 1.5rem;
    }
    .head .subtitle,
    .head .subtitle h3,
    .subtitle h3,
    .subtitle h2,
    .content-head-subtitle {
        font-size: 1rem;
    }
}