body {
	font-family: 'EB Garamond', serif;
	font-weight:500;
	background: lightgray url('twijntje-fonds-low.webp');
	background-size:cover;
	background-position:bottom;
}
img.cover {
	position:fixed;
	bottom:0px;
	left:0px;
	object-fit:cover;
	object-position:bottom;
	width:100%;
	height:100%;
}
div.aktie a {
	color:white;
	font-size: 2em;

}
div.footer {
	right:0px;
	bottom:0px;
	position:absolute;
	z-index:-5;
}
div.aktie > * {
	flex:1 0 auto;
	margin:.5em;
	margin:.5em;
}
div.aktie {
	display:flex;
	position:absolute;
	bottom:50px;
	left:0px;
	width:100%;
	color:white;
	border:1px solid gray;
	background-color:rgba(128,128,128,.5);
	 align-items: center;
	   justify-content: space-around;
	   flex-direction:row;
	    flex-wrap: wrap;
}
h1.head {
	position:absolute;
	top:10px;
	left:10px;
	font-size: 4vw;
	color:white;
	border:1px solid gray;
	background-color:rgba(128,128,128,.5);
	padding:5px;

}
@font-face {
	 font-family: 'EB Garamond';
	 font-style: normal;
	font-weight: 500;
	src: url(../fonts/garamond.woff2) format('woff2'), url(../fonts/garamond.woff) format('woff'), url(../fonts/garamond.ttf) format('truetype');
}



/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  justify-content:center;
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  width: 320px;
  box-sizing: content-box;
border-color:rgba(0,0,0,.5);
background-color:rgba(255,255,255,.5);
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.Btn {
	display:block;
	width:100%;
	text-decoration:underline;
	text-align:center;
font-size: 2em;
padding:15px;
 cursor:pointer;
     color: white;
         border: 1px solid gray;
	     background-color: rgba(128,128,128,.5);
}
#qr {
	display:flex;
	justify-content:center;
}


div.banner {
  display: flex;
  justify-content: center;
}

div.banner img {
  width: 60%;
  max-height:90%;
  max-width:1200px;
  min-width:800px;
    object-fit: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media  (max-width: 842px) {
  div.banner img {
  width: 95%;
  min-width:95%;
  max-width:95%;
  }
}
