﻿
#wrap {
    max-width: inherit;
    margin: 0;
    padding: 0;
}

#breadcrumbs {
    max-width: 1130px;
    margin: 0 auto 15px auto;
    padding: 0 35px 0 35px;
}

/* Normale Inhaltsbreite*/
.pceContentWith1 {
    max-width: 1130px;
    margin: 0 auto 20px auto !important;
    padding: 0 35px 0 35px;
    width: inherit !important;
}

/* Halbe Inhaltsbreite*/
.pceContentWith2 {
    max-width: 565px;
    margin: 0 auto 20px auto !important;
    width: inherit !important;
    padding: 0 35px 0 35px;
}

/* Breit */
.pceContentWith3 {
    max-width: 1400px;
    margin: 0 auto 20px auto !important;
    width: inherit !important;
    padding: 0 35px 0 35px;
}

/* Vollbild mit Rand */
.pceContentWith4 {
    padding: 0 35px 0 35px;
    width: inherit !important;
    margin-bottom: 20px;
}

/* Vollbild */
.pceContentWith5 {
    margin-bottom: 20px;
}

/**************************************************************************************************************************/
@media screen and (max-width: 850px) {

    .pceContentWith1,
    .pceContentWith2,
    .pceContentWith3,
    .pceContentWith4 {
        padding-left: 25px;
        padding-right: 25px;
    }
}
/* end media query */


#plainContentExtended
{
    margin-top: 30px;
}

/**** plain content ****/
#content {
    padding-left: 0;
    padding-right: 0;
}

.pcePlainContent {
    padding-bottom: 30px;
}


/********* End plain content  *********/


/**** Content Image Slider ****/
.pceSliderTitle {
    display: none;
}

.pceSliderContainer {
    margin-bottom: 80px;
}

.pceSliderContainer ul {
    margin: 0 0 0 -40px;
}



/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.pceSliderContainer .bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

    .pceSliderContainer .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

.pceSliderContainer .bxslider {
    margin: 0;
    padding: 0;
}

.pceSliderContainer ul.bxslider {
    list-style: none;
}

.pceSliderContainer .bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.pceSliderContainer .bx-wrapper {
    background: #fff;
}

    .pceSliderContainer .bx-wrapper .bx-pager,
    .pceSliderContainer .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }
    /* LOADER */
    .pceSliderContainer .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url('../images/slider/bx_loader.gif') center center no-repeat #ffffff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }
/* PAGER */
.pceSliderContainer .bx-pager {
    display: none;
}


/* IMAGE CAPTIONS */
.pceSliderContainer .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

    .pceSliderContainer .bx-wrapper .bx-caption span {
        color: #fff;
        font-family: Arial;
        display: block;
        font-size: .85em;
        padding: 10px;
    }

@media screen and (max-width: 350px) {
    .pceSliderContainer .bx-wrapper .bx-caption,
    .pceSliderContainer .bx-controls-direction {
        display: none;
    }
}

#content .pceSliderContainer .bx-wrapper img {
    width: 100%;
    margin: 0;
}


/* Arrow navigation*/

/* End arrow navigation*/

@media screen and (max-width: 450px) {
    .pceSliderContainer .bx-wrapper .bx-controls-direction {
        display: none;
    }
}


.pceSliderContainer .contentSliderHTMLContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    margin-right: 0px;
    top: 50%;
    left: 50%;
    right: inherit;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    padding: 0 70px 0 70px;
}

    .pceSliderContainer .contentSliderHTMLContainer h2 {
        color: #fff;
        font-size: 30px;
        text-transform: none;
        margin: 0;
    }

.pceSliderContainer .contentSliderHTMLContainer a {
    color: #fff;
    text-decoration: underline;
}


.pceSliderContainer .contentSliderHTMLContainer {
    text-align: left;
}

.pceSliderContainer .contentSliderHTMLContainer .button {
    background-color: #fff;
}



@media screen and (max-width: 1024px) {

    .pceSliderContainer .contentSliderHTMLContainer {
        padding: 0 15px 0 15px;
    }

    #content .pceSliderContainer .bx-wrapper img {
        width: 120%;
        max-width: 120%;
    }

    .pceSliderContainer .contentSliderHTMLContainer h2 {
        font-size: 25px;
    }
}

@media screen and (max-width: 768px) {
    #content .pceSliderContainer .bx-wrapper img {
        width: 140%;
        max-width: 140%;
    }

    .pceSliderContainer .contentSliderHTMLContainer h2 {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {

    #content .pceSliderContainer .bx-wrapper img {
        width: 160%;
        max-width: 160%;
    }
    .pceSliderContainer .contentSliderHTMLContainer h2 {
        font-size: 14px;
    }

    .pceSliderContainer .contentSliderHTMLContainer {
        font-size: 14px;
    }

    .pceSliderContainer .contentSliderHTMLContainer {
        top: 40%;
    }
}

@media screen and (max-width: 450px) {

    .pceSliderContainer .contentSliderHTMLContainer h2 {
        font-size: 13px;
    }

    .pceSliderContainer .contentSliderHTMLContainer {
        font-size: 13px;
    }
}

@media screen and (max-width: 350px) {

    .pceSliderContainer .contentSliderHTMLContainer h2 {
        font-size: 11px;
    }

    .pceSliderContainer .contentSliderHTMLContainer {
        font-size: 11px;
    }
}


/**** End Content Image Slider ****/

