@charset "UTF-8";
/*!
 * Theme Name: Ken Child – Dr. Nils Meyer (Pixelpulli)
 * Theme URI: http://themeforest.net/user/artbees
 * Description: Child Theme von dem Ken Theme für nilsmeyer.com
 * Author: Pixelpulli
 * Author URI: https://pixelpulli.de
 * Template: ken
 * Version: 1.0.3 (20251208)
 * License: GNU General Public License version 3.0
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
 * Text Domain: ken-meyer
 * Tags:
 * */
@font-face {
  font-family: "Open Sans";
  src: url("/wp-content/themes/ken-meyer-child/fonts/OpenSans-Light.ttf") format("truetype");
}
#mk-main-navigation > ul > li.menu-item > a {
  padding: 0 17px;
  font-family: "Open Sans";
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
}

.mk-vertical-menu > li.menu-item > a {
  padding: 0 17px;
  font-family: "Open Sans";
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 300;
}

body {
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 13px;
  color: #696969;
}

input, button, textarea {
  font-family: "Open Sans";
}

.widgettitle {
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 300;
}

.mk-image-slideshow .swiper-slide figure {
  position: relative;
}
.mk-image-slideshow .swiper-slide figure figcaption {
  position: absolute;
  bottom: 0;
  right: 3px;
  color: grey;
}
.mk-image-slideshow .swiper-slide figure figcaption .caption_bg {
  background: #fff;
  opacity: 0.7;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 3px;
}
