.typo3-login {
    background-position:center top;
}
.typo3-in-workspace .topbar-header-site {
    background-color:#0075a7;
}
.typo3-in-workspace .topbar-header-site:before {
    background:#005471;
}
.typo3-in-workspace .topbar-header-site:after {
    background: linear-gradient(to right,#0075a7 0,#005471 100%);
}
.module .t3-grid-container td[data-colpos='0'].t3-grid-cell {
    border-bottom:rgba(117,169,255,1);
}
.module .t3-grid-container td[data-colpos='0'] > .t3-page-column-header > .t3-page-column-header-label {
    color:#0075a7;
    border-bottom:1px solid #0075a7;
    font-size:1.5rem;
}
.module .t3-grid-container td[data-colpos='1'].t3-grid-cell {
    border-bottom:#B1602C;
}
.module .t3-grid-container td[data-colpos='1'] > .t3-page-column-header > .t3-page-column-header-label {
    color:#B1602C;
    border-bottom:1px solid #B1602C;
    font-size:1.5rem;
}
.module .t3-grid-container td[data-colpos='2'].t3-grid-cell {
    border-bottom:#e46450;
}
.module .t3-grid-container td[data-colpos='2'] > .t3-page-column-header > .t3-page-column-header-label {
    color:#e46450;
    border-bottom:1px solid #e46450;
    font-size:1.5rem;
}
.module .t3-grid-container td[data-colpos='3'].t3-grid-cell {
    border-bottom:#3A730B;
}
.module .t3-grid-container td[data-colpos='3'] > .t3-page-column-header > .t3-page-column-header-label {
    color:#3A730B;
    border-bottom:1px solid #3A730B;
    font-size:1.5rem;
}

#typo3-pagetree-tree svg {
    width:200% !important;
}