/*
Theme Name: Bester Tag der Woche Theme
Author: Thomas Wasilewski
Author URI: https://www.thomaswasilewski.de
Description: Bester Tag der Woche Theme for WordPress
Version: 0.1.1
Tags: BES
GitHub Theme URI: thomaswasilewski/bestertagderwoche-theme
Primary Branch: main
Needed Plugins: https://github.com/afragen/github-updater, Lazy Blocks
Check: wasi.uk
*/




/********** Global Style **********/

:root {
	--prim-color: #A5E0CE;
	--sec-color: #E0B7D4;
	--grey-color: #707070;

	--animation-delay: 3s;

	--radius: 50px;
	--radius_tablet: 35px;
	--radius_mobile: 20px;


	--grid-width: 90px;
	--gap-width: 10px;


	--content-width: XXXpx;
	--nav-height: 75px;
	--nav-mobile-height: 75px;
	--headline-shift: 4em;

	--responsive-w5: 400px;
	--responsive-w4: 500px;
	--responsive-w3: 765px;
	--responsive-w2: 1000px;
	--responsive-w1: 1318px;

	--transition-timing: 0.3s;
	--transition-easing: ease;

	--full-block-height: 940px;



}

@media (prefers-reduced-motion) {
  :root {
    --scale: 0;
  }
}


html {
	scroll-padding-top: 6em;
	font-size:16px;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
	color: var(--grey-color);
	margin: 0;
	XXXbackground-color: #ddeeff;
	font-size: 1rem;
	line-height: 1.4rem;


}


p {
	font-size:1rem;
	font-weight: 400;
	hyphens: auto;
	margin-bottom: 2rem;
}


h1 {
	hyphens: none;
  font-weight: 400;
	font-size: 4rem;
	line-height: 4.5rem;
}


h2 {
	hyphens: auto;
font-size: 3rem;
font-weight: 600;
line-height: 2rem;
}


h3 {
	font-size: 2rem;
	font-weight: 600;
	hyphens: auto;
	margin-top: 1rem;
	line-height: 1.8rem;

}

h4 {
	hyphens: auto;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 4rem;
	margin: 0;
}

#all {
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 1px;
	Xbackground-color: #eee;

}
#all > div {
	Xbackground-color: #fff;
}




.grid8 {
	display: grid;
	grid-template-columns: 100px 1fr 1fr 1fr 1fr 1fr 1fr 100px;
	grid-gap: 1px;
}

.gridhelper {
	background-color: rgba(220, 220, 220, 1.0);
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: -1;
	top: 0;
}

.gridcolor {
	background-color: rgba(255, 255, 255, 1.0);
}

header > div, footer > div, .page-content  {
	grid-column: 2 / span 6;
}

header ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}

footer {
	bottom: 0;
	position: absolute;
	width: 100%;
	margin: 20px 0;
}



.box {

border-right: 1px solid rgb(52, 66, 75);
}

#all > div:after{
content: '';
position: absolute;
height: 100%;
border-right: 1px solid rgb(52, 66, 75);
}