/* COLORS */
/* FONTS */
#node-kontakt #intro {
  padding-top: 150px;
  background-color: #111111;
  position: relative;
  z-index: 30;
  padding-bottom: 100px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#node-kontakt #intro::before {
  content: '';
  width: 100%;
  height: 200px;
  background-color: #111111;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#node-kontakt #intro .h1 {
  color: #fff;
}
#node-kontakt #intro .h1 strong {
  color: #ef0003;
}
#node-kontakt #intro .text {
  color: #fff;
  margin-bottom: 50px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0s;
  transition-delay: 0s;
  display: block;
}
#node-kontakt #intro .text strong {
  color: #ef0003;
}
#node-kontakt #intro .h1.animate + .text {
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 1.5s;
  transform: translateY(0);
  opacity: 1;
}
#node-kontakt #kontakt {
  background-color: #fff;
  padding: 200px 0 100px 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 20;
  visibility: visible;
  position: relative !important;
  height: auto !important;
  padding-top: 100px;
  min-height: unset !important;
}
#node-kontakt #kontakt::before {
  content: '';
  width: 100%;
  height: 50px;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
}
