*{
  margin: 0px;
  padding: 0px;
}

body{
  background: #FD6E74;
  padding-top: 10px;
} 

.border {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-width: 20px;
  border-color: #7D60DF;
  border-style: solid;
}

.logo {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}

.container {
  max-width: 1500px;
  margin: auto;
}

#right {
  width: 250px;
  color: #7D60DF;
  margin-top: 10px;
  margin-bottom: 10px;
}

.abstand {
  float: left;
  width: 75%;
  visibility: hidden;
  display: inline-block;
}

#right1 {
  width: 480px;
  color: #7D60DF;
  margin-top: 10px;
  margin-bottom: 10px;
}

.abstand1 {
  float: left;
  width: 58%;
  visibility: hidden;
  display: inline-block;
}

p{
  color: #F7E654; 
  font-family: 'Montserrat', sans-serif;
  line-height: 1.8;
  font-weight: 700;
  font-size: 30px;
  margin-left: 60px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  animation-name: type;
  animation-duration: 20s;
  animation-timing-function: steps(60, end);
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

p:nth-child(2){
  animation: type2 20s steps(60, end);
}

p:nth-child(4){
  
  animation: type3 20s steps(60, end);
}

p:nth-child(5){
  
  animation: type4 20s steps(60, end);
}

p:nth-child(6){
  
  animation: type5 20s steps(60, end);
}

p:nth-child(8){
  
  animation: type6 20s steps(60, end);
}

p:nth-child(9){
  
  animation: type7 20s steps(60, end);
}

p a{
  color: lime;
  text-decoration: none;
}

span{
  animation: blink 1s infinite;
}

@keyframes type{ 
  0%{width: 0%;}
  10%{width: 100%;}
  20%{width: 100%;}
  30%{width: 100%;}
  40%{width: 100%;} 
  50%{width: 100%;}
  60%{width: 100%;}
  70%{width: 100%;}
  80%{width: 100%;}
  90%{width: 100%;}
  100%{width: 100%;}
} 

@keyframes type2{
  0%{width: 0%;}
  10%{width: 0%;}
  20%{ width: 50%;}
  30%{width: 100%;}
  40%{width: 100%;} 
  50%{width: 100%;}
  60%{width: 100%;}
  70%{width: 100%;}
  80%{width: 100%;}
  90%{width: 100%;}
  100%{width: 100%;}
} 

@keyframes type3{
   0%{width: 0px;}
  10%{width: 0px;}
  20%{ width: 0px;}
  30%{width: 0px;}
  40%{width: 250px;} 
  50%{width: 250px;}
  60%{width: 250px;}
  70%{width: 250px;}
  80%{width: 250px;}
  90%{width: 250px;}
  100%{width: 250px;}
} 

@keyframes type4{
   0%{width: 0%;}
  10%{width: 0%;}
  20%{ width: 0%;}
  30%{width: 0%;}
  40%{width: 0%;} 
  50%{width: 100%;}
  60%{width: 100%;}
  70%{width: 100%;}
  80%{width: 100%;}
  90%{width: 100%;}
  100%{width: 100%;} 
} 

@keyframes type5{
   0%{width: 0%;}
  10%{width: 0%;}
  20%{ width: 0%;}
  30%{width: 0%;}
  40%{width: 0%;} 
  50%{width: 0%;}
  60%{width: 100%;}
  70%{width: 100%;}
  80%{width: 100%;}
  90%{width: 100%;}
  100%{width: 100%;} 
} 

@keyframes type6{
  0%{width: 0px;}
  10%{width: 0px;}
  20%{ width: 0px;}
  30%{width: 0px;}
  40%{width: 0px;} 
  50%{width: 0px;}
  60%{width: 0px;}
  70%{width: 480px;}
  80%{width: 480px;}
  90%{width: 480px;}
  100%{width: 480px;}
} 

@keyframes type7{
  0%{width: 0%;}
  10%{width: 0%;}
  20%{ width: 0%;}
  30%{width: 0%;}
  40%{width: 0%;} 
  50%{width: 0%;}
  60%{width: 0%;}
  70%{width: 0%;}
  80%{width: 0%;}
  90%{width: 50%;}
  100%{width: 100%;}
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}

.impressum {
  position: absolute;
  width: 100%;
  margin: auto;
  text-align: center;
  bottom: 10px;
}

a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #7D60DF;
}

