@import url(https://fonts.googleapis.com/css?family=Chau+Philomene+One);
@import url(https://fonts.googleapis.com/css?family=Abel);

/**
 * This typography file is included in the WYSIWYG editor
 */

.typography strong {font-weight: bold;}
.typography em {font-style: italic;}
.typography a {
    color: #32353e;}
.typography a:hover {text-decoration: underline;}

.typography h3,
.typography h4 {
    font-family: 'Chau Philomene One', sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1px;}
.typography h4 {
    font-size: 18px;}
.typography h5 {
    font-size: 16px;
    font-weight: bold}
.typography h6 {font-size: 18px;}

.typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
    clear: both;}
.typography h2:not(:first-child), .typography h3:not(:first-child), .typography h4:not(:first-child), .typography h5:not(:first-child), .typography h6:not(:first-child),
.typography p:not(:first-child), .typography ul:not(:first-child), .typography ol:not(:first-child) {
    margin-top: 35px;}
.typography p, .typography ul, .typography ol {
    line-height: 2em;}

.typography ul, .typography ol {
    list-style: outside none disc;
    /*margin-top: 15px;*/
    padding-left: 0;}
.typography ul {
    list-style-type: none;
    padding-left: 15px;}
.typography ol {
    list-style-position: inside;
    list-style-type: decimal;}
.typography ul li {
    position: relative;}
.typography ul:not(.LeistungsListe) li::before {
    position: absolute;
    left: -10px;
    content: '-';}
.typography li span {line-height: 1em!important;}

.typography pre {
    width: 100%;
    font-family: courier new, courier, monospace, monospace;}

.typography img {
    max-width: 100%;
    height: auto;}
.typography img.left {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;}
.typography img.right {
    margin-left: 10px;
    margin-bottom: 10px;
    float: right;}

.typography hr {
    border: none;
    border-top: 3px solid #f59e06;}

.typography table {
    margin-top: 20px;}
.typography table td{
    padding: 5px 20px;
    vertical-align: top;}
.typography table td:first-child{
    padding-left: 0;}
.typography table td:last-child{
    padding-right: 0;}
.typography table p {
    margin: 0;}
.typography table p:last-child {
    margin-bottom: 0;}

.typography table.Biografie {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
    line-height: 1.2em;}
.typography table.Biografie tr.Trenner {
    border-top: 3px solid #f59e06;}
.typography table.Biografie tr.Trenner td {
    padding-top: 7px;}
.typography table.Biografie td:nth-child(1) {
    width: 100px;
    font-family: 'Chau Philomene One', sans-serif;
    font-size: 18px;
    text-transform: uppercase;}
.typography table.Biografie td:nth-child(2) {
    width: 100px;}

.typography .KeinAbstandOben {
    margin-top: 0!important;}
.typography ul.LeistungsListe {
    margin-left: 0;
    padding-left: 0;
    list-style: inside none;
    overflow: hidden;}
.typography ul.LeistungsListe li {
    box-sizing: border-box;
    width: 50%;
    padding: 10px 10px 10px 30px;
    float: left;
    background: url("img/keys5.png") no-repeat left 18px / auto 25px;}
.typography .SchriftChau {
    font-family: 'Chau Philomene One', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;}

@media (max-width: 600px) {
    .typography ul.LeistungsListe li {
        float: none;
        width: auto;
        background: url("img/keys5.png") no-repeat scroll left 18px / auto 25px;
        padding: 10px 10px 10px 30px;}

    .typography table.Biografie tr,
    .typography table.Biografie td:nth-child(1) {
        display: block;}
    .typography table.Biografie tr:not(:first-child) td:first-child {
        display: none;}
    .typography table.Biografie td {
        width: auto !important;
        padding: 5px;}
    .typography table.Biografie td:nth-child(2) {
        padding-left: 0;}
}