/* GLOBAL */

.wysiwyg {
    padding: 10px !important;
    height: 200px !important; /* oder 400px, 500px … */
    font-size: 18px;
    border-radius: 0px !important;
}

.wysiwyg.bigger {
    height: 500px !important; /* oder 400px, 500px … */
}


/* BLOG */
.blog-intro, 
.blog-fullentry {
    margin-top: 30px;    
}

.blog-intro ol, 
.blog-fullentry ol {
    list-style-type: disc !important;
}


.blog-intro > p,
.blog-fullentry > p {
    margin-bottom: 0px !important;
    font-size: 18px;
}
 
.blog-intro a,
.blog-fullentry a{ 
    text-decoration: underline !important;
}

.dict ul {
    padding-left: 15px;
}