.row {max-width:1300px !important;}


/***** ThemedButton *****/

/* ThemedButton portussusaa */
.cont-nav.block {
    height: 114px !important;
    display: grid;
}

/* ThemedButton ikon */
.cont-nav__iconcontainer {
    font-size: 1.5rem;
    display: none;
}

/* ThemedButton overskrift */
.cont-nav.block .cont-nav__title {
    font-size: 1.125rem;
    white-space: break-spaces;
    margin: auto 0px;
    text-transform: none;
}

.cont-nav.block:hover {
    color: #fff;
}


/***** LinkList *****/

/* LinkList qulequtaa */
.SubjectSubPage section:nth-child(4) h3,
.ArticlePage section:nth-child(4) h3 {
    margin: 4rem 0 1rem;
}
.SubjectSubPage section:nth-child(4) h3:first-of-type,
.ArticlePage section:nth-child(4) h3:first-of-type {
    margin-top: 0;
}

/* LinkList sanimut inissinneri */
.SubjectSubPage section:nth-child(4) .linklist,
.ArticlePage section:nth-child(4) .linklist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.SubjectSubPage section:nth-child(4) .linklist li,
.ArticlePage section:nth-child(4) .linklist li {
    padding: 0;
}

/* LinkList linkitaa */
.SubjectSubPage section:nth-child(4) .linklist li a,
.ArticlePage section:nth-child(4) .linklist li a {
    color: #222;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    padding: 15px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.SubjectSubPage section:nth-child(4) .linklist li a:hover,
.ArticlePage section:nth-child(4) .linklist li a:hover {
    background: #e0e0e0;
}

/* LinkList download ikon */
.SubjectSubPage section:nth-child(4) .linklist li:after,
.ArticlePage section:nth-child(4) .linklist li:after {
   display: none;
}
.SubjectSubPage section:nth-child(4) .linklist li a:before,
.ArticlePage section:nth-child(4) .linklist li a:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' height='20px' width='20px'><g stroke-width='0' id='SVGRepo_bgCarrier'></g><g stroke-linejoin='round' stroke-linecap='round' id='SVGRepo_tracerCarrier'></g><g id='SVGRepo_iconCarrier'><g id='Interface / Download'><path stroke-linejoin='round' stroke-linecap='round' stroke-width='1.5' stroke='%23222' d='M6 21H18M12 3V17M12 17L17 12M12 17L7 12' id='Vector'></path></g></g></svg>");
    display: inline-block;
    position: relative;
    top: 5px;
    padding-right: 12px;
}


@media only screen and (min-width: 600px)
{

/* Nutaarsiassat inissinneri */
.Frontpage div.content-container section:nth-child(5) .medium-12 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}
}



@media screen and (max-width: 1112px) and (min-width: 1111px)
{

/* ThemedButton qulequtaata inissinnera */
.cont-nav.block .cont-nav__title {
    word-break: break-all;
}
}