﻿@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
    font-family: 'Roboto';
}

h1 {
    width: 100% !important;
    position: relative !important;
    font-size: 30px !important;
    z-index: 10 !important;
    font-weight: bold !important;
    font-style: normal !important;
}

h2 {
    font-size: 26px !important;
    font-weight: bold !important;
    font-style: normal !important;
}

h3 {
    font-size: 22px !important;
    font-weight: bold !important;
    font-style: normal !important;
}

h4 {
    font-size: 18px !important;
    font-weight: bold !important;
    font-style: normal !important;
}

h5 {
    font-size: 18px !important;
    font-weight: normal !important;
    font-style: normal !important;
}

h6 {
    font-size: 14px !important;
    font-weight: normal !important;
    font-style: normal !important;
}

p {
    font-size: 14px !important;
}


.mud-table-cell ul, .mud-input ul, .mud-table-cell ol, .mud-input ol {
    margin: revert !important;
    padding: revert !important;
    list-style: revert !important;
    font-size: 14px !important;
}

/* Stil für einfache CKEditor-Tabelle welche in den txt-Feldern angewendet wird */
table.CkEditorTableSimple {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}

table.CkEditorTableSimple th {
    background-color: #f2f2f2; /* leichtes Grau */
    font-weight: bold;
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

table.CkEditorTableSimple td {
    border: 1px solid #ccc;
    padding: 8px;
}
.mud-input.mud-input-filled {
    background-color:none
}