#mobile__loading{
	display: none;
}

@media(max-width: 1660px){
	header .row, .row.is__large{
		width: 90%
	}
	.old__company__badge{
		left: 5%;
	}
}

@media(max-width: 1580px){
	.section__image__headline h1{
		font-size: 6.7rem;
		line-height: 7.1rem;
	}
	header #brand a{
		width: 16rem;
	}
	
	.old__company__badge, .stage .stage__badge {
		height: 180px;
		width: 180px;
	}
	.stage .stage__badge{
		bottom: 1%;
	}
	
	.show__contact__badge__content, .close__contact__badge__content{
		width: 6rem;
		height: 6rem;
	}
	.show__contact__badge__content svg, 
	.show__contact__badge__content svg,
	.close__contact__badge__content svg{
		width: 3rem;
	}
	
	.contact__badge.active{
		border-radius: 0 0 30px 0;
	}
	
	.badge__link__wow {
		width: 20rem;
		height: 20rem;
		bottom: -15.5rem;
	}
}

.mobile__address{
	display: none;
}
@media(max-width: 1500px){
	footer a{
		color: #fff;
	}
	
	.section__image__headline{
		padding-left: 10rem;
	}
	.section__image__headline .subline{
		font-size: 1.8rem;
	}
}
@media(max-width: 1440px){
	
	.home .content__big ul {
		font-size: 5rem;
		line-height: 5rem;
	}
	.section__image__headline{
		padding-left: 20rem
	}

section .row.is__medium, section .row, footer .row.is__medium{
	width: 90%
}

.headline__centered span{
	font-size: 2.5rem;
}
.grid__3fr{
	grid-gap: 7rem;
}
.hybrid__graphic__inner{
	width: 100%
}
	
		.faq-item-headline{
			font-size: 2rem;
		}
		.fr__col .col__content, .svg__animation__grid .animation__content__text, .faq-item-content{
			font-size: 1.8rem;
			line-height: 2.8rem;
		}
		.button__group .button{
			padding: 1.5rem 3rem;
			font-size: 1.6rem;
		}
	
		.fr__col .col__head {
			font-size: 4rem;
			line-height: 4.5rem;
		}
		
		.home .content__big ul {
			font-size: 5rem;
			line-height: 5rem;
		}
		
		.headline h2{
			font-size: 5.7rem;
			line-height: 6.1rem;
		}
		.content {
			font-size: 1.8rem;
			line-height: 2.8rem;
		}
}
header #brand svg#desktop{
	display: block;
}
header #brand svg#mobile{
	display: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

#menuToggle{
	position: relative
}
#menuToggle span
{
  display: none;
  width: 33px;
  height: 3px;
  margin-bottom: 6px;
  position: relative;
  
  background: #111;
  
  z-index: 1;
  
  transform-origin: 3px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			  opacity 0.55s ease;
}
#menuToggle span:last-of-type{
	margin-bottom: 0;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

@media(max-width: 1200px){
	
	body, html{
		overflow-x: clip;
		-webkit-overflow-scrolling: touch;
	}
	.section__image__headline h1 br{
		display: none;
	}
	.grid__image__text__fr.reverse{
		padding-left: 0;
	}
	.grid__image__text__fr{
		padding-right: 0;
	}
	header nav ul li{
		padding: 0 2.5rem;
	}
	header #brand{
		margin-top: 0;
	}
	
	header #brand a{
		width: 9rem;
	}
	header .row{
		align-items: center;
	}
	
	header #brand svg#desktop{
		display: none;
	}header #brand svg#mobile{
		display: block;
	}
	

		


}

@media(max-width: 1120px){
	
	.footer__grid{
		grid-template-columns: 1fr 1fr 1fr;
	}
	footer  a {
		color: #fff;
	}
	.row.is__small{
		
		width: 70%
	}
	.fr__col .col__head{
		min-height: auto
	}
	.row.is__medium, .row, header .row, .row.is__large, .row.is__small{
		width: 86%
	}
	.grid__3fr{
		display: block;
	}
	header nav ul li{
		padding: 0 2rem;
	}
	.fr__col .col__foot span{
		margin-top: 2rem;
	}
	.fr__col{
		margin-bottom: 8rem;
	}
	
	.fr__col:last-of-type{
		margin-bottom: 0;
	}
	
	.fr__col .col__head br{
		display: none;
	}.stage .stage__image img{
		height: 50rem;
	}
	
}
@media(max-width: 900px){
	
	.shop__grid{
		grid-template-columns: 1fr
	}
	.grid__image__text__fr{
		display: block;
	}
	.grid__image__text__fr.product.is__show{
		display: block;
	}
	.headline h2 br{
		display: none;
	}
	
	.download__item{
		grid-template-columns: 1fr;
	}.download__item span{
		font-size: 2rem;
	}
	.download__item .download__button {
		display: flex;
		justify-content: flex-start;
		margin-top: 3rem;
	}
	.image__fr{
		
		margin-bottom: 4rem;
	}
	.section__image__headline{
		padding: 0;
	}
	.section__image__headline .subline{
		font-size: 1.2rem;
	}
	.old__company__badge{
		bottom: -40px;
	}

	
	.prev-carousel{
		left: -5rem;
	}
	.next-carousel{
		right: -5rem;
	}
	.next-carousel svg, .prev-carousel svg{
		height: 3.2rem;
	}
	.hybrid__graphic__inner{
		width: 100%
	}
	
	.fr__col .col__head{
		min-height: auto;
	}
	
	
	.section__image.is__contact img.stage__img{
		object-position: 75%;
	}
}

