@charset "utf-8";

body{
	font-family:'Titillium Web', Arial, Helvetica, sans-serif!important;
	font-weight: normal;
	background-color:#fafafa;
	margin:0px;
	padding:0px;
	padding-bottom: 12rem;
	overflow-x:hidden;
}

body.data_upload{
	background: #1a1a1a;
}

body.data_upload .main{
	background: #1a1a1a;
}

a{
	color: #ff600f;
	transition: all .45s ease-in-out;
}

a,
a:active,
a:hover{
	text-decoration:none;
	cursor: pointer;
}

.menu_small a .eva_sub_txt.statistics:hover{
	text-decoration:none;
	cursor: pointer;
}

a img{
	border:none;
}

a.top_page{
	position: relative;
	top: 1rem;
	text-decoration:none;
	color:#FFFFFF;
	padding:5px 7px;
	background-color:#ff600f;
	border-radius: 0.2rem;
	margin-left: 0.5rem;
}

b {
	font-weight: 600;
}

.link{
	color: #ff600f;
	cursor: pointer;
}

@media (min-width: 768px) {
	.w-md-auto {
		width: auto !important;
	}
}

@media (min-width: 576px) {
	.w-sm-auto { width: auto !important; }
}

hr {
	height: 1px;
	margin: 1rem 0;
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.round-grey-border{
	border: 1px solid #dadada;
	border-radius: 0.2rem;
	padding: 0.5rem;
	background:#f7f7f7;
}

.red{
	color: red;
}

.cancel{
	padding: 0.25rem 0.5rem;
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc;
	border-radius: 0.2rem;
	transition: all .45s ease-in-out;
	cursor: pointer;
}

.cancel:hover{
	background: #ff600f;
	border: 1px solid #ff600f;
}

.TabbedPanelsTab {
	display: inline-flex!important;
	float: none !important;
}

.required {
	font-weight: 600;
	color: #ff600f;
	margin-left: 0.2rem;
	font-size: 20px;
	line-height: 1;
}

#clickSum{
	color: #ed0000;
	width: 10%;
}

.container {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.grid-float {
	float: left;
}

.l100 {
	width: 100%;
}

.l25 {
	width: 25%;
}

.right {
	float: right;
}

.main{
	display: flex;
	color:#3a3a3a;
	background: #fafafa;
	font-size:14px;
	height:auto;
	padding: 1rem;
	position:relative;
	flex-direction: column !important;
}

.main table{
	font-size:14px;
}

.PanelTab_head{
	margin-left:-5px;
	margin-top:-8px;
}

.PanelTab_txt{
	margin-left:5px;
}

.headline{
	font-size: 16px;
	font-weight: 600;
	color: #1a1a1a;
	width: 100%;
	float: left;
	padding: 1rem 1rem 0;
}

.headline .button{
	background: #ff600f;
	color: #fff;
	padding: 0.2rem 0.5rem;
	border-radius: 0.2rem;
	height: fit-content;
	border: 1px solid #ff600f;
	transition: background-color 0.3s ease, color 0.3s ease;
	text-shadow: none;
	box-shadow: none;
}

.headline .button:hover{
	background-color: #fff;
	border: 1px solid #f1f1f1;
	color: #ff600f;
}

#InfoBox {
	visibility:hidden;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	width: fit-content;
	background-color:#FDFEFF;
	border:2px solid #999999;
}

#BoxInnen {
	padding:8px;
}

#BoxInhalte {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#5F5F5F;
	line-height:130%;
}

.picture {
	min-height: 20vw;
}

/* --int.Angaben/Add.Costs -> Additional Costs --*/
#del_kaeufer_costs,
#add_kaeufer_costs {
	width:60px;
}

#additional_costs td,
#additional_costs td input {
	margin-right:15px;
	width:115px;
	display:inline-block;
}

.columns-container-5{
	margin: 0 -5px;
}

.columns-container-5 > .column {
	padding: 0 5px;
	display: inline-block;
	vertical-align: top;
}

body.data_upload .headline{
	display: none;
	font-size: 16px;
	color: #fff;
	width: 100%;
	height: initial;
	float: none;
	padding: 0;
	text-align: center;
}