/**** ListAndDetail Kästchen ****/

.pceListAndDetailContent.contentDisplayType1 {
    padding-bottom: 80px;
    padding-right: 25px;
}

.contentDisplayType1 .pceListAndDetailItem {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%);
}

.contentDisplayType1 .pceListAndDetailItem a,
.contentDisplayType1 .pceListAndDetailItem a:visited {
    color: #000;
}

.contentDisplayType1 .pceListAndDetailItem:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    /*cursor: pointer;*/
}

.contentDisplayType1 .pceListAndDetailGridSizer,
.contentDisplayType1 .pceListAndDetailItem {
    width: calc(25% - 10px);
}

.contentDisplayType1 .pceListAndDetailGutterSizer {
    width: 10px;
}

#content .contentDisplayType1 .pceListAndDetailImage {
    margin: 0;
}

.contentDisplayType1 .pceListAndDetailItem.landscape {
    width: calc(50% - 10px);
}

#content .contentDisplayType1 .pceListAndDetailItem img {
    display: block;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#content .contentDisplayType1 .pceListAndDetailItem:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#content .contentDisplayType1 .pceListAndDetailItem.landscape img {
    max-height: 275px;
    width: 100%;
    object-fit: cover;
}

.contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 7px 15px 2px 15px;
    background-color: rgba(255, 255, 255, 0.8);
    width: calc(100% - 30px);
    min-height: 50px;
}

#content .contentDisplayType1 .pceListAndDetailItem:hover .pceListAndDetailItemDescriptionContainer {
    background-color: #E1000B;
    color: #fff;
}

@media screen and (max-width: 1120px)
{
    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        min-height: 65px;
    }
}

@media screen and (max-width: 850px) {
    .pceListAndDetailContent.contentDisplayType1 {
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {

    .pceListAndDetailContent.contentDisplayType1 {
        padding-bottom: 40px;
    }

    .contentDisplayType1 .pceListAndDetailGridSizer,
    .contentDisplayType1 .pceListAndDetailItem {
        width: calc(33.3% - 10px);
    }

    .contentDisplayType1 .pceListAndDetailItem.landscape {
        width: calc(66.6% - 10px);
    }

    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        min-height: 60px;
    }
}


@media screen and (max-width: 560px) {

    .contentDisplayType1 .pceListAndDetailGridSizer,
    .contentDisplayType1 .pceListAndDetailItem {
        width: calc(50% - 10px);
    }

    .contentDisplayType1 .pceListAndDetailItem.landscape {
        width: calc(100% - 10px);
    }

    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        min-height: 45px;
    }

    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer h3{
        font-size: 14px;
    }

    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {


    .contentDisplayType1 .pceListAndDetailItemDescriptionContainer {
        min-height: 60px;
    }
}

@media screen and (max-width: 320px) {

    .contentDisplayType1 .pceListAndDetailGridSizer,
    .contentDisplayType1 .pceListAndDetailItem {
        width: 100%;
    }

    .contentDisplayType1 .pceListAndDetailItem.landscape {
        width: 100%;
    }
}




/**** ListAndDetail Runde Bilder ****/
.pceListAndDetailContent.contentDisplayType2 {
    padding-bottom: 50px;
}

.contentDisplayType2 .pceListAndDetailGridSizer,
.contentDisplayType2 .pceListAndDetailGutterSizer {
    display: none;
}

.pceListAndDetailContent.contentDisplayType2 .pceListAndDetailContainer {
    display: flex;
    justify-content: space-between;
    justify-content: space-around;
}


#content .contentDisplayType2 .pceListAndDetailImage {
    margin: 0;
    border-radius: 50%;
}

#content .contentDisplayType2 .pceListAndDetailItem {
    text-align: center;
    margin-bottom: 30px;
    position: relative !important;
    left: inherit !important;
    top: inherit !important;
}

#content .contentDisplayType2 .pceListAndDetailItem:hover {
    /*cursor: pointer;*/
}

#content .contentDisplayType2 .pceListAndDetailItem a,
#content .contentDisplayType2 .pceListAndDetailItem a:visited {
    color: #000;
}

#content .contentDisplayType2 .pceListAndDetailItem a:hover {
    text-decoration: none;
}


#content .contentDisplayType2 .pceListAndDetailItem:hover h3 {
    color: #E1000B;
}

#content .contentDisplayType2 .pceListAndDetailItem:hover img {
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .pceListAndDetailContent.contentDisplayType2 .pceListAndDetailContainer {
        display: -webkit-flex;
        -webkit-flex-wrap: wrap;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #content .contentDisplayType2 .pceListAndDetailImage {
        width: 140px;
    }

    #content .contentDisplayType2 .pceListAndDetailItem h3 {
        font-size: 16px;
    }

    #content .contentDisplayType2 .pceListAndDetailItem {
        font-size: 15px;
    }
}

@media screen and (max-width: 767px) {

    .pceListAndDetailContent.contentDisplayType2 .pceListAndDetailContainer {
        height: inherit !important;
    }

    .pceListAndDetailContent.contentDisplayType2 {
        padding-bottom: 10px;
    }

    #content .contentDisplayType2 .pceListAndDetailImage {
        width: 110px;
    }

    #content .contentDisplayType2 .pceListAndDetailItem h3 {
        font-size: 14px;
    }

    #content .contentDisplayType2 .pceListAndDetailItem {
        font-size: 12px;
    }

}

/**** End ListAndDetail ****/