/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.1.1742890697
Updated: 2025-03-25 09:18:17

*/

/* = = = global styles = = = */
body {
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: normal;
}

.entry-content ul {
  padding-left: 20px;
}

a {
  transition: 0.4s;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none;
}

main,
footer,
.wp-block-group.alignfull.has-background {
  margin-block-start: 0;
}

:where(.wp-site-blocks *:focus) {
  outline: none;
}

/* = = = Header = = = */

/* block-navigation */

header
  .wp-block-navigation
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  padding: 25px 0 25px 10px;
}

header
  .wp-block-navigation
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content:hover {
  text-decoration: none;
  color: var(--wp--preset--color--accent-1);
}

header
  .wp-block-navigation
  > .wp-block-navigation-item:last-child
  .wp-block-navigation-item__content {
  border: 1px solid var(--wp--preset--color--accent-6);
  border-radius: 5px;
  line-height: 1.1;
  padding: 10px 20px;
  background-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--contrast);
}

/* Mobile Breakpoint */
@media (max-width: 1100px) {
  header .wp-block-navigation__responsive-container,
  header
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: none;
  }
  header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}

header .wp-block-navigation__responsive-container-close svg,
header .wp-block-navigation__responsive-container-open svg {
  height: 40px;
  width: 40px;
}

/* = = = Blocks = = = */

/* block-cover */
.wp-block-cover,
.wp-block-cover-image {
  padding: 0;
}

/* = = = Rank Math = = = */

/* rank-math-toc-block */

.wp-block-rank-math-toc-block {
  margin-top: var(--wp--preset--spacing--50);
  margin-bottom: var(--wp--preset--spacing--50);
}

.wp-block-rank-math-toc-block p {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: bold;
}

.wp-block-rank-math-toc-block nav a {
  text-decoration: none;
  color: var(--wp--preset--color--contrast);
  line-height: 2;
  display: inline-block;
  margin: 5px 0;
}

.wp-block-rank-math-toc-block nav a:hover {
  color: var(--wp--preset--color--accent-1);
}

.wp-block-rank-math-toc-block nav ol {
  padding-left: 0;
}
.wp-block-rank-math-toc-block nav ol li {
  display: flex !important;
}

.wp-block-rank-math-toc-block nav ol li:before {
  padding: 8px 5px 8px 15px;
  border-left: 3px solid var(--wp--preset--color--accent-3);
  transition: 0.4s;
}

.wp-block-rank-math-toc-block nav ol li:hover:before {
  border-left: 3px solid var(--wp--preset--color--accent-2);
}

@media only screen and (min-width: 1200px) {
  .wp-block-rank-math-toc-block nav ol li:before {
    padding: 10px 6px 10px 30px;
  }
}

/* query-pagination-numbers */
.wp-block-query-pagination-numbers .page-numbers {
  border: 1px solid;
  padding: 10px;
}

.wp-block-query-pagination-numbers .page-numbers.current {
  opacity: 0.5;
  border: 2px solid;
  font-weight: bold;
}

/* = = = classes = = = */

/* half circle left */
.half-circle-left {
  border-top-left-radius: 15% 35%;
  border-bottom-left-radius: 30% 100%;
}

/* apo-mobile-none */

@media only screen and (max-width: 767px) {
  .apo-mobile-none {
    display: none !important;
  }
}

.height-100 {
  height: 100%;
}

/* Mobile - Block Group / is-style-section-1--5 */
@media only screen and (max-width: 767px) {
  .wp-block-group.is-style-section-1--5,
  .wp-block-group.is-style-section-5--6 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

:root :where(.wp-block-quote.has-text-align-center) {
  border-width: initial;
}

/* Font Awesome */
.arrow-up-right-from-square a::before,
ul.is-style-checkmark-list li::before {
    font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

footer .fa-2xl {
    line-height: 1;
    vertical-align: 0;
}

/* checkmark-list  */
ul.is-style-checkmark-list {
  list-style: none;
  padding-left: 0;
  position: relative;
}

ul.is-style-checkmark-list li {
  position: relative;
  padding-left: 30px;
}

ul.is-style-checkmark-list li::before {
  content: "\f00c"; 
  color: green;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.5em;
  text-align: center;
  line-height: 1;

}

/* Footer Link Icon */

.arrow-up-right-from-square a::before {
  padding-right: 10px;
  padding-left: 4px;
  content: "\f08e";
}


/* Box */
.box-pb {
  background: url(/wp-content/uploads/2025/06/pharmazeutische-beratung.png) right bottom no-repeat;
  background-size: 260px;
}

.box-mc {
  background: url(/wp-content/uploads/2025/06/medikations-check.png) right bottom no-repeat;
  background-size: 260px;
}