﻿

/* --- Custom Font Style for Phone Number --- */
.navbar-brand {
    font-family: 'Lato', sans-serif; /* REPLACE THIS with your actual font name */
    /* --- font-size: 0.3em; ---*/ /* Adjust size as needed, e.g., 1.2em, 1.6em */
    font-weight: normal; /* Adjust boldness: e.g., normal, 500, 700 */
    color: #ffc500; /* Change color if desired, e.g., a dark grey or your brand color – war 333*/
    /* --- letter-spacing: 0.01em; ---*/ /* Optional: adjust spacing between letters */
    text-transform: none; /* Ensure it's not all caps if theme applies it */

}
.navbar-default.navbar-shrink {
    padding: 10px 0;
    background-color: #5d4f1f; /* ← change this to your desired color - war 775c00 */
}

/* custom.css */
#impressum {
  background-color: #d6d1ca; /* z. B. dein braun-grau */
  padding: 60px 0;
}

#impressum h2 {
  font-family: 'Kaushan Script', cursive;
  color: #222;
}

#impressum p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