@media only screen and (min-width: 1040px) and (max-width: 1232px) {
  .abstand1 {
    width: 52%;
  }
}

@media only screen and (min-width: 880px) and (max-width: 1039px) {
  .abstand {
    width: 68%;
  }
  .abstand1 {
    width: 42%;
  }
}

@media only screen and (min-width: 868px) and (max-width: 879px) {
  p {
    font-size: 20px;
  }
  .abstand {
    width: 68%;
  }
  .abstand1 {
    width: 42%;
  }
}

@media only screen and (min-width: 680px) and (max-width: 867px) {
  .border {
  }
  p {
    font-size: 20px;
  }
  .abstand {
    width: 50%;
  }
  .abstand1 {
    width: 50%;
  }

  #right {
    width: 166px;
  }

  #right1 {
    width: 320px;
  }

  @keyframes type3{
     0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 166px;} 
    50%{width: 166px;}
    60%{width: 166px;}
    70%{width: 166px;}
    80%{width: 166px;}
    90%{width: 166px;}
    100%{width: 166px;}
  } 

    @keyframes type6{
    0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 0px;} 
    50%{width: 0px;}
    60%{width: 0px;}
    70%{width: 320px;}
    80%{width: 320px;}
    90%{width: 320px;}
    100%{width: 320px;}
  } 
}

@media only screen and (min-width: 500px) and (max-width: 679px) {
  .border {
  }
  p {
    font-size: 14px;
  }
  .abstand {
    width: 30%;
  }
  .abstand1 {
    width: 30%;
  }

  #right {
    width: 116px;
  }

  #right1 {
    width: 224px;
  }

  @keyframes type3{
     0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 116px;} 
    50%{width: 116px;}
    60%{width: 116px;}
    70%{width: 116px;}
    80%{width: 116px;}
    90%{width: 116px;}
    100%{width: 116px;}
  } 

    @keyframes type6{
    0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 0px;} 
    50%{width: 0px;}
    60%{width: 0px;}
    70%{width: 224px;}
    80%{width: 224px;}
    90%{width: 224px;}
    100%{width: 224px;}
  } 
}

@media only screen and (min-width: 435px) and (max-width: 499px) {
  .border {
    border-width: 10px;
  }
  p {
    font-size: 14px;
    margin-left: 20px;
  }
  .abstand {
    width: 30%;
  }
  .abstand1 {
    width: 30%;
  }

  #right {
    width: 116px;
  }

  #right1 {
    width: 224px;
  }

  @keyframes type3{
     0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 116px;} 
    50%{width: 116px;}
    60%{width: 116px;}
    70%{width: 116px;}
    80%{width: 116px;}
    90%{width: 116px;}
    100%{width: 116px;}
  } 

    @keyframes type6{
    0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 0px;} 
    50%{width: 0px;}
    60%{width: 0px;}
    70%{width: 224px;}
    80%{width: 224px;}
    90%{width: 224px;}
    100%{width: 224px;}
  } 
}

@media only screen and (min-width: 0px) and (max-width: 434px) {
  .border {
    border-width: 0px;
  }
  p {
    font-size: 12px;
    margin-left: 20px;
  }
  .abstand {
    width: 30%;
  }
  .abstand1 {
    width: 30%;
  }

  #right {
    width: 116px;
  }

  #right1 {
    width: 224px;
  }

  @keyframes type3{
     0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 116px;} 
    50%{width: 116px;}
    60%{width: 116px;}
    70%{width: 116px;}
    80%{width: 116px;}
    90%{width: 116px;}
    100%{width: 116px;}
  } 

    @keyframes type6{
    0%{width: 0px;}
    10%{width: 0px;}
    20%{ width: 0px;}
    30%{width: 0px;}
    40%{width: 0px;} 
    50%{width: 0px;}
    60%{width: 0px;}
    70%{width: 224px;}
    80%{width: 224px;}
    90%{width: 224px;}
    100%{width: 224px;}
  } 
}