﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* ===== HEADER ===== */

.modern-header {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}

/* Layout */
.header-container {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

/* LOGO größer + oben links */
.logo {
    height: 110px; /* 🔥 größer */
    width: auto;
    object-fit: contain;
}

/* Textblock */
.header-text {
    margin-left: 25px;
}

/* Titel */
.portal-title {
    font-size: 3rem;
    font-weight: 600;
    color: #333;
    line-height: 1.1;
}

/* Klinikname */
.clinic-name {
    font-size: 2rem;
    color: #000;
    margin-top: 5px;
}