/*
Theme Name: Pit Theme - Child Cellhealing
Theme URI: http://www.cellhealing.info
Author: pit team GmbH
Author URI: http://www.pitteam.ch
Template: pit-theme
Description: Cellhealing child theme for Pit Theme. <br>Erstellung: Mai 2021. <br>&Uuml;berarbeitung Mai 2021.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: pit-theme-child-cellhealing
*/





/*--------------------------------------------------------------
	Ab hier Styles fuer das Child Theme
----------------------------------------------------------------*/

.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6 {
	transform: skew(4deg,0deg) !important;
	letter-spacing: 0 !important;
	}
h1.seitentitel {
	transform: skew(4deg,0deg) !important;
	letter-spacing: 0 !important;
	}




/* ----------------------------------
	HEADERBILD
---------------------------------- */

.with-img .headerimg {
	height: 18rem;
	}

		@media (min-width:782px) {
			.with-img .headerimg { height: 24rem; }
			}
		@media (min-width:1100px) {
			.with-img .headerimg { height: 32rem; }
			}
		@media (min-width:1760px) {
			.with-img .headerimg { height: 38rem; }
			}


.with-img .headerimg {
	position: relative;
	}
.with-img .headerimg::after,
.slider-wrap::after {
	content: '';
	position: absolute;
	bottom: -0.7vw;
	left: 0;
	right: 0;
	height: 4vw;
	background-image: url(assets/img/headerbottom.svg);
	background-size: 101% auto;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 10;
	border-bottom: 4px solid white;
	}

.vheight-custom { 
	height: 82vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
	height: calc(var(--vh, 1vh) * 82) !important;
	}
.vheight-custom {
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	transition-delay: 500ms;
	}

		@media (min-width:782px) {
			.vheight-custom {
				height: 82vh !important; /* Use vh as a fallback for browsers that do not support Custom Properties */
				height: calc(var(--vh, 1vh) * 82) !important;
				}
			}




/* ----------------------------------
	Navigation Zusatz
---------------------------------- */

body.is-mobile nav.hauptnav ul a {
	font-weight: bold;
	}
