  #stickyheader .header .logo {
    width: 150px;
    height: 70px;
    margin-bottom: 10px;
  }
  
  a.mod_top_phone {
    position: absolute;
    top: 23px;
    right: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #EF7D00;
    color: white;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    white-space: nowrap;
    width: auto;
    text-align: left;
  }
  
  .header.cloned {
    background-color: white;
  }
  
  #stickyheader nav {
    position: absolute;
    left: 220px;
    top: 10px;
  }
  
  #stickyheader a.mod_top_phone {
    position: absolute;
    top: 23px;
    right: 110px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #EF7D00;
    color: white;
    padding: 20px 25px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    white-space: nowrap;
    width: auto;
    text-align: left;
    height: 90px;
  }

  a.mod_top_phone:hover {
    background-color: #d46600;
    transform: scale(1.05);
  }

  /* Standard: "Notfall?" in Weiß */
  .text-change {
    color: white;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
  }

  /* Number-Styling */
  .text-change-number {
    color: white;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    text-decoration: none;
  }

  /* Wenn der Header sticky/fixed wird, soll die Farbe Grün sein 
  body.fixed-header .text-change:first-child {
    color: #5A9F48 !important;
  }*/

  /* Media Queries für mobile Ansichten */
  @media only screen and (max-width: 767px) {
    a.mod_top_phone {
      position: relative;
      top: 10px;
      right: calc(5vw);
      bottom: 0; /* Button am unteren Rand des Headers fixieren */
      margin: 0 auto; /* Zentrieren durch margin */
      padding: 10px 15px; /* Weniger Padding */
      display: flex; /* Flexbox aktivieren */
      justify-content: center; /* Zentrieren des Inhalts horizontal */
      text-align: center; /* Text zentrieren */
      height: 60px;
      width: 185px;
      max-width: 185px;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
	  }
	  
  #stickyheader	a.mod_top_phone{
    position: relative;
    top: 10px;
    right: calc(5vw);
    bottom: 0; /* Button am unteren Rand des Headers fixieren */
    margin: 0 auto; /* Zentrieren durch margin */
    padding: 10px 15px; /* Weniger Padding */
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Zentrieren des Inhalts horizontal */
    text-align: center; /* Text zentrieren */
    height: 60px;
    width: 185px;
    max-width: 185px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
    
    a.mod_top_phone:hover {
      background-color: #d46600;
      transform: scale(1.05);
    }
  
    
    body.viewport_mobile #fix-wrapper {
      padding-bottom: 10px;
    }
    
    .text-change {
      font-size: 18px; /* Kleinere Schriftgröße */
    }

    .text-change-number {
      font-size: 24px; /* Kleinere Schriftgröße für die Nummer */
    }
    
    div.label {
      display: none;
    }
  }
  
  /* Media Queries für mobile Ansichten */
  @media only screen and (max-width: 600px) {
    a.mod_top_phone {
      /*min-width: calc(2.4vw);*/
      position: relative;
      top: 10px;
      right: 0px;
      bottom: 0; /* Button am unteren Rand des Headers fixieren */
      margin: 0 auto; /* Zentrieren durch margin */
      padding: 10px 5px; /* Weniger Padding */
      display: flex; /* Flexbox aktivieren */
      justify-content: center; /* Zentrieren des Inhalts horizontal */
      text-align: center; /* Text zentrieren */
      align-items: center;
      height: 50px;
      width: 125px;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
      margin-bottom: 5px;
    }
  
  #stickyheader a.mod_top_phone {
    /*min-width: calc(2.4vw);*/
    position: relative;
    top: 10px;
    right: 0px;
    bottom: 0; /* Button am unteren Rand des Headers fixieren */
    margin: 0 auto; /* Zentrieren durch margin */
    padding: 10px 5px; /* Weniger Padding */
    display: flex; /* Flexbox aktivieren */
    justify-content: center; /* Zentrieren des Inhalts horizontal */
    text-align: center; /* Text zentrieren */
    align-items: center;
    height: 50px;
    width: 125px;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    margin-bottom: 5px;
    }
    
    div.label {
      display: none;
    }
    
    
  div.burger_lines {
    position: relative;
    top: 0px;
  }
  
    
    .text-change {
      display: inline-block;
      font-size: 12px; /* Kleinere Schriftgröße */
      line-height: 12px;
    }

    .text-change-number {
      display: inline-block;
      font-size: 16px; /* Kleinere Schriftgröße für die Nummer */
      line-height: 16px;
    }
  }


  /* Media Queries für mobile Ansichten */
  @media only screen and (max-width: 380) {
    a.mod_top_phone {
      position: relative;
      top: 140px;
      right: 0px;
      bottom: 0; /* Button am unteren Rand des Headers fixieren */
      margin: 0; /* Zentrieren durch margin */
      padding: 10px 5px; /* Weniger Padding */
      display: flex; /* Flexbox aktivieren */
      justify-content: center; /* Zentrieren des Inhalts horizontal */
      text-align: center; /* Text zentrieren */
      height: 40px;
      width: 100vw !important;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
      margin-bottom: 5px;
    }
    
    #stickyheader a.mod_top_phone {
      position: relative;
      top: 140px;
      right: 0px;
      bottom: 0; /* Button am unteren Rand des Headers fixieren */
      margin: 0; /* Zentrieren durch margin */
      padding: 10px 5px; /* Weniger Padding */
      display: flex; /* Flexbox aktivieren */
      justify-content: center; /* Zentrieren des Inhalts horizontal */
      text-align: center; /* Text zentrieren */
      height: 40px;
      width: 100vw !important;
      transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
      margin-bottom: 5px;
    }
    
    div.label {
      display: none;
    }
    
    
  div.burger_lines {
    position: relative;
    top: 0px;
  }
 
    .text-change {
      font-size: 12px; /* Kleinere Schriftgröße */
      line-height: 12px;
    }

    .text-change-number {
      font-size: 16px; /* Kleinere Schriftgröße für die Nummer */
      line-height: 16px;
    }
  }    