/* --- assets/style.css --- */
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/core/site-logo/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* General Styling
--------------------------------------------- */
.wp-block-site-logo a img {
  transition: transform 0.3s ease;
}
.wp-block-site-logo a img:hover {
  transform: scale(1.05);
}

/*# sourceMappingURL=style-style.css.map*/
/* --- assets/style(1).css --- */
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/core/paragraph/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/* Bug Fixes
--------------------------------------------- */
/** @link  https://github.com/WordPress/gutenberg/issues/55190 */

/*# sourceMappingURL=style-style.css.map*/
/* --- assets/style(3).css --- */
/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/includes/parts/header/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************/


/* --- assets/style(4).css --- */
/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/includes/parts/header-fixed/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
:root {
  --header-fixed-height: 0;
  --header-fixed-admin-offset: 0;
  --header-fixed-dynamic-offset: 0;
}

body.has-header-fixed {
  padding-top: var(--header-fixed-height, 0);
  scroll-padding-top: calc(var(--header-fixed-height, 0px) + var(--header-fixed-admin-offset, 0px));
}

body.has-header-fixed header.wp-block-template-part .wp-block-group.is-style-header-fixed {
  position: fixed;
  top: calc(var(--header-fixed-admin-offset, 0px) + var(--header-fixed-dynamic-offset, 0px));
  right: 0;
  left: 0;
  transform: translateY(0);
  z-index: 9999;
  transition: transform 0.25s ease;
  will-change: transform;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
}

body.has-header-fixed header.wp-block-template-part .wp-block-group.is-style-header-fixed.is-hidden {
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  body.has-header-fixed header.wp-block-template-part .wp-block-group.is-style-header-fixed {
    transform: none;
    transition: none;
  }
  body.has-header-fixed header.wp-block-template-part .wp-block-group.is-style-header-fixed.is-hidden {
    transform: none;
  }
}

/*# sourceMappingURL=style-style.css.map*/
/* --- assets/text-annotation.css --- */
/*!******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/core/paragraph/styles/text-annotation.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************/
/* Block Style: Text Annotation
--------------------------------------------- */
p.is-style-text-annotation {
  color: var(--wp--preset--color--brand-3);
  /* Section Styles
  --------------------------------------------- */
  /* [Brand-3] */
}
.is-style-section-brand p.is-style-text-annotation {
  color: var(--wp--preset--color--brand-5);
}

/*# sourceMappingURL=text-annotation.css.map*/
/* --- assets/style(5).css --- */
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/core/table/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/* General Styling
--------------------------------------------- */
.wp-block-table table,
.wp-block-table th,
.wp-block-table td {
  border: none;
}
.wp-block-table thead {
  border-bottom: 1px solid var(--wp--preset--color--base-6);
  background-color: var(--wp--preset--color--base-2);
  text-align: left;
}
.wp-block-table tr {
  border-bottom: 1px solid var(--wp--preset--color--base-6);
}
.wp-block-table tfoot {
  border-top: 1px solid var(--wp--preset--color--base-6);
  background-color: var(--wp--preset--color--base-2);
  text-align: left;
}
.wp-block-table tfoot tr {
  border-bottom: none;
}
.wp-block-table {
  /* Section Styles
  --------------------------------------------- */
  /* [Contrast] */
  /* [Brand] */
}
.is-style-section-contrast .wp-block-table thead, .is-style-section-brand .wp-block-table thead {
  border-bottom: 2px solid var(--wp--preset--color--base-2);
  background-color: transparent;
}
.is-style-section-contrast .wp-block-table tfoot, .is-style-section-brand .wp-block-table tfoot {
  border-top: 2px solid var(--wp--preset--color--base-6);
  background-color: transparent;
}
.is-style-section-contrast .wp-block-table tfoot tr, .is-style-section-brand .wp-block-table tfoot tr {
  border-bottom: none;
}

