@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

html, body {
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
}

* {
	margin: 0px;
	padding: 0px; 
	box-sizing: border-box; 
}
        
h1, h2, h3, h4, h5, h6, a, p, label, article, li, span {
	font-family: 'Open Sans Condensed', Helvetica Neue, sans-serif;           
}

a, p, label, article, li {
	font-size: 17px;	
	font-weight: 300;
	line-height: 150%;
}

a {
	color: #0058a2;
	text-decoration: none;
}
            
a:hover {
	color: #0058a2;
	text-decoration: underline;
}
                      
a:link {
	text-decoration: none;
}
            
a:visited {
	text-decoration: none;
}

p a:hover {
	color: #fff;
	background: #0058a2;
	padding: 2px;
	margin: -2px;
}
	
strong {
	font-weight: 700;
}

.clear {
	clear: both;	
}



/* ---------------- START ---------------- */

#start {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/inhalt/industriehalle.jpg) no-repeat center center;
	background-size: cover;
}

#person {
	position: relative;
	float: right;
	height: 100vh;
	max-height: 900px;
	z-index: 20;
}

#person img {
	height: 100vh;
	margin: 0px;
}

#logo_container {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255,255,255,0.8);
	padding: 20px 30px;
	z-index: 10;
	border-bottom: 3px solid #0058a2;
}

#logo {
	width: 100%;
	max-width: 350px;
	margin: 0 auto;
}

#logo img {
	width: 100%;
}

#menu {
	position: absolute;
	left: 20px;
	bottom: 20px;
}

#menu label {
	display: block;
	float: none;
	margin-bottom: 15px;
}

#menu label:last-of-type {
	margin-bottom: 0px;
}

#menu label a {
	color: #fff;
	background: #0058a2;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 1s ease;
}

#menu label a:hover {
	background: #333;
}

#scroll {
	width: 60px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -30px;
	padding: 0px 5px;
	border-radius: 2px;
}

#scroll img {
	width: 100%;
}



/* ---------------- RESPONSIVE // START  ---------------- */

@media (max-width: 800px) {

	#person {
		width: 50%;
		height: 100%;
	}
	
	#person img {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0px;
	}
	
	#logo {
		width: calc(50% - 40px);
		max-width: 250px;	
	}
	
}

@media (max-width: 600px) {

	#person {
		width: 100%;
	}
	
	#person img {
		width: auto;
		height: 70%;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	
	#logo {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
	}
	
	#logo_container {
		position: absolute;
		width: 100%;
		left: 0px;
		top: 0px;
		bottom: auto;
		z-index: 25;
	}
	
	#menu {
		display: none;
	}
	
	#scroll {
		padding: 5px;
		background: rgba(255,255,255,0.8);
		z-index: 25;
	}
	
}


/* ---------------- NAV RESPONSIVE ---------------- */

.nav-r-label {
	display: none;
	width: calc(100% - 40px);
	position: absolute;
	margin-top: 120px;
	margin-left: 20px;
	z-index: 30;
}

.active-label {
	background: none;
}

.active-label:hover {
	background: none;
}

.inactive-label {
	background: none;
}

.inactive-label:hover {
	background: none;
}

.active-label span {
	color: #fff;
	background: #333;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 1s ease;
}

.inactive-label span {
	color: #fff;
	background: #0058a2;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 1s ease;
}

.inactive-label:hover span {
	color: #fff;
}

.nav-r-content {
	position: absolute;
	top: 160px;
	left: 20px;
	display: none;
	padding: 0px;
	padding-top: 10px;
	z-index: 65;
}

.nav-r-content a {
	display: block;
	margin-bottom: 17px;
}

.nav-r-content a span {
	color: #fff;
	background: #0058a2;
	padding: 5px 10px;
	line-height: 100%;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 1s ease;
}

.nav-r-content a:hover span {
	background: #333;
}




@media (max-width: 600px) {

	.nav-r-label {
		display: block;
	}
	
}



/* ---------------- SITE ---------------- */

#site {
	width: 100%;
	padding: 60px 0px 0px 0px;
	background: #fff url(../images/design/mueller_m_logo_vertikal.png) no-repeat bottom right fixed;
	background-size: auto;
}

