@charset "utf-8";

@media only screen and (max-width: 1199px)
{
	.main_nav
	{
		margin-left: 70px;
	}
	.main_nav ul li:not(:last-child)
	{
		margin-right: 35px;
	}
}

@media only screen and (max-width: 991px)
{
	.hamburger
	{
		display: block;
	}
	.hamburger_bar
	{
		display: block;
	}
	.main_nav,
	.telefonnummer
	{
		display: none;
	}
	
	.footer_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 767px)
{
	.hamburger_bar
	{
		right: calc((100vw - 510px) / 2 - 15px);
	}
	.home_subtitle
	{
		font-size: 48px;
	}
	.home_title h1
	{
		font-size: 56px;
	}
	
}

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 14px;
	}
	.header_content,
	.header.scrolled .header_content
	{
		height: 80px;
	}
	.hamburger_bar
	{
		right: 0px;
		height: 80px;
	}
	.hamburger_bar.scrolled
	{
		height: 80px;
	}
	.home
	{
		height: 350px;
	}
	.home_container
	{
		bottom: 69px;
	}
	.home_subtitle
	{
		font-size: 30px;
	}
	.home_title h1
	{
		font-size: 36px;
	}
	.section_subtitle
	{
		font-size: 30px;
	}
	.section_title h1
	{
		font-size: 36px;
	}
	
	.footer_logo_title
	{
		font-size: 36px;
	}
	.footer_logo_subtitle
	{
		font-size: 12px;
	}
	.footer_contact_title,
	.footer_contact_text
	{
		font-size: 14px;
	}
}
