@font-face {
  font-family: "fa";
  font-display: swap;
  src: url(../fonts/fa.woff2) format("woff2");
}



hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted #4183D7 !important;
  margin: 1em 0;
  padding: 0;
}



body{
  font-family: 'Roboto-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: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;
	  font-size: 22px;
	  margin-left: -10px;
	  margin-top: 66px;
	}
}

#boxes #dialog {
  width: 350px; 				/*** 450px ****************************/
  height:auto;
  padding:10px;
  background-color:#C0E8FB;		/*** #fafafa ****************************/
  
  
  font-size: 22px;
  margin-top: 33px;
  border: 4px solid #0D3040;
}

#boxes hr {
	border-top: 1px solid #0D3040;
}

.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: 30px;
  	text-align: center;
	color: #0D3040;
}

#boxes h4 {
	font-size: 24px;
  text-align: center;
  font-weight: bold;
}

#boxes p {
	font-size: 18px;
  	text-align: center;
  	color: #0D3040;
}

#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%;
}


#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;
}