/* Theme */

.top-bar
{
    background-color: var(--theme-primary, black);
}

.title-wrap--line {
    border-color: var(--theme-primary, black);
}

a, 
.nav__menu > li > a:hover,
.nav__dropdown-menu>li>a:hover,
.post-list-small__entry-title a:hover, 
.post-list-small__entry-title a:focus,
.entry__title:hover a,
.nav__right a:hover, .nav__right a:focus,
.entry__meta a,
.tab-post__tabs .tabs__item a:hover,
.tab-post__tabs .tabs__item a:focus,
.tab-post__tabs .tabs__item--active a
{
    color: var(--theme-secondary);
}

.nav__menu>li>a:before,
.entry__meta-category--violet
{
    background-color: var(--theme-secondary, blue);
}

/* Ad annotation */

[annotate-bottom] {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
}

[annotate-bottom]::after {
    content: attr(annotate-bottom);
    position: absolute;
    line-height: 1em;
    color: gray;
    font-size: 10px;
    bottom: -10px;
    left: 50%;
    width: 50px;
    text-align: center;
    margin-left: -25px;
}

/* Weather widget */

#wrapper-bg, #wrapper-bg p {
    color: white;
    text-shadow: 0 0px 5px #00000082;
}

#wrapper-bg {
    background-color: #bababa;
}

#wrapper-name {
    font-weight: bold;
}

#wrapper-bg img {
    max-width: 100px;
}

#wrapper-bg .card-body.px-5 .align-items-center {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

#wrapper-bg img[id^=wrapper-icon] {
    height: 30px;
    width: auto !important;
}

#wrapper-bg strong {
    font-size: min(3vw, 16px);
}

@media (min-width: 992px) {
  #wrapper-bg strong {
        font-size: min(1.1vw, 16px);
    }
}

/* Pictures gallery */

.gallery.public > div {
    height: 150px !important; 
}

.gallery > div .pic {
    background-size: contain !important;
}

/* Fixes */

.post-list-small__item .thumb-container {
    border-radius: 5px;
}

.logo__text {
    font-weight: bold;
    font-size: 1.2em;
    color: black;
    letter-spacing: -0.1px;
}

.social-email {
    background-color: #4cd24c;
}

.thumb-container::after {
    content: "Symbolbild";
    display: block;
    position: absolute;
    color: white;
    bottom: -2px;
    line-height: 1em;
    font-size: 8px;
    transform: rotate(270deg);
    right: -33px;
    transform-origin: left;
    text-shadow: 1px 0px #00000059;
    opacity: .8;
}

.final-review__title {
    font-size: 30px;
}

.final-review {
    margin-bottom: 0 !important;
}

.fix-embed-col .col-md-4 {
    width: 100%;
    max-width: none;
    padding: 0 !important;
}

.fix-embed-col .col-md-4 article {
    margin: 0;
}

ul.sidebar-content li:not(:last-child) {
    border-bottom: 1px dashed #87878c;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.3em;
}

ul.sidebar-content li a {
    color: inherit;
}

ul.sidebar-content li a:hover {
    color: var(--theme-secondary, blue);
}

/* Fix pagination */

nav .pagination {
    margin-top: 40px;
    text-align: center
}

.pagination .page-item {
    display: inline-block;
}

.pagination .page-item a {
    font-size: 15px;
    display: inline-block;
    width: 30px;
    height: 32px;
    line-height: 32px;
    margin-right: 2px;
    text-align: center;
    color: #171821;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 5px
}

.pagination .page-item:not(span):hover a {
    background-color: #2d95e3;
    border-color: rgba(0,0,0,0);
    color: #fff
}

.pagination .page-item.active a {
    background-color: #2d95e3;
    color: #fff;
    border-color: rgba(0,0,0,0)
}

/* Ad size fies */

.col-lg-4 .inq_ad {
    width: stretch;
    margin-top: -8px;
}

.col-lg-4 .inq_ad [data-ad-type] {
    width: auto;
    height: auto;
}