body {
	background-color: #0a3e20;
}
a {
	color: #076533;
}
a:hover {
	color: #123648;
	text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

.left {
    float: left;
}
.right {
    float: right;
}
.center {
	text-align: center;
}


.content {
	background-color: #FFFFFF;
}

/****** Header ******/
header {
	background-color: #FFFFFF;
}
.top-header {
	border-bottom: 1px solid #e2e2e2;
	font-size: 0.8em;
	padding: 0.7em;
}
.top-header a {
    padding-left: 1.5em;
	color: #076533;
}
.top-header a:hover{
	color: #123648;
	text-decoration: none;
}
.main-header {
	border-bottom: 1px solid #e2e2e2;
	font-size: 0.8em;
	padding: 0.8em;
	margin-bottom: 1.4em;
}
.navbar-nav li{
	font-size: 1.1rem;
	font-weight: 300;
	line-height: 1.2;
}

.fixed-header {
	position: fixed;
	top:0; left:0;
	width: 100%; 
	opacity: 1.0;
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-o-transition: opacity 1s ease-out;
  
}
#navigation {
	background-color: #FFFFFF;
	z-index: 99;
	margin: auto;
}
.navigation-items {
	float: right;
}
#logo-title  {
	margin: 0 0 0 1.5em;
	line-height: 1.5em;
}
.logo-subtitle-main {
	font-size: 2.1em;
	font-weight: 300;
	line-height: 0.5em;

}
.logo-subtitle-child {
	font-size: 1.1em;
	font-weight: 300;
	color: #939393;

}

/****** Sidenavigation ******/
.sidenavigation-box {
	color: #FFFFFF;
	text-align: left;
	background-color: #076533;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.76);
	height: 50px;
	margin-bottom: 50px;
	border-radius: 0.25rem;
	padding: 10px 20px;
}
.sidenavigation-box ul{
	list-style-type: square;
}
.sidenavigation-box a{
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: 300;
}
.sidenavigation-box a:hover{
	font-weight:bold;
	
}
.navigation-box {
	text-align: center;
	margin-bottom: 50px;
}
.navigation-box  .button-custom {
	max-width: 200px;
	width: 100%;
	margin: 5px 5px;
}
.back-to-nav {
	font-size: 0.8em;
	font-weight: 300;
	margin-bottom: 20px;
}



