/* Fonts */
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=d94265a7-ef78-4853-971c-a03a04ed23a4");
@font-face{
font-family:"Myriad W01 Regular";
src:url("fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix");
src:url("fonts/2bd106a4-3872-4193-8627-d7af96dd4f7e.eot?#iefix") format("eot"),
    url("fonts/3b0f1c67-c2e4-4df6-976f-49d52e45aba1.woff2") format("woff2"),
    url("fonts/c5b1c170-d8f7-41f9-85c2-0ab670780c6b.woff") format("woff"),
    url("fonts/ba1ff8f6-0c27-4e7b-8be5-818b6c3dd801.ttf") format("truetype"),
    url("fonts/a379413e-a0b8-44dc-b250-1e000e4092a4.svg#a379413e-a0b8-44dc-b250-1e000e4092a4") format("svg");
}
@font-face{
font-family:"Myriad W01 SmBd";
src:url("fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix");
src:url("fonts/f71415c0-f68d-42cd-a948-05af81548ea5.eot?#iefix") format("eot"),
    url("fonts/0b6110f9-6072-46b9-98af-7d09f7c895b8.woff2") format("woff2"),
    url("fonts/c22866d7-ca67-4170-a113-cae280eea669.woff") format("woff"),
    url("fonts/19ce9ea9-076e-4dcd-91a1-454f4830f120.ttf") format("truetype"),
    url("fonts/18915124-98e4-4245-9e10-b921e09a6704.svg#18915124-98e4-4245-9e10-b921e09a6704") format("svg");
}

/* Base elements */
#tinymce {
    font-family: 'Myriad W01 Regular';
    font-size: 18px;
    line-height: 1.33;
    color: #858585; /* entspricht das dem gewünschten Wert? => Ueberpruefen!! */
}
#tinymce h1, #tinymce h2, #tinymce h3 {
    line-height: 1.125;
}
#tinymce h1, #tinymce h2 {
    font-family: Georgia;
    font-weight: normal;
}
#tinymce h1 {
    color: #E13C3C;
    font-size: 40px;
}
#tinymce h2 {
    color: #666666;
    font-size: 26px;
}
#tinymce h3 {
    color: #666666;
    font-family: 'Myriad W01 SmBd';
    font-size: 24px;
}
#tinymce a {
    border-bottom: 1px solid #E13C3C;
    color: #E13C3C;
    cursor: pointer;
    text-decoration: none;
}
#tinymce a:hover {
    border: none;
    color: #E13C3C;
    text-decoration: none;
}
#tinymce p {
    font-family: 'Myriad W01 Regular';
    margin: 0;
}
#tinymce strong {
    font-family: 'Myriad W01 SmBd';
}
#tinymce ul {
    font-size: 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
#tinymce ul li {
    color: #858585;
    margin-left: 20px;
    position: relative;
}
#tinymce ul li:before {
    content: '\00B7';
    color: #E13C3C;
    font-size: 30px;
    left: -20px;
    line-height: 18px;
    position: absolute;
    top: 3px;
}

/* CSS-classes */
#tinymce .lead {
    color: #666666;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 21px;
    line-height: 1.33;
}
