@font-face {
  font-family: Raleway;
  src: url(/fonts/raleway.ttf);
}
#home .carousel-outer,
#home #carousel,
#home .carousel-inner,
#home .item,
#home .item-img,
#home #home-text {
  height: 500px;
}
#home .carousel-inner {
  overflow: inherit;
}
#home .carousel-outer,
#home .item-img {
  margin-top: -28px;
}
#home nav {
  z-index: 1;
}
#home .item.next {
  margin-top: 28px;
}
#home .item-img {
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home #item-img-1 {
  background-image: url("/images/slider/developer.jpg");
}
#home #item-img-2 {
  background-image: url("/images/slider/code.jpg");
}
#home #item-img-3 {
  background-image: url("/images/slider/storage.jpg");
}
#home #home-text {
  width: 100%;
  position: absolute;
  top: 0;
  display: table;
  text-align: center;
  font-weight: bold;
  text-shadow: 0 0 10px black;
}
#home #home-text > div {
  display: table-cell;
  vertical-align: middle;
}
#home #content {
  background-color: rgba(244, 244, 244, 0);
}
#home h2 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.05em;
}
#home .kontakt h2 {
  letter-spacing: 0;
}
#home h3,
#home p {
  text-align: center;
}
#home #services {
  margin-top: 25px;
  text-align: center;
}
#home #services .col-md-6 {
  text-align: center;
}
#home #services .servicebox {
  padding: 25px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  background-color: white;
  width: 100%;
  height: 140px;
  border: 1px solid #EEE;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
#home #services .servicebox:hover {
  background-color: #4CAF50;
  color: white;
  transition: all 0.3s ease-in-out;
}
#home #services .servicebox:hover > i {
  color: white;
  transition: all 0.3s ease-in-out;
}
#home #services .servicebox:hover > svg {
  fill: white;
  transition: all 0.3s ease-in-out;
}
#home #services .servicebox.left {
  float: right;
}
#home #services .servicebox.right {
  float: left;
}
#home #services .servicebox > i {
  margin-right: 10px;
  font-size: 40px;
  margin-right: 20px;
  color: #4CAF50;
  transition: all 0.3s ease-in-out;
}
#home #services .servicebox > svg {
  width: 64px;
  max-width: 64px;
  margin-right: 20px;
  fill: #4CAF50;
}
#home #services .servicebox > div {
  flex-grow: 1;
  text-align: justify;
}
#home .kontakt {
  margin-top: 20px;
  color: white;
  height: 400px;
  background-image: url('/images/worker.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 0;
  position: relative;
}
#home .kontakt div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4CAF50;
  opacity: 50%;
  width: 100%;
  height: 100%;
}
#home .kontakt div:nth-child(2) {
  width: 100%;
  position: absolute;
  height: 204px;
  top: calc(50% - 102px);
  left: 0;
}
#home .kontakt div:nth-child(2) > p:first-child {
  font-size: 40px;
  font-weight: bold;
}
#home .kontakt div:nth-child(2) > p:nth-child(2) {
  font-size: 20px;
  margin-bottom: 30px;
}
.balken {
  background-color: #4CAF50;
  width: 100%;
  height: 30px;
}