/****** Slider *******/
#slider .container-fluid {
	padding: 0;
}
.slides  {
	width: 100%;
	height: 100%;
	max-width: 1920px;
	max-height: 500px;
}
.carousel-control-prev-icon {
	height: 75px;
	width: 58px;
	position: absolute;
	background: #7193af;
	top: 50%;
	margin-top: -29px;
	left: 0;
	cursor: pointer;
	background: url(..//img/slider/slider-buttons.png) no-repeat;
}
.carousel-control-next-icon {
	height: 75px;
	width: 58px;
	position: absolute;
	background: #7193af;
	top: 50%;
	margin-top: -29px;
	cursor: pointer;
	background: url(..//img/slider/slider-buttons.png) no-repeat;
	right: 0;
	background-position: -58px;
}

.slide-caption {
	text-align: right;
	width: 60%;
}

.btn-gt {
	background-color: #076533;
	color: #FFFFFF;
}
.btn-gt:hover {
	background-color: #043d1f;
	color: #FFFFFF;
}

/****** Section ******/
.section-title  {
	padding: 75px 0 25px 0;
	text-align: center;
	font-size: 2.8em;
	font-weight: 300;
	line-height: 1.0em;
	
}
.section-subtitle  {
	padding: 75px 0 25px 0;
	text-align: center;
	font-size: 2.4em;
	font-weight: 300;
	line-height: 1.0em;
}
.section-text {
	padding: 0 0 25px 0;
	text-align: left;
}
#portfolio {
	background-color: #076533;
	color: #FFFFFF;
}
.section-background-darkgreen {
	background-color: #076533;
	color: #FFFFFF;
}
.gmap {
	width: 100%;
	height: 500px;
	max-width: 1920px;
	max-height: 500px;
	margin-bottom: 50px;
}
./img-margin {
	margin-bottom: 50px;
}

/****** Boxes ******/
.box {
	color: #123648;
	text-align: center;
	background-color: #FFFFFF;
	box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.46);
	height: 360px;
	margin-bottom: 50px;
	border-radius: 0.25rem;
	padding: 40px 20px;
}
.box  h3 {
	font-size: 2.0em;
	font-weight: 300;
	line-height: 1.0em;
	padding: 30px 0 10px;
}
.box  p {
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.box  .portfolio-image {
	width: 100px;
	height: 100px;
	padding-top: 20px;
	margin: auto;
}

#portfolio-erdarbeiten {
	background: url(..//img/icons/bagger.jpg) no-repeat;
}
#portfolio-erdarbeiten:hover {
	background: url(..//img/icons/bagger-hover.jpg) no-repeat;
}
#portfolio-forst {
	background: url(..//img/icons/holz.jpg) no-repeat;
}
#portfolio-forst:hover {
	background: url(..//img/icons/holz-hover.jpg) no-repeat;
}
#portfolio-brennstoffe {
	background: url(..//img/icons/erde.jpg) no-repeat;
}
#portfolio-brennstoffe:hover {
	background: url(..//img/icons/erde-hover.jpg) no-repeat;
}

.image-size {
	max-width: 800px;
	width: 100%;
}

/****** Form ******/
.thank-you {
	height: 100px;
	color: #FF0000;
	font-weight: 300;
}
	
/****** Footer ******/
.footer {
	padding-top: 2em;
	color: #c3c3c3;
	font-size: 0.85em;
	background-color: #0a3e20;
	height: 80px;
}
.footer-elements {
	font-size: 0.8em;
	padding: 0.8em;
	margin-bottom: 1.4em;
}
.footer-elements a{
	padding-left: 1em;
	color: #c3c3c3;
}
.footer-elements a:hover{
	color: #FFFFFF;
	text-decoration: none;
}


/******** Media *******/
@media (min-width: 260px) {
  .box h3 {
   font-size: 1.2em;
  }
  .box p {
   font-size: 0.8em;
  }
  .section-title {
	 font-size: 1.5em; 
  }
  .section-subtitle {
	font-size: 1.3em;
  }
  .section-text {
	font-size: 0.9em;
  }
  .form-group {
	font-size: 0.9em;
  }
  .logo-subtitle-main {
	display: none;
  }
  .logo-subtitle-child {
	display: none;
  }
  .carousel-control-prev-icon {
	  display: none;
  }
  .carousel-control-next-icon {
	  display: none;
  }
  #gt-logo {
		max-width: 75px;
  }
  .top-header .left{
		display: none;
  }
  .product-image {
	 max-width: 250px;
	 width: 100%;
	 margin-bottom: 10px;
  }
  
}
@media (min-width: 440px) {
  .box h3 {
   font-size: 1.7em;
  }
  .box p {
   font-size: 1.1em;
  }
  .section-title {
	 font-size: 2.8em; 
  }
  .section-subtitle {
	font-size: 2.4em;
  }
  .section-text {
	font-size: 1.0em;
  }
  .form-group {
	font-size: 1.0em;
  }
  .carousel-control-prev-icon {
	  display: inline;
  }
  .carousel-control-next-icon {
	  display: inline;
  }
  #gt-logo {
		max-width: 150px;
		width: 100%;
  }
  .top-header .left{
		display: inline;
  }
  .product-image {
	 max-width: 250px;
	 width: 100%;
	 margin-bottom: 10px;
  }
  
}

@media (min-width: 768px) {
  .box h3 {
   font-size: 1.3em;
  }
  .box p {
   font-size: 0.8em;
  }
  
}
@media (min-width: 1340px) {
	.box h3 {
   font-size: 1.6em;
  }
  .box p {
   font-size: 0.9em;
  }
  .logo-subtitle-main {
	display: inline;
  }
  .logo-subtitle-child {
	display: inline;
  }
}

@media (min-width: 1600px) {
	.box h3 {
   font-size: 2.0em;
  }
  .box p {
   font-size: 1.1em;
  }
  .container {
    max-width: 1400px;
  }
}
