@charset 'utf-8';
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,600,400italic,600italic,700,700italic,800,800italic);

body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background: #ffffff;
  color: #303133;
  font-size: 16px;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 14px;
  }
}
/* ############################################# GENERAL #### */
.row {
  padding: 0 20px;
}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.nomargin { margin: 0 !important; }
.clear { clear: both; }
.nodisplay { display: none; }


h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;  
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {  
  line-height: 120%;  
}

h1 {
    font-size: 1.0rem;
}

h2 {
  font-size: 48px;
  font-weight: 300;
  text-align: center;
  color: #56bf00;
  position: relative;
  margin-bottom: 100px;
}

h2:after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background: #56bf00;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}
h3 {
  color: #243b46;
  position: relative;
  margin: 40px 0 30px;
}
h3:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #56bf00;
  position: absolute;
  left: 0;
  bottom: -5px;
}
h4 {
  text-transform: none;
}
span.green {
  color: #56bf00;
}

section {
  padding: 120px 0;
  position: relative;
}
section .two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 16px; 
  -moz-column-gap: 16px; 
  column-gap: 16px;
}
a.btn {
  display: block;
  border-radius: 20px;
  color: #56bf00;
  font-weight: 300;
  font-size: 16px;
  padding: 0 20px 0 30px;
  line-height: 50px;
  margin: 20px auto 0;
  background: #ffffff;
  max-width: 230px;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
a.btn:hover {
  border-radius: 25px;
  color: #ffffff;
  background: #56bf00;
}
a.btn i {
  margin-left: 10px;
}
a.btn-back {
  display: inline-block;
  border-radius: 20px;
  color: #ffffff;
  font-weight: 300;
  font-size: 16px;
  padding: 0 30px 0 20px;
  line-height: 50px;
  background: #56bf00;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
}
a.btn-back:hover {
  border-radius: 25px;
  color: #56bf00;
  background: #ffffff;
}
a.btn-back i {
  margin-right: 10px;
}
section.tree-felling img, section.garden img {
  border: 4px solid #ffffff;
  margin-bottom: 30px;
}
/* ### GENERAL MOBILE #### */
@media screen and (min-width: 64em) {
  section.tree-felling img, section.garden img {
    margin: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .row {
    padding: 0 40px;
  }
}
@media screen and (max-width: 900px) {
  section .two-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0; 
    -moz-column-gap: 0; 
    column-gap: 0;
  }
}
@media screen and (max-width: 650px) {
  h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
  section {
    padding: 80px 0;
  }
}
@media screen and (max-width: 400px) {
  h2 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  h2:after {
    height: 3px;
    width: 100px;
  }
  section {
    padding: 70px 0;
  }
}
/* ############################################# ANCHOR #### */
section.anchor:before {
  content: "";
  background: url(./../images/anchor-green.png) no-repeat center center;
  position: absolute;
  display: block;
  width: 8px;
  height: 178px;
  top: -89px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.contact.anchor:before, section.intro.anchor:before {
  top: -115px;
}
section.anchor.anchor-darkgreen:before {
  background: url(./../images/anchor-darkgreen.png) no-repeat center center;
}

/* ### ANCHOR MOBILE #### */
@media screen and (max-width: 650px) {
  section.anchor:before {
    background: url(./../images/anchor-green-mobile.png) no-repeat center center;
    height: 101px;
    top: -50px;
  }
  section.anchor.anchor-darkgreen:before {
    background: url(./../images/anchor-darkgreen-mobile.png) no-repeat center center;
  }
  section.contact.anchor:before, section.intro.anchor:before {
    top: -77px;
  }
}
/* #############################################  NAV #### */
nav {
	display: none;
	position: absolute;
	right: 3%;
	top: 80px;
	min-width: 320px;
	text-align: center;
	z-index: 8;
}

nav ul {
	margin: 0;
}

nav ul li {
	list-style: none;
	white-space: nowrap;
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #fff;

}


nav ul li a {
	display: block;
	padding: 10px 10px;
	font-size: 20px;
	color: #243b46;
	text-transform: uppercase;
	font-weight: 600;
	background: rgba(255,255,255,0.5);
}

nav ul li a:hover,
nav ul li a:focus {
	background: rgba(255,255,255,0.7);	
	color: #243b46;
}

.menutoggle {
	cursor: pointer;
	display: inline-block;
	background: none;
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.menutoggle span {
	display: inline-block;
	position: relative;
	top: 5px;
	left: 2px;
	width: 36px;
	height: 3px;
	background: #243b46;
}

.menutoggle span:before {
	content: '';
	position: absolute;
	display: inline-block;
	top: -9px;
	left: 0;
	width: 36px;
	height: 3px;
	background: #243b46;
}

.menutoggle span:after {
	content: '';
	position: absolute;
	display: inline-block;
	top: 9px;
	left: 0;
	width: 36px;
	height: 3px;
	background: #243b46;
}

.navopen .menutoggle span {
	position: static;
	width: auto;
	height: auto;
	background: none;
}
.navopen .menutoggle span:before {
	display: none;
}

.navopen .menutoggle span:after {
    content: '\00d7';
    font-size: 50px;
    color: #000;
    line-height: 40px;
    display: block;
    text-align: center;
    position: static;
    background: none;
	top: 0;
}
@media screen and (max-width: 1100px) {
	nav {
		max-width: 388px;
		width: 100%;
		right: 50%;
		transform: translateX(50%);
	}
	
	nav ul > li:first-child {
		border-top: 100px solid rgba(255,255,255,0.7);
	}
	
	nav ul li a {
		background: rgba(255,255,255,0.7);	
	}
	
	nav ul li a:hover,
	nav ul li a:focus {
		background: rgba(255,255,255,0.9);	
	}
	
}
@media screen and (max-width: 800px) {
	.menutoggle {
		bottom: 10px;
	}
	
	nav {
		top: 50px;
		max-width: none;
	}
	
	nav ul > li:first-child {
		border-top: 65px solid rgba(255,255,255,0.9);
	}
	
	nav ul li a {
		background: rgba(255,255,255,0.9);
	}
	
	nav ul li a:hover,
	nav ul li a:focus {
		background: rgba(255,255,255,1);	
	}
	
}

@media screen and (max-width: 500px) {
	.menutoggle {
		right: 0;
	}
}

@media screen and (max-width: 460px) { 
	nav ul > li:first-child {
		border-top: 35px solid rgba(255,255,255,0.9);
	}
}

/* ############################################# HEADER / KEYVISUAL #### */
header {
  background: url(./../images/keyvisual.jpg) no-repeat center center;
  background: url(./../images/Guenther_Ortmann_Landschaft_Baum-Website-ProArbor-1.jpg) no-repeat center top;  
  position: relative;
  padding-bottom: 135px;
  background-size: cover;
  height: 110vh;  
  
}
header:after {
  content: "";
  background: url(./../images/header-seperator.png) no-repeat center center;
  position: absolute;
  display: block;
  width: 101%;
  height: 135px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header a.logo {
  text-indent: -9999px;
  display: block;
  max-width: 388px;
  width: 70%;
  height: 164px;
  background: url(./../images/logo-proarbor.png) no-repeat top center;
  background-size: contain;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
header .line {
  width: 94%;
  background: #ffffff;
  height: 2px;
  position: absolute;
  top: 80px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}
header .keyvisual {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .keyvisual .inner {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header .keyvisual div span {
  font-size: 55px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  white-space: nowrap;
}
header div span.headline-green {
  background: #56bf00;
}
header div span.headline-grey {
  background: #303133;
  font-weight: 300;
}
/* ### KEYVISUAL MOBILE #### */
@media screen and (max-width: 1500px) {
  header {
    height: 100vh;
  }
  header .keyvisual {
    top: 45%;
  }
}
@media screen and (max-width: 1200px) {
  header .keyvisual div span {
    font-size: 40px;
  }
  header {
    background-size: cover;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 95vh;
  }
  header h1.logo {
    max-width: 250px;
    width: 100%;
	height: 107px;
  }
  header .line {
    top: 50px;
  }
  header .keyvisual div span {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  header .keyvisual div span {
    font-size: 22px;
  }
}
@media screen and (max-width: 460px) {
  header h1.logo {
    max-width: 195px;
	height: 83px;
  }
}
@media only screen and (orientation : landscape) {
  header {
    height: 120vh;
  }
}
/* ############################################# INTRO #### */
section.intro {
  background: url(./../images/section-intro-bg.jpg) repeat center center;
}
/* ############################################# SERVICES INTRO #### */
section.services-intro {
  background: url(./../images/section-services-intro-bg.jpg) no-repeat top center #2a424d;
  position: relative;
}
section.services-intro:after {
  content: "";
  background: url(./../images/section-services-intro-arrow.png) no-repeat center center;
  width: 198px;
  height: 59px;
  position: absolute;
  z-index: 5;
  bottom: -59px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.services-intro p {
  color: #ffffff;
}
section.services-intro h2 {
  color: #ffffff;
}
section.services-intro h2:after {
  background: #ffffff;
}
/* ############################################# SERVICES #### */
section.services {
  background: url(./../images/section-services-bg.jpg) repeat center center;
  position: relative;
}
section.services strong {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 35px;
  display: inline-block;
}
/* ### SERVICES MOBILE #### */
@media screen and (min-width: 64em) {
  section.services strong {
    margin-top: 0;
  }
}
/* ############################################# SLIDER #### */
#slidebox {
	width: 100%;
  padding: 0;
}
.slick-slider {
    margin-bottom: 0;
}
.slick-slider div img {
    border-right: 2px solid #c1c1c1;
}
.slick-slide:focus {
    outline: none;
}
.slick-prev:before, .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;   
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;	
}
.slick-prev, .slick-next {    
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
    border-radius: 15px;
    padding-top: 3px;
    padding-right: 3px;
    text-align: center;
    font-size: 0;
    line-height: 0;
}
#slidebox .slick-prev {
  left: 20px;
	padding-right: 3px;
	z-index: 10;
}
#slidebox .slick-next {
  right: 20px;
	padding-left: 6px;
	z-index: 10;
}
#slidebox .slick-prev:before {
  content: "\f053";
}
#slidebox .slick-next:before {
  content: "\f054";
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {    
  background: #fff;
}
/* ############################################# TREE FELLING #### */
section.tree-felling {
  background: url(./../images/section-tree-felling-bg.jpg) no-repeat center center;
  position: relative;
}
section.tree-felling p {
  color: #ffffff;
}
section.tree-felling h2 {
  color: #ffffff;
}
section.tree-felling h2:after {
  background: #ffffff;
}
section.tree-felling .one-height {
  display: table-cell;
  vertical-align: middle;
}
/* ############################################# GARDEN #### */
section.garden {
  background: #e4e4e5;
  padding-bottom: 175px;
  position: relative;
}
section.garden:after {
  content: "";
  background: url(./../images/header-seperator.png) no-repeat center center;
  position: absolute;
  display: block;
  width: 100%;
  height: 135px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
section.garden  p.one-height {
  display: table-cell;
  vertical-align: middle;
}
/* ### SLIDER MOBILE #### */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #slidebox {
    height: 400px;
  }
  .slick-slider div img {
    height: 400px;
    width: auto;
  }
}
@media screen and (max-width: 39.9375em) {
  #slidebox {
    height: 300px;
  }
  .slick-slider div img {
    height: 300px;
    width: auto;
  }
}
@media screen and (max-width: 350px) {
  #slidebox {
    height: 200px;
  }
  .slick-slider div img {
    height: 200px;
    width: auto;
  }
}
/* ############################################# CONTACT #### */
section.contact {
  padding-bottom: 40px;
}
section.contact p {
  padding-bottom: 20px;
}
section.contact img {
  margin-bottom: 50px;
}
section.contact a {
  color: #303133;
  text-decoration: underline;
}
section.contact a:hover {
  color: #303133;
  text-decoration: none;
}
section.contact .adress {
  position: relative;
  padding-left: 70px;
  max-width: 180px;
  margin: 0 auto;
}
section.contact .adress:before {
  content: "\f041";
  font-family: "FontAwesome";
  position: absolute;
  color: #56bf00;
  font-size: 80px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.contact .social {
  max-width: 180px;
  margin: 0 auto;
}
section.contact .phone {
  position: relative;
  padding-left: 35px;
  line-height: 32px;
  margin: 0 0 10px 0;
}
section.contact .phone:before {
  content: "\f098";
  font-family: "FontAwesome";
  position: absolute;
  color: #56bf00;
  font-size: 30px;
  left: 0;
  top: 0;
}
section.contact .fb {
  position: relative;
  padding-left: 35px;
  line-height: 32px;
}
section.contact .fb:before {
  content: "\f082";
  font-family: "FontAwesome";
  position: absolute;
  color: #56bf00;
  font-size: 30px;
  left: 0;
  top: 0;
}
section.contact .google {
  position: relative;
  padding-left: 75px;
  margin-top: 15px;
  font-size: 18px;
  max-width: 372px;
  margin: 40px auto 0;
}
section.contact .google:before {
  content: "\f0d4";
  font-family: "FontAwesome";
  position: absolute;
  color: #56bf00;
  font-size: 72px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* ### CONTACT MOBILE #### */
@media screen and (min-width: 64em) {
  section.contact .adress {
    margin: 0;
  }
  section.contact .social {
    margin: 0;
  }
  section.contact .google {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  section.contact .google {
    font-size: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  section.contact .adress {
    max-width: 372px;
    padding-left: 75px;
  }
  section.contact .adress:before {
    content: "\f041";
    font-family: "FontAwesome";
    position: absolute;
    color: #56bf00;
    font-size: 80px;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  section.contact img {
    max-width: 220px;
    margin-bottom: 20px;
  }
}
/* ############################################# FOOTER #### */
footer {
  background: #243b46;
  color: #ffffff;
  font-weight: 300;
  padding: 20px 0;
}
footer a {
  text-decoration: underline !Important;;
  color: #ffffff !Important;
}
footer a:hover {
  text-decoration: none !Important;;
  color: #ffffff !Important;;
}
/* ### FOOTER MOBILE #### */
@media screen and (max-width: 650px) {
  footer {
    font-size: 12px !Important;;
  }
}
/* ############################################# LEGAL INFO #### */
.legal-info header {
  height: 220px;
  background: #f5f9fd;
}
.legal-info section.intro {
  padding: 40px 0;
}
.legal-info a {
  color: #303133;
  text-decoration: underline;
}
.legal-info a:hover {
  color: #303133;
  text-decoration: none;
}
.legal-info a.btn-back, .legal-info a.btn-back:hover {
  color: #ffffff;
  text-decoration: none;
}
/* ### LEGAL INFO MOBILE #### */
@media screen and (max-width: 800px) {
  .legal-info header {
    height: 140px;
  }
  .legal-info section.intro {
    padding: 0 0 40px 0;
  }
  a.btn-back {
    margin-bottom: 30px;
  }
}