/*!
 * CSS Anpassungen zu Bootstrap
 */

@font-face { font-family: 'Anton';
             src: url('/fonts/anton-regular.ttf') format('truetype'); }
             
.container {background: white;}

body { background:#c3c3c3 top left repeat; margin:0; padding:0; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; color:#444;}

.container {
    padding-right: 3.5rem!important;
    padding-left: 3.5rem!important;
    }
    


.modal-dialog {
    max-width: 800px;
    margin: 1.75rem auto;
}


h1, h2, h3, h4, h5 {font-family: 'anton'; }
a {color:black!important;}
img { border:none;}
.clear { clear:both;}

.logo-img {padding-top: 0px; text-align: right;}

#vcard { margin:30px auto; text-align:left; position:relative; box-shadow:8px 8px 7px #333;}

.small {font-size: 11px; line-height: 13px; display: block; }

#vcard .nextpage {font-size:46px; color:#595959; width:60px; float:right; cursor:pointer; display:block; text-align: right;}
#vcard .back {font-size:46px; color:#595959; width:60px; float:left; cursor:pointer; display:block; text-align:left;}

.btn-link {color:black!important; font-size: 10px!important; padding:0px!important;}

.blank50 {height: 50px;}
