body ul {
    font-family: calibri;
    list-style-type: none;
    padding: 0px 0px;
    text-align: left;
    color: #555;
    display: inline-block;
    height: 100%;
    /* position: relative; */
    top: 0;
    vertical-align: top;
    width: 100%;
    max-width: 190px;
    overflow: hidden;
}

body {
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    background: #eee;
}

.visitcard {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 5%;
    margin-right: 5%;
    border: 15px solid #ebebeb;
    bottom: 0;
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* right: 0; */
    bottom: 0;
    background: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e1e0+0,ffffff+53,e8eff2+100 */
    background: #e2e1e0; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e2e1e0 0%, #ffffff 53%, #e8eff2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e2e1e0 0%,#ffffff 53%,#e8eff2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e2e1e0 0%,#ffffff 53%,#e8eff2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e1e0', endColorstr='#e8eff2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-box-shadow: -2px 0px 43px -2px rgba(0,0,0,0.52);
    -moz-box-shadow: -2px 0px 43px -2px rgba(0,0,0,0.52);
    box-shadow: -2px 0px 43px -2px rgba(0,0,0,0.52);
}

.text {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.logo img {
    width: 40%;
    padding-top: 5%;
}

.intern {
    height: 20px;
    width: 100%;
    left: 0px;
    top: 0px;
}

.intern a {
    width: 100%;
    height: 100%;
    display: block;
}

.intern2 {
    display:none;
    height: 20px;
    width: 100%;
    left: 0px;
    bottom: 0px;
    background: #ebebeb;
}