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

:root{
    --aktivitet-color: rgb(139, 173, 63);
    --praksis-color: rgb(60, 162, 158);
    --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;
  }
  ol, ul, p{
    max-width: none;
  }
  ul{
    /*list-style: disc;*/
    padding-left: 20px;
    margin: 0;
    margin-top: 10px;
  }
  h3{
    width: 100%;
    max-width: none;
  }
  h4{
    font-size: 16pt;
  }
  




@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);
}