/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

.domain-bus-connect-app {
  --bb-input-focus-border-color: #1b738a;
  --bb-login-register-button-background-color-regular: #1b738a;
  --bb-primary-color: #1b738a;
  --bb-primary-button-background-regular: #1b738a;
  --bb-primary-button-background-hover: #eee;
  --bb-primary-button-border-regular: #1b738a;
  --bb-login-register-button-background-color-regular: #1b738a;
  --bb-login-register-button-border-color-regular: #1b738a;
  --bb-login-register-button-border-color-hover: #0b637a;
  --bb-login-register-button-text-color-regular: #FFFFFF;
  --bb-login-register-button-text-color-hover: #0b637a;
  --bb-body-text-color: #0b637a;
  --bb-secondary-button-border-hover: #0b637a;
  --bb-secondary-button-text-hover: #0b637a;
  --bb-content-background-color: white;
  --bb-content-border-color: #888888;
  --bb-login-register-button-background-color-hover: #eee;
  --bb-secondary-button-background-hover: #eee;
  --bb-header-background: #EEEEEE;
}


/******************************************** LOGIN-SEITE ******************************/


/* Standard-Styling für das Login-Logo, wenn kein spezielles Bild über PHP gesetzt wird */
.login h1 a {
    height: 84px;      /* Höhe deines Logos */
    width: auto;       /* Breite deines Logos */
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

/* Spezifische Anpassungen, wenn die Klasse domain-bus-connect-app gesetzt ist */
body.domain-bus-connect-app {
    background-color: #f0f8ff; /* Hellblau für die Login-Seite der Alias-Domain */
}

body.domain-bus-connect-app #login h1 a {
    /* Eventuell andere Logo-Größe oder Abstände, falls nötig */
}

body.domain-bus-connect-app #loginform {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

body.domain-bus-connect-app #site-logo img.bb-logo {
    content: url(https://aha-connect.de/wp-content/uploads/2025/11/BUS_connect_kreis-1.png);
	padding: 4px 0;
}

body.domain-bus-connect-app .bb-icon-l.buddyboss.bb-icon-home:before,
body.domain-bus-connect-app .bb-icon-l.buddyboss {
  color: var(--bb-primary-color);
}

body.domain-bus-connect-app {
  background-color: #FFFFFF;
}