/*
Theme Name: SP
Author: Adrian Boiciuc
Description: A short description of the theme
Version: 0.0.1
Requires at least: 6.3 
Tested up to: 6.3
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sp
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	background-image: url(assets/img/leafs.png);
	background-repeat: repeat;
	background-position: center center;
}

html {
	box-sizing: border-box;
}

*, *:before, *:after {
	box-sizing: inherit;
}

img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
}

input, button, textarea, select {
	font: inherit;
}

input:hover::placeholder,
textarea:hover::placeholder {
	opacity: 0;
}

p, h1, h2, h3, h4, h5, h6 {
	hyphens: none;
}

p, ul, ol {
	padding-bottom: 16px;
}

.entry-content .wp-block-columns,
.wp-block-post-title,
.wp-block-post-title,
.entry-content .wp-block-image {
	padding-bottom: 40px;
}

.entry-content .wp-block-cover {
	margin-bottom: 40px;
}

:where(body .is-layout-flow) > *,
:where(body .is-layout-constrained) > * {
	margin-block-start: 0;
}

body {
	/*background: url(assets/img/back-02.jpg) center center no-repeat;
	background-size: 100% auto;*/
}

.wp-site-blocks {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	min-height: 100dvh;
	overflow-x: hidden;
	padding: 0 0 30px 0;
	background: url(assets/img/top-leaves.png) center 0 repeat-x;
	position: relative;
}

.wp-site-blocks::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 445px;
	background: url(assets/img/footer-left.png) 0 bottom no-repeat;
}

.wp-site-blocks::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 445px;
	background: url(assets/img/footer-right.png) right bottom no-repeat;
}

.wp-site-blocks > main,
.wp-site-blocks > header,
.wp-site-blocks > footer {
	position: relative;
	z-index: 1;
}

.wp-site-blocks > header {
	z-index: 2;
	padding-top: 30px;
}

.wp-site-blocks > main {
	flex: 1;
}

.entry-content {
	/*background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
	padding: 30px;*/
}

.entry-content .alignfull {
	width: calc(100% + 40px);
}

/* header */
.wp-block-site-logo a {
	width: 188px;
	height: 188px;
	padding: 20px;
	background-color: #fff;
	border-radius: 100%;
	display: grid;
	align-content: center;
	justify-content: center;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}

.wp-block-site-logo a img {
	display: block;
	border-radius: 0;
}

.wp-site-blocks > header .wp-block-navigation > li:last-child a,
.wp-site-blocks > header .wp-block-navigation__container > li:last-child a {
	background-color: var(--wp--preset--color--primary);
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}

 .wp-block-navigation-item.current-menu-item > a {
 	text-decoration: underline;
 }

 /* footer */
 .wp-site-blocks > footer > .wp-block-group > .wp-block-group {
 	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
	padding: 30px;
 }

 .wp-site-blocks > footer .wp-block-navigation {
 	padding-bottom: 16px;
 }

 /* boxes */
 .partyecken .wp-block-cover,
 .bereich .wp-block-column {
 	border-radius: 16px;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
 }

@media screen and (max-width: 1500px) {
	
}
