/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

body {
   max-width: 1920px;
   margin: 0 auto !important;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'PPNeueCorp-normal-ultra', sans-serif;
}
.elementor-button .elementor-button-text {
    text-align: left !important;
}
table {
    background-color: #E4C7E9 !important;
    border-radius: 20px !important;
    border: none !important;
}
table td {
    background-color: transparent !important;
    border: none !important;
}

/*.txt-block-custom-tmp table {
   background-color: #E4C7E9;
   padding: 0;
}
.txt-block-custom-tmp table td {
   border: 1px solid #281E59 !important;
}
.txt-block-custom-tmp table td {
   padding: 15px;
}*/
.downloads-liste ul {
    display: flex;
    flex-wrap: wrap;
    gap: 3.2%;
    padding-left: 0;
}
.downloads-liste ul li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 31.2%;
    list-style-type: none;
    border-top: 1px solid #D12B23;
}
.downloads-liste ul li a {
    width: 100%;
    padding-right: 30px;
    display: block;
    background: transparent url('/wp-content/uploads/2025/07/download-icon.svg') top 0px right no-repeat;
    background-size: 17px;
}
.ff-message-success {
   border: none !important;
   box-shadow: none !important;
}
@media screen and (max-width: 800px) {
  
   .hero-image {
      overflow: hidden;
      border-radius: 20px;
   }
   .hero-image img {
      width: 150% !important;
      max-width: none !important;
      border-radius: 0 !important;
      transform: translateX(-15%);
   }
   
   .downloads-liste ul {
       gap: 0;
   }
   .downloads-liste ul li {
       max-width: 100%;
   }
}