body {
	margin-top: 90px; /* 50px is the height of the navbar - change this if the navbarn height changes */
	background:url(../images/bg_main.jpg) 0 50px repeat transparent;
}
body#home{
	margin-top: 50px;
}

.img-responsive{
	display:inline-block;
}
.gitem{ margin-bottom:30px; }
ul.gal_links{ 
	list-style:none;
	padding-left:0;
}
ul.gal_links li{
	margin-bottom:10px;	
}
ul.gal_links li a{
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:18px;
	color:#e6bbde;
	display:block;
	background-color: #631d54;
	border-color: transparent;
	border-bottom:0 none;
	padding: 5px 0 5px 20px;
}
ul.gal_links li a:hover{
	color: #ffa246;	
}
.navbar-nav{
	float:right;
}
.navbar > .container .navbar-brand {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:24px;
	color:#e6bbde; 
}
.navbar-inverse {
	background-color: #631d54;
	border-color: transparent;
	border-bottom:0 none;
}
.navbar-inverse .navbar-nav > li > a {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	color: #e6bbde;
	font-size:18px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffa246;
	background-color: transparent;
}

#navborder{
	width:100%;
	height:21px;
	background:url(../images/bg_border.png) top left repeat-x transparent;
	top: 50px;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

/* silder */
#myCarousel { margin-bottom:50px; }
.carousel {  height: 500px; }
.item, .active, .carousel-inner { height: 100%; }
.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.carousel-caption{
	color:#000;
	text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}

.carousel-caption h1{
	border-top: 1px solid #e6bbde;
	border-bottom: 1px solid #e6bbde;
	background: url(../images/menuBackground.png) repeat 0 0;
	padding:10px 0;
}
/* silder Ende */


#breadcrumb {
	margin: 50px 0 50px 0;
	border-top: 1px solid #e6bbde;
	background: url(../images/menuBackground.png) repeat 0 0;
	border-bottom: 1px solid #e6bbde;
}
.breadcrumb {
	padding: 8px 15px;
	margin: 10px 0 10px 0; 
	list-style: none;
	background-color: transparent; 
	border-radius: 0px;
}
.breadcrumb ol {
	list-style: none;
	display: inline;
}

.breadcrumb ol li {
	display: inline-block;
}


.sidebar{
	margin: 20px 0;
}
.sidebar ul{
	list-style:none;
	padding-left:0;
	margin-right:20px;
}
.sidebar ul li a{
	display:block;
	border-bottom:1px dotted #e6bbde;
	margin-bottom:5px;
}
.sidebar ul li.selected > a{
	color:#ffa246;	
}
.sidebar ul li a.m2, .sidebar ul li a.m3, .sidebar ul li a.m4 , .sidebar ul li a.m5{ 
	border-bottom:1px dotted #e6bbde;
	margin-bottom:20px;
}
.sidebar ul li a.m3, .sidebar ul li a.m4,.sidebar ul li a.m5{
	border-top:1px dotted #e6bbde;
	padding: 5px 0;
}
.sidebar ul li a.m5{
	margin-top:20px;
}

.sidebar ul li ul{
	display:none;
}
.sidebar ul li.selected ul{
	display:block;
	margin-left:10px;
}
.sidebar ul li.selected ul li > a:before{
	content:  "\2192\00a0";
} 

.content {
	background: url(../images/menuBackground.png) repeat 0 0;
	margin-bottom: 35px;
	overflow: hidden;
	height: auto !important;
	border-top: 1px solid #e6bbde;
	border-bottom: 1px solid #e6bbde;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.description {
	border-left: 1px dotted #e6bbde;
	margin: 20px 0;
}

.section {
	padding-top: 75px;
	padding-bottom: 75px;
}

.section-heading {
	font-size: 4em;
	margin: 30px 0;
}

.section-lead {
	margin: 30px 0;
}

.section-paragraph {
	margin: 30px 0;
}

footer {
	min-height:285px;
	margin: 50px 0 0 0;
	border-top: 1px solid #e6bbde;
	background: url(../images/bg-footer.png) bottom right no-repeat #631d54;
	color:#e6bbde;
}

a{
	color:#ca173e;
}
a:hover{
	color:#ffa246;
	text-decoration:none;
}

footer a{
	color:#ffa246;
}
footer a:hover{
	color:#ad2815;
	text-decoration:none;
}

#footerbwrap {
	border-top: 1px solid #e6bbde;
}
.footernav .navbar-nav{
	float:left;	
}
.footernav .navbar-nav > li > a {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	color: #000;
	font-size:16px;
}
.footernav .nav > li > a:hover, .footernav .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
	color:#ffa246;
}

.copyright{
	text-align:right;
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	color: #000;
	font-size:16px;
	padding-top: 15px;
	padding-bottom: 15px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
}
h1,
.h1 {
  font-size: 34px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}

/* linkarchiv */
#letterso ul, #lettersu ul{
	list-style:none;
	margin-bottom:20px;
	padding-left:0;
}
#letterso ul li, #lettersu ul li{
	display: inline;
}
#letterso ul li a, #lettersu ul li a{
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:1.6em;
	padding: 0 20px 0 20px;
}
.currentletter{
	text-align:center;
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:4em;
}
.linkdescription{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px dotted #e6bbde;
}


/* container */
.c1 , .c2{
	clear:both;
	display:block;
	margin-bottom:20px;
	padding:15px;
}

.c2 p{
	text-align:center;
}
a.next:after{
	content:  "\00a0\2192";
}
a.prev:before{
	content:  "\2190\00a0";
}
.tright{
	text-align:right;
}


cite {
    /*  „  “ ‚  ‘       */
    quotes:  "\201E" "\201C" "\201A " "\2018";
    /*  “  ” ‘  ’       */
    /*quotes: "\201C" "\201D" "\2018" "\2019";*/
    font-style: normal;
    font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size:26px;
}

cite:before {
    content: open-quote;
}

cite:after {
    content: close-quote;
}


#contact-form input, #contact-form textarea, #contact-form select {
	width:90%;
	border: 1px solid #e6bbde;
	margin-bottom: 10px;
}
#contact-form .captcha input{
	width:50%;
	float:left;
}
#contact-form input[type="submit"]{
	color: #A96031;
	background: #F4EACE;	
}
#contact-form textarea{
	height:122px;
}

select.responsive-nav{
	width:90%;
	border: 1px solid #e6bbde;
	color: #631d54;
	background: #f9eef7;
	margin-left:20px;
	padding:15px;
	height:35px;
	font-size:18px;
}

.alert-warning {
	color: #631d54;
	background-color: #f9eef7;
	border-color: #e6bbde;
}

ul.navlist, ul.level2{
	padding-left:20px;
	list-style:none;
}

ul.navlist > li{
	margin-bottom:20px;
}

ul.navlist > li > a {
	font-family: 'Dancing Script', cursive;
	font-weight: 400;
	font-size: 18px;
	color: #e6bbde;
	display: block;
	background-color: #631d54;
	border-color: transparent;
	border-bottom: 0 none;
	padding: 5px 0 5px 20px;
}
ul.navlist > li.m9, ul.navlist > li.m18, ul.navlist > li.m5{
	clear:both;
}

ul.level2 li > a:before{
	content:  "\2192\00a0";
}


@media (max-width: 768px) {

.section-heading {
	font-size: 2em;
}

.section {
	padding-top: 25px;
	padding-bottom: 25px;
}

}