/* 
Theme Name: Kochstudio29 Child
Theme URI: https://www.future-advice.ch
Description: Kochstudio29 Theme for Elementors Page Builder
Author: Future Advice
Author URI:https://www.future-advice.ch/
Template: Kochstudio29
Version: 2.0.0
Text Domain: Kochstudio29
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 */

/* Prevent Horizontal Scroll on Smaller Devices */
html,
body{
  width:100%;
  overflow-x:hidden;
}

.elementor-item:hover {
    border-bottom:none;
}

/*grow effekt bei Überschrift*/
h1, h2 {
  font-size: 2rem;
  display: inline-block; /* Damit der Effekt bei Inline-Elementen wie span funktioniert */
  transition: transform 0.5s ease-in-out;
}

h1:hover, h2:hover {
  transform: scale(1.1); /* Vergrößerung bei Hover */
}

.title-rotate {
  transform: rotate(-3deg);
  transform-origin: center;
}
