/*
 Theme Name:   Montaldo Kältetechnik
 Description:  Child
 Author:       KPPL
 Author URI:   httpw://www.kppl.de
 Template:     twentytwentyfive
 Version:      1.0
 Text Domain:  twentytwentyfive-child
*/


strong {
  font-weight: 700;
}
.textHighlight {
    color: var(--wp--preset--color--accent-1);
}
.is-style-default {
    max-width: 100%;
}
summary {
    font-size: 120%;
    border-bottom: 1px solid;
    padding-bottom: 20px;
}
p.has-medium-font-size.services {
    height: 150px;
}

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


/* CONTACT FORM */

label {
    color: white;
    text-transform: uppercase;
    font-size: 70%;
    margin-bottom: 12px;
}
input.wpcf7-form-control,
textarea.wpcf7-form-control.wpcf7-textarea {
  background: none;
  border: 0;
  border-bottom: 1px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 1.2em;
  margin-top: 6px;
  padding: 10px 4px;
  width: 80%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  border: 1px solid #ffffff;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: none;
  border: 0px;
  border-radius: 10px;
  font-size: 0.8em;
  padding: 10px 20px;
  text-transform: uppercase;
}
.wpcf7-response-output {
    color: white;
}
select.wpcf7-form-control.wpcf7-select.has-spinner {
    padding: 10px 10px;
    margin-top: 10px;
    color: white;
    background: none;
    border: 1px solid white;
    font-size: 1.0em;
}


/**
 * Basic CSS Media Query Template
 * ------------------------------------------
 *  Responsive Grid Media Queries - 1280, 1024, 768, 480
 *   1280-1024   - desktop (default grid)
 *   1024-768    - tablet landscape
 *   768-480     - tablet 
 *   480-less    - phone landscape & smaller
 * --------------------------------------------
 */
@media all and (min-width: 1024px) and (max-width: 1280px) { }

@media all and (min-width: 768px) and (max-width: 1024px) { }

@media all and (min-width: 480px) and (max-width: 768px) {

  a.custom-logo-link {
    width: 70%;
  }
}

@media all and (max-width: 480px) {
  
  a.custom-logo-link {
    width: 70%;
  }
.wp-block-cover.alignfull.is-light.has-aspect-ratio {
  aspect-ratio: 0 !important;
}

}