
html, body {
	background-color: #E7C287;
	color: #000;
	min-height: 100.01%;
}


a, a:hover, a:active, a:focus{
	color: #3D1E17;
	background-color: transparent !important;
}

.container {
	width: 100%;
	max-width: 1100px;
}

.navbar-nav{
	margin: 0;
}

.navbar-default {
    background-color: #D6A660;
    border-bottom: 4px solid #3D1E17;
}

.navbar-default .navbar-brand {
    color: #3D1E17;
}

.navbar-default .navbar-nav > li > a {
    color: #3D1E17;
	font-size: 1.125em;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #E3D7C7;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #E3D7C7;
    background-color: transparent;
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin: 0;
}

.dropdown-menu {
    position: absolute;
    top: 108%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    font-size: 1.15em;
    text-align: left;
    list-style: outside none none;
    background-color: #D6A660;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #E3D7C7;
    text-decoration: none;
    background-color: transparent;
}

.dropdown:hover .dropdown-menu {
    display: block;
	margin-top: -10px;
}

.heading {
	font-variant: small-caps;
	letter-spacing: 0.02em;
	text-align: center;
}

.img-responsive {
    max-width: 100%;
    height: auto;
	max-height: 300px;
    margin: 0px auto;
    display: block;
	margin-top: 15px;
	padding: 0 0 15px 0;
}

.row-head {
	background-color: #E0BE04;
	height: auto;
}

.caption {
	background-color: #E0BE04;
	padding: 0 0 0 10px;
	color: #fff;
	font-size: 12px;
}

.inhalt-top {
	background-color: transparent;
	line-height: 3.0em;
	color: #3D1E17;
	padding: 0 0 20px 0;

}
.inhalt-mitte {
	padding: 20px 0 20px 0;
	background-color: #3D1E17;
	color: #E3D7C7;
	line-height: 3.0em;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.89);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.89);
    box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.89);
}

.inhalt-main-content {
	background-color: #E7C287;
	line-height: 3.0em;
	color: #3D1E17;
}

.inhalt-unten {
	padding-top: 20px;
	background-color: transparent;
	color: #3D1E17;
	line-height: 3.0em;
	margin-bottom: 100px;
}

.content-main {
	font-size: 1.25em;
	font-weight: 400;
}
	
.content-top {
	font-size: 1.25em;
	font-weight: 400;
}

.content-mitte {
	font-size: 1.25em;
	font-weight: 400;
}

.content-unten {
	font-size: 1.25em;
	text-align: center;
	font-weight: 400;
}

@media (max-width:767px){
		
.content-top {
	font-size: 1.25em;
	line-height: 2em;
	text-align: center;
	font-weight: 400;
}

.content-mitte {
	font-size: 1.25em;
	line-height: 2em;
	text-align: center;
	font-weight: 400;
}

.content-unten {
	font-size: 1.25em;
	line-height: 2em;
	text-align: center;
	font-weight: 400;
}}

.images {
	margin-bottom: 7%;
}

.image-thumb {
	max-width: 100%;
	height: auto;
}

.form-group {
	margin-left: auto;
	margin-right: auto;
}


/*Legende Kalender*/

.legende-main {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 600px;
	background-color: #0F9;
}

.frei {
	padding-left: 20px;
	line-height: 20px;
	background-image: url(../../images/frei.jpg);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 200px;
	float: left;
}

.belegt {
	padding-left: 20px;
	line-height: 20px;
	background-image: url(../../images/belegt.jpg);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 200px;
	float: left;
}

.n-buchbar {
	padding-left: 20px;
	line-height: 20px;
	background-image: url(../../images/nicht-buchbar.jpg);
	background-repeat: no-repeat;
	width: 100%;
	max-width: 200px;
	float: left;
}

label {
	font-weight: 100;
}



