/*
Theme Name: Spurensuche Theme V.2019
Theme URI: http://www.bit-for-byte.de/
Description: Theme for Spurensuche
Author: https://github.com/derjaeckel
Version: 1.0
License: GNU General Public License v2 or later
Tags: orange, grey, two-columns, responsive
Text Domain: spurensuche
*/

body.admin-bar .navbar {
    top: 32px;
}

#first-menu .navbar-nav .current-menu-item,
#second-menu .navbar-nav .current-menu-item,
#inner-footer-wrapper .nav .current-menu-item {
    font-weight: bold;
}

#first-menu .navbar-nav .current-menu-item a.nav-link {
    color: #fff;
}

.navbar-dark ul.navbar-dark {
    margin-top: 5px;
}

#inner-footer-wrapper .nav .nav-item a,
.text-light {
    color: #f8f9fa !important;
}

.card {
    cursor: pointer;
}

.card .card-subtitle,
.card .card-subtitle a
{
    color: #ff6600;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 5px;
}

.card.news-card .card-text,
.card.news-card .card-text a,
.card.news-card .card-title,
.card.news-card .card-title a
{
    color: #696e73;
}

.home .spuren .card .card-body p.card-text a {
    color: #fff;
}

#search label.screen-reader-text {
    display: none;
}

#comments label {
    display: block;
    margin: .5rem 0 0 0;
}

#comments textarea#comment {
    width: calc(100% - 3em);
}

/** audio & video player **/

.wp-audio-shortcode {
    margin-bottom: 1rem;
    width: 70% !important;
}

.mejs-container.wp-audio-shortcode,
.wp-audio-shortcode .mejs-controls {
    border-radius: 30px;
    background: #ff6600 !important;
}

.mejs-container.wp-video-shortcode,
.wp-video-shortcode .mejs-controls {
    background: #ff6600 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #fff !important;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: rgba(255, 255, 255, 0.5) !important;
}

#outer-wrapper div.related-links > ul > li > p:nth-child(1) {
    margin-bottom: 0 !important;
}

#outer-wrapper div.related-links > ul > li > p:nth-child(1) a {
    color: #696e73;
    font-weight: 600;
}

#outer-wrapper div.related-links > ul > li > p.linktotext a {
    color: #696e73;
    font-weight: normal;
}
/* REDESIGN 2021 - RENKE EILERS */
footer .nav-link {
    color:#fff!important;
}

.tag-headline {
    background: #ff6600;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: space-between;
    margin: 0px!important;
    min-height: 60px;
    overflow: hidden;
}

.tag-headline h2 a::before {
    border: 10px solid transparent;
    border-left-color: transparent;
    border-left-color: #FFF;
    content: '';
    display: inline-block;
    height: 10px;
    margin-bottom: -1px;
    width: 10px;
}

.card-body-tags {
    width:100%;
}

.tagcloud {
    margin-top: 20px;
    background-color: rgba(255,255,255, .8);
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.tagcloud.no-footer {
    border-bottom-left-radius: 30px;
}

.tagcloud__title {
    margin: 0;
    padding: 10px 20px;
    background-color: #ff6610;
    border-top-right-radius: 30px;
    font-size: 25px;
    color: #fff;
}

.tagcloud__title::before {
    border: 10px solid transparent;
    border-left-color: #FFF;
    content: '';
    display: inline-block;
    height: 10px;
    margin-bottom: -1px;
    width: 10px;
}

.tagcloud__body {
    padding: 20px;
}

.tagcloud__body ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

.tagcloud__body ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: 0 .5rem .25rem 0;
}

.tagcloud__body a {
    color: #343a40;
    letter-spacing: normal!important;
}

.tagcloud__body a:hover {
    text-decoration:underline;
    letter-spacing: normal!important;
}

.tagcloud__footer {
    padding: 10px 20px;
    background-color:  #ff6610;
    border-bottom-left-radius: 30px;
}

.tagcloud__footer a {
    font-size: 16px;
    color: #fff;
}

/**
  * @section	Imagereveal
  */

.content-holder {
    margin: 5px 10px; 
    padding: 20px 20px 0;
    background-color: rgba(255, 255, 255, .8);
}

.pastpresent__image {
    background-size: cover;
}

.pastpresent__img {
    transition: opacity .65s ease-in-out;
}

.pastpresent__img:hover {
    opacity: 0;
}

.pastpresent__title {
    margin: 0;
    background: #fff;
    padding: 10px;
    font-size: 18px;
    
}

.pp { 
  margin: 0 10px 5px;
  border-bottom-left-radius: 30px;
}

.pp__image {
  border-bottom-left-radius: 30px;
  background-size: cover;
}

.pp__img {
    transition: opacity .65s ease-in-out;
    border-bottom-left-radius: 30px;
}

.pp__img:hover {
  opacity: 0
}

.pagination {
  margin: 20px -10px 0;
  padding: 10px 20px;
  border-radius: 0;
  border-bottom-left-radius: 30px;
}