/*Author style reset
**
****************************************************/

body {
	height: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #193452;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e3+0,86878b+100 */
	background: #868788; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(224,225,227,1) 0%, rgba(134,135,139,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(224,225,227,1) 0%,rgba(134,135,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(224,225,227,1) 0%,rgba(134,135,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e3', endColorstr='#86878b',GradientType=0 ); /* IE6-9 */
	padding-bottom: 36px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p, ul {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 18px;
}


a {
	border: none;
}

a:link, a:visited, a:hover {
	color: #005DAD;
	text-decoration: none;
}

a img {
	border: none;
}

a:focus {
	outline: none;
}

img {
	max-width: 100%;
	width: 100%;
}

p.space {
	padding: 8px 0px;
}

/*Author Design
******************************************************/

.container {
	max-width: 960px;
	margin: auto;
	width: 100%;
	background: #ffffff;
}

/*Navigation
******************************************************/
.meta-information {
	margin: 0px -15px;
}
.nav {
	padding-top: 10px;
}

.nav-menu li {
	display: inline-block;
}

.ddsmoothmenu {
	padding: 0px 36px;
	border-radius: 0px;
	border: 0px;
	position: relative;
	background: #045177;
	margin: 0px -15px;

}

.ddsmoothmenu {
	min-height: auto;
}

.ddsmoothmenu .navbar-nav>li>a {
	display: block;
	color: #ffffff;
	padding: 4px 11px;
	margin: 0 5px;
	position: relative;
	transition: 0.2s;
	position: relative;
}

.navbar-nav>li>.dropdown-menu>li>a {
	font-size: 12px;
}
.ddsmoothmenu .navbar-nav>li>a:hover {
	color: #ffffff;
	font-weight: 500;

}

.nav-menu li a img {
	width: auto;
	position: relative;
	left: 8px;
}

.ddsmoothmenu .navbar-nav>li>a.current, 
.ddsmoothmenu .navbar-nav>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>a:active {
	background: #346a8e;
	color: #ffffff;
}

.ddsmoothmenu .navbar-nav>li>a:before {
	content: "";
	top: 8px;
	right: -4px;
	width: 1px;
	height: 14px;
	background: white;
	position: absolute;
}

.ddsmoothmenu .navbar-nav>li:last-child > a:before {
	width: 0px;
}

.navbar-nav>li>.dropdown-menu {
	display: none;
	position: absolute;
	background: #045177;
	width: 228px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

.navbar-nav>li>.dropdown-menu>li>a {
	display: block;
}
.dropdown-menu>li>a {
	padding: 5px 14px;
	margin: 0;
	color: #ffffff;
	border-top-width: 0;
}

.navbar-toggle {
	border: 1px solid #ffffff;
	border-radius: 0px;
}

.ddsmoothmenu .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.ddsmoothmenu .navbar-toggle:focus,
.ddsmoothmenu .navbar-toggle:hover {
	background-color: transparent;
}

.ddsmoothmenu .navbar-toggle {
	border: 0px solid #ffffff;
}


.ddsmoothmenu .navbar-toggle .text,
.ddsmoothmenu .navbar-toggle .hamburger {
	display: inline-block;
}

.navbar-toggle {
	width: 100%;
	text-align: left;
	padding: 14px 10px 0px;
}

.navbar-toggle .text {
	color: #ffffff;
	font-size: 14px;
	padding-right: 5px;
	position: relative;
	top: -2px;
}

.navbar-toggle {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ddsmoothmenu .navbar-nav>.open>a,
.ddsmoothmenu .navbar-nav>.open>a:focus, 
.ddsmoothmenu .navbar-nav>.open>a:hover {
	color: #ffffff;
	background: #045177;
}


.ddsmoothmenu .navbar-toggle {
	padding-bottom: 10px;
}
.navbar-collapse {
	padding-left: 0px;
	padding-right: 0px;
}

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

.ddsmoothmenu .navbar-nav>.open>a, 
.ddsmoothmenu .navbar-nav>.open>a:focus, 
.ddsmoothmenu .navbar-nav>.open>a:hover,
.nav>li>a:focus, .nav>li>a:hover {
	background: #045177;
	color: #ffffff; 
}

.ddsmoothmenu.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 960px;
	margin: auto;
	z-index: 999;
	transition: 0.3s;
}

.page.active {
	padding-top: 30px;
}

/* contentgutter
*******************************************/


.contentgutter {
	margin: 26px 10px;
}

footer .content {
	margin: 0px 10px ;
}

.hauptinhalt-content {
	background: #e6e6e6 url(/_system/img/bgi/bg-col1.gif);
	background-position:left bottom;
	padding: 9px 18px 58px 18px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	min-height: 420px;
}
.hauptinhalt-content p {
	text-align: justify;
}
.hauptinhalt-content a:hover {
	text-decoration: underline;
}

.hauptinhalt .content {
	padding-top: 3px;
}

.hauptinhalt {
	padding-right: 16px;
}


/* Sidebar
********************************************/

.notizen {
	padding-left: 7px;
}

.notizen-content .title h2 {
	color: #CC0000;
	font-weight: 700;
}

.notizen-content p {
	padding: 4px 0px;
}

.notizen-content p.adress {
	font-weight: 700;
}
.notizen-content .content, .notizen-content .subtitle , .notizen-content .title  {
	padding: 0px 15px;

}
.notizen-content .content p {
	text-align: justify;

}

.notizen-content .content {
	padding-top: 73px;
}
.notizen-content .image {
	width: 100%;
	padding: 70px 0;
}

.notizen-content {
	background: #e6e6e6;
	vertical-align: top;
	height: 100%;
	display: inline-block;
	/*padding: 0px 15px;*/
	padding: 0;
}

.modal-content {
	border-radius: 0;
}

/* Footer
*********************************************/

footer .content {
	margin: 0px 10px;
	padding: 19px 20px 0px;
}

footer .content ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

footer .content ul li,
footer .content ul li a,
footer .content p {
	display: inline-block;
}

footer .content a {
	color: #666666;
}

footer .content p,
footer .content address {
	margin-bottom: 0px;
	font-size: 12px;
}

footer .content address{
	margin-bottom: -8px;
}

footer .content a:hover {
	text-decoration: underline;
}

footer .content .bottom {
	padding-top: 18px;
	padding-bottom: 24px;
}

footer .bottom .break {
	display: block;
}

/* Contact
*********************************************/
.google-maps-gutter {
	overflow: hidden;
	padding: 2em 0;
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
