/* #################################################################### */
/* BODY & GRUNDEINSTELLUNGEN */
/* #################################################################### */

body {
	font-family: 'Roboto Slab', serif;
	color:  #412714;
	background: #f8eaef;
	font-size: 18px;
}

a {
	color: #ea5097;
	text-decoration: none;
}

a:focus, a:hover {
	color: #000000;
	text-decoration: none;
}


h1 {
	font-weight: 900;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 24px;
	}
}

h2 {
	margin: 0px;
}

@media screen and (max-width: 768px) {
	h2 {
		margin-top: 10px;
	}
}

h3 {
	margin: 0px;
}

h4 {
	font-weight: 900;
}


.btn-default {
	background-color: #412714;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 25px 5px 5px 0px;
	font-weight: 900;
	color: #caba9e;
	border-radius: 4px;
	border: 0px solid #412714;
	font-size: 16px;
	
}

.btn-default:hover {
	background-color: #412714;
	color: #ea5097;
	border: 0px solid #412714;
}
	
form .btn-default {
	margin: 0;
}

/* #################################################################### */
/* HEADER & NAVBAR */
/* #################################################################### */

.navbar-inverse {
    border-color: rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0);
}

.header {
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 200px;
	background: url(../_bilder/_default/header-bg.png) bottom center;
	border-bottom: 2px solid #FFFFFF;
	z-index: 10;
	-webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.navbar-brand {
	display: none;
}

.logo {
	margin-top: 0px;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
  	transition: opacity 0.5s linear;
}

.logo img {
	height: 330px;
	width: auto;	
}

.schriftzug {
	margin-top: 0px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	transition:opacity 0.5s linear;
}

.schriftzug img {
	height: 60px;
	width: auto;
}

@media screen and (max-width: 991px) {
	.header {
		height: 176px;
	}
	
	.logo img {
		margin-top: 0px;
		margin-left: 25px;
		height: 200px;
		width: auto;
	}
	
	.schriftzug img {
		margin-top: 10px;
		margin-left: 45px;
		height: 40px;
		width: auto;
	}
}


@media screen and (max-width: 768px) {
	.header {
		height: 130px;
	}
	
	.logo img {
		margin-top: 0px;
		margin-left: 0px;
		height: 160px;
		width: auto;
	}
	
	.schriftzug img {
		margin-top: 10px;
		margin-left: 0px;
		height: 40px;
		width: auto;
	}
}

.navbar-inverse .navbar-nav > li > a {
	background-color: #412714;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 25px 5px 5px 5px;
	font-weight: 900;
	color: #c8b89d;
	border-radius: 4px;
	font-size: 16px;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 12px;
	}
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #412714;
	color: #ea5097;
}	


.navbar-inverse .navbar-toggle {
	background-color: #412714;
	border-radius: 4px;
	border: 1px solid #412714;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #c8b89d;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, 
.navbar-inverse .navbar-toggle:hover .icon-bar {
	background-color: #ea5097;
}

.navbar-inverse .navbar-toggle:focus, 
.navbar-inverse .navbar-toggle:hover {
	background-color: #412714;
}

.navbar-inverse .navbar-collapse {
	border: 0px;
}

@media screen and (max-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		background-color: #412714;
		padding-top: 10px;
		padding-bottom: 10px;
		margin: 0px 10px 2px 10px;
		font-weight: 900;
		color: #c8b89d;
		border-radius: 4px;
		font-size: 16px;
	}
	
	.navbar-inverse .navbar-nav {
		margin: 0px -10px;

	}
	
	.collapse.in {
		background: #f8eaef;
	}
	
	.navbar-inverse .navbar-collapse {
		border: 0px;
		margin-top: 115px;
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 2px solid #FFFFFF;
		border-top: 2px solid #FFFFFF;
	}
}

@media screen and (min-width: 768px) {
	.navbar-right {
		margin-right: 0;
	}
}


