/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 12px/16px Georgia,serif;
    text-align: center;
}

.box {
    margin: 10em auto 0;
    width: 80%;
}

.box .url {
    font-size: 10vw;
    display: block;
    line-height: 2em;
}

.longUrl .box .url {
    font-size: 7vw;
}

body.unolstanig {
    font-family: Arial,Helvetica,Geneva,Tahoma,sans-serif;
}

body.unolstanig .box .urlBACK {
    text-indent: -9999em;
    height: 0;
    overflow: hidden;
    padding: 0 0 20%;
    background: url("unolstanig.png") no-repeat 50% 50% / 100% auto;
}

body.unolstanig .box .url {
    color: rgba(252, 252, 252, 0.9);
    -moz-text-shadow: 0 0 3px #fcfcfc, 0 0 0 #000, 0 0 3px #ffffff;
    -webkit-shadow: 0 0 3px #fcfcfc, 0 0 0 #000, 0 0 3px #ffffff;
    text-shadow: 0 0 3px #fcfcfc, 0 0 0 #000, 0 0 3px #ffffff;
    font-weight: bold;
}

::-moz-selection { background: #5af; color: #fff; text-shadow: none; }
::selection { background: #5af; color: #fff; text-shadow: none; }

body.unolstanig .box .url .show {
    opacity: 0;
    transition: opacity 1s;
}
body.unolstanig .box:hover .url .show {
    opacity: 1;
}
body.unolstanig .box .url .hide {
    opacity: 1;
    transition: opacity 1s;
}
body.unolstanig .box:hover .url .hide {
    opacity: 0;
}
body.unolstanig .box .url .overlay {
    display: inline-block;
}
body.unolstanig .box .url .overlay:after {
    content:'a';
}
body.unolstanig .box .url .overlay .show {
    position: absolute;
}

body.flaemmchen .box .url:before {
    content: '';
    display: block;
    margin-bottom: -0.3em;
    height: 2em;
    background: url("flaemmchen.png") no-repeat 50% 50% / auto 100%;
}

.box .credits {
    display: block;
    line-height: 2em;
    color: #ddd;
}