/***** 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;
}
/* Kathrin */

.beige-light,
.text-image-bg-beige-light{
	background-color: #F2EBDD;
}
.beige-dark,
.text-image-bg-beige-dark{
	background-color: #E5DAC3;
}
.round-border-bottom{
	background-image: url("/fileadmin/images/markup/seperator-round.svg");
	background-size: cover;
	height: 100px;
	width: 100%;
	background-color: #E5DAC3;
	margin-top: -7px;
	background-position-y: -1px;
	padding-top: 60px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.white-info-boxes-element-content,
.bg-white{
    background-color: #fff;
}
.bg-green{
    color: #fff;
    background-color: #6AB500;
}
.custom-text-green{
    color: #6AB500;
}
.custom-text-red{
    color:#c83c3c;
}