/* 
Theme Name: Inversi Theme
Description: Hello Elementor Child
Author: Inversi Design Team
Author URI: https://inversi-design.de/
Template: hello-elementor
Version: 3.0.0
*/

/* Add your custom styles here */


h1{font-size: clamp(1.75rem, 1.0747rem + 1.6694vw, 2.5rem); line-height:1.35; font-weight:700;}
h2{font-size: clamp(1.525rem, 0.6326rem + 2.0701vw, 2.4rem); line-height:1.15; font-weight:700;}
h3{font-size: clamp(1rem, 0.6789rem + 0.6689vw, 1.25rem); line-height:1.2; font-weight:700;}

@media (min-width: 768px) {
	h1, h2{ max-width: 25ch;}

	p {max-width: 50vw; /* clamp(40ch, 50vw, 70ch); */}
}

.line::before {
  content: "";
  display: block;
  width: clamp(5rem, 20vw, 10rem);
  height: 4px;
  background-color: var(--e-global-color-4bfa479);
  margin-bottom: clamp(1rem, 5vw, 3rem);
}

.line-center::before {
  content: "";
  display: block;
  width: clamp(5rem, 20vw, 10rem);
  height: 4px;
  background-color: var(--e-global-color-4bfa479);
   margin: 0 auto clamp(1rem, 5vw, 3rem);
}

.elementor-field-type-acceptance label{
	font-size: 0.8rem;
}

.inv{
  font-family: "Mont", Sans-serif;
  font-weight: 700;
  display: block;
  font-size: 0.9em;
  color: var(--e-global-color-accent);
  margin-bottom: 0.3rem;
}

.inv-telefon::before{
  content: "Telefon";
}
.inv-email::before{
  content: "E-Mail";
}

.inv-link:hover span{
	color:var(--e-global-color-9776660)!important;
}