/*
Theme Name: Workout Diary Light
Template: astra
Author: Robert Schurm
Description: Child Theme für die Workout Diary App mit hellem, eleganten Design.
Version: 1.0
*/

/* === Grundlegende Farben === */
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Inter', sans-serif;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* === Header === */
.site-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaeaea;
}

/* === Buttons === */
.button, .ast-button, .elementor-button {
  background-color: #007bff;
  color: #ffffff;
  border-radius: 6px;
  padding: 10px 24px;
  transition: background-color 0.3s ease;
}

.button:hover, .ast-button:hover, .elementor-button:hover {
  background-color: #0056b3;
}

/* === Footer === */
.site-footer {
  background-color: #f8f9fa;
  color: #333333;
  border-top: 1px solid #eaeaea;
}

.site-footer a {
  color: #333333;
}

.site-footer a:hover {
  color: #007bff;
}

/* === Tutorials Grid === */
.tutorial-grid .elementor-column {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* === Sprachumschalter === */
.language-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1000;
  font-size: 14px;
}

.language-switcher a {
  margin-left: 12px;
  color: #000;
  text-decoration: none;
}

.language-switcher a:hover {
  text-decoration: underline;
}
