
/*
================================================
Form2Content Galerie als Slider
================================================
*/

.item-page .standard-main .slider-imagegallery {
    height: 300px;
    position: relative;
    max-width: 830px;
}

.item-page .standard-main .slider-imagegallery-container {
    margin: -10px -10px 25px -10px;
    position: relative;
    font-size: 1.2em;
}

.item-page .standard-main .slider-imagegallery-subtitle {
    padding: 10px;
    font-family: 'Handlee', cursive;
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1em;
}

.item-page .standard-main .slider-imagegallery .prev {
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -26px 0 0 0;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.item-page .standard-main .slider-imagegallery .next {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -26px 0 0 0;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}
.item-page .standard-main .slider-imagegallery i.fa {
    color: #fff;
}

.item-page .standard-main .slider-imagegallery .slider-item {
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
    position: absolute;
}

/*
================================================
Ende
================================================
*/





/*
================================================
Ausgabe F2C Standard-Typ
================================================
*/

.standard-main .standard-titleimage .titleimage-subtitle {
    font-size: .85em;
    padding: 5px 0;
}

.standard-main .standard-titleimage {
    padding: 0 0 20px 0;
    margin: 0 auto;
    text-align: center;
}

.standard-main .standard-imagegallery {
    clear: both;
    padding: 25px 0 0 0;
}

.standard-main ul {
    margin: 20px;
}


/*Teaser*/

.item-page .teaser-title {
    padding: 15px 0 0 0;
    clear: both;
}

.item-page .moduletable .full-teaser-container h2.standard-title {
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
    margin-top: 0;
    font-family: 'Roboto', Arial, Helvetica, serif;
    color: #151515;
}

.item-page .moduletable .full-teaser-container .standard-readmore a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .9em;
}

.item-page .moduletable .full-teaser-container .standard-readmore a:after {
    content: "\f054";
    font-family: FontAwesome;
    padding: 0 0 0 5px;
    font-size: .85em;
}

.item-page .moduletable .full-teaser-container .standard-left {
    padding: 0px 0 10px 0;
}

.item-page .moduletable .full-teaser-container .teaser-item.introtemplate {
    padding: 20px;
    clear: both;
    margin: 20px 0;
    min-height: 160px;
}
.item-page .moduletable .full-teaser-container a.jcepopup img {

}

/*Ausgabe Teaser als Accordion*/

.moduletable .full-teaser-container.custom-template.box-with-ac-effect .standard-box-ac-item {
    padding: 1em 0;
}

.moduletable .full-teaser-container.custom-template.box-with-ac-effect .standard-box-ac-item .standard-box-ac-readmore {
     cursor: pointer;
     text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 0;
    margin: 0 20%;
 }



/*Adaptierung für Layout horizontal*/

.item-page .container-left .moduletable .full-teaser-container .teaser-item.introtemplate {
    padding: 0 !important;
    background: inherit !important;
    min-height: auto !important;
    clear: none !important;
    margin: 0 !important;
}


/*Formular in Content*/

.standard-main .bfClearfix {
    clear: both;
    margin: 25px 0 0 0;
}


/*
================================================
Ende
================================================
*/


@media only screen and (min-width: 600px) {

    /*
    ================================================
    Titelbild klein
    ================================================
    */

    .standard-main .standard-titleimage.small-left {
        width: 45.67901234567901%;
        padding: 8px 15px 5px 0;
        float: left;
    }
    .standard-main .standard-titleimage.small-left.left-not {
        padding: 0;
    }

    .standard-main .standard-fulltext.titleimage-small-left.titleimage-left-not {
        margin: 0 0 0 47.53086419753086%;
    }


    /*
    ================================================
    Teaser
    ================================================
    */

    .item-page .moduletable .full-teaser-container .standard-left {
        /*float: left;*/
        width: 30.48780487804878%;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }

    .item-page .moduletable .full-teaser-container .standard-right.image-exists {
        /*margin: 0 0 0 32.92682926829268%;*/
        display: inline-block;
        width: 60%;
        vertical-align: top;
        margin: 0 0 0 5%;

    }


    /*
    ================================================
        Ausgabe Teaser als Accordion
    ================================================
    */

    .moduletable .full-teaser-container.custom-template.box-with-ac-effect .standard-box-ac-item .standard-box-ac-readmore {
    margin: 0 30%;
    }


}



@media only screen and (min-width: 768px) {

/*
================================================
Form2Content Galerie als Slider
================================================
*/

    .item-page .standard-main .slider-imagegallery {
        height: 450px;
    }

    .item-page .standard-main .slider-imagegallery-container {
        margin: -20px -0px 25px 0px;
    }



    .item-page .standard-main .slider-imagegallery-subtitle {
        padding: 15px 15px;
    }

    /*
    ================================================
    Titelbild klein
    ================================================
    */

    .standard-main .standard-titleimage.small-left {
        width: 45.1219512195122%;
        padding: 8px 25px 10px 0;
    }

    .standard-main .standard-fulltext.titleimage-small-left.titleimage-left-not {
        margin: 0 0 0 48%;
    }

    /*Content*/

    .item-page .standard-main {
        padding: 20px 0 0 0;
    }
    .item-page .standard-main .standard-main {
        padding: 0px 0 0 0;
    }


}

@media only screen and (min-width: 1020px) {

    /*
    ================================================
    Titelbild klein
    ================================================
    */

}


@media only screen and (min-width: 1120px) {

    /*
    ================================================
    Teaser
    ================================================
    */

    .item-page .moduletable .full-teaser-container .standard-right {
        padding: 15px 15px 0 15px;
    }

    .item-page .moduletable .full-teaser-container .standard-left {
        padding: 0;
    }
    .item-page .moduletable .full-teaser-container .teaser-item.introtemplate {
        padding: 0px;
    }
    .item-page .moduletable .full-teaser-container .standard-right.image-exists {
        margin: 0 0 0 1%;

    }

    /*
    ================================================
    Ausgabe Teaser als Accordion
    ================================================
    */

    .moduletable .full-teaser-container.custom-template.box-with-ac-effect .standard-box-ac-item .standard-box-ac-readmore {
        margin: 0 35%;
    }

}