body.data_upload .top_page{
	top: initial;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.block{
	display: block!important;
}

.equal-width {
	flex: 1 0 0%;
	min-width: 0;
}

.fit-content{
	height: fit-content;
}

.text-right{
	text-align: right;
}

.grid{
	display: grid;
}

.vh100{
	height: calc(100vh - 150px);
}

body.data_upload .card .headline{
	display: block;
}

.response-message h3{
	margin: 0;
	padding: 0;
}

.response-message{
	margin: 0;
	color: #fff;
	padding: 1rem;
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
}

.bold-content{
	font-size: 16px;
	font-weight: 600;
}

.sold-count-label{
	color: rgba(255,96,15,0.7);
}

.sold-count-label.black{
	color: rgba(0,0,0,0.7);
}

#ausgabe{
	width: 100%;
	height: 107px;
	padding: 0px;
	text-align: left;
	overflow: auto;
	border-radius: 0.2rem;
	border:1px solid #dadada;
}

.row > [class*="col-"]{
	min-width: 0;
}

#width-measure {
	position: absolute;
	visibility: hidden;
	white-space: nowrap;
	font: inherit;
}

.eva_list .gallery-image{
	max-width: 90px;
}

.add_costs [color="red"] {
	color: #000;
}

@keyframes note-bounce {
	0%   { transform: translateY(0); }
	10%  { transform: translateY(-5px); }
	20%  { transform: translateY(0); }
	30%  { transform: translateY(-3px); }
	40%  { transform: translateY(0); }
	100% { transform: translateY(0); }
}

.container-25{
	width: calc(25% - 1rem);
}

@media (max-width: 992px) {
	.container-25{
		width: calc(50% - 1rem);
	}
}

@media (max-width: 768px) {
	.container-25{
		width: calc(100% - 1rem);
	}
}

.customer_details{
	padding: 10px;
	background-color: #fafafa;
}

.detail_main_headline hr{
	display: none;
}

.center-block {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5rem;
	text-align: center;
}

.opacity-50 { opacity: .5; }

.flat-horizontal-divider{
	border: none;
	height: 2px;
	background-color: #141414;
	margin: 2px 0 0 0;
	width: 100%;
}

.extra-costs .col-container {
	min-height: 162px;
}

.extra-costs .flex-fill {
	min-width: 280px;
}

.active>.page-link, .page-link.active {
	background-color: #ff600f;
	border-color: #ff600f;
}

.page-link {
	color: #ff600f;
}

.page-link:focus,
.page-link:focus-visible{
	color: #ff600f;
	border-color: #ff600f !important;
	box-shadow: 0 0 0 .25rem rgba(255, 96, 15, .25) !important;
}

.active > .page-link:focus,
.page-link.active:focus,
.active > .page-link:focus-visible,
.page-link.active:focus-visible{
	color: #fff;
}

.vehicleCosts > div{
	border-bottom:1px solid #fccbb2;
	padding:0.2rem 0;
}

.clearfix{
	clear: both;
}

.flex-equal > * {
	flex: 1 1 200px; /* 200px = Mindestbreite bevor Wrap einsetzt */
}

#documentUpload.collapse.show,
#repaymentArea.collapse.show {
	background-color: #f1f1f1;
	border-top: 0;
	border-radius:0.375rem;
	padding: 0.75rem;
	margin-top: -5px;
}

.claimMain .nav-tabs .nav-link{
	background-color: #f1f1f1;
	border-top: 0.2rem solid #696969;
	box-shadow: inset 0px -10px 15px -9px rgba(0, 0, 0, 0.05);
	color:#555;
	padding: 0.5rem 1.5rem;
}

.claimMain .nav-tabs .nav-item.show .nav-link,
.claimMain .nav-tabs .nav-link.active {
	background-color: #ff600f;
	border-color: #ff600f;
	color: #fff;
}

.claimMain .tab-content {
	background: #fff;
	border: 1px solid #ddd;
}

#toBeDoneClaims .card,
#doneClaims .card,
#toBeDoneSecurityDeposits .card,
#doneSecurityDeposits .card{
	margin-top: 1rem;
}

#toBeDoneClaims .badge,
#doneClaims .badge{
	font-size: 0.8rem;
}

