@charset "utf-8";
@media only screen and (max-width: 1600px)
{
	.vorstellung_content
	{
		width: 600px;
		right: -100px;
	}
}

@media only screen and (max-width: 1199px)
{
	.main_nav
	{
		margin-left: 70px;
	}
	.main_nav ul li:not(:last-child)
	{
		margin-right: 35px;
	}
	.vorstellung_content
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: auto;
		margin-bottom: 102px;
		width: 100%;
	}
}

@media only screen and (max-width: 991px)
{
	.hamburger
	{
		display: block;
	}
	.hamburger_bar
	{
		display: block;
	}
	.main_nav,
	.telefonnummer
	{
		display: none;
	}
	.musik_column:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.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;
	}
	.vorstellung_content
	{
		padding-left: 49px;
	}
	.vorstellung_col:not(:last-child)
	{
		margin-bottom: 30px;
	}
}

@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: 500px;
	}
	.home_subtitle
	{
		font-size: 30px;
	}
	.home_title h1
	{
		font-size: 36px;
	}
	.vorstellung_content
	{
		padding-left: 30px;
	}
	.vorstellung_subtitle
	{
		font-size: 30px;
	}
	.vorstellung_title h2
	{
		font-size: 36px;
	}
	.vorstellung_text
	{
		margin-top: 24px;
	}
	.musik_title
	{
		font-size: 36px;
	}
	
	.footer_logo_title
	{
		font-size: 36px;
	}
	.footer_logo_subtitle
	{
		font-size: 12px;
	}
	.footer_contact_title,
	.footer_contact_text
	{
		font-size: 14px;
	}
}

