/* Copyright touch5 internetagentur */

/* Layout helpers for the Visitenkarte on index3.html */
body { background:#FFFFFF; margin:0;	font-family: Arial, Helvetica, sans-serif;
}
.datebar { border-top: 1px dashed #999999;border-bottom: 1px dashed #999999; background:#FFFFFF; padding:4px 10px; }
.line { border-top:1px solid #CC0000;border-bottom: 1px solid #CC0000;  width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: inherit; }
.container { max-width:760px;  padding:0 20px; margin-left: auto;margin-right: auto;margin-top: 40px;margin-bottom: 80px;display: flex;
    flex-wrap: inherit; }
.logo { display:block; margin:20px auto; }
.card { border:1px solid #eee; padding:24px; }
.bodyText p { margin:0 0 12px; }
.hws { font-weight:bold; color:#333; }
.contact h3 { margin:16px 0 6px; font-size:14px; color:#333; }
.footer { max-width:760px; margin:30px auto 40px; padding:10px 20px; border-top:1px solid #eee; display:flex; gap:16px; justify-content:center; font-size:18px; }
.footer a { color:#CC0000; text-decoration:none; }
.footer a:hover { color:#999999; }



/* Increase base font size for main content */
.bodyText { font-size:1rem; line-height:1.8rem; width: initial !important;}
