@font-face {
   font-family: Rounded-L;
   src: url('../wf/rounded-l-mplus-1c-light.ttf') format("truetype");
}
@charset "utf-8";
/* CSS Document */

*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border: 0 none;position: relative;}
 
html {
  background: url(../engei_club/engei_img/schwarze_madonna_caption.jpg) no-repeat 50% fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: Rounded-L;
  font-weight: 100;
  overflow-y: scroll;
}
body {
	width: 100%;
	min-height: 100%;
	background: inherit;
	overflow: hidden;
	font-family: "Rounded-L";
}
article {
	background: inherit;
	position: relative;
	/*  width: 60%;  */
	width: 440px;
	margin: 10vh 10vh 5vh auto;
	border-radius: 15px;
	border: 10px solid rgba(255,255,255,.15);
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
	z-index: 5;
	font-size: 1.3rem;
	color: #FFF;
}
article:before {
  content: '';
  position: absolute;
  top: 0; left:0; right:0; bottom:0;
  background: inherit;
  filter: blur(5px);
  -webkit-filter: blur(6px);
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: url(#blur);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}
 
svg {
  height:0;
  width: 0;
  position: absolute;
}

.text {
	font-family: "Rounded-L M+ 1p regular";
	font-size:1.3 rem;
}
a:link {
	color: #ffffff;
}
a:hover img{
    opacity:0.5;
    -moz-opacity:0.5;
    filter:alpha(opacity = 50);
}

box1 {
	width: 300px;
	float: right;
}