.inplayquotes-quote { 
	font-family: "georgia", serif; font-size:20px; letter-spacing: -1px; text-transform: lowercase; color:var(--hell) !important;text-align: center; }
		.ip-quotes-pop { 
			position: fixed; 
			top: 0; 
			right: 0; 
			bottom: 0; 
			left: 0; 
			background: hsla(0, 0%, 0%, 0.5); 
			z-index: 1; 
			opacity:0; 
			-webkit-transition: .5s ease-in-out; 
			-moz-transition: .5s ease-in-out; 
			transition: .5s ease-in-out; 
			 pointer-events: none; 
		 } 
				
		.ip-quotes-pop:target { 
			opacity:1;
			pointer-events: auto; 
		} 
				
		.ip-quotes-pop > .ip-quotes-popup { 
			background: transparent; 
			width: 450px; 
			position: relative; 
			margin: 10% auto; 
			padding: 25px; 
			z-index: 1; 
		} 
				
		.closepop { 
			 position: absolute; 
			right: -5px; 
			top:-5px; 
			width: 100%; 
			height: 100%; 
			z-index:0; 
		}

.index-ipquote {
	width:1098px;
	height:100px;
	position:absolute;
	border:1px solid #3c3c3c;
	background-color:var(--background1-transparent);
	margin:0px 0px 0px 0px;
}

.ipquote-text {
	width:130px;
	height:50px;
	padding:40px 10px 10px 10px;
	background-color:var(--background1-transparent);
	text-align:center;
	line-height:16px;
}

.ipquote-text span {
	font-family: 'Teko', sans-serif;
	font-size:30px;
	color:var(--farbe1);
	text-transform:uppercase;
	font-weight:500;
	margin-top:0px;
}

.ipquote-quote {
	width:958px;
	padding:10px;
	height:78px;
	color:var(--hell);
	font-size:14px;
	text-align:justify;
}

.ipquote-quote-scroll {width:948px;height:78px;overflow:auto;padding:0px 10px 0px 0px;}
.ipquote-quote-scroll::-webkit-scrollbar {width: 1px;background: transparent;} 
.ipquote-quote-scroll::-webkit-scrollbar {width: 3px;}
.ipquote-quote-scroll::-webkit-scrollbar-thumb {background-color: var(--farbe1);}
.ipquote-quote-scroll::-webkit-scrollbar-track {background-color: var(--background1-transparent);border:1px solid #212121;} 