@media (min-width:1499px){
	html { font-size:20px; }
}
@media (max-width:1023px){/* and (min-width:500px)*/
	html { font-size:2vw; }
	#body .wrapper { width:45rem; }
	#target_main #intro > article > div { left:calc(50vw - 25rem); padding:2.5rem; }
	#target_main a.article { width:21.5rem; height:22.8rem; }
	#target_main a.article > span { padding-bottom:2rem; }
	#target_main a.article > span > span { padding:0; height:5.3rem; }
	#target_main a.article > span > mark { top:19.3rem; bottom:auto; }
	#target_main a.article > img { margin-top:8.3rem; }
	#target_main .about_bg > .about_us { min-height:calc(100vh - 13.25rem); height:auto; }
	#target_main .about_bg > .team_list div.team_member,
	#target_main .about_bg > .team_list div.team_member:nth-child(2n-1) { width:calc(100% - 20rem); margin-left:0; }
	#target_main .about_bg > .team_list div.team_member:nth-child(2n-1) { padding-left:0; padding-right:20rem; }
	#target_main .about_bg > .team_list div.team_member:nth-child(2n-1) > div > img { right:0; left:auto; }
	#target_footer .wrapper > div { width:20.5rem; }
	#target_footer .wrapper > div:nth-child(4) { display:block; margin:1rem auto 2rem; text-align:center; }
	#target_footer .wrapper > div:nth-child(4) > h4 { display:none; }
	#target_main .product_bg > .product_headline > .wrapper > mark + mark + mark { margin-right:0; }
	#target_main .product_bg > .product_headline > .wrapper { width:17.5rem; padding-left:27.5rem; perspective:75vw; }
	#target_main .product_bg > .product_headline > .wrapper > div.box { left:11rem; }
	#target_main .product_bg > .product_body > .wrapper > div:nth-child(7),
	#target_main .product_bg > .product_body > .wrapper > div:nth-child(8){ width:21.75rem; }
	#target_main .product_bg > .product_body > .wrapper > div.double { width:26.8333rem; }
	#target_main .kontakt_bg > .kontakt_map { height:80vw; min-height:57vw; background-size:auto 100%; }
	#target_main .kontakt_bg > .kontakt_map:hover { background-size:auto 200%; }	
}

