/*
Theme Name: f8 Child
Theme URI: https://themeforest.net/user/pixelwars/portfolio
Template: f8
Author: Pixelwars
Author URI: https://themeforest.net/user/pixelwars
Description: Photography WordPress Theme
Tags: photography,portfolio
Version: 3.0.5.1756299553
Updated: 2025-08-27 14:59:13
*/



/* Scroll to top - Korrektur */
a.back-to-top {
  position: fixed;
  display: flex;
  flex-direction: column;
}


/* Child Theme style.css */
:root {
	--layout-medium-width: 1210px;
}

/* Deaktiviere Transition beim Window Resize */
.is-resizing .nav-menu,
.is-resizing .nav-menu ul,
.is-resizing .nav-menu ul li,
.is-resizing .nav-menu a,
.is-resizing .menu-wrap,
.is-resizing .menu-wrap ul li a:before {
  transition: none !important;
}

/* Standard: Text blau hinterlegt */
::selection {
  text-shadow: none;
  color: #fff;
  background: #066aab;
}

/* Bilder & Co: keine farbige Hinterlegung */
img::selection,
svg::selection,
canvas::selection,
video::selection,
figure::selection {
  background: transparent;
}

/* Post ID 128 & WPForms-Feld: keine Markierung */
.postid-128 ::selection,
#wpforms-3907-field_9-container ::selection {
  color: inherit;
  background: transparent;
}


/* Consent-Button des Cookie-Banners ausblenden */
#cmplz-manage-consent > button {
  display: none;
}

/* Cookie-Richlinien Fontgröße */
#cmplz-document{
   font-size: 16px;
}

/* h1 Überschrift Großbuchstaben */
h1 {
  text-transform: uppercase !important;
}


/* Footer Unterseiten Abstände */
body.page-id-4766 .entry-content,
body.page-id-4752 .entry-content,
body.page-id-4750 .entry-content {
  padding-left: calc(2em + 25px);
  padding-right: calc(2em + 25px);
}