/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* header */

/* Hide background image for small display + landscape */
@media only screen and (max-height: 500px) and (max-width: 760px) and (orientation: landscape) {
    header:not(.elementor-motion-effects-element-type-background) {
	   background-image: none !important;
    }
}

.visuallyhidden { 
    position: absolute; 
    width: 1px; 
    height: 1px; 
    padding: 0; 
    margin: -1px; 
    overflow: hidden; 
    clip: rect(0, 0, 0, 0); 
    border: 0; 
}

.wpcf7 input[type='text'], .wpcf7 input[type='email'], .wpcf7 textarea  {
  width: 100%;
  border-color: transparent;
  background-color: transparent;
  color: var(--text-col);
  border-bottom: 1px solid #c5c5c5;
  border-radius: 0;
  padding-left: 0;
  outline: none;
}

.wpcf7 input:focus, .wpcf7 textarea:focus  {
  border: 1px solid #c5c5c5;
}

.wpcf7-list-item-label {
    font-size: 0.9rem;
    line-height: 1.1rem;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.wpcf7 [type="submit"] {
  color: white;
  background-color: var(--color-primary-hover);
  border: none;
  width: auto;
  border-radius: 20px;
  font-size: 1.19rem;
  padding: 0.2em 1.2em 0.3em 1.2em;
}

.wpcf7 .captcha-image {
  border: 1px solid #c5c5c5;
}

/* Woocommerce */

.out-of-stock-overlay {
  position: absolute;
  background-color: rgba(255,255,255,.88);
  text-align: center;
  top: 1em;
  left: 1em;
  right: 1em;
  padding: .5em 0 .7em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Related products */

.related .add_to_cart_button, .related .product_type_simple {
    text-decoration: none !important;
    border-radius: 30px !important;
    background-color: var(--color-primary-active) !important;
    color: #fff !important;
    padding: 15px 15px 15px 15px !important;   
    margin-top: 1em !important;
    text-transform: none !important;
} 

/* Kasse */

.payment_box.payment_method_invoice p {
    font-size: 80%;
}

label.woocommerce-form__label a:link, label.woocommerce-form__label a:hover, 
label.woocommerce-form__label a:visited, label.woocommerce-form__label a:active  {
    color: var(--e-global-color-accent);
}

.woocommerce-order-details  th, .woocommerce-order-details  td{
    padding: 1em !important;
}

.woocommerce-order-details  a:link, .woocommerce-order-details  a:hover {
    color: var(--e-global-color-accent);
}