@CHARSET "UTF-8";


/**
 * Styles for CMS pages
 *
 * @section     cms
 * @subsection  *
 */

.cms-page-view #content-wrapper .content {
}

.cms-page-view #content-wrapper .content h2 {
    margin-bottom:      10px;
}


/**
 * List styles, for free text
 *
 * @section     cms
 * @subsection  lists
 */

.cms-page-view #content-wrapper .content ul {
    list-style:             disc;
    padding-left:           15px;
}

.cms-page-view #content-wrapper .content ul li {
    list-style:             disc;
    padding:                1px 0 1px 0;
}


/**
 * List styles, for the "big blue stars" lists
 *
 * @section     cms
 * @subsection  list-bluestars
 */

.cms-page-view #content-wrapper .content ul.bluestar,
.cms-page-view #content-wrapper .content ul.bluestar > li {
    list-style:             none;
    padding:                none;
}

.cms-page-view #content-wrapper .content ul.bluestar > li h4 {
    font-weight:            bold;
    text-transform:         uppercase;
    padding-bottom:         5px;
}

.cms-page-view #content-wrapper .content ul.bluestar > li {
    margin-bottom:          25px;
    background:             transparent url('../images/media/blue_star.png') no-repeat left top;
    padding:                0 0 0 28px;
}

.cms-page-view #content-wrapper .content ul.bluestar.datenschutz > li {
    background-position:    left 12px;
}
