.typo3-login-carousel{
    padding: 0 60px 15px 60px !important;
}

.typo3-login-wrap{
	max-width: 450px;
}
.typo3-login-wrap .card-body{
    padding-bottom:15px;
}
.typo3-login-logo img {
    max-height: 150px;
    max-width: 260px;
    padding-bottom: 20px;
}
.typo3-login-news-heading{
    font-weight:700;
    margin-bottom: 18px;
}
.typo3-login-wrap blockquote{
    font-size: 10px;
}

.t3-grid-cell-horizontal {
    white-space: normal !important;
}

.t3-grid-cell-horizontal > .t3js-sortable > .t3js-page-ce-sortable {
    display: block;
}

/* verhindert dass man im Protokoll, auf "max Einträge" ALLE stellen kann -> macht oft Probleme*/
select[name="tx_belog_system_beloglog[constraint][number]"] option[value="1000000"] {
    display: none;
}

/* zeigt alle Sprachen ohne zu scrollen im Bildschierm an (nützlich bis 3 Spachen)
 .t3-grid-table{
    width:100%;
}*/

/* TypoScript Editor auf voller Höhe */
typo3-t3editor-codemirror[label*="constants"] .CodeMirror-simplescroll,  
typo3-t3editor-codemirror[label="sys_template > config"] .CodeMirror-simplescroll{
    height: 71vh !important;
    min-height: 280px;
}