/*!
 * Bootstrap v5.3 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */


.navbar-toggler-icon {
  background-image: url("../img/burger.svg");
}
.navbar-toggler-icon:hover {
  background: url("../img/burger2.svg");
}
.navbar-toggler {
  border: 0.15rem white;
}
.navbar-toggler:focus {
  box-shadow: none;
}
button.navbar-toggler {
  padding: 4px 0 !important;
}
body {
  height: 100% !important;
  background-color: #ffa1ff !important;
}
nav {
  background-color: #ffa1ff !important;
}
.start {
  background-color: #ffa1ff !important;
}
/* h2 {
  font-family: PWIcons !important;
  color: #e52128 !important;
} */
.container {
  height: 90vh;
  background-image: url(../img/start.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.flex { 
  position: absolute;
  /* height: 50%; */
  top:0;
  left: 0px;
  bottom: 0;
  animation: move 15s normal ease-in-out infinite;
  animation-timing-function: steps(20);
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes move {
  0% {
    transform: translate(0px, 100vh);
    /* transform: translateX(100vh); */
  }
  100% {
    transform: translate(800px, -200px);
    /* transform: translateX(0); */
  }
}

section {
  color: black !important;
  background-color: #00be8a !important;
}
p {
  font-size: 5rem !important;
}
p:hover {
  /* color:  #efe8d9 !important; */
  background-color: #ffa1ff !important;
}

span {
  color: white;
}

a {
  color: black !important;
  text-decoration: none;
}
a:hover {
  color: white !important;
  text-decoration: none;
}
/* .farbe {
  color:#e52128 !important;
} */
article {
  /* background-color: #00be8a !important; */
  color: black !important;
}
article a {
  color: #e52128 !important;
  text-decoration: none;
}
footer {
  background-color: #00be8a !important;
  color: black !important;
}

@media (max-width: 991.98px) {
  p {
    font-size: 3rem !important;
  }
}

@media only screen and (max-width: 575.98px) {
  p {
    font-size: 1.5rem !important;
  }
}