.layer404-inner .subtitle {
    margin-top: 20px;
}

.layer404-inner a {
    color: #22232a;
}

video {
    width: 100%;
    height: auto;
    display: block;
}

.singlepage-item video {
    width: 115%;
    height: auto;
    display: block;
    margin: 0 -100px;
}

.content.center {
    width: 100%;
    text-align: center;
}

.content-item.center {
    text-align: center;
}

.content-item.background-image {
    background-image: url(/userfiles/image/inhalte/hw2024-lookbook-179.jpg);
    background-position: center;
    background-size: cover;
    min-height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-item {
    margin: 1.5rem 2.5%;
    position: relative;
    width: 100%;
}

.content-item .content-link {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.content {
    line-height: 1.5rem;
}

.content p {
    padding-bottom: 1.2rem;
}

.content p:last-child {
    padding-bottom: 0;
}

.content a {
    font-weight: 700;
    color: var(--main-black-color);
}

.content a:hover {
    transition: all 0.5s ease-out;
    opacity: 0.5;
}


/* 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;
    margin: 2rem 0;
}


/* Aufzählungen */

.content ul {
    list-style-type: none;
}

.content ul,
.content ol {
    padding-left: 20px;
    margin-bottom: 1.2rem;
    -webkit-column-break-inside: avoid;
}

.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: var(--fa-font-solid);
    font-size: inherit;
    display: inline-block;
    line-height: 1;
    width: 20px;
    margin-left: -20px;
}


/* Head Titel 1 / Titel 2 */

.head {
    padding: 0 0 1rem 0;
}

.head .title,
.head .title h2,
.head .title h1,
.title h1,
.title h2,
.content-head-title {
    font-size: 2rem;
    font-family: var(--main-font);
    color: var(--main-color);
    font-weight: 700;
    font-style: normal;
    line-height: 1.2;
}

.box .head .title,
.box .head .title h2,
.box .head .title h1,
.box .title h1,
.box .title h2,
.box .content-head-title {
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 700;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    letter-spacing: 0.01rem;
}

.content h2 a,
.content h3 a {
    font-weight: 100;
}

.content h2 {
    font-family: var(--main-font);
    font-size: 2rem;
    color: var(--main-color);
    font-weight: 100;
    margin-bottom: 0;
    line-height: 1.2;
}

.content h3 {
    font-family: var(--main-font);
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 100;
    margin-bottom: 0;
    line-height: 1.2;
}

.head .subtitle,
.head .subtitle h3,
.subtitle h3,
.subtitle h2,
.content-head-subtitle {
    font-size: 1.4rem;
    font-weight: 300;
    margin: 0.5rem 0;
}

.box .head .subtitle,
.box .head .subtitle h3,
.box .subtitle h3,
.box .subtitle h2,
.box .content-head-subtitle {
    font-size: 1.2rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.content .buttonBack {
    background: black;
    color: white;
    font-weight: 700;
    padding: 5px 10px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 2rem;
}

.content .buttonBack:hover {
    transform: scale(1.1);
}

.button-1 {
    background: var(--main-color);
    color: white;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.button-1 a {
    color: white;
}

.button-content {
    background: var(--main-color);
    color: white;
    padding: 5px 15px;
    display: inline-block;
}

.button-content a {
    color: white;
}

.button-content.light a {
    color: var(--main-color)!important;
}

.button-content.light {
    color: var(--main-color)!important;
    background: white;
}

.button-content:hover {
    scale: 1.1;
    cursor: pointer;
    transition: all 0.5s ease-out;
}


/* Inhalt Bild */

.main-image {
    margin-bottom: 15px;
}

.image-left .image,
.image-right .image {
    width: 30%;
}

.image-left .image img,
.image-right .image img {
    width: 100%;
    display: block;
}

.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;
}


/* 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: 20px;
}


/* Newsletter Webansicht */

.content-item.newsletter {
    display: flex;
    justify-content: center;
    width: 100%;
}

.content-item.newsletter .content-item-inner {
    width: 980px;
    background: white;
    padding: 40px;
}

.content-item.newsletter .content-item-inner .head {
    display: flex;
    justify-content: center;
    width: 100%;
}


/* 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: rgba(0, 0, 0, 0.7);
    color: white;
    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: 300;
    font-size: 1.2rem;
    letter-spacing: 0.25px;
    font-family: var(--main-font);
}

.accordionActive,
.accordion:hover {
    background: rgba(0, 0, 0, 1);
}

.containerAccordion .content {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin: 0!important;
}

.containerAccordion .content .inner {
    padding: 15px 20px;
}

.accordion:after {
    content: '\f0dd';
    font: var(--fa-font-solid);
    font-size: 1.25rem;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 2.1rem;
}

.accordionActive:after {
    content: '\f0de';
    line-height: 3rem;
}

.imageSlider img {
    width: 100%;
}


/* 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: var(--fa-font-light);
    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 {
    margin: 0 -1.5%;
}

.gallery .item {
    width: 22%;
    float: left;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 1.5% 2rem 1.5%;
}

.gallery .item img {
    position: absolute;
    width: 100%;
    height: auto;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery .inner {
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.gallery .inner.active {
    opacity: 1;
}


/* Katalog-Liste */

.catalog-list {
    margin: 0;
}

.catalog-list-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
}

.catalog-item {
    width: 15%;
    margin: 2.5%;
}

.catalog-image {
    position: relative;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}

.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;
    color: var(--main-color);
    text-transform: uppercase;
}