.mobile__svg{
	display: none;
}

@media(max-width: 1025px){
	.mobile__address{
		display: block;
		padding: 3rem 5rem;
		color: #fff;
	} .mobile__address a{
		color: #fff
	}
	header.sticky, header{
		width: 100%
	}
	header{
		padding: 2rem 0
	}
	header nav{
		display: none;
	}
	#menuToggle span{
		display: block;
		
		  
		  background: #111;
		  
		
	}
	.mobile__nav header.sticky.topfixed, .mobile__nav header{
		background: var(--color1);
		position: fixed;
		width: 100%;
		z-index: 9999;
		top: 0;
	}
	mobile__nav header.sticky.topfixed  #brand svg path, .mobile__nav header #brand svg path{
		fill: #fff
	}
	header li.current-menu-item a{
		font-weight: 700;
	}
	header #menuToggle input:checked ~ nav
	{
	  display: block;
	  position: fixed;
	  top: 100px;
	  height: calc(100% - 100px);
	  width: 100%;
	  left: 0;
	  z-index: 99999;
	  background: var(--color1);
	  
	}
	
	header.topfixed #menuToggle input:checked ~ nav{
		
		  top: 100px;
		  height: calc(100% - 100px);
	}
	header nav ul{
		display: block;
		padding-top: 5rem;
	}
	header nav ul li{
		display: block;
		padding: 0;
	}
	header nav ul li a,
	header.sticky nav ul li a{
		display: block;
		color: #fff;
		padding: 1rem 5rem;
		border-bottom: 1px solid #fff;
		
	}
	header nav ul li a:after{
		display: none;
	}
	
	header.sticky{
		top: 0;
		position: absolute;
		transition: 0.3s;
		z-index: 999998;
	}
	header.sticky.topfixed{
		background: #fff;
		position: fixed;
		padding: 2rem 0;
	}
	header.sticky.topfixed #menuToggle span{
		background: #111
	}
	.sticky #menuToggle span{
		background: #fff
	}
	
	.mobile__nav header.sticky.topfixed #menuToggle span{
		background: #fff
	}, .mobile__nav header #menuToggle span{
		background: #fff
	}
	header.sticky nav ul li a
	header nav ul li a{
		color: #111
	}
	header.sticky nav ul li.current-menu-item a:after, header.sticky nav ul li a:hover:after{
		background: #111
	}
}
@media(max-width: 760px){
	.svg__animation__grid .animation__content__text{
		
	
		margin-bottom: 12rem;
	}section.odd.has__rectangle__reverse.no__bottom__rectangle{
		padding-bottom: 12.4rem
	}
header nav ul li a,
	header.sticky nav ul li a{
		padding: 1rem 3rem;
		
	}.mobile__address{
		padding: 3rem;
	}
	#menuToggle span
	{
	  
	  background: #111;
	  
	
	}
	.mobile__svg{
		display: block;
	}
	
	.desktop__svg{
		display: none;
	}
	footer{
		padding: 7rem 0;
	}
	
	
	.badge__link__wow {
		width: 14rem;
		height: 14rem;
		bottom: inherit;
		margin: 4rem auto 0 auto;
		position: static
	}
	.section__image.is__contact img.stage__img{
		object-position: 75%;
	}
	.hybrid__graphic__inner svg {
		width: 100%;
		height: auto;
		display: block;
	}
	.faq-item input:checked ~ .faq-item-content {
		max-height: 200vh;
		padding: 0 0rem 1em 1.2em;
	}
	.row.is__medium .row.is__small{
		width: 100%
	}
	.faq-item-headline{
		padding: 1rem 0;
	}
	.faq-item input:checked ~ .faq-item-content{
		padding-left: 0
	}
	.hybrid__graphic__inner{
	
	}
	.anime .section__image__holder{
		position: static
	}
	.stage .stage__image img{
		height: 30rem;
	}
	.section__image.anime img{
		position: absolute;
		z-index: -1;
		top: 0;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
		
	.headline h2{
		font-size: 4.2rem;
		line-height: 4.6rem;
	}
	.headline .subline{
		font-size: 1.8rem;
	}
	.headline h2{
		margin-top: 3rem;
	}
	#mobile__loading{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: flex;
		background: var(--color1);
		z-index: 999999;
		justify-content: center;
		align-items: center;
		
		

	}
	.svg__animation__grid .animation svg{
		width: 90%;
		margin-left: 5%;
	}
	.fr__col .col__foot{
		font-size: 2.6rem;
	}
	section{
		padding: 13.4rem 0 13.4rem 0;
	}
	
	.section__image__holder section{
		padding: 13.4rem 0;
	}
	.old__company__badge, .stage .stage__badge{
		width: 16rem;
		height: 16rem;
		bottom: -3rem;
	}
	

	.content__big ul.no__arrows {
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.content__big li {
		display: flex;
	}
	
	.content__big ul.no__arrows span, .fr__col .col__head{
		hyphens: auto;
		-webkit-hyphens: auto;
	}
	.headline h3, .svg__animation__grid .animation__content__head{
		font-size: 3.2rem;
		line-height: 4.2rem;
	}
	.home .content__big ul {
		font-size: 3rem;
		line-height: 3rem;
	}
	#mobile__loading__brand{
		width: 18rem;
		height: auto;
	}
	#mobile__loading__brand svg{
		width: 100%;
		height: auto;
		display: block;
	}
	
	.svg__animation__grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 6rem;
	}
	.row.is__small, header .row, .row.is__large, .row{
		width: 86%;
	}
	
	
	section , .section__image__holder section{
		padding: 7rem 0 4rem 0;
	}
	
	section.no__bottom__rectangle{
		padding-bottom: 12rem;
	}
	
	
	
	section.no__rectangle.no__bottom__rectangle{
		padding-top: 12rem;
	}
	
	section.no__bottom__rectangle.has__rectangle__reverse{
		padding-bottom: 7rem;
	}
	
	.headline__centered span,.section__image .headline__centered span{
		border: none;
	}
	.section__image.has__rectangle__reverse__footer:before, 
	.section__image.home:after{
		height: 4.4rem;
	}
	section.odd.has__rectangle__reverse:before,
	section.dark.has__rectangle:before, 
	footer:before,
	section.odd.has__rectangle:before,
	section.primary.has__rectangle__reverse:before{
		
		top: -4.3rem;
		height: 4.4rem;
	}
	.svg__animation__grid{
		margin-top: 8rem;
	}
	section.odd.has__bottom__rectangle__reverse:after, section.dark.has__rectangle:after{
		
		bottom: -4.3rem;
		height: 4.4rem;
	}
	.section__image.has__rectangle:before{
		
		height: 4.4rem;
	}
	
	.section__image.anime section .headline__centered__out{
		margin-top: 6rem
	}
	.headline{
		margin-bottom: 4rem;
	}
	.fr__col .col__head{
		font-size: 3rem;
		line-height: 3.5rem;
	}
	.carousel__outer, .grid__image__text__fr{
		margin-top: 5rem;
	}
	
	.section__image:not(.home) .section__image__holder{
		position: relative
	}
	.section__image:not(.home) img.stage__img{
		position: absolute;
		top: 0;
		min-height: 100%
	}
	#copyright{
		flex-direction: column
	}
	#copyright a{
		margin: 0 2rem 0 0;
	}
	.stage{
		margin-top: 0;
	}
	.stage .row{
		width: 100%;
	}
	
	.next-carousel, .prev-carousel{
		top: 140%;
		padding: 0;
	}
	
	.next-carousel{
		left: 50%;
		margin-right: -5rem;
	}
	.prev-carousel{
		left: 50%;
		margin-left: -5rem;
	}
	
	section.single__post{
		padding-bottom: 9rem;
	}
	
	footer a{
		color: #fff;
	}
}
@media(max-width: 660px){
	.section__image__headline h1 {
		font-size: 4rem;
		line-height: 4.4rem;
	}
	.section__image__headline h1 br{
		display: none;
	}
	
	header {
		padding: 3rem 0 3rem 0;
	}
}
@media(max-width: 600px){
	.partners, .quotes{
		width: 100%
	}
	.contact__badge, .scroll__handler{
		display: none;
	}
	.footer__grid{
		display: block;
	}
	
	.headline h2{
		hyphens: auto;
	}
	
	.footer__col{
		margin-top: 8rem;
	}
}
