/* Sticky footer styles
-------------------------------------------------- */
body {
  /* Margin bottom by footer height */
  margin-bottom: 6px;
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 6px;
  background: #cadb29 repeat scroll 0 0;
  z-index: 2;
	
}
.swag-line::before {
	background: #cadb29 repeat scroll 0 0;
	content: "";
	display: block;
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus{
    background-color:#e7e7e7;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.list-unstyled li {
  padding-bottom: 1em;
	
}
*::after, *::before {
	box-sizing: border-box;
}

*::after, *::before {
	box-sizing: border-box;
}

body {
	padding-top: 50px;
}
/* Align vertically a column */
.vbottom {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.navbar-brand {
	font-size:24px;
}

.jumbotron {
/*   background-image: url('../img/fischer_tiersilhuette_pferd_dr.png');
   background-position: center bottom; 
   background-repeat: no-repeat;
   padding-bottom: 100px;
   background-color: #f8f8f8;*/
/*   border-style:solid;
   border-width:1px;
   border-color:#cadb29;
  */ 
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 6px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

/*.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
*/
.footer img {
	min-height:50px;
	min-width:50px;
	margin-top: -50px;"
}
.footer span {
	min-height:14px;
	margin-top: -14px;"
	color:#777;
	display:inline-block;
	word-spacing: -10px;
	
}
code {
  font-size: 80%;
}
#cookie-bar {background:#cadb29; height:auto; line-height:24px; color:#000; text-align:center; padding:3px 0;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
