@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2");
}

.table-shadow {
	background-color: #ffffcc !important;
	border-radius: 11px;
	box-shadow: 4px 4px 15px #ccc;
	width: 94%;
	margin: 11px;
	border: 1px solid #CF0C98;
    text-align: center;
		
}
.table-shadow td {
	padding: 8px 0px 8px 16px;
	margin-bottom: 93px;
	font-size: 16px;
}
.table {
	width: 100%;
}


body{
  font-family: 'OpenSans-Regular', sans-serif;
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:rgba(0, 0, 0, 0.7);
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:200px !important;
  width:180px;
  height:200px;
  display:none;									
  
  z-index:9999;
  padding:20px;
  border-radius: 50%;
  text-align: center;
		box---shadow: 4px 4px 15px #000;
}

@media screen and (max-width: 467px) {			/*** NEU ***************************/

	#boxes #dialog {
	  width: 90% !important; 				/*** 450px ****************************/
	  height:auto;
	  padding:2px;
	  background-color:#ffffff;
	  font-size: 22px;
	  margin-left: -10px;
	  margin-top: 66px;
	}
}

#boxes #dialog {
  width: 300px; 				/*** 450px ****************************/
  height: 300px;                 /*** auto ****************************/
  padding:15px;
  background-color:#F7EAD2;
  
  font-size: 22px;
  margin-top: 33px;
  border: 5px solid #B0232B;
}

#boxes hr {
	border-top: 1px solid #B0232B;
}

.maintext{
	text-align: center;
  text-decoration: none;
}

body{
  back-----ground: url('https://www.toptal.com/designers/subtlepatterns/patterns/memphis-colorful.png');
}
#lorem{
	font-size: 18px;
  text-align: left;
  line-height: 24px;
}

#boxes h2 {
	font-size: 24px;
  text-align: center;
	color: #CD1719
;
}

#boxes h3 {
	font-size: 18px;
  text-align: center;
	color: #B0232B;
}

#boxes h4 {
	font-size: 24px;
  text-align: center;
	color: #B0232B;
}

#boxes p {
	font-size: 18px;
  	text-align: center;
  	color: #1d1d1b;
}

#boxes img {
  margin: 0 auto;
  width: 120px;
  horizontal-align: center;

	}

#boxes .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#boxes .center img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 180px;				/*** 50% **************************/
}

#boxes #dialog img {
	width: 80px;

}

#popupfoot{
	font-size: 22px;
  padding: 10px 20px;
}
#popupfoot a{
	text-decoration: none;
}
.agree:hover{
  background-color: #D1D1d1;
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{	
	color: red;
}
#popupfoot a.close.agree {
    position: absolute;
    color: #000;
    background: transparent !important;
    top: 12px;
    right: 90px;
}
#popupfoot a.agree {
    background: #000;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
}