.kontakt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    background-color: var(--orange-for);
    color: white;
    font-family: ZeitungPro-Black-_1_;
    width: auto;
    padding:2rem;
   
  }


.kontakt-telmail {
    flex: 0 1 ;
    transform: translateY(-5px) translateX(-80px);
    }

.map {
  flex: 0 1;
  transform: translateX(-100px);
  line-height: 3.5rem;
  min-width: fit-content;
  }


.kontakt-telmail p:first-of-type,
.map p:first-of-type{
    font-size: 3rem;
 }

.kontakt-telmail p {
font-size: 1.5rem;
  }

  .map p:nth-child(2),
  .map p:nth-child(3),
  .map p:nth-child(4) {
  line-height: 2.4rem;
  min-width: 500px;;
} 

.labeltf {
  display: block;
  border: dotted;
  margin: 2rem;
  padding: 1rem;
  width: 30rem;
  font-family: 'ZeitungPro-Black-_1_';
  font-size: 2rem;
}


@media (max-width: 768px){
  .kontakt {
    display: flex;
    justify-content: flex-start;
    background-color: var(--orange-for);
    color: white;
   
  }

.kontakt-telmail {
    flex: 0 1 ;
    transform: none;
    }

.map {
  flex: 0 1;
  transform: none;
  line-height: 2.4rem;
  padding-top: 2rem;;
  }


.kontakt-telmail p:first-of-type,
.map p:first-of-type{
    font-size: 1.5rem;
 }

.kontakt-telmail p,
.map p {
font-size: 1rem;
  }


}
  