@media (max-width:499px){

	html { font-size:4vw; }
	#body .wrapper { width:22.5rem; }


	#target_header a#menu { display:block; position:absolute; right:0rem; top:0rem; width:3.4rem; height:3.4rem; margin:0; padding:0; z-index:20; cursor:pointer; }
	#target_header a#menu > span { display:block; width:2.4rem; height:0.2rem; position:absolute; top:50%; left:50%; transform:translateX(-50%); background:var(--pink); transition:0.3s opacity 0.2s; }
	#target_header a#menu:before,
	#target_header a#menu:after { content:' '; position:absolute; left:0.5rem; top:1rem; width:2.4rem; height:auto; border-bottom:0.2rem solid var(--pink); transition:transform 0.3s, 0.3s top 0.2s, border-color 0.5s; }
	#target_header a#menu:after { top:2.5rem; }
	#target_header a#menu.show:before,
	#target_header a#menu.show:after { transform:rotate(-45deg); top:1.7rem; transition:0.3s transform 0.2s, top 0.3s, border-color 0.5s; }
	#target_header a#menu.show:after	{ transform:rotate(45deg); }
	#target_header a#menu.show > span { opacity:0; transition:0.25s opacity 0.01s; }

	#target_header nav.lang { right:3.4rem; }
	#target_header nav:not(.lang) { position:fixed; top:7.4rem; width:45vw; background:var(--white); margin:0; box-shadow:0 0 0.5rem rgba(0,0,0,0.5); }
	#target_header nav:not(.lang) > a { display:block; width:max-content; }
	#target_header a#menu ~ nav.menu { right:-45vw; transition:right 0.5s; }
	#target_header a#menu ~ nav.admin { left:-45vw; transition:left 0.5s; }
	#target_header a#menu.show ~ nav.menu { right:0; }
	#target_header a#menu.show ~ nav.admin { left:0; }
	
	#target_main #intro > article > div { left:0; padding:1.25rem; }
	
	#target_footer .wrapper > div { width:100%; }
	#target_footer .wrapper > div + div { margin-left:0; margin-top:2rem; }
	
	#target_main a.article { display:block; margin:4rem auto 4rem; }
	
	#target_main .product_slider > div { }
	#target_main .product_slider > div a.product { margin:0; width:20rem; max-width:20rem;  }
	#target_main .product_slider > div > a.product > * { transform:none; width:14rem; left:50%; transform:translateX(-50%); }
	#target_main .product_slider > div > a.product > img { margin:0 auto; left:0; transform:none; width:auto; max-width:15rem; }
	
	#target_main .news_bg > .news_list > .wrapper > a.article,
	#target_main .news_bg > .news_list > .wrapper > a.article:nth-child(2n-1) { margin:0 auto 4rem; }
	#target_main .article_bg > .article_headline > .wrapper > * { max-width:100%; }
	
	#target_main .games_bg h1 { padding-top:3rem; }
	#target_main .games_bg .games_list a.product { display:block; width:max-content; margin:0 auto; }
	
	#target_main .about_bg > .about_us { max-height:none; padding:3rem 1.25rem; }
	#target_main .about_bg > .wrapper > aside { width:20rem; padding-left:1.25rem; padding-right:1.25rem; }
	
	#target_main .about_bg > .team_list div.team_member, 
	#target_main .about_bg > .team_list div.team_member:nth-child(2n-1) { padding:0; width:22.5rem; }
	#target_main .about_bg > .team_list div.team_member > div:first-child { position:relative; width:22.5rem; height:22.5rem; }
	#target_main .about_bg > .team_list div.team_member > div:first-child > img { width:22.5rem; height:22.5rem; }
	#target_main .about_bg > .team_list div.team_member > div:first-child > p { position:absolute; left:0; bottom:0; padding:1rem 1.25rem; color:var(--white); background:var(--pink); width:calc(100% - 3rem); }
	#target_main .about_bg > .team_list div.team_member > div:first-child > p > strong { color:var(--white); font-size:1.5rem; }
	#target_main .about_bg > .team_list div.team_member > div + div { padding:1.25rem;  }
	
	#target_main .kontakt_bg > .kontakt_about { padding:2rem; width:auto; }
	#target_main .kontakt_bg > .wrapper > aside { width:max-content; right:1.25rem; bottom:3rem; }
	#target_main .kontakt_bg > .kontakt_text > .wrapper > div { width:auto; }
	#target_main .kontakt_bg > .kontakt_map { height:100vw; }

	#target_main .product_bg > .product_headline { pointer-events:none; }
	#target_main .product_bg > .product_headline > .wrapper { padding:0 0 12rem 0; width:22.5rem; perspective:100vw; }
	#target_main .product_bg > .product_headline > .wrapper > div.box { font-size:12rem; left:50%; bottom:4rem; top:auto; transform-origin:50% 50%; }
	#target_main .product_bg > .product_headline > .wrapper > h1 { margin-bottom:0; }
	#target_main .product_bg > .product_headline > .wrapper > a.bgg { right:0; bottom:13rem; }
	#target_main .product_bg > .product_body > .wrapper { gap:1.25rem; padding-bottom:0; }
	#target_main .product_bg > .product_body > .wrapper > div.double { width:20rem; padding:1.25rem; }
	#target_main .product_bg > .product_body > .wrapper > div,
	#target_main .product_bg > .product_body > .wrapper > div:nth-child(7), 
	#target_main .product_bg > .product_body > .wrapper > div:nth-child(8) { width:10.6rem; }
	
	@keyframes product_box_rotate { 
	  0%		{ transform:rotateY( 45deg); }
	100%		{ transform:rotateY(-45deg); }
}

}
