header .glyphicon:hover,
header .glyphicon:focus {
  text-decoration: none;
  color: #fff;
}

li {
  padding-bottom: 10px;
}

::selection {
  background: #a0bb16;
  color: #ffffff;
}

.glyphicon {
  color: #777;
  transition: all 0.2s ease-in-out;
}

.glyphicon:hover,
.glyphicon:focus {
  text-decoration: none;
}

.glyphicon-circle-arrow-up:hover {
  color: #0170c1;
}

.glyphicon-circle-arrow-down:hover {
  color: #a0bb16;
}

.glyphicon-circle-arrow-down,
.glyphicon-circle-arrow-up {
  text-decoration: none;
}

.glyphicon-circle-arrow-up {
  margin-top: 10px;
}

.logo-small {
  background: #f9f9f9;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 16;
}

.logo-small img {
  z-index: 16;
}

.navbar-default .navbar-nav > li > a.lang_1 {
  padding-right: 0;
}

.language::before {
  display: none;
}

.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #777;
}

.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #008800;
}

.header_image {
  background: url(../images/leaves_crop.jpg);
  background-size: cover;
  height: 100vh;
  width: 100vw;
  text-align: center;
}

.navbar-header {
  min-height: 70px;
}

.header_content {
  position: relative;
  top: 20%;
  color: #f9f9f9;
  padding: 40px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(0, 0, 0, 0.5),
    transparent
  );
}

.header_content .glyphicon {
  color: #f9f9f9;
}

.header_content .glyphicon:hover {
  color: #ccc;
}

ul {
  list-style: none;
}

.image {
  height: 70vh;
  background-size: cover !important;
}

.frontpage {
  min-height: 50vh;
}

.image_1 {
  background: url(../images/forest_crop.jpg);
}

.image_2 {
  background: url(../images/grass2_crop.jpg);
}

.image_3 {
  background: url(../images/meadow_crop.jpg);
}

.image_4 {
  background: url(../images/grass3_crop.jpg);
}

.fullscreen {
  padding-top: 60px;
  padding-bottom: 60px;
}

.full_height {
  min-height: 100vh;
}

body {
  color: #777;
  background: #f9f9f9;
  font-family: "Open Sans", sans-serif;
}

.navbar-brand {
  line-height: 40px;
}

.navbar-brand span:hover {
  color: #008800;
}

.panel {
  border-radius: 0;
}

.footer a {
  color: #a0bb16;
}

.footer .glyphicon {
  color: #777;
}

.footer a:hover {
  color: #a0bb16;
}

.navbar {
  border-radius: 0;
  border-left: none;
  border-right: none;
  background: none;
  border-bottom: none;
  margin-bottom: 60px;
  background: #f9f9f9;
  width: 100%;
}

.row {
  margin-bottom: 20px;
}

.text_box {
  border: 1px solid #ccc;
  margin-left: 20px;
}

.navbar-nav a {
  line-height: 60px !important;
}

.navbar-nav li {
  padding-bottom: 0;
}

.navbar-nav > li > a {
  padding: 5px 15px;
  font-size: 0.8em;
}

.navbar-nav > li > a::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background: #a0bb16;
  margin-left: -15px;
  margin-bottom: 15px;
  opacity: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar-nav > li > a:hover::before,
.navbar-nav > li > a:focus::before {
  opacity: 1;
}

.grey {
  min-height: 40vh;
  background: #f9f9f9;
  opacity: 0.9;
  padding: 30px;
  color: #777;
}

.footer {
  min-height: 40vh;
  color: #fff;
}

#impressum,
#dsgvo {
  display: none;
  background: #f9f9f9;
  color: #777;
  padding: 20px;
}

small {
  font-size: 40% !important;
}

.logo_content {
  color: #fff;
  position: relative;
  top: 30%;
}

.wrapper {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.wrapper h4 {
  color: #a0bb16;
}

.navbar-nav li {
  margin: 0;
}

@media (max-width: 1060px) {
  .header_content {
    top: 35%;
  }
}

@media (max-width: 768px) {
  .navbar-nav > li > a::before {
    display: none;
  }
  .logo {
    height: 50vh;
  }
  .frontpage {
    min-height: 100vh;
  }
  .image {
    height: 50vh;
  }
  .glyphicon-circle-arrow-up,
  .glyphicon-circle-arrow-down {
    display: none;
  }

  .header_image {
    height: 70vh;
  }

  .header_content {
    top: 35%;
  }
}

.item {
  max-height: 100vh;
}

.item img {
  width: 100vw;
}

.navbar-toggle {
  margin-top: 18px;
}
