@font-face {
    font-family: 'VAGRundschriftD';
    src: url('/public/eot/vag.eot');
    src: url('/public/eot/vag.eot?#iefix') format('embedded-opentype'),
         url('/public/woff/vag.woff') format('woff'),
         url('/public/ttf/vag.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 auto 30px;
    text-align: center;
    font: normal 100% Arial, sans-serif;
}

body.home {
    width: 350px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1,h2 {
    font-weight: normal;
}

.blue {
    color: #c3d4f0;
}

.grey {
    color: #b2b2b2;
}

.orange {
    color: #ff9e06;
}

.vag {
    font: normal 100% 'VAGRundschriftD';
}

h1.title {
    margin-top: 6px;
    position: relative;
    right: 4px;
}

h1.title a:hover {
    text-decoration: none;
}

h1.title span {
    font-size: 5.55em;
    letter-spacing: 0.05em;
}

h2.tagline {
    text-transform: lowercase;
    font-size: .88em;
    position: relative;
    top: -10px;
    left: 86px;
}

form {
    background: #c3d4f0;
    padding: 20px 0;
    margin: 20px 0 0 0;
    border-radius-top-left: 8px;
    border-radius-bottom-right: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
}

form input[type=text] {
    height: 20px;
    width: 310px;
    padding: 3px;
    border: 1px solid #b2b2b2;
    font-size: 1.1em;
    text-align: center;
}

form input[type=text]:focus::-webkit-input-placeholder {
    color: #e3dede;
}

form div.keyword {
    margin: 16px 0 0 16px;
    display: none;
    color: #5e5e5e;
}

form div.keyword p {
    text-align: left;
}

form div.keyword input[type=text] {
    width: 214px;
    text-align: left;
}

form div.keyword span.prefix {
    font-size: .88em;
}

form div.keyword p.rules {
    width: 214px;
    margin: 4px 0 0 98px;
    font-size: .625em;
    line-height: 1.375em;
}

form button[name=keyword] {
    background: #ff9e06;
    margin: 10px 0 0;
    display: inline-block;
    padding: 5px 15px 4px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: .75em;
    cursor: pointer;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
}

form button[type=submit] {
    margin-top: 16px;
    padding: 2px 4px 1px;
    font-size: 1.125em;
}

#preloader {
    margin-top: 25px;
}

#response {
    margin-top: 32px;
}

#response.done a.link {
    width: 100%;
    font-size: 2.5em;
    position: relative;
    white-space: nowrap;
}

#response.done p {
    margin-bottom: 8px;
}

#response.fail {
    color: #f00;
    font-weight: bold;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 100%;
    text-align: center;
    font-size: .81em;
}

footer ul {
    display: inline-block;
}

footer li {
    margin: 0 16px 0 0;
    float: left;
    list-style-type: none;
}

#static {
    width: 600px;
    margin: 40px auto 0;
    text-align: left;
}

#static h2 {
    margin-top: 30px;
}

#static h2,
#static h3,
#static p,
#static ul {
    margin-bottom: 15px;
}

body.bookmarklet h1.title {
    font-size: 0.81em;
}

body.bookmarklet h2.tagline {
    left: 52px;
}

body.bookmarklet form {
    background: #fff;
}

body.bookmarklet footer {
    display: none;
}

body.bookmarklet #response {
    margin-top: 0px;
}
