/**
 * Theme Name:   Ki Aktiv
 * Author:     	 Edgars Ternovoy
 * Version:      1.0.1
 * License:      GNU General Public License v2
 * License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 * Description:  Fully Responsive WordPress Theme
**/

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
.alignnone {margin: 0 1em 1em 0;}
.alignright {float:right; margin:0 0 1em 1em}
.alignleft {float:left; margin:0 1em 1em 0}
.aligncenter {display: block; margin-left: auto; margin-right: auto}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption.alignnone {margin: 0 1em 1em 0;}
.wp-caption.alignleft {float:left; margin:0 1em 1em 0}
.wp-caption.alignright {float:right; margin:0 0 1em 1em}
.wp-caption-text {  }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
body#tinymce.wp-editor {
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
body#tinymce.wp-editor a {
    color: #4CA6CF;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
    opacity: 0.3;
    transition: 0.2s opacity linear;
    -webkit-transform: translateZ(0);
}
#wpadminbar:hover,
#wpadminbar:focus{ opacity: 1; }
body {-webkit-font-smoothing: antialiased;}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=button] {
    -webkit-appearance: none;
    -moz-appearance:none;
}

/* Placeholder Styling */
::-webkit-input-placeholder { color: #d1d1d1; }
::-moz-placeholder { color: #d1d1d1; }
::-o-placeholder { color: #d1d1d1; }
:-ms-input-placeholder { color: #d1d1d1; }
input:-moz-placeholder { color: #d1d1d1; }

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { /* STYLES GO THERE */ }
embed, iframe, object { max-width: 100%; }

/*Centered FlexBox crossbrowser*/
.centered-flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {outline:none;}
p:empty {display: none;}
textarea {resize: none;}
body,h1,h2,h3,h4,h5,h6,p,a {font-family: 'Open Sans', sans-serif;}
h1,h2,h3,h4,h5,h6{font-weight: 400;}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
body,h1,h2,h3,h4,h5,h6,p,a {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f5f6fa;
}
/* -----------------------------------------
   Clearfix
----------------------------------------- */
.clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ------------------------------------
    Basic Styles
------------------------------------- */


/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
    position: relative;
    background-color: rgb(124,170,211);
    padding: 25px 0;
}
.logo img {
    width: 90px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-menu {

}

.topnav {

}
.topnav__bar {

}
.topnav__item {
    position: relative;
}
.topnav__links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.topnav__link {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-decoration: none;
}
.topnav__link[aria-expanded="true"] { text-decoration: none;
    color: #ffffff;
}

.topnav__mega {

}
.topnav__mega.is-open {

}
.topnav__panel {
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    padding: 20px 15px;
    z-index: 2;
}
.topnav__panel-inner {
    display: grid;
    grid-template-columns: 280px 1fr auto;
    align-items: start;
}
.topnav__panel-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.topnav__panel-list li {
    margin-bottom: 15px;
}
.topnav__panel-list li:last-of-type {
    margin-bottom: 0;
}
.topnav__panel-list a {
    text-decoration:none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000000;
}
.topnav__panel-close {
    border:0;
    background:transparent;
    cursor:pointer;
}

.topnav__burger {
    display:none;
    border:0;
    background:transparent;
    cursor:pointer;
    padding:8px;
}
.topnav__burger-lines {
    width:22px;
    height:14px;
    display:inline-block;
    position:relative;
}
.topnav__burger-lines:before,
.topnav__burger-lines:after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    height:2px;
    background:#fff;
}
.topnav__burger-lines:before {
    top:0;
    box-shadow: 0 6px 0 #fff;
}
.topnav__burger-lines:after {
    bottom:0;
}
.topnav__sr {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}

.topnav__mobile {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    inset: 0;
    z-index: 5;
    height: 100vh;
    width: 100%;
}
.topnav__mobile-inner {
    width: 100%;
    background:#fff;
    padding: 20px;
    height: 100%;
    overflow: auto;
}
.topnav__mobile-close {
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 10px 5px 20px;
    float: right;
    opacity:.75;
}

.topnav__acc {

}
.topnav__acc-head {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 14px 6px;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.topnav__acc-icon {
    width: 10px;
    height: 10px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: rotate(45deg);
}
.topnav__acc-head.is-open .topnav__acc-icon { transform: rotate(-135deg);
}
.topnav__acc-body {
    padding: 0 6px 12px;
}
.topnav__acc-list {
    list-style:none;
    padding:0;
    margin:0;
}
.topnav__acc-list li {
    padding: 10px 20px;
}
.topnav__acc-list a {
    text-decoration:none;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
}

html.topnav-lock, html.topnav-lock body { overflow:hidden;
}

@media (max-width: 1199px) {
    .topnav__burger { display:inline-flex; }
    .topnav__links { display:none; }
    .topnav__mega { display:none; }
}


/* ------------------------------------
    Content Styles
------------------------------------- */
.home-blog {
    margin-top: 80px;
    margin-bottom: 80px;
}
.home-blog-header {
    margin-bottom: 30px;
}
.home-blog-title {
    color: #000;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    padding: 0;
}
.home-cluster {
    margin-bottom: 60px;
}
.home-cluster:last-of-type {
    margin-bottom: 0;
}
.home-cluster__title {
    color: #000;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 800;
    letter-spacing: 1.1px;
    margin: 0 0 30px;
    padding: 0 0 15px;
    border-bottom: 0.5px solid #b9bcc6;
}
.home-topic {
    border-bottom: 0.5px solid #b9bcc6;
    margin: 0 0 30px;
}
.home-topic:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}
.home-topic__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-topic__title a {
    color: #000;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 600;
    text-decoration: none;
}
.home-topic__more {
    color: #337ab7;
    font-size: 16px;
    line-height: 1.3;
    text-decoration: none;
}

.home-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.blog-card-thumb {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.blog-card-thumb a img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all .3s ease-in-out;
    transform: scale(1.0);
}
.blog-card-thumb a:hover img {
    transition: all .3s ease-in-out;
    transform: scale(1.2);
}
.blog-card-content {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .15);
    padding: 25px;
    height: 100%;
    border: 1px solid #b9bcc6;
}
.blog-card-content a, .blog-card-content a:hover {
    text-decoration: none;
}
.blog-card-title {
    margin-bottom: 15px;
}
.blog-card-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #000;
    text-decoration: none;
}
.blog-card-title:hover {
    color: rgb(124,170,211);
    text-decoration: none;
}
.blog-card-meta {
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-card-category {
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
    position: relative;
}
.blog-card-excerpt {
    margin-top: 20px;
}
.blog-card-excerpt p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}
.blog-card-cats {
    margin-top: 20px;
    color: #9a9a9a;
}
.blog-card-cats-label {
    font-size: 16px;
    color: #9a9a9a;
    margin-right: 10px;
}
.blog-card-cats a {
    font-size: 16px;
    color: #9a9a9a;
    text-decoration: none;
}
.blog-card-cats a:hover {
    color: rgb(124,170,211);
}
.blog-card-read-more {
    margin-top: 20px;
}
.post-template-default {
    background-color: #f5f5f5;
}
.post-blog-flex {
    display: flex;
    flex-wrap: wrap;
    margin: 80px auto;
}
.post-blog-col-left {
    background-color: #fff;
    padding: 60px 40px;
    width: 72.8%;
    margin-right: 20px;
}
.post-blog-col-left img {
    width: 100%;
    height: 470px;
    object-fit: cover;
}
.post-title {
    margin-bottom: 20px;
    margin-top: 20px;
}
.post-title h1 {
    color: #000;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
}
.post-content h3 {
    color: rgb(124,170,211);
    font-size: 23px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
}
.post-content h4 {
    color:  color: #000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-bottom: 20px;
}
.post-content p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 50px;
}
.post-content p:last-of-type {
    margin-bottom: 0;
}
.post-blog-col-right {
    width: 25%;
}
.post-content ul {
    margin-bottom: 50px;
}
.post-content ul li {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}
.post-content ul li:last-of-type {
    margin-bottom: 0;
}
.post-content ol {
    margin-bottom: 50px;
}
.post-content ol li {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 10px;
}
.post-content ol li:last-of-type {
    margin-bottom: 0;
}
.post-date {
    color: #9a9a9a;
    font-size: 16px;
    margin-bottom: 15px;
}
.single-post-cats {
    background-color: #fff;
    padding: 30px 20px;
}
.single-post-cat-title {
    color: #000;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    text-transform: uppercase;
}
.single-post-cats-list {
    margin-top: 20px;
}
.single-post-cats-item {
    margin-bottom: 10px;
}
.single-post-cats-item:last-of-type {
    margin-bottom: 0;
}
.single-post-cats-item a {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-decoration: none;
}

.imprint-title {
    margin-top: 80px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbcbcb;
}
.imprint-title h1 {
    color: #050505;
    font-size: 36px;
    line-height: 1.3;
    font-weight: 400;
}
.imprint-content {
    margin-bottom: 80px;
}
.imprint-content h2 {
    color: #050505;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 20px;
}
.imprint-content p {
    color: #050505;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
}
.imprint-content p:last-of-type {
    margin-bottom: 0;
}
.imprint-content p strong {
    font-weight: 800;
}
.imprint-content p a {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.imprint-content p a:hover {
    color: #4731d6;
}

    /* ------------------------------------
        Footer Styles
    ------------------------------------- */
.footer {
    background-color: #0c0c0c;
    padding: 50px 0;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
}
.footer-col-left {
    width: 50%;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    width: 90px;
}
.footer-text {

}
.footer-text p {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.footer-link a {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
    text-decoration: none;
}
.footer-copyright {
    margin-top: 50px;
    text-align: center;
}
.footer-copyright p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
}