#toBeDoneClaims .card:first-child,
#doneClaims .card:first-child{
	margin-top: 0;
}

@media (max-width: 575.98px) {
	.no-vh100{
		height: auto!important;
	}
}

.modal-body {
	padding: 20px;
}

.modal-footer {
	display: flex;
	justify-content: flex-end;
	padding: 1rem;
}

.vehicle-history {
	padding: 1rem;
	font-size: 14px;
}

.vehicle-title {
	font-size: 1.2rem;
	margin-bottom: 0.5rem;
}

.vehicle-history h3.vehicle-title {
	margin-top: 0;
}

.vehicle-vin {
	font-weight: normal;
	font-size: 0.95rem;
	color: #666;
}

.vehicle-history-headline {
	font-size: 1.1rem;
	margin-top: 1.5rem;
}

.vehicle-history-filters {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px solid #dedede;
	border-radius: 10px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.vehicle-history-filter-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
}

.vehicle-history-filter {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.vehicle-history-filter span {
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #5b5b5b;
}

.vehicle-history-filter input,
.vehicle-history-filter select {
	min-height: 40px;
	padding: 0.55rem 0.7rem;
}

.vehicle-history-filter input:focus,
.vehicle-history-filter select:focus {
	border-color: #ff600f;
	box-shadow: 0 0 0 2px rgba(255, 96, 15, 0.15);
}

.vehicle-history-filter .datepicker-wrapper input.datepicker{
	width: 100%;
}

.vehicle-history-filter-keyword {
	grid-column: span 1;
}

.vehicle-history-filter-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-top: 0.85rem;
}

.vehicle-history-filter-count {
	font-size: 0.85rem;
	color: #5c5c5c;
}

.vehicle-history-filter-reset {
	padding: 0.5rem 0.85rem;
	border: 1px solid #ff600f;
	border-radius: 0.2rem;
	background: #ff600f;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	cursor: pointer;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.vehicle-history-filter-reset:hover {
	background: #ffffff;
	color: #ff600f;
	border-color: #d8d8d8;
}

.vehicle-history-empty-state {
	margin: 1rem 0 0;
	padding: 0.9rem 1rem;
	border: 1px dashed #e5b088;
	border-radius: 10px;
	background: #fff7ef;
	color: #9a3412;
	font-size: 0.92rem;
}

