@charset "utf-8";
/* CSS Document */

.blau {color:#003680;}
.magenta {color:#c60079;}
.gruen {color:#3b9028;}
.grau {color:#727272;}
.gelb {color:#F90;}

.page-header {
	border-bottom:none;
	margin-top:20px;
}

.safemail {
	display:none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.line_bl {
	height:4px;
	background-color:#003680;
	margin-bottom:2px;
}
.line_mg {
	height:4px;
	background-color:#c60079;
	margin-bottom:2px;
}
.line_gr {
	height:4px;
	background-color:#3b9028;
	margin-bottom:2px;
}

.striped {
	background-image:url(../grafik/bg_3stripes_6_light.gif), url(../grafik/4squares.gif);
	background-repeat:repeat-y,no-repeat;
	background-position:top left 20px,bottom right 20px;
	padding-bottom:30px;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

table.adresse td {
	padding-left:10px;
}

.img-responsive {
	display:inline-block;
}

.logo {
	margin-left:20px;
}

#btn-to-top {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 40px;
	height: 45px;
	width: 45px;
	line-height:45px;
	border-radius:50%;
	border:1px solid #CCC;
	background-color:#E4E4E4;
	color:#666;
	font-size:30px;
	text-align:center;
	padding-top:1px;
	padding-left:3px;
}

#btn-to-top:hover {
	background-color:#999;
	border-color:#CCC;
	color:white;
}

img.img-left {
	margin-right:10px;
	margin-bottom:10px;
}

img.fh-logo {
	max-width:120px;
	margin-top:3px;
	margin-bottom:3px;
}

#msgResult p {
	padding:10px;
}

.glyphicons {
	font-size:1.5em;
	vertical-align:middle !important;
}

.glyphicons::before {
	padding:0 !important;
}

address .glyphicons {
	font-size:1em;
}

.small {
	font-size:.85em;
}