.scroll-header {
	height: 62px;
	-webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

.scroll-header .logo {
	height: 0px;
	visibility:hidden;
	opacity:0;
	-webkit-transition: opacity 0.5s linear;
	transition:opacity 0.5s linear;
}

.scroll-header .schriftzug {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
  	transition: opacity 0.5s linear;
}

.scroll-navbar .navbar-collapse {
	margin-top: 10px;
}

.scroll-navbar .navbar-nav > li > a {
	-webkit-transition: all 0.4s ease;
   transition: all 0.4s ease;
}

@media screen and (min-width: 768px) {
	.scroll-navbar .navbar-nav > li > a {
		margin-top: 10px;
	}
}

.map {
	margin: 10px 0px 20px 0px;
}


/* #################################################################### */
/* CONTENT */
/* #################################################################### */

.content-space {
	display: block;
	position: relative;
	margin-top: 390px;
}

@media screen and (max-width: 991px) {
	.content-space {
		margin-top: 240px;
	}
}

@media screen and (max-width: 768px) {
	.content-space {
		margin-top: 190px;
	}
}

.wood-content {
	display: block;
	position: relative;
	background: url(../_bilder/_default/wood-bg.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	padding: 70px 0px 70px 0px;
	margin-bottom: 80px;
	color: #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	border-top: 2px solid #FFFFFF;
}

.normal-content {
	display: block;
	position: relative;
	padding: 0px 0px 80px 0px;
	margin: 0px;
}

.normal-content img {
	border: 0px solid #FFFFFF;
}


.content-button {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
}


.veranstaltungen-vorschau {
	background-color: #c8b89d;
	color: #412714;
	border-radius: 4px;
	border: 1px solid #412714;
	font-size: 16px;
	padding: 10px 10px 10px 10px;
}

.veranstaltungen-vorschau .btn-default {
	margin-top: 10px;
}


.issuuembed {
	width: 100%;
	height: 370px;
}

@media screen and (max-width: 768px) {
	.issuuembed {
		width: 100%;
		height: 200px;
	}
}

.bilder-overview {
	margin-bottom: 20px;
}

.bilder-cover {
	margin-bottom: 20px;
}

.bilder-beschriftung h4 {
	overflow: hidden;
	line-height: 120%;
	width: 100%;
	max-height: 20px;
}

.bilder {
	margin-bottom: 20px;
}

.input-group-addon,
.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border: 1px solid #412714;
	color: #412714;
	background-color: rgba(255,255,255, 0.25);
	padding: 8px 10px;
	height: 30px;
}



.input-group-addon:focus,
.form-control:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(234,80,151, 1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,80,151, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,80,151, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234,80,151, 0.6);
}

.datepicker-dropdown {
    margin-top: 270px;
}

.fancybox-slide--iframe .fancybox-content {
	width  : 450px;
	height : 300px;
	max-width  : 80%;
	max-height : 80%;
	margin: 0;
}



/* #################################################################### */
/* FOOTER */
/* #################################################################### */

.footer-section-top {
	padding: 20px 0px;
	background-color: #412714;
	color: #c8b89d;
	font-size: 12px;
	border-top: 2px solid #FFFFFF;
}

.footer-schriftzug {
	max-height: 50px;
}

.footer-logo {
	height: 250px;
	width: auto;
	display: inline-block;
	margin-top: -90px;
}

.footer-section-top .top-50 {
	margin-top: 50px;
	padding-top: 10px;
}

.footer-section-top h4 {
    font-size: 18px;
}

.footer-section-top ul {
	margin: 0;
	padding: 0;
}

.footer-section-top li {
	display:block;
	margin: 0;
	padding: 0;
}

.footer-section-top a:focus, .footer-section-top a:hover {
	color: #c8b89d;
}

.footer-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #c8b89d;
	border-radius: 4px;
	border: 1px solid #c8b89d;
	font-size: 18px;
	line-height: 30px;
	color: #412714;
	text-align: center;
	vertical-align: middle;
}

.footer-icon:hover {
	background-color: #412714;
	color: #c8b89d;
}

.footer-button {
	display: inline-block;
	background-color: #c8b89d;
	border-radius: 4px;
	border: 1px solid #c8b89d;
	font-size: 18px;
	line-height: 30px;
	color: #412714;
	text-align: center;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
}

.footer-button:hover {
	background-color: #412714;
	color: #c8b89d;
}

@media screen and (max-width: 768px) {
	.footer-section-top .text-center {
		text-align: left;
	}
}

.footer-section-bottom {
	padding: 10px 0px;
	background-color: #FFFFFF;
}

.text-bottom {
	display: table-cell;
	vertical-align: bottom;
    float: none;
}

.creation {
	display:block;
	font-size: 11px;
}






/* #################################################################### */
/* NAVBAR COLLAPSE */
/* #################################################################### */

@media (max-width: 768px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}