.vehicle-history-timeline {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.vehicle-history-entry {
	border: 1px solid #d6d6d6;
	border-radius: 10px;
	background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
	box-shadow: 0 10px 24px rgba(26, 26, 26, 0.08);
	overflow: hidden;
}

.vehicle-history-entry-header {
	padding: 0.9rem 1rem;
	background: linear-gradient(180deg, #f7f7f7 0%, #efefef 100%);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	list-style: none;
	transition: background-color 0.22s ease, box-shadow 0.22s ease;
	width: 100%;
	border: 0;
	text-align: left;
	appearance: none;
}

.vehicle-history-entry-header:hover {
	background: linear-gradient(180deg, #f2f2f2 0%, #e9e9e9 100%);
}

.vehicle-history-entry-main {
	display: flex;
	flex-direction: column;
	min-width: 0;
	flex: 1;
}

.vehicle-history-entry-toggle {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.45rem 0.85rem;
	border-radius: 0.2rem;
	background: #ff600f;
	border: 1px solid #ff600f;
	color: #ffffff;
	font-size: 0.8rem;
	font-weight: 600;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	box-shadow: none;
	transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.vehicle-history-entry-toggle::after {
	content: "▾";
	font-size: 0.8rem;
	transition: transform 0.28s ease;
}

.vehicle-history-entry-header[aria-expanded="true"] {
	border-bottom: 1px solid #d6d6d6;
	background: linear-gradient(180deg, #f3f3f3 0%, #ebebeb 100%);
}

.vehicle-history-entry-header:hover .vehicle-history-entry-toggle {
	background: #ffffff;
	color: #ff600f;
	border-color: #ededed;
}

.vehicle-history-entry-header[aria-expanded="true"] .vehicle-history-entry-toggle::after {
	transform: rotate(180deg);
}

.vehicle-history-entry-body {
	padding: 0;
	background: #ffffff;
}

.vehicle-history-entry-body.collapsing {
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.vehicle-history-entry-body-inner {
	opacity: 0;
	transform: translateY(-8px);
	transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease;
}

.vehicle-history-entry-body.collapsing .vehicle-history-entry-body-inner,
.vehicle-history-entry-body.collapse.show .vehicle-history-entry-body-inner {
	opacity: 1;
	transform: translateY(0);
}

.vehicle-history-meta,
.vehicle-history-submeta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
}

.vehicle-history-meta {
	font-size: 0.95rem;
	color: #1f1f1f;
	margin-bottom: 0.35rem;
}

.vehicle-history-submeta {
	font-size: 0.8rem;
	color: #575757;
}

.vehicle-history-submeta span {
	display: inline-flex;
	align-items: center;
	padding: 0.2rem 0.45rem;
	border-radius: 0.2rem;
	background: #ececec;
	border: 1px solid #dddddd;
}

.vehicle-history-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.95rem;
}

.vehicle-history-table th,
.vehicle-history-table td {
	padding: 10px 12px;
	border: 1px solid #e4e4e4;
	text-align: left;
	vertical-align: top;
}

.vehicle-history-table thead th {
	background: #3b3b3b;
	color: #ffffff;
	font-size: 0.82rem;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.vehicle-history-table tbody tr:nth-child(odd) {
	background-color: #fafafa;
}

.vehicle-history-field {
	width: 22%;
	font-weight: 600;
	color: #1f1f1f;
	background: #f4f4f4;
}

.vehicle-history-value {
	display: inline-block;
	white-space: pre-wrap;
	word-break: break-word;
	color: #303030;
}

.vehicle-history-value-empty {
	color: #8d8d8d;
	font-style: italic;
}

.vehicle-history-value-block {
	margin: 0;
	padding: 0.65rem 0.75rem;
	border-radius: 6px;
	background: #2f2f2f;
	color: #f4f4f4;
	font-size: 0.82rem;
	line-height: 1.45;
	white-space: pre-wrap;
	word-break: break-word;
	max-height: 220px;
	overflow: auto;
}

.vehicle-history-debug {
	margin-top: 1rem;
	padding: 1rem;
	border: 1px dashed #e5b088;
	border-radius: 12px;
	background: #fffaf3;
}

.vehicle-history-debug h4 {
	margin: 0 0 0.75rem;
	font-size: 1rem;
	color: #7c2d12;
}

.vehicle-history-debug-summary {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.75rem;
}

.vehicle-history-debug-summary span {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
	border-radius: 0.2rem;
	background: #ffedd5;
	color: #9a3412;
	font-size: 0.82rem;
}

.vehicle-history-debug-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.82rem;
}

.vehicle-history-debug-table th,
.vehicle-history-debug-table td {
	padding: 8px 10px;
	border: 1px solid #fed7aa;
	text-align: left;
	vertical-align: top;
}

.vehicle-history-debug-table thead th {
	background: #ffedd5;
	color: #9a3412;
}

.vehicle-history-debug-error {
	margin-top: 0.3rem;
	color: #b91c1c;
	word-break: break-word;
}

@media (max-width: 768px) {
	.vehicle-history-filter-grid {
		grid-template-columns: 1fr;
	}

	.vehicle-history-filter-keyword {
		grid-column: span 1;
	}

	.vehicle-history-filter-toolbar {
		flex-direction: column;
		align-items: stretch;
	}

	.vehicle-history-entry-header {
		padding: 0.85rem;
		align-items: flex-start;
	}

	.vehicle-history-entry-toggle {
		margin-top: 0.1rem;
	}

	.vehicle-history-table,
	.vehicle-history-table thead,
	.vehicle-history-table tbody,
	.vehicle-history-table th,
	.vehicle-history-table td,
	.vehicle-history-table tr {
		display: block;
	}

	.vehicle-history-table thead {
		display: none;
	}

	.vehicle-history-table tr {
		padding: 0.8rem;
		border-top: 1px solid #e2e8f0;
	}

	.vehicle-history-table td {
		padding: 0.35rem 0;
		border: 0;
	}

	.vehicle-history-field {
		width: auto;
	}
}
