@font-face {
  font-family: "OpenSans-Regular";
  font-display: swap;
  src: url(../fonts/OpenSans-Regular.woff2) format("woff2");
}



body{
  font-family: 'OpenSans-Regular', sans-serif;
}

#boxes .table-shadow {
	background-color: #ffffcc !important;
	border-radius: 11px;
	box-shadow: 4px 4px 15px #ccc;
	width: 94%;
	margin: 11px;
	bo---rder: 1px solid #B03234;
		
}
#boxes .table-shadow td {
	padding: 8px 0px 8px 16px;
	margin-bottom: 13px;
	font-size: 16px;
}
#boxes .table {
	width: 100%;
}


#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:0;
  width:350px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  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;
		background----image:linear-gradient(0deg,  #ffffff 0%, #555555 0%);	  
	  font-size: 22px;
	  margin-left: -10px;
	  margin-top: 66px;
	}
}

#boxes #dialog {
  width: 500px; 				/*** 450px ****************************/
  height:auto;
  padding:10px;
  background-color:#fafafa;
	background-----image:linear-gradient(180deg, #ffffff 0%, #F9CA44 70%);	  
  
  
  font-size: 22px;
  margin-top: 33px;
  bo----rder: 4px solid #B03234;
}

#boxes hr {
	border-top: 1px solid #B03234;
}


/*------- box animiert -----------------------------------------------------------
-------------------------------------------------------------------*/

#boxes #dialog { background-image: repeating-linear-gradient(-60deg, #FF0000, #FF0000 5px, transparent 5px, transparent 10px, #FF0000 10px), repeating-linear-gradient(30deg, #FF0000, #FF0000 5px, transparent 5px, transparent 10px, #FF0000 10px), repeating-linear-gradient(120deg, #FF0000, #FF0000 5px, transparent 5px, transparent 10px, #FF0000 10px), repeating-linear-gradient(210deg, #FF0000, #FF0000 5px, transparent 5px, transparent 10px, #FF0000 10px); 
	background-size: 4px calc(100% + 20px), calc(100% + 20px) 4px, 4px calc(100% + 20px) , calc(100% + 20px) 4px; background-position: 0 0, 0 0, 100% 0, 0 100%; 
	background-repeat: no-repeat; animation: borderAnimation 1s infinite linear; }

@keyframes borderAnimation { from { background-position: 0 0, -20px 0, 100% -20px, 0 100%; } to { background-position: 0 -20px, 0 0, 100% 0, -20px 100%; } }

.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 h3 {
	font-size: 24px;
  text-align: center;
	color: #B03234;
}

#boxes h4 {
	font-size: 24px;
  text-align: center;
  font-weight: bold;
}

#boxes p {
	font-size: 18px;
  	text-align: center;
  	color: #444;
}

#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: 50%;
}

#boxes .ready-btn {
	margin-top: 0px;
}

#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: 10px;
    right: 20px;
}
#popupfoot a.agree {
    background: #000;
    padding: 6px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 22px;
}