/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}

html,
body {
  height: 100%;
}

body {
  background: #f1efeb;
  color: #222;
  margin: 0 auto;
  width: 960px;
}

img {
  max-width: 100%;
}

a,
a:visited {
  color: #6d9d45;
  text-decoration: none;
}

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

hr {
  border-bottom: none;
  border-top: 1px solid #ccc;
}

.announcement {
  margin: 0 -20px;
  background: #EEDC82;
  padding: 2px 10px 4px 10px;
}

.unstyled {
  margin: 0;
  padding: 0;
}

.unstyled li {
  list-style: none;
}

.section-main {
  background: #f1efeb;
  float:left;
  height: 100%-;
  width: 590px;
}

.meta {
  position: relative;
}

.top-image img {
  display: block;
}

.title {
  color: #fff;
  bottom: 0;
  padding: 20px;
  position: absolute;
}

.navigation {
  padding-top: 5px;
}

.navigation ul {
  overflow: hidden;
}

.navigation li {
  float: left;
  margin-right: 10px;
}

.navigation a {
  text-decoration: none;
}

.pagination {
  overflow: hidden;
}

.pagination_next_link {
  float: right;
}

.posts {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding: 0 20px 20px;
}

.post {
  clear: both;
  margin-top: 20px;
  word-wrap: break-word;
}

.post header h1 {
  margin-bottom: 5px;
  margin-top: 0;
}

.post header time {
  display: block;
  margin-bottom: 20px;
}

.post section {
  margin-bottom: 20px;
}

.post-media-player {
  margin: 0 -20px;
}

.post-media-player iframe {
  width: 100%;
}

