/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/
html {
    scroll-behavior: smooth;
  }

  .footer_style_2 .footer_blog {
    padding: 100px 0;
  }
  
  .footer_style_2 .footer_blog .row {
    margin-left: 200px;
    margin-right: 20px;
  }
  
  .footer_style_2 .footer_blog .col-md-6 {
    padding-left: 30px;
  }

  .main_heading h2 {
    font-size: 2rem; /* Schriftgröße anpassen */
    color: #333; /* Farbe anpassen */
  }

  /* Hover-Effekt für E-Mail und Telefonnummer im Header */
.topbar-hightlight a {
    color: inherit; /* Behält die Standardfarbe bei */
    text-decoration: none; /* Entfernt die Unterstreichung */
    transition: color 0.3s ease; /* Sanfter Übergang für die Farbe */
  }
  
  .topbar-hightlight a:hover {
    color: #002c5c; /* Farbe beim Darüberfahren ändern (kann angepasst werden) */
  }