/*
Theme Name: Lucienne Child
Template: Lucienne
Author: AlienWP
Description: Custom adjustments for Wetterstation Widen (Saira fonts, header styling, spacing)
Version: 1.1
*/

/* ----------------------------------------- */
/*  FONTS: ensure Saira always loads         */
/* ----------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@200;300;400;500;700&display=swap");

body,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
.sidebar .widget-title {
  font-family: "Saira", sans-serif !important;
}

/* ----------------------------------------- */
/*  LAYOUT WRAPPER                           */
/* ----------------------------------------- */

.wrap {
  max-width: 1100px; /* etwas breiter, wie früher */
  margin: 0 auto;
  padding-top: 10px;
}

/* ----------------------------------------- */
/*  HEADER & HERO IMAGE                      */
/* ----------------------------------------- */

.site-branding {
  padding-bottom: 30px;
}

/* Haupttitel über dem Header */
.site-title a {
  font-family: "Saira", sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  font-size: 36px; /* früherer Look */
}

/* Untertitel */
.site-description {
  font-family: "Saira", sans-serif;
  font-weight: 200;
  letter-spacing: 3px;
  font-size: 16px;
  opacity: 0.85;
  margin-top: -10px;
}

/* ----------------------------------------- */
/*  NAVIGATION                               */
/* ----------------------------------------- */

.main-navigation > div:first-of-type {
  text-align: left;
}

.main-navigation a {
  font-family: "Saira", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
}

/* Hover-Effekt */
.main-navigation a:hover {
  opacity: 0.65;
}

/* ----------------------------------------- */
/*  FOOTER & LINKS                           */
/* ----------------------------------------- */

.site-footer a,
.site-footer a:visited,
.entry-meta a,
.entry-meta a:visited,
.widget_authors a strong,
.widget_authors a:visited strong {
  text-decoration: none;
  font-weight: 500;
  color: #595959;
  transition: 0.1s;
}

.site-footer a:hover {
  opacity: 0.7;
}

/* ----------------------------------------- */
/*  SOCIAL BOX                               */
/* ----------------------------------------- */

.socialmenu {
  background-color: #f0f0f0;
  text-align: left;
  padding: 13px;
  border-top: gray dotted 1px;
  display: none;
}

/* ----------------------------------------- */
/*  CAPTCHA Entfernen                        */
/* ----------------------------------------- */

.grecaptcha-badge {
  visibility: collapse !important;
}

/* ----------------------------------------- */
/*  SHARE BUTTONS AUS                        */
/* ----------------------------------------- */

.entry-bottom .sharingbuttons {
  display: none;
}

/* --- Gizmo grundlegender Style --- */
.gizmo-container {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.gizmo-frame {
  width: 100%;
  height: 110px;
  border-bottom: 3px;
  overflow: hidden;
  display: block;
}

/* --- Gizmo Responsive Height --- */
@media (max-width: 1024px) {
  .gizmo-frame {
    height: 90px;
  }
}

@media (max-width: 768px) {
  .gizmo-frame {
    height: 110px;
  }
}

@media (max-width: 480px) {
  .gizmo-frame {
    height: 125px;
  }
}
