@media screen and (max-width: 1140px) {
	html {
		font-size: 1.403vw;
	}
}
@media screen and (max-width: 993px) {
	html {
		font-size: 1.8vw;
	}
	.colf_1 {
		width: 50%;
	}
	.colf_2 {
		width: 50%;
	}
	.colf_3 {
		width: 100%;
		padding-top: 3rem;
	}
}
@media screen and (max-width: 767px) {
	html {
		font-size: 3.75vw;
	}
	.colf_1 {
		width: 100%;
	}
	.colf_2 {
		width: 100%;
		padding-top: 3rem;
	}
	#header {
		height: 6rem;
	}
	.logo {
		padding-top: 1.0625rem;
	}
	.logo img {
		height: 4rem;
	}
	#wechsler {
		margin-top: 6rem;
	}
	.container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#header .container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.lineinp {
		display: block;
		width: 100%;
	}
	
	
	
	
	
	
	.videoinline.mobilehoehe100 video {
		max-width: 50000%;
		max-height: 100%;
	}
	.videoinline.mobilebreite100 video {
		max-width: 100%;
	}
	
	
	[data-aos="fade-right"],[data-aos="fade-left"] {		
		transform: translate3d(0,70px,0);
	}
	[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate,
	[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate,
	[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate,
	[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate,
	[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate,
	[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate{
		transition-delay: .0s;
	}
	
	.frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 4.25em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }
}




