/*

Template 2080 Minimax

http://www.tooplate.com/view/2080-minimax

*/

body
	{
		background: #fff;
		font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #3a3a3a;
    padding: 0px;
    margin:0px;
    width: 100%;
    overflow-x: hidden!important;
	}

  html, body {
    overflow-x: hidden;
  }
  body {
    position: relative
  }


@font-face {
    font-family: 'lane_-_narrowregular';
    src: url('../fonts/LANENAR_-webfont.eot');
    src: url('../fonts/LANENAR_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/LANENAR_-webfont.woff') format('woff'),
         url('../fonts/LANENAR_-webfont.ttf') format('truetype'),
         url('../fonts/LANENAR_-webfont.svg#lane_-_narrowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  color: #89b20d;
}

p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.1em;
}

h2,h3 {
  font-weight: bold;
}

hr {
  border-color: #565656;
  margin: 0;
  opacity: 0.3;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}
img:hover {
  cursor: pointer;
  /*opacity: 0.5;*/
}

.highlight {
  font-weight: 800;
  color: #89b20d;
  xfont-size: 1.4em;
}

.centered {
  text-align: center!important;
}
.img-centered {
  margin: 0px auto;
}

/* navigation */
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.15);
    margin: 0 !important;
  }

  .startpage .navbar-default {
    display: none;
  }

  .navbar-default .navbar-brand img {
     width: 95px;
     height: 95px;
     position: absolute;
     left: 50%;
     margin-left: -50px;  /* 50% of your logo width */
     display: block;
  }

 /* 
.navbar-default .navbar-brand {
    background: #c5034;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    height: 90px;
    margin: 0;
    padding: 20px 20px 40px 20px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
   }
.navbar-brand:hover, .navbar-brand:clicked {
  background: dc5034;
}
*/
.navbar-default .navbar-nav li a {
    border-right: 1px solid #f9f9f9;
    color: #202020;
     font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 41px;
	
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.navbar-default .navbar-nav > li > a:clicked,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #89b20d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #89b20d;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 30px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #89b20d;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent 
}

/* home section */
#home {
  position: relative;
  background: url('../images/header_bg_blurred.jpg')no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 35vh;
  padding-top: 220px;
  padding-bottom: 0px;
}

#home #logo_big_container {
 width: 100%;
 text-align: center;
 position: absolute;
 bottom: 0px;
}

#home img {
  width: 350px;
  height: 350px;
  margin-bottom: -145px;
}

#home h1 {
  font-weight: 300;
  padding-bottom: 10px;
}
#home h2 {
  line-height: 10px;
}
#home .btn {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #444;
  border-radius: 0px;
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 16px;
  padding-top: 14px;
  width: 200px;
  padding: 20px;
  margin-top: 20px;
   transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #dc5034;
  border-color: transparent;
  color: #fff;
}

#slogan {
  margin-top: 180px; 
  margin-bottom: 80px
}

#slogan h1.teaser {
  font-size: 4.5em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-family: 'Open Sans';

  background: url("../images/slogan_bg.jpg")
		top;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#slogan h2.teaser {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
  text-align: center;
  font-family: 'Open Sans';

  background: url("../images/slogan_bg.jpg")
		top;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#simple_page_content {

  padding-top: 150px;
  padding-bottom: 80px;
  text-align: left;

}

#simple_page_content h1 {
  text-align: center;
}

#mission {

  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;

}

#mission p.highlight {
  font-weight: 800;
  color: #89b20d;
  font-size: 1.4em;
}

/* about section */
#leistungen {
  padding-top: 100px;
  padding-bottom: 80px;
}
#leistungen h1 {
  display: inline-block;
  padding: 10px 20px 40px 10px;
  text-align: center;
}
#leistungen .col-md-12 {
  text-align: center;
  padding-bottom: 60px;
}

#leistungen .leistung_row {
  padding-top: 30px;
  padding-bottom: 30px;
}

#leistungen img {
  padding: 0px;
  margin-top: 10px;
}
#leistungen h4 {
  padding-bottom: 10px;
}

.rightaligned p {
  text-align: right;
}

#leistungen h1.leistung { 
  text-transform: uppercase; 
  padding: 0px;
  margin-top:0px;
  line-height: 40px!important;
  width: 100%;
}
#leistungen h1.leistung_druckdaten {
 text-align: right;
 background: url("../images/leistung_druckdaten.jpg")
		top;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#leistungen h1.leistung_beratung {
  text-align: left;
  color: rgba(0,0,0,0.9);
  background: url("../images/leistung_beratung.jpg")
		top;
	-webkit-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0.3);
}
#leistungen h1.leistung_gestaltung {
  text-align: right;
  background: url("../images/leistung_gestaltung.jpg")
		top;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* team section */
