a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  width:100%;
  -ms-interpolation-mode: bicubic;
}
/*----------------------------------------allgemein-----------------------------------*/

header {
  padding-top:1%;
  clear:both;
  
  }

.clear {
  clear:both;
  
  }
  #bg_img {
	position: absolute; 
  	top: 0; 
  	left: 0; 
  	right: 0; 
  	bottom: 0; 
  	margin: auto; 
  	min-width: 50%;
  	min-height: 50%;
			}
#bg-mobile {
	position: fixed; 
  	top: 0; 
  	left: 0;
	margin-top:0; 
 	width: 100%; 
  	height: 100%;
	z-index:-500;
			}
 #bg-mobile_img {
	position: absolute; 
  	top: 0; 
  	left: 0; 
  	right: 0; 
  	bottom: 0; 
  	margin: auto; 
  	min-width: 50%;
  	min-height: 50%;
			}
#bg {
	position: fixed; 
  	top: 0; 
  	left: 0;
	margin-top:0; 
 	width: 100%; 
  	height: 100%;
	z-index:-500;
			}
.links
	{
	 float: left;
	margin-left:5%;
	margin-top: 5%;
		
	}
.links-mobile
	{
	 float: left;
	margin-left:5%;
	margin-top: 10%;
		
	}
h1 {
  font-family: Arial, Verdana,sans serif ;
  font-weight: 100;
  letter-spacing:0.3em;
  font-size: 200%;
  
}
h2 {
  font-family: Arial, Verdana,sans serif;
  font-weight: 600;
  letter-spacing:0.2em;
	font-size: 120%;
}
.copy {
	 text-align: left;
    font-family: Arial, Verdana,sans serif ;
	font-size: 120%;
     font-weight: 200;
     letter-spacing:0.2em;
     line-height: 1.4em;
  text-decoration: none;
  font-color: #000000;
}
a.copy {
	 text-align: left;
    font-family: Arial, Verdana,sans serif ;
	font-size: 120%;
     font-weight: 200;
     letter-spacing:0.2em;
     line-height: 1.4em;
  text-decoration: none;
  color: #000000;
}
a.copy:hover, a.copy:active {
  text-decoration: none;
  color: ##471C5F;
		-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;

}
