/* Theme Name: HWbootstrap
Theme Description: Schiffswerft Horn
Author: Sven Lamprecht
URI: http://www.Segel-Fotografie.de/ 
*/ 

/** eigene CSS Hacks :) */

html {
  position: relative;
  min-height: 100%;
  padding-bottom:100px;
}

body{
	margin-bottom: 70px;
}

#main{
	background:#fff;
	min-height: 100%;
	padding:20px;
	box-shadow: 0px 0px 15px #555;
	-moz-box-shadow: 0px 0px 15px #555; /* Mozilla Firefox */
	-webkit-box-shadow: 0px 0px 15px #555; /* Google Chrome */
}

#side{
	background:#fff;
	min-height:100%;
	padding:20px;
	box-shadow: 0px 0px 15px #555;
	-moz-box-shadow: 0px 0px 15px #555; /* Mozilla Firefox */
	-webkit-box-shadow: 0px 0px 15px #555; /* Google Chrome */
}
#hr{
	color: #0d33de;
	height: 2px;
	width: 250px;
	}
#side *{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

.navbar{
	background:#fff;
	padding-bottom: 0px;
	border-color:transparent;
	box-shadow: 0px 0px 15px #555;
	-moz-box-shadow: 0px 0px 15px #555; /* Mozilla Firefox */
	-webkit-box-shadow: 0px 0px 15px #555; /* Google Chrome */
}

#wrapper{
	background:transparent;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 70px;
  background-color: #fff;
  padding:20px;
	box-shadow: 0px 0px 15px #555;
	-moz-box-shadow: 0px 0px 15px #555; /* Mozilla Firefox */
	-webkit-box-shadow: 0px 0px 15px #555; /* Google Chrome */
}

#logo{
	position:absolute;
	right: 0px;
	bottom: 20px;
	z-index:99;
}

#strich{
	position:absolute;
	right: 270px;
	bottom: 20px;
}
button.navbar-toggle{
	float:left;
	margin-left:25pX;
}

.leer{
	min-height:20px;
}

*{
	fontfamily:serif;
	text-align:justify;
}

#main img.r{
	margin: 20px 0px 20px 20px;
	float:right;
}

#main img.l{
	margin: 20px 20px 20px 00px;
	float:left;
}

#main p.bilder{
	text-align: left !important;
}

#main p.bilder *{
	margin: 5px !important;
}

.nav a{
	font-size:22px;
}
.navbar-brand {
	height: 45px!important;
	visibility:hidden;
}

.offen td{
	padding:5px;
	text-align:center;
}

.entry img{
	max-width:100%;
	height:auto;
}

.video-container {
    position: relative;
    padding-bottom: 56%;
    padding-top: 0px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0px!important;
}
 