/*---------------------------------------------------------------------------------

	Theme Name: Chaplin
    Text Domain: chaplin
	Version: 2.6.1
	Description: Chaplin is a feature-packed and developer friendly WordPress theme that gives you full control over the fonts and colors on your site. It is built from the ground-up with the new Block Editor in mind, and makes it easy to create good looking layouts on both posts and pages. This flexibility makes Chaplin suitable for pretty much any type of website, including business sites and portfolios. All of the fonts and colors in the theme can be easily modified within the Customizer, allowing you to create a unique look and feel for your site in less than a minute. All fonts on Google Fonts are supported, and you can choose one of the ten included color schemes or build one from scratch. Any changes you make to the fonts and colors are reflected in the editor styles for both the Block Editor and the Classic Editor, so you always have a good idea of the end result when you create your content. Chaplin also includes a cover template with a hero image (pictured in the screenshot), infinite scroll on archive pages, settings for what post meta to display on archive pages and single posts, custom logo support, two widget areas, a search overlay, full-width templates, a sticky header option, a social menu with icons, author bio, breadcrumbs, a responsive design, a lightweight construction to ensure quick load times, support for Jetpack Portfolio and CoBlocks, child theme friendly code, and much more. Demo: https://andersnoren.se/themes/chaplin/
	Tags: blog, portfolio, grid-layout, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, full-width-template
	Author: Anders Norén
	Author URI: https://www.andersnoren.se
	Theme URI: https://www.andersnoren.se/teman/chaplin-wordpress-theme/
	License: GNU General Public License version 2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Requires PHP: 5.4
	Tested up to: 5.5.1
	Template: chaplin

	All files, unless otherwise stated, are released under the GNU General Public License
	version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)


----------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */


/* === Nudica Medium === */
@font-face {
  font-family: 'Nudica';
  src: url('/wp-content/themes/priska-2025/assets/fonts/nudica/nudica-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* === Nudica Mono Medium === */
@font-face {
  font-family: 'Nudica Mono';
  src: url('/wp-content/themes/priska-2025/assets/fonts/nudica-mono/nudicamono-medium-webfont.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.header-toggles .toggle-text {
    display: block;
}

.theme-credits {
    display: none;
}

/* Anpassungen für die Startseite */

.home h1.entry-title { visibility: hidden;}

.site-title, a.site-title {font-size: 5rem!important;}


/* Anpassungen für die Startseite Ende */

h1.archive-title { 
	display: none; 
}

.main-menu li {
    border-width: 0 0 0 0 !important;
}

/* Anpassung für die Links auf der kontakt-seite */

article#post-30 .entry-content p a {
    text-decoration: none;
    color:black;
}

/* Anpassungen für die Light-Box */

.featherlight .featherlight-content .caption {
    color: black!important;
    font-size: 14px!important;
    font-weight: normal!important;
    line-height: 1.9!important;
	padding: 10px 0px 0px 0px!important;
}
.featherlight .featherlight-close-icon {
    background-color: transparent!important;
    background-image: url("https://www.uliwpommer.de/pommer2021/wp-content/themes/uliwpommerII/img/close.gif")!important;
}
.featherlight:last-of-type {
    background: rgba(255,255,255,1.0)!important;
}

/* anpassung Template full width */

.template-full-width figure.featured-media, nav.post-navigation {
	display: none;
}

.post-template-default figure.featured-media {
	display: none;
}

/* Auf der Startseite das Scrollen-Wort in .to-the-content ausblenden */
.home .to-the-content .text {
  display: none;
}

.post-inner { padding-top: 3rem !important; }

#site-header { margin-bottom: 1rem !important; }

.preview-media .faux-image {
  filter: grayscale(100%)!important;
  transition: filter 0.5s ease;
}

.preview-media .faux-image:hover {
  filter: grayscale(0%)!important;
  transition: filter 0.5s ease;
}

.toggle-text { font-size: 2.5rem !important; }

.nav-toggle .bars {
  height: 7rem!important;
  position: relative;
  width: 3rem!important;
}
.nav-toggle .bar {
  height: 0.25rem!important;
}

body.custom-background::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: inherit;
  background-position: inherit;
  background-size: inherit;
  background-repeat: inherit;
  background-attachment: inherit;
  filter: grayscale(100%) brightness(200%);
  pointer-events: none;
}