/*# sourceMappingURL=style-style.css.map*/
/* --- assets/style(6).css --- */
/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/core/post-content/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* Password Form
--------------------------------------------- */
.post-password-form input[type=password] {
  border: 1px solid var(--wp--preset--color--base-4);
  background: var(--wp--preset--color--base-2);
  padding: var(--wp--preset--spacing--10);
  color: var(--wp--preset--color--contrast-2);
  font-size: var(--wp--preset--font-size--medium);
}
.post-password-form input[type=submit] {
  border: 1px solid var(--wp--preset--color--base-4);
  border-radius: var(--wp--preset--border-radius--full);
  background: var(--wp--preset--color--contrast);
  padding: var(--wp--preset--spacing--10);
  padding-right: var(--wp--preset--spacing--30);
  padding-left: var(--wp--preset--spacing--30);
  color: var(--wp--preset--color--base);
  font-size: var(--wp--preset--font-size--medium);
}
/* Navigation Links
--------------------------------------------- */
/* This navigation style is also used in
* comments-pagination and query-pagination
*/
.post-nav-links .post-page-numbers {
  border: 1px solid var(--wp--preset--color--base-4);
  border-radius: 3px;
  padding: 0.5em 1em;
  font-variant-numeric: tabular-nums;
  text-decoration: none;
}
.post-nav-links a:hover {
  background-color: var(--wp--preset--color--base-2);
}
.post-nav-links .current {
  border: 1px dashed var(--wp--preset--color--base-4);
}

/*# sourceMappingURL=style-style.css.map*/
/* --- assets/global-styles.css --- */
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/global/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/*!
 *
 * _________________________
 * < (c) StudioLeismann.com  >
 * -------------------------
 *	\
 *	 \
 *	  \
 *		>()
 *		 (__)__ _
 */
/**
 * global.css is loaded for both frontend and editor.
 */
/**
 *  Bug Fix: Variable font is displayed italic
 */
body {
  font-variation-settings: "slnt" 0; /* Bug Fix: Variable font is displayed italic */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* stylelint-disable-next-line property-no-unknown */
  font-smooth: never;
}
/**
 *  Strong tag font weight adjustment
 */
strong {
  font-weight: 600;
}
/**
 * Line height adjustments for font sizes
 */
.has-xx-large-font-size {
  line-height: 1.3;
}
/**
 *  @link https://github.com/WordPress/gutenberg/issues/53146
 */
*[style*="text-decoration:none"] * {
  text-decoration: none;
}
*[style*="text-decoration:none"] *:hover {
  text-decoration: underline;
}
/* Smooth transitions between pages */
@view-transition {
  navigation: auto;
}
/**
 * Helper classes
 * @version 1.1.0
 */
/* Helpers
--------------------------------------------- */
/**
 * Title: Overflow
 * Description: Overflow classes for hiding content
 **/
.with-overflow-hidden {
  overflow: hidden;
}
.with-overflow-clip {
  overflow: initial;
  overflow: clip;
}
/**
 * Title: z-index
 **/
.with-z--1 {
  z-index: -1;
}
.with-z-1000 {
  z-index: 1000;
}
.with-z-2000 {
  z-index: 2000;
}
.with-z-3000 {
  z-index: 3000;
}
.with-z-4000 {
  z-index: 4000;
}
.with-z-5000 {
  z-index: 5000;
}
.with-z-6000 {
  z-index: 6000;
}
.with-z-7000 {
  z-index: 7000;
}
.with-z-8000 {
  z-index: 8000;
}
.with-z-9000 {
  z-index: 9000;
}
.with-z-9999 {
  z-index: 9999;
}
/**
 * Title: Top
 **/
.with-top-10 {
  top: var(--wp--preset--spacing--10) !important;
}
.with-top-20 {
  top: var(--wp--preset--spacing--20) !important;
}
.with-top-30 {
  top: var(--wp--preset--spacing--30) !important;
}
.with-top-40 {
  top: var(--wp--preset--spacing--40) !important;
}
.with-top-50 {
  top: var(--wp--preset--spacing--50) !important;
}
.with-top-60 {
  top: var(--wp--preset--spacing--60) !important;
}
.with-top-70 {
  top: var(--wp--preset--spacing--70) !important;
}
/**
 * Title: Text
 **/
