/* 2020-05-08 08:04 hm: Zusätzliche Styles */

section#content {
	width: 60%;
}

.eightytwenty-sidebar-right section#content {
    margin-left: 4%;
}

.eightytwenty-sidebar-right #breadcrumbs {
    margin-right: 0;
    margin-left: 0
}

.eightytwenty-fullwidth section#content {
    margin-left: 4%;
    margin-right: 8%;
}

.eightytwenty-fullwidth #breadcrumbs {
    margin-left: 0;
    margin-right: 0;
}



/* FE-Liste der Objekte */
.nowrap {white-space: nowrap;}

.objekt-detail,
.objekt-liste {
    display: table;
    border-collapse: collapse;
}

.objekt-liste .field,
.objekt-liste .actions {
    display: table-cell;
    padding: 5px;
    border: 1px solid silver;
}
.objekt-detail .label,
.objekt-detail .value {
    display: table-cell;
    padding: 10px;
    border: 1px solid silver;
}

.objekt-detail .label {
	font-weight: bold;
}


.objekt-liste .item {
    display: table-row;
    width: 100%;
}
.objekt-detail .field {
    display: table-row;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
}

#content .objekt-detail .field ul,
#content .objekt-detail .field ol {
    padding: 0;
    margin: 0;
    list-style: none;

}

.ce_download.inserttag_download.block {
	display:block;
}

#content p.download-element {
    margin-top: 12px;
    margin-bottom: 12px;
}

.objekt-liste .item.odd,
.objekt-liste .item.table-header {
	/* 2022-01-11 13:46, HM 
	background-color: lightgray; */
}

.objekt-liste .item.table-header {
	font-weight: bold;
}

.objekt-liste .obj_gesamtkosten .value,
.objekt-liste .obj_kaltmiete_qm .value,
.objekt-liste .obj_kaltmiete_monat .value,
.objekt-liste .obj_pflichtanteil_gesamt .value {
	text-align: right;
}
.objekt-liste .obj_groesse_qm .value,
.objekt-liste .obj_gemeinschaftsflaeche_anteilig_qm .value,
.objekt-liste .obj_lage .value,
.objekt-liste .obj_finanzierung .value,
.objekt-liste .obj_anzahl_zimmer .value {
	text-align: center;
}

.item.even {
	background-color: #e8e8e8;
}

/* MM-Filter */
.objekt-filter--top .formbody {
	display: table;
}

.objekt-filter--top .widget {
	display: table-cell;
	padding-right: 15px;
}
.objekt-filter--top .widget label {
	font-size: 0.9rem;
}

form select,
form input {
    font-size: 14px;
}


.ce_metamodels_frontendfilter.objekt-filter--top form input, form textarea {
    border-radius: 0;
	box-shadow: none;
	/* font-size: 0.8rem; */
	font-size: 14px;
	padding: 2px;
}

.sort-arrow--asc:after{
    font: 16px/1 "RockSolid Icons";
    content: "\e00c";
    display: inline-block;
    position: relative;
    margin-left: 5px;
}
.sort-arrow--desc:after{
    font: 16px/1 "RockSolid Icons";
    content: "\e009";
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

/* Formulare (mod_login, usw.) */
.mod_login {
	text-align: inherit;
}

/* 2021-03-25 10:12, HM: Akkorion Hintergrundverlauf weg */
.toggler.ui-accordion-header {
    background-image: none;
}

/* ui-corner-top ui-accordion-header-collapsed ui-corner-all ui-state-default ui-accordion-icons */
/* 2021-10-01 11:00, HM: Überschriften nicht ganz schwarz */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
    color: rgba(85, 85, 85, 0.95);
}
