@charset "US-ASCII";

close-btn
{ 
	position: absolute; 
} 

h1, h1 a {font:normal 700 22px/28px "Raleway", sans-serif !important; letter-spacing: 2px !important; text-transform: capitalize !important; color: #000000 !important;  } 

.close-btn a 
{ 
	font-size: 30px; 
	color: #f7f7f7; 
	position: absolute; 
	top: 6px;
	right: 6px;  
  width: 33px; 
  height: 33px;
	background: #ff2626; 
  text-align: center; 
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #666;
  text-indent: 1px;
}

.favourite-on
{
	/*
	background: #ff2626 !important;
	*/
	background: rgba(255, 0, 0, 0.6) !important;
	color: #ffffff !important;
}

.fav-overlay
{
  position: absolute;
  top:5px;
  left:40%;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.fav-loader
{
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

.msg-overlay
{
  position: absolute;
  top:7px;
  width: 100%;
  height: 100%;
  opacity: .8;
}

.msg-loader
{
  position: absolute;
  top:20%;
  left:45%;
	border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

ul.highlights
{
  list-style-type: none;
}

ul.highlights li::before
{
  content: "\1F44D";
  margin-right: 10px;
}

 ul.highlights li 
{
  margin-bottom: 12px  !important;
}

.sold-stamp 
{
	position: absolute;
	top: 80px;
	right: 30px;
	transform: rotate(30deg);
	font-size: 3em;
	color: rgba(255, 0, 0, 0.3); /* Halbtransparentes Rot */
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.5); /* Outline */
	-webkit-text-fill-color: rgba(255, 0, 0, 0.3); /* Halbtransparentes Rot */
	pointer-events: none; /* Damit der Stempel keine Interaktionen blockiert */
	z-index: 1;
	white-space: nowrap; /* Verhindert, dass der Text umbricht */
}





