body {
    background-color: #000;
}

.show-eu, .show-at, .show-bayern, .show-cz, .show-de {
    display: none;
}

.vcard {
    margin: 0 auto;
    width: 1280px;
    height: 852px;
    background: #ddd url(../images/background.png);
    overflow: hidden;
}

.page {
    margin: 0 auto;
    width: 1200px;
    height: auto;
    background: #ddd url(../images/background2.png) no-repeat bottom;
    padding: 0 40px 10px 40px;
}

.photo {
    display: none;
}
.fn.n {
    font-family: bigsmalls-bold-1,bigsmalls-bold-2,Tahoma,Helvetica,Verdana,sans-serif;
    color: #000000;
    display: inline-block;
    font-size: 45pt;
    margin: 80px auto 0 110px;
    text-decoration: none;
    text-transform: capitalize;
}
.honorific-prefix, .honorific-suffix {
    display: inline;
    text-transform: capitalize;
    font-size: 30pt;
}
#card-line {
    border-top: 1px solid #CCCCCC;
    font-size: 1px;
    margin: 20px auto 20px 70px;
    width: 800px;
}

#card-info {
    display: block;
    font-size: 14pt;
    margin-bottom: 0;
    margin-left: 170px;
    margin-top: 0;
}
#card-info > a {
    text-decoration: none;
    color: #000;
}
#card-info > a:hover {
    text-decoration: underline;
}

.tel > .type {
    display: none;
}

#contact-info {
    margin-top: 50px;
}

#contact-info, #publication-list {
    margin-left: 10px;
    margin-right: 10px;
}
#contact-info a {
    padding-left: 60px;
    padding-top: 3px;
    padding-bottom: 2px;
    /*display: block;*/
    font-size: 14pt;
    color: #000000;
    text-decoration: none;
}
#contact-info div.item:hover {
    text-decoration: none;
    background-color: #a3a3a3;
}
#contact-info a img {
    border: none;
    vertical-align: middle;
}

#contact-info a img.logo {
    width: 32px;
    height: 32px; 
}

.publication {
    margin-bottom: 10px;
}
.publication > a {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.publication > a:hover {
    text-decoration: underline;
}
.publication > .info {
    font-style: italic;
    margin-left: 20px;
    display: none;
}

#footer {
    font-family: sans-serif;
    font-size: 10px;
    margin-top: 50px;
    text-align: center;
}
#footer > a {
    /*display: inline-block;*/
    margin-bottom: 5px;
    font-size: 10pt;
    text-decoration: none;
    color: blue;
    background: none;
}
#footer > a:hover {
    text-decoration: underline;
    background: none;
}
#footer > a > img {
    border: none;
    vertical-align: bottom;
    width: 16px;
    height: 16px;
}

#bottom {
    margin-top: 10px;
    text-align: center;
    font-size: 10pt;
    color: white;
}
*[property="honorificPrefix"], *[property="honorificSuffix"] {
  display: none;
}
