/**
 * Theme Name: Immo
 * Template: oceanwp
 * ...other header fields
 */

.st0 {
    fill: #878787;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st1 {
    fill: #BCBCBC;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st2 {
    fill: #CFCFCF;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st3 {
    fill: #d4d4d4;
    stroke: #FFFFFF;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

/* Stil für die Scrollleiste */
.table-container::-webkit-scrollbar,
.table-container::-moz-scrollbar,
.table-container::-o-scrollbar,
.table-container::-ms-scrollbar {
    width: 10px; /* Breite der Scrollleiste */
}

/* Track (Hintergrund der Scrollleiste) */
.table-container::-webkit-scrollbar-track,
.table-container::-moz-scrollbar-track,
.table-container::-o-scrollbar-track,
.table-container::-ms-scrollbar-track {
    background-color: #f1f1f1; /* Hintergrundfarbe */
}

/* Griff (beweglicher Teil der Scrollleiste) */
.table-container::-webkit-scrollbar-thumb,
.table-container::-moz-scrollbar-thumb,
.table-container::-o-scrollbar-thumb,
.table-container::-ms-scrollbar-thumb {
    background-color: #888; /* Farbe des Griffes */
    border-radius: 5px; /* Abgerundete Ecken */
}

/* Griff bei Hover */
.table-container::-webkit-scrollbar-thumb:hover,
.table-container::-moz-scrollbar-thumb:hover,
.table-container::-o-scrollbar-thumb:hover,
.table-container::-ms-scrollbar-thumb:hover {
    background-color: #555; /* Farbe des Griffes beim Hover */
}
details {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
    transition: height 1s ease-in-out;
}

/* Stil für den Zusammenfassungstext */
summary {
	background-color: #f4f4f4;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	transition: background-color 0.3s ease;
}

summary::-webkit-details-marker {
	display: none;
}

/* Änderungen beim Öffnen und Schließen */
details[open] summary {
	background-color: #e5e5e5;
}

/* Stil für den Inhalt des <details> Elements */
details p {
	padding: 15px;
	margin: 0;
	border-top: 1px solid #ccc;
}
details summary h3{
	margin: 0px;
}
svg#Rheincity_Wohnungen g#EG{
	fill: #bcbcbc;
}
.highlight{
	fill: #98c432;
  	background: #98c432;
}
.reserved{
	fill: #ffb200;
  	background: #ffb200 !important;
}

.cls-1 {
	fill: #bcbcbc;
	stroke: #969696;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: .7px;
}

#STW-1 polygon,
#STW-2 polygon,
#STW-3 polygon,
#STW-4 polygon,
#STW-5 polygon,
#STW-1 use polygon,
#STW-2 use polygon,
#STW-3 use polygon,
#STW-4 use polygon,
#STW-5 use polygon {
    fill: #d4d4d4;
}
.details-visible{
	fill: #98c432;
	margin-right: 10px;
	margin-left: 5px;
}
details[open] summary svg {
	transform: rotate(90deg);
}
summary h3{
	font-weight: 400;
	display: flex;
	align-items: center;
}

.flat-table{
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 10px;
}
.flat-table thead {
	border-bottom: 2px solid #b3b3b3;
	font-size: 14px;
}
.flat-table a{
	color: #596244;
}
.flat-table a:hover{
	color: #FFFFFF;
}

td {
	white-space: nowrap;
}
svg {
	outline: none;
	-webkit-tap-highlight-color: transparent;
	user-select: none;
	touch-action: manipulation;
}
#tooltip {
  padding: 5px;
  right: 10px;
  top: 10px;
  line-height: 15px;
}
#mail {
	fill: #596244;
}
#mail:hover {
	fill: #ffffff;
}
.mail-icon{
	padding-bottom: 0px;
	padding-top: 6px;
}

*:focus {
    outline: none;
}
footer a {
	color: #ffffff;
}
a {
	color: #7A7A7A;
}
a:active, a:focus {
outline: 0 !important;
-moz-outline-style: none !important;
}

.properties-list {
    list-style: none;
    font-size: 18px;
    padding: 0;
    margin: 0;
}

.properties-list li {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-top: 1px solid #ccc;
}

.properties-list li:first-child {
    border-top: none;
}

.properties-list li:last-child {
    border-bottom: none;
}

.properties-list .list-icon {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
tr[status="reserved"] {
    background-color: #ffebcc; 
}

@media only screen and (max-width: 600px) {
	#tooltip {
		right: 10px;
  		top: -50px;
	}
	.properties-list li:first-child {
    	border-top: 1px solid #ccc;
	}
} 