@charset "UTF-8";
html {
background: url(../images/main-bg.jpg) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

body {
padding-top: 20px;
font-weight: 300;
font-size: 16px;
background: transparent;
}
.schatten {text-decoration:none;padding:2px 2px 6px 2px;text-align:center;background:#fff;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 3px 3px 2px -2px #666;-webkit-box-shadow: 3px 3px 2px -2px #666; box-shadow: 3px 3px 2px -2px #666;}

a, a:link, a:hover, a:visited { color:rgb(45,173,255);}
h1 {font-weight: 500;font-size: 40px;}
p { font-size:22px; }
.fs24 { font-size:24px; }
.fett { font-weight:700 }
.fett1 { font-weight:500 }
.transparent { background:rgba(255,255,255,0.8);padding:20px; }
.grau { background:rgba(6,6,6,0.6);padding:20px; }
.margin-h1 {margin: 40px 0;}
.weiss { color:rgb(255,255,255);}
.orange { color:rgb(255,120,0);}
.dblau{color:rgb(0,100,165);}
.hblau{color:rgb(45,173,255);}
.gruen{color:rgb(155,246,108);}
