body {
  font-family: Open Sans, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: #1F1F1F;
  background-color: white;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 20px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #6BB42C;
}

a:focus, a:hover {
  text-decoration: none;
  color: #1d9b6c;
}


.over-logo {
	height: 48px;
	z-index: 10000;
	margin-top: 2px;
}

.over-nav {
	height: 48px;
	padding-top: 10px;
    padding-bottom: 10px;
	background-color: white;
}


#mainNav {
  font-family: Open Sans, sans-serif;
  text-transform: uppercase;
  background-color: white;
	border-bottom: 2px solid #1F1F1F;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: #1F1F1F;
  border: 2px solid #1F1F1F;
}

#mainNav a {
  color: #1F1F1F;
}

@media (min-width: 992px) {
  #mainNav {
	margin-top: 48px;
    padding-top: 6px;
    padding-bottom: 6px;
    background: #1F1F1F;
	  	border-bottom: 1px solid #ffffff;
  }
	#mainNav a {
  color: white;
}
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: #1F1F1F;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 20px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 40px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}





.btn-circle-unterseite {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: black;
  border: 2px solid black;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle-unterseite:focus, .btn-circle-unterseite:hover {
  color: black;
  outline: none;
  background: rgba(0, 0, 0, 0.1);
}






.content-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
	
@media (min-width: 768px) {
.content-section {
  padding-top: 100px;
  padding-bottom: 100px;
	}
}

.dark-section {
  color: white;
  background-color: #1F1F1F;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.download-section {
  color: white;
  background: url("../img/team.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


@media (min-width: 992px) {
  .content-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #6BB42C;
  border: 1px solid #6BB42C;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: #1F1F1F;
  border: 1px solid #6BB42C;
  outline: none;
  background-color: #6BB42C;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding: 50px 0;
  background-color: #1F1F1F;
}

footer p {
  font-size: 14px;
  margin: 0;
	color: #ffffff;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}



.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}