@media (max-width: 600px) {
	body {
		width: calc(100% - 70px);
		height: calc(100% - 90px);
		background-size: auto;
	}
	
	.floating_container {
		width: 90%;
		height: 90%;
	}
	
	.top_left, .top_right {
		width: calc(30%);
	}
	
	.top_center {
		left: 50%;
		transform: translate(-50%);
	}
	
	.name_box {
		font-size: 28px;
	}
	
	.slogan_box {
		width: calc(100% - 30px);
		padding: 0px 15px 0px 15px;
	}
	
	.social_box {
		width: 100%;
		left: 0px;
		top: 300px;
	}
	
	.company_logo {
		left: 50%;
		top: 400px;
		transform: translate(-50%);
	}
	
	.imprint {
		width: calc(90% - 40px);
	}
}