/* -- dynamic code css -- */
      
  
    .top-ag-logo{
      float:right;
      height:80px;
      max-height:60px;
      margin-top:20px;
    }
  
    @media (max-width: 1180px) {
      .top-ag-logo {
        height: 40px;
        max-height: 40px;
        margin-top:5px;
      }
    }
  
    .tt-phone{
      float:right;
      color:var(--color-main-1);
      font-size:20px;
      background-repeat:no-repeat;
      background-image:url(skin/img/telefon.svg);
      background-position:10px center;
      background-size:30px 30px;
      padding-left:50px;
      display:block;
      transition:all 200ms ease;
    }
    
    .tt-phone:hover{
      background-size:40px 40px;
      background-position:5px center;
      color:#000;
      text-decoration:underline;
    }
  