html {
  min-height: 100%;
}
body {
    font-family: Arial, Helvetica, sans;
    font-size: 13px;
    color: #000;
    line-height: 1.5em;
    background-color: #9DB62C;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}

img {
  max-width: 100%;
}
.wrap {
  background: #FFF;
  padding: 25px 15px 0;

}
.container {
  max-width: 1050px;
}

.home{background:#FFF url(../img/bg_home.gif) no-repeat bottom left}
.second{
        background: url(../img/bg_second.gif) no-repeat bottom left #FFF;
}
.logo{text-align:right; margin:25px 25px 0 0}
.fox{text-align:center}



a,
a:focus {
color: #9DB62C;
    text-decoration: none;

  }
a:hover {
text-decoration:underline;
color: #9DB62C;
}

h1 {
    margin: 0 0 20px;
    font-weight: bold;
	    padding-bottom: 20px;
    border-bottom: 1px dashed #CCC;
    font-size: 16px;
	line-height:1.5em;
    color: #9DB62C;
}

h2 {
    margin-top: 0;
	margin: 0 0 28px;
    font-weight: bold;
    font-size: 15px;
	line-height:1.5em;
    color: #9DB62C;
}
h3{

    margin-top: 10px;
font-weight: bold;
    font-size: 1em;
    color: #9DB62C;
}

h5 {

}
h6 {

}


@media (max-width: 768px) {
/*h1{
 margin: 0 0 10px;
}
h2{
 margin: 0 0 10px;
}*/
}
p {
	margin-bottom: 10px;
}
.header-line {
  height: 4px;
  border-radius: 2px;
  background: #c1c1c1;
  margin: 15px 0 20px;
}
@media screen and (max-width: 991px) {
	body {
		padding-top: 0;
	}
	.container {
		max-width: 100%;
		width: 100%;
	}
	.wrap {
		margin: 0 auto;
		padding-bottom: 15px;
	}
	#header-top .logo {
		position: absolute;
		left: 15px;
		top: 35px;
	}
	#address,#address_home{
		padding-left: 90px;
		top: 15px;}

	.col-sm-4 .logo {
		display: none;
	}
	.second, .home {
		background: #fff;
	}
	ul.navigation li a {
		margin-right: 0 !important;
	}
	#mobile-nav ul,
	#mobile-nav ul li {
		width: 100% !important;
	}
	.sidebar {
		width: 300px;
	}
}
@media screen and (max-width: 767px) {
	html,body {
		height: 1px;
		min-height: 100%;
		background: #fff !important;
	}
  .wrap {
    margin: 0 auto;
	background: #fff;
	min-height: 100%;
  }
/*
  #address_home {
  	position: absolute;
    left: 20px;
    top: -180px;

}
*/
#content{margin:45px 0 45px}
}
@media screen and (min-width: 992px) {

#address_home {
    text-align: right;
    margin: 400px 0px 10px 60px;
    
    height: 280px;
}

#address{
text-align: right;
margin: 80px 0px 10px 25px;
height: 240px;
}
#address h2{ margin: 0 0 10px; line-height:18px}
.column-left {

    padding-top: 0px;
    background: url(../img/bg_repeat.gif) left repeat-y;
}
#content{margin:125px 0 45px 25px}

p.cnt{text-align:left; margin-left:35px; line-height:23px}
.second p.cnt{margin-left:70px;}

}
#address_home h2, #adderess h2{
    line-height: 1em;
	}

#aktuell{margin: 125px 25px 0 25px;}

@media screen and (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header #contact {
    text-align: center;
  }
  .header img {
    display: inline-block;
    margin-bottom: 10px;
  }
  #logo {
    width: 240px;
  }
  #header-top {
    text-align: left;
	padding-right: 60px;
  }
  .wrap {
	padding-top: 10px;
  }
}
.menurow{background: url(../img/bg_repeat.gif) left repeat-y;margin-top:-25px}
.logo{margin:-25px 45px 0 0}
ul.navigation {

padding: 32px 0 0 0;

    float: left;
    list-style: none;
	color:#000
}
nav ul.navigation li {padding: 32px 0 0 0;}
.navigation li {
	display: inline-block;
}

