body {
  padding-top: 10px;
  padding-bottom: 30px;
	/*font-family: 'Muli', sans-serif, arial;*/
	font-family: 'Open Sans', sans-serif;
}

p {
	line-height: 24px;
	}

/*.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}*/

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0px;
}
.dropdown-menu li ul li {
	display:none;
	} 

a.dropdown-toggle {
	font-weight: bold;
	}

.navbar-brand {
	font-size: 24px;
	color: #000!important;
	margin-left:-30px!important;
	line-height: 24px;
	}

.navbar-default {
	/*height: 80px;*/
	border: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	}

.navbar-collapse {
			margin-top: 20px;
	}


.zeichnung {
	width: 100%;
	height: auto;
	}

h1.home {
	/*margin-top: 4px;*/
	font-size: 24px;
	line-height: 40px;
	font-style: italic;
	/*margin-bottom: 15px;*/
	margin-top:0;
	}

/*h2.home {
	margin-top: 37px;
	font-size: 22px;
	margin-bottom: 15px;
	}*/

h1 {
	font-size: 24px;
	color: #666;
	}

h2 {
	font-size: 20px;
	color: #666;
	}

h3 {
	font-size: 16px;
	margin-top:0;
	}

.portrait {
	max-width: 250px;
	}

.portrait img {
	width: 100%; 
	height: auto; 
	}

dd, dt {
	margin-bottom: 10px;
	}

.pull-left {
	width: 43%;
		margin-right: 3%;
	}

/* ---- isotope ---- */

.isotope {
  max-width: 1200px;
}

/* clear fix */
.isotope:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .item ---- */

.item {
  float: left;
}

.media-box-date {
    color: #333;
	}


<!--#map-outer {  height: 440px;
                    margin-bottom: 20px;
                    background-color:#FFF }
      #map-container { height: 400px }
      @media all and (max-width: 768px) {
        #map-outer  { height: 650px }
        }-->

html, body {
	height: 100%;
	}


.theme-light.slider-wrapper {
	padding-left:0;
	padding-right:0;
	}

.theme-light .nivo-controlNav {
	text-align: center;
	}


/* Home Page Carousel */

/*header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


dl.dl-horizontal dt, dl.dl-horizontal dd {
    margin-bottom: 10px;
	}*/


/* Footer */


footer {
padding-bottom: 20px;
}


/* Termine */

ul.termine-home {
	list-style: none;
	padding-left: 0;
	}

ul.termine-home li {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}

.events ul {
	list-style: none;
	padding-left:0;
	}

.events li {
	margin-bottom:20px;
	}

.grid-section h3 {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	}

.back-to-top {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ddd;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    bottom: 10px;
    color: #fff;
    display: block;
    font-family: FontAwesome;
    font-size: 22px;
    font-style: normal;
    font-weight: normal;
    height: 38px;
    line-height: 38px;
    margin-right: 0;
    opacity: 0.6;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration-color: -moz-use-text-color;
    text-decoration-line: none;
    text-decoration-style: solid;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 38px;
    z-index: 99999;
}
.back-to-top:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1a6da7;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.back-to-top::after {
    content: "?";
}

a.back-to-top:hover {
	text-decoration: none;
	}

a:active, a:focus, a:visited {
		outline: none; 
	text-decoration: none;
	}

	*:focus {
		outline: none;
	}

*::-moz-selection {
    background-color: #2b4e92 !important;
    color: #fff;
}

.media-boxes-no-more-entries {
	display:none;
	}


/* Responsive Styles */

@media(max-width:992px) {
		.embed-responsive.embed-responsive-16by9 {
		margin-bottom:20px;
		}
	}

@media(max-width:767px) {

    /*header.carousel .carousel {
        height: 70%;
    }*/
	

	
	.pull-left {
	width: 100%;
	/*margin-right: 0%;*/
	}
	.navbar-brand {
margin-left:-10px!important;
	}
	.navbar-nav {
		background-color: #fff;
		}
	.navbar-collapse {
		border-top: none;
		}
	.nav > li > a {
		padding-left:21px;
		}
	}

@media(max-width:500px) {
		.pull-left {
		float:none!important;
		}
	}

blockquote {
	font-size: 14px;
	}

