html {
	font-size: 75%;
	line-height: 1.75;
	overflow-x: hidden; // (Horizontale Scrollbar IE)
}
body {
	color: $font-color;
	font-size: 16px;
	font-family: $font-reg;
	font-weight: normal;
	background-color: $grey;
}
.logo,
.grey-bg h3,
.grey-bg,
.start-hero-txt,
footer,
footer a,
nav a, 
.lang a {
	color: #fff; 
}
a {
	color: $orange;
		&:hover, &:active, &:focus, &.current {
			text-decoration: underline;
		}
		&:visited {
			opacity: .8;
		}
}
.logo a {
	color: #fff;
	letter-spacing: 0px;
	transition: letter-spacing .5s ease;
	&:hover {
		text-decoration: none;
		letter-spacing: 2px;
	}
}
.modalcon, .modalcon a, .modalcon h3 {
	color: #fff;
	text-decoration: none;
}
.grey-bg h3 {
	margin: 0 0 .75rem 0;
}
h3, .highlighted, .txt-head h1 {
	color: $orange;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
	margin: 0;
}
.link-box-txt {
	background-color: $orange;
	line-height: 48px;
	padding: 0 10px;
}
.grid-header {
	text-align: center;
}
h1, h2 {
	margin: 0;
}
p {
	margin: 0 0 8px 0;
}
.legal p + h3 {
	margin-top: 6rem;
}
h1,
.txt-head h2,
h3,
strong,
b {
	font-family: $font-bold;
	font-weight: normal;
}
h2 {
	font-family: $font-reg;
	font-weight: normal;
}
h4 {
	text-transform: uppercase;
	margin: 4rem 0 2rem 0;
	letter-spacing: 1px;
	color: #9fa5a8;
}
// nav ul {
// 	margin: 0;
// 	padding: 0;
// 	list-style: none;
// 	a {
// 		text-decoration: none;
// 	}
// }

// font-size

h1 {
	font-size: 5.333rem;
}
h2, .txt-head h1 {
	font-size: 3rem;
}
.txt-head h2 {
	font-size: 2.9rem;
}
#menu li {
	font-size: 2.4rem;
}
h4,
h3,
.legal ul,
.grey-bg h3,
p {
	font-size: 1.8rem;
}
header,
footer,
.logo {
	font-size: 1.6rem;
}
.logo, .footer-center, .link-box-txt {
	font-size: 24px;
}
.logo {
	position:absolute;
    width: 100%;
    left: 0;
	top: 0;
}	
.legal ul {
	padding-left: 20px;
	list-style-type: circle;
}