ul.navigation li a {
    margin-right: 61px;
    font-size: 15.3px;
    font-weight: bold;
	color:#000
}
ul.navigation li a:hover, ul.navigation li.selected a{ text-decoration:inherit; color: #9DB62C;}
ul.subnavigation li {
	margin-bottom: 5px;
}
nav.subnavi{margin-top: 125px; text-align:right;line-height: 1em;}
nav.subnavi ul li a{font-size:13px;  font-weight:bold; color:#000}



nav ul {
  list-style: none;
  padding-left: 20px;
}
nav ul li {
  padding: 5px 0;
}
nav ul li > ul {
  display: none;
}
nav ul li a {
  color: #000;
  text-decoration: none;
}
nav ul li a:hover {
  color: #9DB62C;
  text-decoration: none;
}
nav ul li.selected {
  
  color: #9DB62C;
}
nav ul > li.selected > ul {
  display: block;
  padding-top: 5px;
}
nav ul li.selected > a {
  color: #9DB62C;
}
.sidebar-left > .toggler {
  background: #fff;
  color: #9DB62C;
  box-shadow: none;
  border: 1px solid #999;
  border-left: none;
  display: none;
}
#menu-starter {
	width: 40px;
	cursor: pointer;
	display: none;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 10;
}
@media screen and (max-width: 991px) {
	#menu-starter  {
		display: inline-block;
		margin-bottom: 0;
	}
}
#mobile-nav {
  display: none;
  box-shadow: none !important;
}
#mobile-nav ul {
  list-style: none;
  padding: 0;
}
#mobile-nav ul li {
  position: relative;
      display: block;
    width: 280px;
}
#mobile-nav ul li a {
  display: block;
  background: #fff;
  color: #9DB62C;
  border-bottom: 1px solid #9DB62C;
  text-decoration: none;
  padding: 10px;
}
#mobile-nav ul li ul {
  display: none;
}
#mobile-nav ul li.selected a {
  background: #9DB62C;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#mobile-nav ul > li.selected > ul {
  display: block;
}
#mobile-nav ul li.selected ul li a {
  border-bottom: 1px solid #fff;
  font-size:12px
}
#mobile-nav ul li ul li a{font-size:12px}
#mobile-nav ul li.selected ul li.selected a {
  text-decoration: underline;
}
#mobile-nav ul li.selected .dropper {
  color: #fff;
}
#mobile-nav ul {
	overflow: hidden;
}
#mobile-nav ul .dropper {
  color: #9DB62C;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  text-indent: center;
  transition: all .4s;
  cursor: pointer;
  overflow: hidden;
}
#mobile-nav ul .dropper span {
  display: inline-block;
  width: 14px;
  left: 14px;
  top: 14px;
}
#mobile-nav ul .dropper.active {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width: 991px) {
  #mobile-nav {
    display: block;
  }
}
#aktuell {
  text-align: right;
}
#aktuell p {
  line-height: 1.5em;
}
#aktuell h2 {
  margin-bottom: 10px;
}


.preview {
  margin: 20px -15px 0;
}
.preview a {
  text-decoration: none !important;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.preview a img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .preview {
    text-align: center;
  }
}
footer {
  margin-top: 0px;
  color:#fff
}
footer .copy {
  float: left;
  font-size: 11px;
  color: #fff;
}
footer  a,
footer  a:hover {
  font-size: 11px;
  color: #fff;
  text-decoration: underline
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
	color:#9DB62C;
	border-top:1px solid #9DB62C
  }
  footer a{color:#9DB62C}
  footer .copy,
  footer .dev {
    float: none;
color:#9DB62C
  }
}
.gallery {
	margin: 20px 0;
}
.gallery-unit {
	display: inline-block;
	vertical-align: top;
	width: 125px;
	margin-right: 12px;
	margin-bottom: 20px;
}
#contact-form  label {
	font-weight: normal;
}
#contact-form  .form-control {
	border-radius: 0;
	box-shadow: none;
} 
#contact-form .button {
	background: #9DB62C;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border: none;
	border: 1px solid #9DB62C;
	outline: none;
}
#contact-form .button:hover {
	background: #fff;
	color: #9DB62C;
}
.error {
	color: red;
	font-style: italic;
	display: none;
}
.video-embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 550px;
}
