/*
 Theme Name:   Hello Elementor Child
 Description:  Child Theme by DIGITALEWEGE
 Author:       Christoph Geier
 Author URI:   https://digitalewege.de/
 Template:     hello-elementor
 Version:      1.0
 Text Domain:  hello-elementor-child
*/

:root {
  --pM: clamp(
    20px,
    calc(20px + (226 - 20) * ((100vw - 800px) / (1440 - 800))),
    226px
  );
	  --pS: clamp(
    20px,
    calc(20px + (115 - 20) * ((100vw - 800px) / (1440 - 800))),
    115px
  );
	
	--pXS: clamp(
    20px,
    calc(20px + (75 - 20) * ((100vw - 800px) / (1440 - 800))),
    75px
  );
	
	--p147: clamp(
    20px,
    calc(20px + (147 - 20) * ((100vw - 800px) / (1440 - 800))),
    147px
  );
	
	--p120: clamp(
    20px,
    calc(20px + (120 - 20) * ((100vw - 800px) / (1440 - 800))),
    120px
  );
	
	--p80: clamp(
    20px,
    calc(20px + (80 - 20) * ((100vw - 800px) / (1440 - 800))),
    80px
  );
}



.scrollBack {
  transition: transform 0.6s linear;
  transform: translate(0, 0);
}

.scrollFront {
  transition: transform 0.6s linear;
  transform: translate(0, 0);
}


.slideInBekannt {
  transition: transform 0.6s linear;
  transform: translate(0, 0);
}