/* This stylesheet is for AU-components used in GrapesJS */

:root {
    --aktivitet-color: rgb(139, 173, 63);
    --praksis-color: rgb(0, 171, 164);
    --fokusomraade-color: rgb(55, 159, 203);
    /* --technology-color: rgb(0, 37, 70); */
    --technology-color: rgb(211, 151, 0) !important;
}
/* OVERWRITING DELPHINUS */
a {
    text-shadow: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6 ol,
ul,
p {
    max-width: none;
    margin-bottom: 0px;
}
ul {
    /*list-style: disc;*/
    padding-left: 20px;
    margin: 0;
    margin-top: 10px;
}

/* THESE WILL KEEP NESTING FROM DELPHINUS */
/*ol {
    list-style-type: decimal; /* First level: numbers */
/*}

ol ol {
    list-style-type: lower-alpha; /* Second level: lowercase letters */
/*}

ol ol ol {
    list-style-type: lower-roman; /* Third level: lowercase roman numerals */
/*}

ol ol ol ol {
    list-style-type: upper-alpha; /* Fourth level: uppercase letters */
/*}
*/
/* OTHER DELPHINUS STUFF */

h3 {
    width: 100%;
    max-width: none;
}
.step--right > h4 {
    margin-top: 15px;
}

@font-face {
    font-family: au_icons;
    src: url("https://fonts.au.dk/fonts/au_icons.eot");
    src:
        url("https://fonts.au.dk/fonts/au_icons.eot#iefix")
            format("embedded-opentype"),
        url("https://fonts.au.dk/fonts/au_icons.woff") format("woff"),
        url("https://fonts.au.dk/fonts/au_icons.woff2") format("woff"),
        url("https://fonts.au.dk/fonts/au_icons.ttf") format("truetype"),
        url("https://fonts.au.dk/fonts/au_icons.svg#au_icons") format("svg");
    font-weight: 400;
    font-style: normal;
}

/* GrapesJS stuff */
.au-h3box {
    background-color: var(--praksis-color);
    color: #000;
    text-align: center;
}
.au-2col-cell {
    border: 2px solid var(--praksis-color);
}
