html,body { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.maincont { width: 100%; height: 100%; background-color: black; text-align: center; color: #ffffff; position: relative; }
.maincont::before { background-image: url('../img/indexfull.jpg'); background-repeat: no-repeat; background-position: center center; background-size: cover; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; content: ""; opacity: 0.3; }
.maincont .action { position: absolute; top: 45%; margin-top: -187px; width: 960px; left: 50%; margin-left: -480px; }
.maincont h1 { font-size: 59px; text-shadow: 0px 2px 0px rgba(0,0,0,0.2); letter-spacing: -5px; margin: 0px; padding: 30px 0px 0px 0px; line-height: 59px; }
.maincont h2 { font-size: 34px; text-shadow: 0px 2px 0px rgba(0,0,0,0.2); letter-spacing: -3px; margin: 0px; padding: 0px; line-height: 34px; }
.loginbutton { position: absolute; top: 0px; right: 20px; }
.langselector { position: absolute; top: 10px; left: 10px; padding: 4px 8px; background-color: rgba(0,0,0,0.5); border-radius: 3px; color: #ffffff; font-size: 11px; font-weight: bold; }
.langselector a { padding: 0px 3px; }
.copyright { font-size: 10px; position: absolute; width: 400px; left: 50%; margin-left: -200px; bottom: 10px; color: rgba(255,255,255,0.5); }
.copyright a:hover { color: #ffffff; }