/* Fonts*/
/*@font-face {
    font-family: 'Orkney-Regular';
    src: url('/media/fonts/orkney-regular/Orkney-Regular.eot');
    src: url('/media/fonts/orkney-regular/Orkney-Regular.eot?#iefix') format('embedded-opentype'),
        url('/media/fonts/orkney-regular/Orkney-Regular.woff2') format('woff2'),
        url('/media/fonts/orkney-regular/Orkney-Regular.woff') format('woff'),
        url('/media/fonts/orkney-regular/Orkney-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

/* Background Seiten */
/*:root {
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
	body {
		background-image: radial-gradient(at center center, #aaa 55%, #888 100%, none);
		color: #eee;
	}
}*/

body.page {
    background-image: radial-gradient(at center center, rgba(256,256,256,0) 55%, #dddddd 100%), url("/media/s-physiohp_bg_1.webp");
    background-attachment: fixed;
    background-position: 50% 50%, 100% 100%;
    background-size: 100% 101% ,auto 100%;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}
@media (max-width: 991px) {
body.page {
    background-position: 50% 50%, 100% 100%;
    background-size: 100% 101%, 70% auto;
}
}
@media (max-width: 780px) {
body.page {
    background-position: 50% 50%, 100% 100%;
    background-size: 100% 101%, 100% auto;
}
}

body.single-post {
    background-image: radial-gradient(at center center, rgba(256,256,256,0) 55%, #dddddd 100%);
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: 100% 101%;
    background-repeat: no-repeat;
    background-blend-mode: luminosity;
}

/* General */

.wp-block-navigation.items-justified-right {
    align-items: center;
}
.wp-block-navigation__responsive-container.has-modal-open {
		width: 50%;
		background-image: linear-gradient(to right, rgba(256,256,256,0) 70%, #dddddd 100%);
}
.wp-block-navigation__responsive-container a {
		font-size: 22px;
}
:where(.wp-site-blocks :focus) {
		outline-style: none;
}

header .is-layout-flex {
    align-content: center;
}

body {
  /*font-family: Orkney-Regular, Open Sans;*/
  font-weight: 400;
  color: #111;
}
body .is-layout-flex {
		align-items: stretch;
}

.pagescontent {
		padding-left: 0;
		padding-right: var(--wp--preset--spacing--20);
}
@media (max-width: 780px) {
		.pagesgroup {
				gap: 0rem;
				flex-direction: row-reverse;
		}
		.pagescontent {
				padding-right: 0;
				padding-left: var(--wp--preset--spacing--20);
		}
}

.farbegelb {
		color: #ffff05;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}
h2 {
  font-size: 1.9em;
}
h3 {
  font-size: 1.6em;
}

@media (max-width: 780px){
p {
  font-size: 1.4em;
  line-height: 1.5em;
}
}

/*#headings_wrap {
  visibility: hidden;
  height: 0;
}
.content-area {
  margin-bottom: 0;
}*/

/* Sidebar */
.sidebar1 {
		align-self: stretch;
		margin: -20px 0;
}

/* Main Menu */
/*@media (max-width: 980px){
.sf-menu {
  font-size: 1.25em;
  line-height: 1.0em;
}
}
@media (max-width: 780px){
.sf-menu {
  font-size: 1.6em;
  line-height: 1.0em;
}
}
@media only screen and (max-width: 767px) {
.samba_responsive #wrap.full_lay .main_no_sections > div > div > div > .woocommerce, .samba_responsive #wrap.full_lay .prk_fixer > .woocommerce, .samba_responsive #prk_ajax_wrapper, .samba_responsive #top_widgets_in .widget, .samba_responsive #content-info .widget {
  margin-bottom: 0;
}
}

#footer_in {
  text-align: center;
}
#footer_in .widget {
  margin-bottom: 0;
}
#footer_in .widget p {
  margin: 0;
  padding: 0;
}*/

#copy {
  text-align: center;
}

/* Bilder */
/*img {
  width: 100%;
  height: auto;
}*/


/* Editor */
.components-popover {
  left: 73%;
}

/* PostX Blocks */
.ultp-block-content .ultp-block-excerpt {
  text-align: justify;
}

/* Kadence-Blocks */
.wp-block-kadence-posts .loop-entry .entry-content-wrap {
    padding-top: 0.4rem;
}

/* Home */
[class*="columns"] + [class*="columns"]:last-child {
  float: none;
}
.home .wp-block-columns.wp-container-4 {
  margin-bottom: 0;
}
.home .alignnone {
  margin: 0 0 10px 0;
}
/* @media (max-width: 780px) {
  .wp-block-image.homestev {
    width: 60%;
  }
} */


/* Veranstaltungen */
.veranstaltung .event-tickets .tribe-tickets__rsvp-wrapper {
  margin-top: 5px;
  margin-bottom: 30px;
}
.veranstaltung .event-tickets .tribe-tickets__tickets-form {
  margin: 5px 0 30px;
}

.tribe-block__organizer__details {
  margin: 0;
    margin-bottom: 15px;
  position: relative;
}

/* Design */
/* Trenner / Linie */
.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 2px;
}