.with-nowrap {
  white-space: nowrap;
}
.with-text-decoration-none {
  text-decoration: none;
}
.with-text-decoration-none a {
  text-decoration: none;
}
.with-text-decoration-none a:hover {
  text-decoration: none;
}
/**
 * Title: Text Shadow
 * Description: contrast-3 as shadow color
 **/
.with-text-shadow-x-small {
  text-shadow: 0 1px 2px var(--wp--preset--color--contrast-3);
}
.with-text-shadow-small {
  text-shadow: 0 1px 3px var(--wp--preset--color--contrast-3), 0 1px 2px var(--wp--preset--color--contrast-3);
}
.with-text-shadow-medium {
  text-shadow: 0 4px 6px var(--wp--preset--color--contrast-3), 0 2px 4px var(--wp--preset--color--contrast-3);
}
.with-text-shadow-large {
  text-shadow: 0 10px 15px var(--wp--preset--color--contrast-3), 0 4px 6px var(--wp--preset--color--contrast-3);
}
.with-text-shadow-x-large {
  text-shadow: 0 20px 25px var(--wp--preset--color--contrast-3), 0 8px 10px var(--wp--preset--color--contrast-3);
}
.with-text-shadow-xx-large {
  text-shadow: 0 25px 50px var(--wp--preset--color--contrast-3);
}
/**
 * Title: Height
 **/
.with-max-height-none {
  max-height: none !important;
}
/**
 * Title: Rotate
 **/
.with-rotate-plus-2 {
  transform: rotate(2deg);
}
.with-rotate-plus-3 {
  transform: rotate(3deg);
}
.with-rotate-minus-2 {
  transform: rotate(-2deg);
}
.with-rotate-minus-3 {
  transform: rotate(-3deg);
}
.with-rotate-180 {
  transform: rotate(180deg);
}
/**
 * Title: Display
 **/
.with-display-none {
  display: none;
  opacity: 0;
}
.with-display-none-when-empty:empty {
  display: none;
  opacity: 0;
}
/**
 * Title: Position
 **/
