/* ------------Webfont ----- */

@font-face {
    font-family: 'hamburgts-boldregular';
    src: url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.eot');
    src: url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.woff2') format('woff2'),
         url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.woff') format('woff'),
         url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.ttf') format('truetype'),
		 url('../fonts/typeshop_collection_-_hamburgts-bold-webfont.svg#hamburgts-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hamburgts-lightregular';
    src: url('../fonts/typeshop_collection_-_hamburgts-light-webfont.eot');
    src: url('../fonts/typeshop_collection_-_hamburgts-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/typeshop_collection_-_hamburgts-light-webfont.woff2') format('woff2'),
         url('../fonts/typeshop_collection_-_hamburgts-light-webfont.woff') format('woff'),
         url('../fonts/typeshop_collection_-_hamburgts-light-webfont.ttf') format('truetype'),
         url('../fonts/typeshop_collection_-_hamburgts-light-webfont.svg#hamburgts-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ------------General Styles ----- */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-top:20px;
  margin-bottom: 40px;
}


body, p {
  font-family: 'hamburgts-lightregular'; 
  line-height:15px;
}

h1, h2, h3, h4 {
	font-family: 'hamburgts-boldregular'; 
}

.footer a, .footer a:hover, .footer a:active, .footer a:visited {
	color:#fff;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  background-color: #005086;
}

.footer .text-muted {
	color:#fff !important;
}

/* ---------------Page Styles------------------- */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 10px 0;
}

div.tooltip-inner {
    text-align: center;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 6px;
    background-color: #505050;
    font-size: 14px;
}

.impressum {
	list-style:none !important;
}

.dl-horizontal dt {
	width:200px;
}

.dl-horizontal dd {
	margin-left:230px;
}