/* Buchungsmodul */
	
/* Quickbox */


.d21-quickbook .d21-container-view {
	background-color: rgba(82, 12, 12, 1.0) !important;
	background-color: var(--text-color-wine, white) !important;
	width: calc(100%) !important;
	color: var(--text-color, white) !important;
	border-color: var(--text-color-gold, white) !important;
}

.d21-content {
	color: var(--text-color, white) !important;	
}

.d21-primary .d21-content {
	color: var(--text-color-wine, white) !important;
}

.d21-container-view .d21-divider-vertical, .d21-divider-horizontal {
	background-color: var(--text-color-gold) !important;
}

.d21-widget .tw-d21-text-text {
  color: var(--text-color-gold, white) !important;
}

.d21-widget .\!tw-d21-text-description {
  color: var(--text-color-gold, white) !important;
}

/*
.flexed { 
  display: flex; 
  flex-direction: row-reverse; 	
	padding-top: 10%;	
}

*/