.podlovewebplayer_wrapper .podlovewebplayer_meta,
.podlovewebplayer_wrapper .podlovewebplayer_tableend {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.podlovewebplayer_wrapper .podlovewebplayer_meta .togglers .infowindow,
.podlovewebplayer_wrapper .podlovewebplayer_meta .togglers .showsharebuttons {
  display: none !important;
}

.post .post-transcript {
  text-align: center;
}

.post-social-media {
  overflow: hidden;
  text-align: center;
}

.post .post-social-buttons {
  margin-bottom: 0px;
}

.post-social-buttons .link {
  color: #444;
  font-size: 24px;
  margin-right: 5px;
  text-decoration: none;
}

.post-social-buttons .link:hover {
  color: #000;
}

.comments .comment {
  margin-bottom: 20px;
  overflow: hidden;
}

.comments .comment img {
  float: left;
  height: 50px;
  width: 50px;
}
.comments .comment .comment-meta {
  margin-bottom: 10px;
}

.comments .comment .comment-body {
  margin-left: 60px;
}

.new-comment {
  overflow: hidden;
}

.new-comment form .field label {
  display: block;
}

.new-comment form .field small {
  color: #888;
}

.new-comment form .field input,
.new-comment form .field textarea {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  outline: none;
  padding: 5px;
  width: 100%;
}

.new-comment form .field button {
  background: #0088cc;
  border: none;
  border-radius: 6px;
  color: #fff;
  float: right;
  padding: 6px;
}

.new-comment .messages {
  margin: 20px -20px 0;
}

.new-comment .messages .message {
  padding: 5px 20px;
}

.new-comment .messages .success {
  background: #dff0d8;
  color: #468847;
}

.new-comment .messages .error {
  background: #f2dede;
  color: #b94a48;
}

.archive {
  margin-top: 20px;
}

.archive time {
  display: block;
}

.section-sidebar {
  float:left;
  padding-left: 20px;
  width: 340px;
}

.section-sidebar .feeds {
  padding-left: 20px;
}

.section-sidebar .follow {
  padding-left: 5px;
}

.section-sidebar .follow li i {
  margin-right: 5px;
}

.section-sidebar .copyright {
  margin-top: 10px;
}

.powered-by-podigee {
  margin-top: 40px;
  text-align: center;
  width: 50%
}

.powered-by-podigee img {
  display: block;
  margin: 0 auto;
  width: 64px;
}

@media (max-width: 960px) {
  body {
    width: 100%;
  }
  
  .section-main {
    width: 62%;
  }
  
  .section-sidebar {
    width: 38%;
  }
}

@media (max-width: 600px) {
  .section-main {
    width: 100%;
  }
  
  .section-sidebar {
    width: 100%;
  }
}

/* Uncomment to hide text in page header */

/*
.meta .title {
  display: none;
}
*/

/* =========================
   Unterwegs im Freien – Brand Overrides
   ========================= */
:root{
  --brand-primary:#6D9645;      /* Primary */
  --brand-secondary:#54595F;    /* Sekundär */
  --brand-text:#7A7A7A;         /* Text */
  --brand-accent:#FF6600;       /* Accent */
  --brand-link-hover:#395221;   /* Link Hover */
  --brand-bg:#F1EFEB;           /* Background_standard */
}

/* Schriften */
html {
  font-family: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "PT Serif", Georgia, "Times New Roman", serif;
  color: var(--brand-primary);
}

/* Grundfarben */
body {
  background: var(--brand-bg);
  color: var(--brand-text);
}

/* Links */
a, a:visited {
  color: var(--brand-primary);
  text-decoration: none;
}
a:hover {
  color: var(--brand-link-hover);
  text-decoration: underline;
}

/* Buttons */
.new-comment form .field button,
button,
.subscribe-button,
.podigee-button {
  background: var(--brand-primary);
  color: #fff;
  border: none;
  border-radius: 6px;
  transition: background 0.2s ease-in-out;
}

.new-comment form .field button:hover,
button:hover,
.subscribe-button:hover,
.podigee-button:hover {
  background: var(--brand-link-hover); /* exakt #395221 */
  color:#fff;
}

/* Sonstiges */
hr { border-top: 1px solid #e0e0e0; }
.meta .title { color:#fff; }
.post-social-buttons .link { color: var(--brand-text); }
.post-social-buttons .link:hover { color: var(--brand-accent); }
.section-sidebar,
.section-sidebar .copyright,
.post header time,
.new-comment form .field small { color: var(--brand-secondary); }
.posts {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

/* ===== Fix: Titel bleibt unter Banner, keine doppelte Überschrift ===== */
.meta {
  position: relative;
}

.meta .title {
  position: static !important;   /* nicht absolut über Bild */
  background: transparent !important;
  color: var(--brand-primary);
  text-shadow: none;
  padding: 10px 0 0 0;
  margin: 0;
}

/* falls alte, überlagerte Titelreste sichtbar waren */
.top-image + .meta .title {
  display: none;
}

/* Header-Bild korrekt darstellen */
.top-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Navigation: optischer Trenner unter dem Banner */
.navigation{
  background: rgba(0,0,0,0.03);         /* sanfte Tönung (passt zu #F1EFEB) */
  border-top: 4px solid var(--brand-primary);
  border-bottom: 1px solid #d6d3cc;
  margin: 10px 0 20px;
  padding: 8px 12px;
}

/* horizontale Listendarstellung mit Abständen */
.navigation ul{
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.navigation li{
  list-style: none;
  position: relative;
  padding-left: 12px; /* Platz für die Dots */
}
/* kleine grüne Dots als Trenner zwischen Einträgen */
.navigation li + li::before{
  content: "";
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: var(--brand-primary);
  border-radius: 50%;
}

/* Link-Styles in der Leiste */
.navigation a{
  color: var(--brand-secondary);
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
}
.navigation a:hover{
  color: var(--brand-link-hover);
  text-decoration: underline;
}

/* Mobile: Dots weicher, mehr Luft */
@media (max-width: 600px){
  .navigation{ padding: 10px; }
  .navigation ul{ gap: 14px; }
}

/* Hintergrund des Bannerbereichs an Seitenfarbe angleichen */
.top-image {
  background-color: var(--brand-bg); /* entspricht #F1EFEB */
}

/* Falls das Bild selbst Ränder oder Weißflächen hat, vollbreit darstellen */
.top-image img {
  display: block;
  width: 100%;
  height: auto;
  background-color: var(--brand-bg); /* gleiche Farbe auch hinter dem Bild */
}

/* Optional: Titel leicht vom Banner trennen */
.meta .title {
  margin-top: 12px;
}

/* ======= Buttons & Social in Markenfarben erzwingen ======= */

/* ABONNIEREN – robust (deckt <a>, <button>, evtl. Wrapper) */
.section-sidebar a.subscribe-button,
.section-sidebar button.subscribe-button,
.section-sidebar .subscribe-button,
.subscribe-button {
  background-color: var(--brand-primary) !important;  /* #6D9645 */
  color: #fff !important;
  border: none !important;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.section-sidebar a.subscribe-button:hover,
.section-sidebar button.subscribe-button:hover,
.section-sidebar .subscribe-button:hover,
.subscribe-button:hover {
  background-color: var(--brand-link-hover) !important; /* #395221 */
  color: #fff !important;
}

/* Falls Podigee dem Button ein SVG/Icon mit eigener Farbe gibt */
.section-sidebar .subscribe-button svg {
  fill: #fff !important;
}

/* —— Share-/Social-Buttons unter dem Beitrag —— */
.post-social-buttons .link,
.post-social-buttons a {
  color: var(--brand-primary) !important;              /* Standard: Grün */
  text-decoration: none !important;
}

.post-social-buttons .link:hover,
.post-social-buttons a:hover {
  color: var(--brand-link-hover) !important;           /* Hover: dunkles Grün */
  text-decoration: underline !important;
}

/* Wenn die Social-Icons als <svg> kommen */
.post-social-buttons a svg,
.post-social-buttons .link svg {
  fill: var(--brand-primary) !important;
}
.post-social-buttons a:hover svg,
.post-social-buttons .link:hover svg {
  fill: var(--brand-link-hover) !important;
}