/***** LOGIN *****/

.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;
}

/***** CUSTOM *****/

.button-primary{
    background-color: #006198;
    border-color: #006198;
}
.button-outline-primary {
    color: #006198;
    border-color: #006198;
}
a[class*='button']{
    display: inline-block;
    font-weight: 400;
    color: #222;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    color: #fff;
    background-color: #006198;
    border-color: #006198;
}

.new-button{
    padding: 9px 35px;
    border: solid 1px black;
    margin-top:10px;
    color:black;
    font-weight: bold;
    display: inline-block;
}

.color-red a{
    color: #d90010;
}
.color-turk a{
    color: #5db1b1;
}
.color-orange a{
    color: #ed7102;
}
.color-violet a{
    color: #7765b4;
}
.color-yellow a{
    color: #f3bc00;
}
.color-blue a{
    color: #184a92;
}
.color-green a{
    color: #24b565;
}
