@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');

body {
    font: 400 14px "Ubuntu", Helvetica, Arial, sans-serif;
    color: #818181;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover {
	color: #BA00AC;
	text-decoration: none;
}
	

h1 { 
	font-weight:900;
	font-size:23px;
	margin-bottom: 5px;
	margin-top:5px;
	line-height: 27px;
	color: #858585;
}

h2 { 
	font-weight:700;
	font-size:19px;
	margin-bottom: 3px;
	margin-top:3px;
	line-height: 20px;
	color: #99cc33;
}

hr {
	margin-top: 3px;
	margin-bottom: 7px;
	border-color: #337ab7;
}

.info {
	font-size: 11px;
	font-style: oblique;
	color: #4C4C4C;
}

footer {
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 1.5;
}

.beratung {
	background-color: #ebf8fd; 
	border-color: #337ab7; 
	color: #337ab7;
}

.table-hover > tbody > tr:hover {
  background-color: #EEEEEE;
}



.linkButton { 
     background: none;
     border: none;
     color: #0066ff;
     text-decoration: underline;
     cursor: pointer; 
}