/* Global Styles */

html,
body {
	height: 100%;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
	line-height: 1.85em;
}

img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
}

/* Side Menu */

#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #75160D;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand-1 {
  height: 20px;
  line-height: 40px;
  font-size: 14px;
}

.sidebar-nav > .sidebar-brand-1 a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand-1 a:hover {
	color: #FFFFFF;
	background: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 22px;
  font-stretch:semi-expanded;
  font-family: "mission-script";
}

.sidebar-nav > .sidebar-brand a {
  color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
	color: #FFFFFF;
	background: none;
}

#menu-toggle {
	top: 0;
	right: 0;
	position: fixed;
	z-index: 1;
	background-color: rgba(117,22,13,1.00);
	border-color: rgba(255,255,255,1.00);
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../img/bg_kartoffelbluete.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Intro */

.intro {
  padding: 50px 0;
}

/* Services */

.services {
  background: #75160D;
  padding: 50px 0;
  color: #ffffff;
}

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */

.callout {
  color: #ffffff;
  display: table;
  height: 400px;
  width: 100%;
  background: url(../img/kartoffelkorb.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Header Subsites */

.header-subsites {
  color: #ffffff;
  display: table;
  height: 250px;
  width: 100%;
  background: url(../img/bg_kartoffelbluete2.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
}

.biohoefe-brand {
  font-family:"mission-script";
  font-size: 36px;
  line-height: 16px;
  height: 30px;
}

.rm-brand-img{
  border: 3px solid #75160D;
  border-radius: 50%;
  display: inline-block;
  width: 220px;
  height: 220px;
  background-image:url(../img/Reiner-Morten-Biohoefe-Oldendorf.jpg);
  background-position:center;
  background-repeat:no-repeat; 
  margin-bottom:25px; 
}

.rm-brand-logo{
  display: inline-block;
  width: 220px;
  height: 220px;
}

/* Responsive Slider OWL */

#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  background: #75160D;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Footer */

footer {
  padding-top: 0;
  padding-bottom: 100px;
}

.top-scroll {
  margin-bottom: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #75160D;
}

i.scroll:hover {
  color: #0a5175;
}

i.scroll-icon {
  border: 2px solid #75160D;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  width: 50px;
  height: 50px;
  line-height: 47px;
  vertical-align: middle; 
  text-align: center;
}

i.symbol {
  color: #75160D;
}
/* RM */

.red {
  color: #75160D;
}

/* Responsive */

@media (max-width: 1199px) {
	
	.header {
	background: url(../img/bg_kartoffelbluete.jpg) no-repeat bottom center scroll; 
  }
  
  .callout {
	background: url(../img/kartoffelkorb.jpg) no-repeat center center scroll; 
  }
  
    .header-subsites {
	background: url(../img/bg_kartoffelbluete2.jpg) no-repeat bottom center scroll; 
  }
  
  .logo {
	margin: 0 auto;
	width: 70%;
	height: auto;
	padding-top: 1%;
  }
  
  .biohoefe-brand {
  	font-family:"mission-script";
  	font-size: 36px;
  	line-height: 16px;
  	height: 30px;
  }
  

}  

@media (max-width: 992px) {
	
	.header {
	background: url(../img/bg_kartoffelbluete.jpg) no-repeat bottom center scroll; 
  }
  
  .callout {
	background: url(../img/kartoffelkorb.jpg) no-repeat center center scroll; 
  }
  
    .header-subsites {
	background: url(../img/bg_kartoffelbluete2.jpg) no-repeat bottom center scroll; 
  }
  
  .logo {
	margin: 0 auto;
	width: 70%;
	height: auto;
	padding-top: 1%;
  }
  
  .biohoefe-brand {
  	font-family:"mission-script";
  	font-size: 36px;
  	line-height: 16px;
  	height: 30px;
  }
  

}

@media (max-width: 768px) {
	
  .header {
	background: url(../img/bg_kartoffelbluete.jpg) no-repeat center center scroll; 
  }

  .callout {
	background: url(../img/kartoffelkorb.jpg) no-repeat center center scroll; 
  }
  
    .header-subsites {
	background: url(../img/bg_kartoffelbluete2.jpg) no-repeat bottom center scroll; 
  }
  
  .logo {
	margin: 0 auto;
	width: 80%;
	height:auto;
	padding-top: 1%;
  }
  
  .biohoefe-brand {
  	font-family:"mission-script";
  	font-size: 36px;
  	line-height: 16px;
  	height: 30px;
  }

}
