

#wrap {
    max-width: inherit;
    margin: 0;
    padding: 0;
}

/* Normale Inhaltsbreite*/
.pceContentWith1 {
    max-width: 1230px;
    margin: 35px auto 0 auto !important;
    padding: 0 25px 0 25px;
    width: inherit !important;
}

/* Halbe Inhaltsbreite*/
.pceContentWith2 {
    max-width: 568px;
    margin: 0 auto 20px auto !important;
    width: inherit !important;
}

/* Breit */
.pceContentWith3 {
    max-width: 1400px;
    margin: 0 auto 20px auto !important;
    width: inherit !important;
}

/* Vollbild mit Rand */
.pceContentWith4 {
    padding: 0 25px 0 25px;
    width: inherit !important;
    margin-bottom: 20px;
}

/* Vollbild */
.pceContentWith5 {
    margin-top: 35px;
}

.pcePlainContent.pceContentWith1.contentDisplayType2 {
    background-color: #e3e3e3;
    max-width: inherit;
    padding: 30px 0 0 0;
}

.pcePlainContent.pceContentWith1.contentDisplayType2 .pcePlainContentContent {
    max-width: 1230px;
    margin: 35px auto 0 auto !important;
    padding: 0 25px 0 25px;
}

.pcePlainContent.pceContentWith1.contentDisplayType3 {
    background-color: #e3e3e3;
    max-width: inherit;
    padding: 30px 0 0 0;
}

.pcePlainContent.pceContentWith1.contentDisplayType3 .pcePlainContentContent {
    max-width: 1230px;
    margin: 35px auto 0 auto !important;
    padding: 0 25px 0 25px;
}

.pcePlainContent.pceContentWith1.contentDisplayType3 ul {
    background: white;
    list-style: none;
    padding-left: 0px;
    border-top: 1px solid #acacac;
    border-left: 1px solid #acacac;
    border-right: 1px solid #acacac;
    margin-bottom: 30px;
}

.pcePlainContent.pceContentWith1.contentDisplayType3 ul li {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #acacac;
}

.pcePlainContent.pceContentWith1.contentDisplayType3 ul img {
    margin-right: 15px;
    vertical-align: middle;
    }

/**************************************************************************************************************************/
@media screen and (max-width: 1023px) {

}
/* end media query */

/**************************************************************************************************************************/
@media screen and (max-width: 767px) {


}
/* end media query */


/**************************************************************************************************************************/
@media screen and (max-width: 900px) {

    .pceContentWith1,
    .pceContentWith2,
    .pceContentWith3,
    .pceContentWith4 {
        padding: 0 25px 20px 25px;
    }

}
/* end media query */


/**************************************************************************************************************************/
@media screen and (max-width: 450px) {

    .pceContentWith1,
    .pceContentWith2,
    .pceContentWith3,
    .pceContentWith4 {
        padding: 0 20px 20px 20px;
    }

}
/* end media query */




/**** Content Image Slider ****/
.pceSliderContainer {
    position: relative;
}

.pceSliderContainer img {
    width: 100%;
    vertical-align: top;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    color: #fff !important;
}

.swiper-container .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.contentSliderHTMLContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    color: #fff;
}

    .contentSliderHTMLContainer p {
        margin: 0;
        padding: 0 0 15px 0
    }


    .contentSliderHTMLContainer h1,
    .contentSliderHTMLContainer h2,
    .contentSliderHTMLContainer h3,
    .contentSliderHTMLContainer h4 {
        color: #fff;
    }

.contentSliderHTMLContent {
    margin-top: 100px;
}

@media screen and (max-width: 1279.9px) {

    .contentSliderHTMLContent {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767.9px) {
    .contentSliderHTMLContainer {
        padding: 0 25px 0 25px;
    }

    .contentSliderHTMLContent {
        margin-top: 15px;
    }

    .contentSliderHTMLContainer p {
        display: inline-block;
        margin: 0;
        padding: 0 10px 5px 0
    }
}

@media screen and (max-width: 400px) {


    .contentSliderHTMLContainer p {
        display: inline-block;
        padding: 0 10px 5px 0
    }
}


/**** Content Image Slider ****/

/*** ListAndDetail  ***/

.pceListAndDetailContent.contentDisplayType1 .pceListAndDetailContainer,
.pceListAndDetailContent.contentDisplayType2 .pceListAndDetailContainer {
    border: 1px solid #acacac;
}

.pceListAndDetailContent.contentDisplayType1 img,
.pceListAndDetailContent.contentDisplayType2 img {
    width: 100%;
}

.pceListAndDetailContent.contentDisplayType1 h1,
.pceListAndDetailContent.contentDisplayType2 h1 {
    font-size: 30px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #404040;
}

.pceListAndDetailContent.contentDisplayType1 h2,
.pceListAndDetailContent.contentDisplayType2 h2 {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    color: #404040;
}

.pceListAndDetailContent.contentDisplayType1 h3,
.pceListAndDetailContent.contentDisplayType2 h3 {
    color: #e50005;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.pceListAndDetailItem 
{
    position: relative;
}

/* Text rechts*/
.pceListAndDetailContent.contentDisplayType2 .pceListAndDetailItemDescriptionContainer {
    position: absolute;
    left: 70%;
    top: 30px;
}

/* Text links*/
.pceListAndDetailContent.contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
    position: absolute;
    left: 30px;
    top: 30px;
}

@media screen and (max-width: 1279px) {

    .pceListAndDetailContent.contentDisplayType2 .pceListAndDetailItemDescriptionContainer {
        position: relative;
        left: inherit;
        top: inherit;
        padding: 30px 0 0 30px;
    }

    /* Text links*/
    .pceListAndDetailContent.contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        position: relative;
        left: inherit;
        padding: 30px 0 0 30px;
    }
}


.pceListAndDetailContent.pceContentWith1.contentDisplayType3 {
    background-color: #e3e3e3;
    max-width: inherit;
    padding: 30px 0 0 0;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailContainer {
    max-width: 1230px;
    margin: 35px auto 0 auto !important;
    padding: 0 25px 0 25px;
    display: flex;
    justify-content: space-between;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem {
    max-width: 370px;
    background-color: #464646;
    color: #adadad;
    margin: 0 0 50px 0;
    width: Calc((100% / 3) - 30px);
    overflow: hidden;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem a,
.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem a:visited,
.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem a:hover {
    color: #adadad;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem .button {
    color: #fff !important;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem h1,
.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem h2,
.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem h3 {
    color: #fff;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem h2 {
    font-size: 33px;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItemDescriptionContainer {
    padding: 20px 20px 0 20px;
}

.pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1279px) {
    .pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem h2 {
        font-size: 23px;
    }
}

@media screen and (max-width: 1023px) {
    .pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailContainer {
        display: block;
    }

    .pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailItem {
        max-width: 370px;
        width: inherit;
        margin-left: Calc(50% - 185px);
    }
}

@media screen and (max-width: 500px) {

    .pceListAndDetailContent.pceContentWith1.contentDisplayType3 .pceListAndDetailContainer {
        padding: 0 0 0 15px;
    }
}


/*** End ListAndDetail    ***/