/* Hide */
header .top,
header .menuBox .main-navigation,
.mobileMenu,
header .logoBox .logo,
.stage,
.invisible,
#circles,
.referenzenTeaser,
.serviceOverviewBox,
#referenzen,
.layout_latest img,
.layout_latest p.more,
footer .partner,
footer .footerBottom
{
	display: none;
}

/* Global */
body {
  	font-size: .8em;
  	font-family: 'Roboto', Helvetica, Arial, sans-serif;
  	color: #1d1d1b; 
	background-color: #fff;  
}

/* Typo */
h1, h2, h3, h4, h5, h6 {
	font-family: 'FuturaLT', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: .1rem;
	text-transform: uppercase;
}

h1 {
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

h2 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

h3, h4, h5, h6 {
	font-size: .8rem;
}

a {
	text-decoration: none;
	color: #1d1d1b;
}

/* Header */
header .logoBox .print {
	display: block;
	margin-bottom: 4rem;
}

/* News */
.layout_latest {
	height: auto !important;
	margin-bottom: 6rem !important;
}

/* Accordion */
.accordion {
	overflow: visible !important;
	height: auto !important;
	visibility: visible !important;
	display: inline !important;
	opacity: 1 !important;
}  