body {
  /* background-image: url("background2.jpg"); */
  /* font-family: verdana; */
  font-family: Arial;
  background-color: #ffffff;
  transition-duration: 2s;
  /* filter: brightness(75%); */
  /* opacity: 0.5; */
}

/* parallax-window */
.parallax-window {
  min-height: 1000px;
  background: transparent;
  padding-top: 150px;
  /* filter: brightness(55%); */
}

/* fade statt slide */
.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-in-out 0.7s;
  transition-duration: 2s;
  left: 0;
  opacity: 1; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}

/*-- Top-Bar --*/
/* .header {
  position: relative;
} */
/* .header-nav {
  position: relative;
} */
.top-bar {
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 0.58);
  top: 8%;
  width: 100%;
}
/*-- //Slider --*/
.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  float: right;
}
.navbar-default {
  background: none;
  border-color: #012231;
}
.navbar-default .navbar-brand {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
a.navbar-brand img {
  display: inline-block;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding: 0;
  float: left;
  margin-left: 20em;
}
.navbar-default .navbar-brand:hover {
  color: #fff;
  text-decoration: none;
}
a.navbar-brand span {
  color: #146eb4;
  /* color: #007fa2; */
}
.navbar {
  position: relative;
  min-height: inherit;
}
.navbar-header {
  margin-top: 1px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2fd828;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 16px;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-brand {
  height: 0;
  padding: 0;
}
.navbar {
  border-radius: 0px;
  border: none;
}
/* .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a.active {
  color: #efa52c;
} */
.navbar {
  border-radius: 0px;
  border: none;
  padding: 5px 0px;
}
.navbar-header {
  margin-top: 5px;
}
.navbar-brand {
  line-height: 0px !important;
}
.navbar-brand {
  float: none;
}
/*-- //nav-bar --*/

.backG {
  font-family: arial;
  background-color: #93c39b;
  color: #ffffff;
  border-bottom: #538c4d 2px solid;
  font-size: 120%;
}
.item {
  min-height: 200px;
}

h1 {
  text-align: center;
  color: #146eb4;
  font-size: 25px;
  font-weight: bold;
  font: Arial;
}
h2 {
  text-align: center;
  color: white;
  /* color: #000080; */
  font-size: 18px;
  font-weight: bold;
  /* font-style: italic; */
  font: Arial;
  /* font: Bookman Old Style; */
}
h3 {
  text-align: center;
  color: #000080;
  font-size: 16px;
  /* font-weight: bold; */
  /* font-style: italic; */
  font: Arial;
}
h4 {
  text-align: center;
  color: #000080;
  font-size: 11px;
  font: Arial;
}
h5 {
  text-align: center;
  color: whitesmoke;
  font-size: 50px;
  font-weight: bold;
  font: Bookman Old Style;
}

.hero {
  padding: 30px 0;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

.is-moment .hero {
  background-color: whitesmoke;
  box-shadow: inset 0 10px 10px white;
}

.hero-circle {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  position: relative;
  border: 8px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 8px rgba(34, 34, 34, 0.3), inset 0 1px 8px rgba(34, 34, 34, 0.3);
  background: url(./logo200.jpg);
}

.is-moment .hero-circle {
  background-color: #fff;
}

.hero-face {
  width: 100%;
  height: 100%;
}

.hero-face:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin: -6px 0 0 -6px;
  background: #fff;
  border-radius: 6px;
  content: "";
  display: block;
}

.hero-hour {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 -4px -25%;
  padding: 4px 0 4px 25%;
  background: #5fb404;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  border-radius: 4px 0 0 4px;
}

.hero-minute {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -3px 0;
  padding: 40% 3px 0;
  background: #80ff00;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  border-radius: 3px 3px 0 0;
}

.hero-second {
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -40% -1px 0 0;
  padding: 40% 1px 0;
  background: #5fb404;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

/* mouse-Scrollbar Anzeige, dass man runterscollen soll*/
.icon-scroll {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 3.125em;
  transform: translateX(-50%) scale(2);
  z-index: 99999;
}

.icon-arrows::after,
.icon-arrows::before {
  content: "";
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
  display: block;
  width: 0.315em;
  height: 0.315em;
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  margin: 0 0 0.125em 0.315em;
  transform: rotate(45deg);
  animation: mouse-scroll 1s infinite;
  animation-direction: alternate;
}

.icon-arrows::before {
  margin-top: 0.315em;
  animation-delay: 0.1s;
}

.icon-scroll span {
  animation-delay: 0.2s;
}

.icon-arrows::after {
  animation-delay: 0.3s;
}

.icon-scroll .mouse {
  height: 1.375em;
  width: 0.875em;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 2em;
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 0.1875em;
  width: 0.1875em;
  margin: 0.1875em auto 0;
  background: rgba(255, 255, 255, 0.8);
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0.375em);
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
