/* 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;
}


/** clearfix **/
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


/** Custom Styles **/

.content {
    margin: 40px auto 30px auto;
    width: 320px;
    text-align: center;
    color: #333333;
    font-family: 'EB Garamond', serif;;
    line-height: 1.3;

}

a,
a:visited,
a:active {
    color: #333333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
    display: inline-block;
    text-align: center;
    width: 208px;
}

.logo img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 18px;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 800;
}

.info,
.references,
.contact,
.footer{
    margin-top: 40px;
}

.references {
    display: none;
}

.references .logo-client {
    display: inline-block;
    width: 90px;
    height: auto;
    margin-left: 20px;
}

.references .logo-client:first-child {
    margin-left: 0px;
}

.references .logo-client img{
    width: 100%;
    height: auto;
}

.contact {

}

.footer {

}

.content.imprint {
    /*text-align: left;*/
}

.content.imprint .info {
    text-align: left;
}



/** tv **/
#screen {
    background-color: #333333;
}
#screen img{
    position: absolute;
    top:400px;
    left: 50%;
    margin-left:-300px;
    width: 600px;
    height: auto;
}




