h1, .impresszumContent {
    padding: 2em;
}
  
  .impresszumCim {
    color: #fff;
    background-color: #5A9BD3;
  }

  .impresszum {
    background-color: #f3f1f0;
    padding: 1em 0;
  }

  .terkozUtana {
      padding-bottom: 1em;
  }

  .copyright, h2 {
      padding: 3em 0 1em 0;
  }

  .footerbox:nth-child(3) p:last-child {
    background: linear-gradient(0deg, #fce972 50%, #ffffff 50%);
    transition: all .5s cubic-bezier(.2,3,.4,1);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    margin-top: 1em;
  }
  
  .footerbox:nth-child(3) p a {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 1em;
    flex: 1 1 auto;
    align-self: flex-start;
    display: flex;
    justify-content: start;
    font-size: 0.9em;
    color: #262626;
  }
  
  .footerbox:nth-child(3) p:last-child:hover {
    transform: scale(1.05);
  }
  
  .footerbox:nth-child(3) p a::after {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    content: '';
    transform: rotate(-45deg) translate(2px, -2px);
    -webkit-transform: rotate(-45deg) translate(2px, -2px);
  }