#team {
  padding-top: 100px;
  padding-bottom: 100px;
}
#team h1 {
  display: inline-block;
  width: 100%;
  margin: 20px 10px 10px 20px;
  text-align: center;
  text-transform: uppercase;
}

#team p.lead_p {
 text-align: center;
 padding-top: 40px;
 padding-bottom: 40px;
}

#team h4 {
	padding-bottom: 40px;
}
#team .col-md-12 {
  text-align: center;
  padding-bottom: 60px;
}
#team img {
  padding: 0px;
}


/* pricing section */
#pricing {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}
#pricing h2 {
  border-left: 2px solid #f2af00;
  display: inline-block;
  padding: 10px 10px 10px 20px;
}
#pricing .plan {
  border: 2px solid #89b20d;
  padding: 20px 20px 40px 20px;
  margin-top: 60px;
}
#pricing .plan .plan-title {
  border-bottom: 2px solid #89b20d;
  padding: 20px 10px 20px 10px;
  margin-bottom: 20px;
}
#pricing .plan small,
#pricing .plan ul li {
  font-family: 'Raleway', sans-serif;
}
#pricing .plan ul {
  padding: 0;
}
#pricing .plan ul li {
  display: block;
  padding: 16px 0px 16px 0px;
}
#pricing .plan .btn {
  background: transparent;
  border: 2px solid #89b20d;
  border-radius: 0px;
  color: #000;
  font-weight: bold;
  width: 140px;
  height: 50px;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#pricing .plan .btn:hover {
  background: #f2af00;
  border-color: transparent;
}



#kontakt {
  margin-top: 100px;
  margin-bottom: 80px;
}

#kontakt h1 {
  display: inline-block;
  width: 100%;
  margin: 10px 10px 40px 20px;
  text-align: center;
  text-transform: uppercase;
}

#kontakt p {
  text-align: center;
}


/* FILTER CSS */
.filter-wrapper {
    width: 100%;
    margin: 0 0 24px 0;
    overflow: hidden;
    text-align: center;
}
.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}
.filter-wrapper li a {
    color: #999999;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 8px 17px;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.filter-wrapper li a.selected,
.filter-wrapper li a:focus,
.filter-wrapper li a:hover {
    background: #89b20d;
    border-color: transparent;
    color: #ffffff;
  }

/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}




/* copyright section */
.copyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  
}

.copyright p {
  font-size: 1.0em;
  font-weight: 400;
}
.copyright_lowkey, .copyright_lowkey a{
  color: #b8b8b8;
}


/* scrolltop section */
.go-top 
  {
    background-color: #89b20d;
    font-size: 26px;
    bottom: 2em;
    right: 2em;
    color: #FFF;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
  }
.go-top:hover
  {
    background-color: #444;
	color: #fff;
  }

  /* media 1200 */
@media only screen and ( max-width: 1200px ) {


  .rightaligned p {
    text-align: left;
  }

  .centered-mobile {
    text-align:center!important;
  }

}

/* media 960 */
@media only screen and ( max-width: 990px ) {


  .navbar-default .navbar-nav li a {
    padding-right: 20px;
    padding-left: 40px;
    line-height: 30px;
  }

  #slogan h1.teaser {
    font-size: 2.5em;
  }
  #slogan h2.teaser {
    font-size: 1.4em;
  }

  .navbar-default .navbar-brand img {
     position: relative;
     margin-left: 0px;
     left: 0;
  }

}


@media only screen and ( max-width: 767px ) {
  
  #home img {
    width: 250px;
    height: 250px;
    margin-bottom: -105px;
  }

  #slogan {
    margin-top: 130px;
  }

  #leistungen h1 {
    margin-bottom: 25px;
  }

  .container h1 {
    margin-left: 0px!important;
    text-align: center!important;
  }

  #mission, #leistungen, #team, #kontakt {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-default .navbar-nav li:first-child {
    margin-top: 30px;
  }

  #team h4 {
    padding-bottom: 30px;
  }

  #slogan h1.teaser {
    font-size: 1.8em;
  }

  .navbar-default .navbar-brand img {
    position: relative;
    margin-left: 0px;
    left: 0;
 }

 .rightaligned p { 
  text-align: left;
 }

}


/* media 360 */
@media only screen and ( max-width: 360px ) {
  #team h4 {
    padding-bottom: 30px;
  }

  #slogan h1.teaser {
    font-size: 1.8em;
  }

  .navbar-default .navbar-brand img {
    position: relative;
    margin-left: 0px;
    left: 0;
 }

}