.catalog-content-subtitle {
    font-weight: 100;
}

.catalog-button {
    width: 100%;
    background-color: var(--main-color);
    color: white;
}

.catalog-button a {
    display: block;
}

.catalog-button a:hover,
.catalog-button a:focus,
.catalog-button a:active {
    text-decoration: none;
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.catalog-button-action {
    text-align: center;
    padding: 3px 0;
}

.content-button {
    padding: 8px 15px;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    font-family: var(--main-font);
    display: inline-block;
    line-height: 1;
}

.content-button.white {
    background: white;
    border-radius: 6px;
    border: none;
    padding: 8px 15px;
    color: var(--main-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-weight: 300;
    font-family: var(--main-font);
    display: inline-block;
    line-height: 1;
}

.content-button.dark {
    background: var(--main-color);
    color: white;
}

.content-button:before {
    font: var(--fa-font-thin);
    content: '\f055';
    font-size: 1.3rem;
    margin-right: 10px;
}

.content-button:hover {
    transition: all 0.5s ease-out;
    opacity: 0.5;
}


/* Chat */

#myChatArea::-webkit-scrollbar {
    width: 20px;
}

#myChatArea::-webkit-scrollbar-thumb {
    background-color: white;
    background-clip: padding-box;
    border-bottom: 10px solid var(--main-color);
    border-top: 10px solid var(--main-color);
    border-left: 5px solid var(--main-color);
    border-right: 5px solid var(--main-color);
}

#myChatArea::-webkit-scrollbar-track {
    background: none;
}


/* Buttons */

#myChatArea::-webkit-scrollbar-button:single-button {
    background: none;
    display: block;
    border-style: solid;
    height: 20px;
    width: 20px;
}


/* Up */

#myChatArea::-webkit-scrollbar-button:single-button:vertical:decrement {
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent white transparent;
}

 ::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
    border-color: transparent transparent white transparent;
}


/* Down */

#myChatArea::-webkit-scrollbar-button:single-button:vertical:increment {
    border-width: 10px 10px 0 10px;
    border-color: white transparent transparent transparent;
}

#myChatArea::-webkit-scrollbar-button:vertical:single-button:increment:hover {
    border-color: white transparent transparent transparent;
}

.chat {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
}

.container-chat {
    background: var(--main-color);
    padding: 2.5rem;
    color: white;
}

.container-user {
    min-width: 395px;
    padding: 1.5rem;
    border: 1px solid #eee;
}

#myChatArea {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    padding-right: 1.5rem;
    margin-bottom: 5px;
}

#myChatArea .chatItem:nth-child(even) {
    margin-left: 10%;
}

#myChatArea .chatItem {
    background: white;
    color: #000;
    padding: 15px 20px;
    margin-bottom: 1.5rem;
    width: 90%;
    border-radius: 10px;
    line-height: 1.5;
}

#myChatArea .chatItem .chatHead {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--main-color);
}

#myChatArea .chatItem .chatHead .right.timeStamp {
    font-weight: 100;
    font-size: 0.8rem;
    float: right;
    color: #333;
}

#myMessage {
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    border: none;
    padding: 10px;
}

#myMessage::placeholder {
    color: #999;
}

#myButton {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-weight: 100;
    width: 100%;
    text-align: right;
    font-family: var(--main-font-buttonFont);
    font-size: 1.25rem;
}

#myButton:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.container-user h2 {
    color: var(--main-color);
    margin-bottom: 1rem;
}

#peacemakerList .user-item {
    display: flex;
    background: none;
    padding: 1.5rem 0;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
}

.user-item {
    display: flex;
    background: white;
    padding: 1.5rem 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 1px solid #eee;
}

