* {
	font-family: 'Muli', sans-serif;
	transition:.3s all;
}
body {
	background-color:#fff;
	background-image: url(../img/bg.jpg);
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.content {

	width:100%;
	height:100vh;
	position:relative;
}

.content a {
	color:#222;
}
#logo {
	margin:0 auto;
	padding-top:5%;
	max-width:150px;
	display:block;
}

.container {
	max-width:1100px;
}

.infobox {
	padding:20px;
	background:rgba(255,255,255, 0.71);
	-webkit-box-shadow: 0px 0px 56px -4px rgba(0,0,0,0.19);
-moz-box-shadow: 0px 0px 56px -4px rgba(0,0,0,0.19);
box-shadow: 0px 0px 56px -4px rgba(0,0,0,0.19);
	border-radius:7px;
	margin-top:60px;
}

.infobox h1 {
	color:#222;
	font-size:1.5em;
	line-height:1.5em;
	font-weight:300;
	margin-top:0;
}

.infobox hr {
	border-top: 1px solid rgba(0,0,0,.05);
}

.infobox h2 {
	color:#009bd5;
	font-weight:600;
	letter-spacing:.7px;
	font-size:1.2em;
	margin-top:0;
	border-bottom:1px dotted #009bd5;
	display:inline-block;
}

.infobox ul {
	list-style:none;
	padding-left:0;
	margin-bottom:15px;
}

.infobox ul > li {
	margin-bottom:5px;
	color:#333;
	line-height:1.4em;
	font-weight:600;
	font-size:.9em;
}

.btn-route {
	padding:5px 20px;
	background-color:#009bd5;
	border-radius:20px;
	color:#fff!important;
	font-weight:600;
	font-size:.8em;
	transition:.3s all;
}

.btn-route:hover {
	text-decoration:none;
	color:#fff;
	transition:.3s all;
	opacity:.7;
}

.termin {
	text-align:center;
	padding:20px 0px;
}

.termin h2 {
	color: #009bd5;
    font-weight: 600;
    letter-spacing: .7px;
    font-size: 1.2em;
    margin-top: 30px;
    border-bottom: 1px dotted #009bd5;
    display:inline-block;
}

.termin a {
	font-size: 1.7em;
	font-weight:300;
	display:block;
	color:#222;
}

.termin a:hover {
	text-decoration:none;
	color:#222;
}

.footer {
	padding-top:80px;
}

.footer a, .footer p {
	font-size:10px;
	color:#333;
}

#praxisweb-logo {
	max-width:150px;
	display:block;
	margin-top:15px;
}