/*
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.2.1750141494
Updated: 2025-06-17 08:24:54
*/

/* = = = Global Theme CSS = = = */

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

:where(.wp-site-blocks *:focus-visible) {
  outline-width: 2px;
}
footer {
  margin-block-start: 0;
}
/* = = = HTML Element CSS = = = */

/* = = = Header = = = */

header nav  li.current-menu-item a {
  font-weight: bold;
  color: var(--wp--preset--color--accent-2) !important;
}

/* Mobile Menu Breakpoint */

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: none;
  }
}

@media (min-width: 1280px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(
      .is-menu-open
    ) {
    display: block;
  }
}

/* CSS Klassen */

/* Höhe 100 % */
.wp-block-group.is-style-section-2,
.wp-block-group.is-style-section-4,
.wp-block-group.is-style-section-5 {
  height: 100%;
}

/* Linien Elemente */

@media (min-width: 1280px) {
  .wp-block-group.is-style-section-4::before,
  .wp-block-group.is-style-section-4::after  {
    content:"";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--wp--preset--color--accent-1);
  }
   .wp-block-group.is-style-section-4::after {
    top: 14px;
    left: 50px;
    width: calc(100% - 40px);
    height: 2px;
    border-radius: 0;
  }
}


/* = = = Contactform 7 = = = */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 input[type="search"],
.wpcf7 input[type="number"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.wpcf7 select {
  box-sizing: border-box;
  padding: 5px 10px;
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.5;
  width: 100%;
  border: 0;
  border-radius: 3px;
  border: 1px solid var(--wp--preset--color--accent-1);
}

.wpcf7 .wpcf7-submit:not(:disabled) {
  background: var(--wp--preset--color--accent-1);
  color: #fff;
}

.wpcf7 .wpcf7-submit {
  display: inline-block;
  padding: 12px 38px;
  cursor: pointer;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--source-sans);
  border: 0;
  border-radius: 5px;
}
