@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

html, body {
	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:95%;
    line-height:150%;
}

h1 {
	font-size:28px;
    margin-bottom:10px;
}

h2 {
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
}

h2[aria-hidden="true"] {
    display:none;
}

h3 {
    margin-bottom: 5px;
	font-size:14.5px;
}

ul, address {
	margin-left:15px;
	margin-bottom:15px;
}

ul li {
    line-height: 130%;
}

ul li + li {
    margin-top:5px;
}

address {
    margin-left:0;
	font-style: normal;
}

#wrapper {
	position:fixed;
	width:100%; height:100%;
	overflow-y: auto;
	padding-bottom: 20px;
}

div.box-style {
	position:absolute;
	top:0; left:0;
	width:100%; height:auto; min-height:320px;
	padding:15px 15px 20px;
	background-color:#fff;
}	

div.info {
	position:absolute;
	bottom:10px; right:15px;
	z-index:2;
}

	div.info a {
		color:#000;
	}
	
	div.info a:hover {
		text-decoration:none;
	}
	
	div.info a + a {
		margin-left:10px;
	}

div#profession {
	width:100%;
	margin:0 0 15px 0;
	padding:3px 0;
	border-bottom:1px dotted #60b5d3;
	border-top:1px dotted #60b5d3;
}
	
	div#profession h1,
	div#profession h2,
	div#profession span {
		margin-bottom:0;
		display:inline-block;
		text-align:left;
		color:#000;
		text-shadow:none;
		font-size:95%;
        font-weight: normal;
	}
	
img {
	margin-bottom:10px;
}

img.img-responsive {
	width:100%; max-width:479px; height:auto;
}

p {
	margin-bottom:15px;
}

p.grau {
	color:#666;
}	

@media (max-width: 480px) {
	div.info {
		bottom:10px; right:10px;
	}
}	

@media (min-width: 481px) {
	div.box-style {
		top:15%; left:50%;
		width:70%; height:auto; min-height:50%;
		margin:0 0 0 -35%;
        box-shadow:0 0 10px rgba(0,0,0,.5);
        -moz-box-shadow:0 0 10px rgba(0,0,0,.5);
        -webkit-box-shadow:0 0 10px rgba(0,0,0,.5);
	}
}		

@media (min-width: 768px) {
	div.box-style {
		top:15%; left:50%;
		width:60%; height:auto; min-height:50%;
		margin:0 0 0 -30%;
	}
}		

@media (min-width: 1024px) {
	div.box-style {
		top:15%; left:50%;
		width:50%; height:auto; min-height:50%;
		margin:0 0 0 -25%;
	}
}

@media (min-width: 1300px) {
	div.box-style {
		top:15%; left:50%;
		width:40%; height:auto; min-height:50%;
		margin:0 0 0 -20%;
	}
}

