﻿@charset "utf-8";
/* Medi+Vital v1vCard STYLESHEET 1.0 */
/* 2016-10-25 by nv */

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Source Sans 3', Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background-color: #ffffff;
	border: none;
	
	color: #333333;	
	
	display: flex;
    justify-content: center;   /* horizontal */
    align-items: center;       /* vertikal */
}

body.centered {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

body.centered #wrapper {
    margin: 0;
}

a {
	color: #333333;
	
	text-decoration-style: dotted;
}

a:hover {
	color: #167e94;
}

p {
	margin: 8px 0px;
}

h1 {
	font-size: 14px;
	font-weight: 600;
	color: #167e94;
	
	margin: 70px 0px 0px;
}

h5 {
	margin: 8px 0;
	font-size: 1em;
	font-weight: bold;
}

div#wrapper {
	width: 90%;
    max-width: 600px;          /* vernünftige Desktop-Größe */
    padding: 40px 30px;
    box-sizing: border-box;
    background: white;         /* optional */
    box-shadow: 0 10px 30px rgba(0,0,0,0.08); /* optional */
    border-radius: 12px;       /* optional */
}



div#main {
	width: 100%;


	text-align: center;
	
}

#main img {
	width: 100%;
}