.with-position-static {
  position: static;
}
.with-position-relative {
  position: relative;
}
.with-position-absolute {
  position: absolute;
}
.with-position-fixed {
  position: fixed;
}
.with-position-sticky {
  position: sticky;
}
.with-float-right {
  float: right;
}
.with-float-left {
  float: left;
}
/* Responsive
--------------------------------------------- */
@media screen and (min-width: 960px) {
  /**
  	* Title: Dev Tools
  	**/
  .with-large-border-red {
    border: 1px solid #f00 !important;
  }
  /**
  	* Title: Display
  	**/
  .with-large-display-none {
    display: none;
    opacity: 0;
  }
  .with-large-display-none-when-empty:empty {
    display: none;
    opacity: 0;
  }
  /**
  	* Title: Order
  	**/
  .with-large-reverse-order {
    flex-direction: column-reverse;
  }
  /**
  	* Title: Alignment
  	**/
  .with-large-alignment-left {
    justify-content: flex-start !important;
    text-align: left;
  }
  .with-large-alignment-center {
    justify-content: center !important;
    text-align: center;
  }
  .with-large-alignment-right {
    justify-content: flex-end !important;
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  /**
  	* Title: Dev Tools
  	**/
  .with-max-large-border-red {
    border: 1px solid #f00 !important;
  }
  /**
  	* Title: Display
  	**/
  .with-max-large-display-none {
    display: none;
    opacity: 0;
  }
  .with-max-large-display-none-when-empty:empty {
    display: none;
    opacity: 0;
  }
  /**
  	* Title: Order
  	**/
  .with-max-large-reverse-order {
    flex-direction: column-reverse;
  }
  /**
  	* Title: Alignment
  	**/
  .with-max-large-alignment-left {
    justify-content: flex-start !important;
    text-align: left;
  }
  .with-max-large-alignment-center {
    justify-content: center !important;
    text-align: center;
  }
  .with-max-large-alignment-right {
    justify-content: flex-end !important;
    text-align: right;
  }
}
@media screen and (max-width: 600px) {
  /**
  	* Title: Dev Tools
  	**/
  .with-max-medium-border-red {
    border: 1px solid #f00 !important;
  }
  /**
  	* Title: Display
  	**/
  .with-max-medium-display-none {
    display: none;
    opacity: 0;
  }
  .with-max-medium-display-none-when-empty:empty {
    display: none;
    opacity: 0;
  }
  /**
  	* Title: Order
  	**/
  .with-max-medium-reverse-order {
    flex-direction: column-reverse;
  }
  /**
  	* Title: Alignment
  	**/
  .with-max-medium-alignment-left {
    justify-content: flex-start !important;
    text-align: left;
  }
  .with-max-medium-alignment-center {
    justify-content: center !important;
    text-align: center;
  }
  .with-max-medium-alignment-right {
    justify-content: flex-end !important;
    text-align: right;
  }
}
@media screen and (min-width: 600px) {
  /**
  	* Title: Dev Tools
  	**/
  .with-medium-border-red {
    border: 1px solid #f00 !important;
  }
  /**
  	* Title: Display
  	**/
  .with-medium-display-none {
    display: none;
    opacity: 0;
  }
  .with-medium-display-none-when-empty:empty {
    display: none;
    opacity: 0;
  }
  /**
  	* Title: Order
  	**/
  .with-medium-reverse-order {
    flex-direction: column-reverse;
  }
  /**
  	* Title: Alignment
  	**/
  .with-medium-alignment-left {
    justify-content: flex-start !important;
    text-align: left;
  }
  .with-medium-alignment-center {
    justify-content: center !important;
    text-align: center;
  }
  .with-medium-alignment-right {
    justify-content: flex-end !important;
    text-align: right;
  }
}
@media screen and (max-width: 480px) {
  /**
  	* Title: Dev Tools
  	**/
  .with-mobile-border-red {
    border: 1px solid #f00 !important;
  }
  /**
  	* Title: Display
  	**/
  .with-mobile-display-none {
    display: none;
    opacity: 0;
  }
  .with-mobile-display-none-when-empty:empty {
    display: none;
    opacity: 0;
  }
  /**
  	* Title: Order
  	**/
  .with-mobile-reverse-order {
    flex-direction: column-reverse;
  }
  /**
  	* Title: Alignment
  	**/
  .with-mobile-alignment-left {
    justify-content: flex-start !important;
    text-align: left;
  }
  .with-mobile-alignment-center {
    justify-content: center !important;
    text-align: center;
  }
  .with-mobile-alignment-right {
    justify-content: flex-end !important;
    text-align: right;
  }
}
html {
  scroll-behavior: smooth; /* Smooth scroll */
}
/* Button
--------------------------------------------- */
.wp-element-button:active {
  scale: 0.98;
}
.wp-element-button:hover {
  opacity: 1;
  background-color: color-mix(in srgb, var(--wp--preset--color--brand-2) 95%, transparent);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}
p code {
  background-color: var(--wp--preset--color--base-3);
  padding: 0.05rem 0.5ch;
  font-size: 0.9rem;
}
.form label,
.wpcf7 label {
  margin-top: var(--wp--preset--spacing--20);
  font-size: var(--wp--preset--font-size--small);
}
.form input[type=date],
.form input[type=month],
.form input[type=week],
.form input[type=time],
.form input[type=datetime],
.form input[type=datetime-local],
.form textarea,
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 textarea {
  border: 1px solid var(--wp--preset--color--base-5);
  border-radius: 6px;
  padding: var(--wp--preset--spacing--10);
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  line-height: 1;
}
.form textarea,
.wpcf7 textarea {
  line-height: 1.2;
}
.form .wpcf7-not-valid,
.wpcf7 .wpcf7-not-valid {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.1);
  border-color: #f00;
}
.form,
.wpcf7 {
  /**
    * Button
    */
}

/*# sourceMappingURL=_index.css.map*/
/* --- assets/screen.css --- */
/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/screen/_index.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * screen.css is only loaded on the frontend.
 */

.nierenzentrum-header-contact {
  margin-left: auto;
  text-align: right;
  align-items: flex-end;
}

.nierenzentrum-header-contact > p {
  margin: 0;
}

.nierenzentrum-footer-legal {
  text-align: center;
  font-size: 0.85rem;
  margin: 0;
}

/*# sourceMappingURL=_index.css.map*/
