/*
Theme Name: Vierländer Trachtengruppe
Theme URI: https://www.vierlaender-trachtengruppe.de/
Author: Vierländer Trachtengruppe
Author URI: https://www.vierlaender-trachtengruppe.de/
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 4.0 - 2026
Template: twentytwentyfour
Text Domain: twentytwentyfour
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
*/

/* Anpassung der Haupt-Navigationsleiste */

header {
    line-height: 2.46153846;
    height: 32px;
    position: fixed;
    width: 100%;
    /* min-width: 600px; */
    opacity: 0.95;
    /* top: 0; */
    z-index: 1;
}

header .wp-block-group {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
}

/*:root :where(.is-layout-constrained) > * {*/
/*    margin-block-start: 4.0rem;*/
/*    margin-block-end: 0;*/
/*}*/

h1 {
    padding-top: 4.0rem;
}

.wp-block-query-title {
    padding-top: 3em!important;
}

/*main h1 {*/
/*    margin-top: 600px;*/
/*}*/

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}


/* Anpassung des Cookie Layouts */

.cky-overlay.cky-hide {
    /*display: none;*/
}

.cky-consent-container.cky-box-bottom-right {
    /*z-index: 99999999;*/
}


/* Anpassung des Kontaktformulars */

#cf-contact {
    width: 100%;
}

#cf-contact p {
    margin-bottom: 10px;
    clear: both;
}

#cf-contact br {
    display: none;
}

#cf-contact label {
    font-weight: 600;
    margin-bottom: 4px;
    display: block;
}

#cf-contact element {
    float: left;
    margin-bottom: 10px;
}

#cf-contact element.name {
    width: 40%;
}

#cf-contact input, #cf-contact textarea {
    padding: 6px;
    font-size: inherit;
}

#cf-contact input[name=firstname] {
    width: 80%;
}

#cf-contact input[name=lastname] {
    width: 80%;
}

#cf-contact input[name=email] {
    width: 75%;
}

#cf-contact input[name=subject] {
    width: 75%
}

#cf-contact textarea[name=message] {
    width: 90%;
}

#cf-contact element.privacy {
    width: 15%;
}

#cf-contact element.privacy-message {
    width: 75%;
    font-size: small;
    margin-left: 10px;
}

#cf-contact input[name=privacy] {
    width: 22px;
    height: 22px;
    float: left;
}

#cf-contact input[name=security] {
    /* height: 22px; */
    width: 20%;
    display: block;
}

img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-security {
    width: 114px;
    aspect-ratio: auto 114 / 38;
    height: 38px;
}

#cf-contact element.security {
    margin-right: 10px;
}

#cf-contact element.button {
    float: initial;
}

#cf-contact .wpcf7-not-valid-tip {
    font-size: small;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    font-size: small;
    font-weight: 600;
    margin: 0;
}

.wpcf7-spinner {
    margin: -6px 24px;
}

.wpcf7-quiz-label {
    font-weight: 400;
    font-size: smaller;
}

.captcha-image {
    border: 0px!important;
    padding: 0px!important;
    display: inline-block;
    text-align: left!important;
    font-weight: 400!important;
    font-size: smaller!important;
}

/*
.cf7ic_instructions::before {
    content: "Auswahl: ";
*/

.cf7ic_instructions span {
    font-weight: 400!important;
    float: left;
    visibility: visible;
    line-height: 20px;
}

.cf7ic_instructions span::before {
    content: "Auswahl:";
}

.cf7ic_instructions {
    visibility: hidden;
    line-height: 0px;
    margin-bottom: 25px;
}

#cf-contact element.captcha p {
    margin-block-start: 0px;
}

.captcha-image label>input:checked+*,
.captcha-image label>input:focus+* {
  /* (Checked) image styles */
  padding: 7px;
  border-width: 2px;
  border-style: solid;
  margin: 1px;
}

/* Anpassung des Cookie-Managers */

.cmplz-blocked-content-container .cmplz-blocked-content-notice {
    z-index: initial;
    z-index: initial;
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #000;
    opacity: 0.8;

}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    max-width: initial;
}

/* Anpassung des Suchfensters */

.wp-block-search__inside-wrapper {
    border-radius: 6px;
}

.wp-block-navigation__responsive-container-close {
    top: 8px;
}

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
}

/* Print CSS */
@media print {

}

/* Minimum resolution 192dpi. */
@media (min-resolution: 192dpi) {
}