/*
 Theme Name: Childtheme für Wiebke Bialke
 Theme URI:
 Description: 2015 Child
 Author: Bettina Heuser
 Author URI: https://avida-design.de/
 Template: twentyfifteen
*/
/* abeezee-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'ABeeZee';
  font-style: normal;
  font-weight: 400;
  src: url('https://kunde16.avida-design.de/fonts/abeezee-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
 
/* =========================
   GLOBAL
========================= */

body {
  font-family: 'ABeeZee';
}

/* Überschriften */
h1, h2, h3 {
  font-weight: normal;
  color: #4a4a4a;
  font-size: 1.2em !important; /* einheitlich (dein letzter Stand) */
}

/* Fließtext */

/* Zwischenüberschriften im Content */
.entry-content h2,
.entry-content h3 {
  margin: 1em 0 0.5em;
}

/* Hervorhebungen */
strong {
  color: #4a4a4a;
  font-weight: 500;
}


/* =========================
   NAVIGATION
========================= */

.main-navigation {
  letter-spacing: 0.2pt;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  color: #678e5c;
}

.main-navigation .current-menu-item > a::before,
.main-navigation .current-menu-ancestor > a::before {
  content: "› ";
  margin-right: 4px;
}


/* =========================
   LAYOUT / CONTENT WRAPPER
========================= */

.site-main {
  padding: 0;
}

.hentry {
  background: transparent;
  box-shadow: none;
}


/* =========================
   LINKS
========================= */

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
  border: none;
}


/* =========================
   IMAGES
========================= */

.post-thumbnail img {
  width: 50%;
  height: auto;
}

@media (max-width: 768px) {
  .post-thumbnail img {
    width: 70%;
  }
}


/* =========================
   PLUGINS
========================= */

/* Shortcodes Ultimate */
.su-spoiler-title {
  font-size: 1em;
  font-weight: normal;
}

.su-row {
  margin-bottom: 0;
}
.su-button {margin-bottom:20px}

/* Content Views */
.pt-cv-view .pt-cv-title {
  font-size: 1em;
}

.pt-cv-view .pt-cv-title a {
  color: #d0a542;
  font-weight: normal;
}

.pt-cv-content {
  font-size: 0.9em;
}

.iscvblock .pt-cv-readmore.btn {
  background: #678e5c;
}



/* =========================
   META / ELEMENTE AUSBLENDEN
========================= */

.entry-footer,
.post-navigation {
  display: none;
}


/* =========================
   FOOTER
========================= */

.site-footer {
  background: transparent;
  font-size: 0.9em;
  text-align: right;
}