.user-item.first {
    display: flex;
    background: var(--main-lightgrey-color);
    padding: 1rem;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.user-item.first .subtitle {
    width: 100%;
    font-size: 1rem;
}

.user-item:last-child {
    border-bottom: none;
}

.user-item .account-content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.user-item .account-content .user {
    font-weight: 600;
}

.user-item .account-content .link-contact {
    color: var(--main-color);
    font-weight: 600;
    width: 100%;
}

.user-item .account-content .link-contact:before {
    content: '\f0e0';
    font: var(--fa-font-light);
    padding-right: 0.5rem;
}

.user-item .account-content .link-contact:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.user-item.first .account-content .link-contact,
.user-item .account-content .link-contact.inactive {
    color: var(--main-second-color);
    font-weight: 600;
    width: 100%;
}

.user-item.first .account-content .link-contact:before {
    content: '\f0e0';
    font: var(--fa-font-light);
    padding-right: 0.5rem;
}

.user-item.first .account-content .link-contact:hover,
.user-item .account-content .link-contact.inactive:hover {
    opacity: 1;
    transition: all 0.5s ease-out;
}

.user-item .account-image {
    height: 50px;
    width: 50px;
    background-size: cover;
    border-radius: 50%;
    margin-right: 1.5rem;
    box-shadow: 0 1px 8px rgb(0 0 0 / 30%);
    background-color: white;
}

.myChatToolBar {
    width: 100%;
}

.myChatToolBar .detailValueDragNDrop .upload-area {
    border: 2px dotted var(--main-color);
    background: white;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.myChatToolBar .detailValueDragNDrop .upload-area button {
    background: var(--main-color);
    color: white;
    font-family: var(--main-font);
    padding: 5px 10px;
    border: none;
    font-size: 1rem;
}

.myChatToolBar .detailValueDragNDrop .upload-area button:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

.myChatToolBar .detailValueDragNDrop .fileUpload {
    display: none;
}

.myChatToolBar .uploads .files {
    display: flex;
    margin: 1rem -2%;
    flex-wrap: wrap;
}

.myChatToolBar .uploads .files .file-element {
    width: 29%;
    margin: 0.5rem 2%;
}

.myChatToolBar .uploads .fileThumb {
    position: relative;
}

.myChatToolBar .uploads .files .file-element .buttons {
    display: block;
    margin-top: 10px;
    position: absolute;
    top: 0;
    right: 10px;
}

.myChatToolBar .uploads .files .file-element .buttons button {
    border-radius: 50%;
    background: white;
    border: none;
    font: var(--fa-font-light);
    height: 25px;
    width: 25px;
}

.ui-dialog {
    font-family: var(--main-font);
    min-width: 500px;
}

.ui-dialog-titlebar {
    display: none;
}

.containerMultiUploadElement fieldset {
    line-height: 1.75;
    border: none;
}

.containerMultiUploadElement .element.action.bar.bottom {
    margin-top: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.containerMultiUploadElement .element.action.bar.bottom button {
    padding: 5px 10px;
    border: none;
    background: var(--main-color);
    color: white;
}

.myChatToolBar .uploads .files .file-element .buttons .rename.show,
.myChatToolBar .uploads .files .file-element .buttons .edit.show,
.myChatToolBar .uploads .files .file {
    display: none;
}

.myChatToolBar .uploads .files .file-element img {
    width: 100%;
    display: block;
}

.chatImageItem {
    margin: 1rem 0;
}

.chatImageItem img {
    width: 50%;
}


/* Newsletter Archiv */

.list.newsletter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list.newsletter .item {
    width: 45%;
    background-color: var(--main-color);
    padding: 1rem;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.list.newsletter .item .date {
    width: 100%;
    font-size: 0.8rem;
    letter-spacing: 2px;
}

.list.newsletter .item .title {
    font-weight: 600;
    margin-top: 0.5rem;
    width: 85%;
}

.list.newsletter .item .link {
    font: var(--fa-font-light);
    font-size: 2rem;
}

.list.newsletter .item .link:hover {
    opacity: 0.5;
    transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1200px) {
    .singlepage-item video {
        width: 118%;
        height: auto;
        display: block;
        margin: 0 -100px;
    }
}

@media only screen and (max-width: 1100px) {
    .container-chat {
        padding: 1rem;
    }
    .container-user {
        padding: 1rem;
    }
}

@media only screen and (max-width: 1000px) {
    .containerAccordion {
        columns: 1;
    }
    .gallery .item {
        width: 50%;
    }
    .catalog-item {
        width: 29.333%;
    }
    .chat {
        flex-wrap: wrap;
    }
    .container-chat {
        width: 100%;
        padding: 1rem;
    }
    .container-user {
        width: 100%;
        padding: 1rem;
    }
    .formLogin.content-item.box.box-2-col-item {
        width: 100%;
    }
}

@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%;
    }
    .catalog-item {
        width: 46%;
    }
    #myChatArea .chatItem:nth-child(even) {
        margin-left: 10%;
    }
    #myChatArea .chatItem {
        padding: 10px;
        margin-bottom: 1.5rem;
        width: 90%;
        border-radius: 5px;
        font-size: 90%;
    }
    .chatImageItem img {
        width: 100%;
    }
    .singlepage-item video {
        width: 118%;
        height: auto;
        display: block;
        margin: 0 -40px;
    }
    .head {
        padding: 0 0 0.5rem 0;
    }
    .head .title,
    .head .title h2,
    .head .title h1,
    .title h1,
    .title h2,
    .content-head-title {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .head .subtitle,
    .head .subtitle h3,
    .subtitle h3,
    .subtitle h2,
    .content-head-subtitle {
        font-size: 1.1rem;
        margin: 0.25rem 0;
        line-height: 1.3;
    }
    .content {
        line-height: 1.5;
        font-size: 0.9rem;
    }
}