#content {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 120px;
}

#content:last-of-type {
	margin-bottom: 0px;
}

#content h1, #content h2 {
	
}

#content h2:last-of-type, h2:last-of-type {
	margin-bottom: 15px;
}

#content h1 label, #content h2 label, h1 label, h2 label  {
	color: #fff;
	background: #0058a2;
	padding: 0px 10px;
	font-size: 30px;
	font-weight: 700;
	line-height: 100%;
	text-transform: uppercase;
	margin-left: -10px;
	float: none;
}

#content h2.ml {
	margin-left: 70px;
}

#content h3, h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: #0058a2;
	margin-top: 30px;
	margin-bottom: 10px;
}

#content h3.top {
	margin-top: 0px;
}

#content p, p {
	font-size: 17px;
	line-height: 150%;
	text-align: left;
	margin-bottom: 10px;
	color: #333;
}

#content p:last-of-type {
	margin-bottom: 0px;
}

#content p label {
	display: block;
	float: left;
	width: calc(70% - 5px);
	margin-left: 5px;
}

#content p label:nth-of-type(odd) {
	width: 30%;
	margin-left: 0px;
	clear: both;
}

#content p.tab label {
	margin-bottom: 10px;
	width: clac(80% - 5px);
}

#content p.tab label:nth-of-type(odd) {
	width: 20%;
}

#content img {
	width: 100%;
}

#content img.frei {
	border-bottom: 2px solid #0058a2;
}

#col_1-2 {
	width: calc(50% - 25px);
	float: left;
	margin-left: 50px;
	margin-bottom: 20px;
}

#col_1-2:nth-of-type(odd) {
	margin-left: 0px;
}

#col_2-3 {
	width: calc(66.66% - 10px);
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

#col_1-3 {
	width: calc(33.33% - 10px);
	float: left;
	margin-bottom: 20px;
}

#content ul, #cboxContent ul {
	padding-left: 10px;
	margin-left: 10px;
}

#content ul li, #cboxContent ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 7px;
}

#footer {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	padding: 10px 0px;
	border-top: 1px solid #0058a2;
	color: #333;
}

#footer p {
	text-align: right;
}

#footer_logo {
	float: left;
	width: 100%;
	max-width: 100px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer_logo img {
	width: 100%;
}

#quicklinks {
	position: fixed;
	right: 0px;
	top: 80px;
	opacity: 0;
	transition: opacity 1s ease;
}

#quicklinks.scrolled {
	opacity: 1;
}

#quicklinks a {
	display: block;
	position: relative;
	width: 35px;
	height: 35px;
	background: #0058a2;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #fff;
	margin-bottom: 5px;
	font-size: 22px;
	line-height: 100%;
	padding-top: 5px;
	text-align: center;
}

#quicklinks a label {
	display: none;
	position: absolute;
	height: 35px;
	width: auto;
	top: 0px;
	right: 35px;
	background: #b2b2b2;
	color: #333;
	font-size: 16px;
	padding: 4px 5px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-weight: 700;
}

#quicklinks a:hover {
	border-radius: 0px;
}

#quicklinks a:hover > label {
	display: block;
}



/* ---------------- RESPONSIVE // SITE ---------------- */

@media (max-width: 900px) {
	
	#site {
		background: #fff;
	}
	
	#content {
		padding: 20px 40px;
	}
	
	#footer {
		padding: 20px 40px;
	}

}

@media (max-width: 600px) {
	
	#content {
		padding: 20px 30px;
	}
	
	#col_1-3 {
		display: none;
	}
	
	#col_1-2, #col_2-3 {
		width: 100%;
		margin-top: 20px;
		margin-left: 0px;
	}
	
	#col_1-2:nth-of-type(odd), #col_2-3:nth-of-type(odd) {
		margin-top: 0px
	}
	
	#content h1 label, #content h2 label, h1 label, h2 label {
		font-size: 25px;
	}
	
	#content h3, h3 {
		font-size: 20px;
	}
	
	#content h2.ml {
		margin-left: 0px;
	}
	
	#footer p {
		text-align: center;
	}
	
	#footer_logo {
		float: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
}
