/*
Theme Name: Kultur in Bewegung
Theme URI: https://btsa.de/wp_themes/kultur_in_bewegung
Author: BTSA
Author URI: http://btsa.de/
Description: WordPress Theme für den Kultur in Bewegung e.V.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: translation-ready
Text Domain: kultur_in_bewegung
*/

/*
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
*/

html, body {
    font-family: "IBM Plex Sans", sans-serif;
}

html {
    font-size: 12px;
}

.text-lg {
    font-size: 1.2em;
}
h1, h2
{
    font-weight: 200;
    text-transform: uppercase;
}

img {max-width: 100%; height: auto;}
.btn-circle {
    width: 2rem;
    height: 2rem;
    padding: .25rem;
}
.navbar-brand {
    padding: 0;
}

.page-header .logo { 
    display: block;
    border: none;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-image: url('assets/gfx/kib-logo-rgb-2.svg');    
}
.page-header .front-logo { 
    width: 80%;
    max-width: 400px;
    padding-bottom: 20%;
    margin: 1em auto;
    background-position: center center;
}
.page-header .navbar-brand .logo { 
    width: 200px;
    height: 90px;
}
.page-header .blog-description
{
    font: inherit;
    text-transform: uppercase;
}
.navbar-dark .navbar-brand .blog-description {
    color: #fff;
}
.navbar-light .navbar-brand .blog-description {
    /* color: #820d73; */
}

.page-header .front-nav .nav-link { color: inherit; }

.front-post .entry-content > :first-child {
    margin-top: 1em;
}

.nav-icon + .nav-label { display: none;}

#page-footer .nav .menu-item > .nav-link 
{
    color: #ffffff;
    border-left: 2px solid #fff;
    padding-top: 0;
    padding-bottom: 0;
}
#page-footer .nav .menu-item:first-child > .nav-link {border: none;}

.tax-wp_kib_project_category .navbar .menu-item-type-post_type_archive.menu-item-object-wp_kib_project > .nav-link,
.single-wp_kib_project .navbar .menu-item-type-post_type_archive.menu-item-object-wp_kib_project > .nav-link,
.navbar .current-menu-item > .nav-link
{
    font-weight: bolder;
}

.posts-navigation {
    background-color: var(--bs-primary);
    margin-top: 2em;
}
.posts-navigation .nav-links {
    display: flex;
}
.posts-navigation .nav-links a {
    color: inherit;
}
.posts-navigation .nav-links > * {
    flex-grow: 1;
    padding: .7em 1em;
}
.posts-navigation .nav-links .nav-next {
    text-align: right;
}

.events-navi .posts-navigation .nav-links .nav-previous {
    text-align: right;
    order: 2;
}
.events-navi .posts-navigation .nav-links .nav-next {
    text-align: left;
    order: 1;
}

.event-meta .event-title {
    font-weight: bolder;
}
.event-meta .event-loc {
    display: block;
}
.event-list .event-meta .event-loc {
    display: inline-block;
}
.event-list .event-meta .event-loc:before {
    content: ' | ';
}
.event-start-date, .event-end-date {
    font-weight: bolder;
}

.event-prod .lbl {display: none;}
.event-prod a { 
    font-weight: bolder;
    text-decoration: none;
    color: inherit;
}

.single-wp_kib_event .btn-tickets {
    width: 100%;
}

.cat-lbl {
  background: var(--bs-primary);
  color: #ffffff;
  padding: .1em .3em;
  font-weight: bold;
  position: absolute;
  left: -0.5em;
  top: 1em;
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}

.widget-area .widget-container {
    padding: .5em 0;
}
.widget-area ul {
    list-style: none;  
    padding: 0;
}

.slider-image
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.cont_slide .slider-image {
    background-color: rgba(0,0,0,.2);
    background-blend-mode: darken;
}

.carousel-caption a {
    color: inherit;
	text-decoration: none;
}
.carousel-caption .teaser-title {
    font-size: 1.7em;
}
.carousel-control {
    transition: all 0.8s;
}
.carousel-control:hover{
    background-color: rgba(0,0,0,.2);
}

ul.grid {
    list-style: none;
    margin: 0;
    padding: 0;
}

.grid-item {
    padding: .15rem !important;
    text-align: left;
}
.grid-item > .post.bg-white {
    box-shadow: 0 0 5px -2px rgba(0,0,0,.1);
}
.grid-item .prod-subtitle{
    font-size: inherit;
}
.grid-item .entry-title{
    font-size: 1.6em;
}

.entry-header {
    margin-bottom: 1em;
}

.entry-title a, 
a.text-reset 
{
    text-decoration: none !important;
    color: inherit;
}

.section-title
{
    text-align: center;
    font-size: inherit;
    text-transform: uppercase;
    letter-spacing: .05em;
}


.front-post h1, .front-post h2, .front-post h3 {
	color: var(--bs-primary);
}

@media only screen and (min-width: 512px) {
    html {
        font-size: 16px;
    }
}
@media only screen and (min-width: 768px) {
    html {
        font-size: 18px;
    }
    .front-post .entry-content p {
        hyphens: auto;
        text-align: justify;
    }
    
}

@media only screen and (min-width: 992px) { /* LG */
    .navbar-brand .logo { 
        width: 200px;
        height: 90px;  
    }
    .slider-header > .navbar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        width: 100%;
        background-color: rgba(255,255,255, .85) !important;
    }
}

@media only screen and (min-aspect-ratio: 4/3) and (min-width: 768px) {

}

