/* FARBEN #646464 - antrazit */

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/source-sans-pro-v13-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
       url('/fonts/source-sans-pro-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v13-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v13-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/source-sans-pro-v13-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'),
       url('/fonts/source-sans-pro-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/source-sans-pro-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/source-sans-pro-v13-latin-600.woff') format('woff'), /* Modern Browsers */
       url('/fonts/source-sans-pro-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/source-sans-pro-v13-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


body, html {
	border:0;
	margin:0;
	padding: 0;
	background-color: white;
}

* {
	font-family: 'Source Sans Pro', Arial, Helvetica, Verdana;
	font-size: 16px;
	line-height: 150%;
	color: #646464;
	box-sizing: border-box;
	font-weight: 300;
}

.limit {
	margin:0 auto;
	width:100%;
	max-width: 1024px;
}

/* ---------------------- FARBKLECKS ---------------------- */
#farbklecks, #movingcolors {
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index: 99999;
	background-size: cover;
	background-position: center top;
	background-color: white;
}
#farbklecks .logo, #movingcolors .logo {
	padding: 6% 0 0 3%;
	z-index: 999999;
}

canvas {
	z-index: -1 !important;
/* 	filter: blur(2px); */
}
/* ---------------------- LOGO ---------------------- */

.logo {
	padding: 3% 0 0 3%;
	
}
.logo img {
	width: 200px;
	max-width: 100%;
	height:auto;
}

/* ---------------------- NAVIGATION ---------------------- */
nav {
	width:100%;
	display:flex;
	justify-content: space-between;
	padding: 3% 0;
}
nav ul {
	margin: 0;
	padding: 0 3% 6px 0;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-self: flex-end;
}
nav ul li {
	padding-top: 3%;
}
nav ul li a {
	padding: 4% 0 0 0;
	margin-left: 30px;
	display: block;
	color: black;
	text-decoration: none;
	font-weight: 300;
	font-size: 24px;
	line-height: 24x;
	white-space: nowrap;
}
nav ul li a:hover {
	color: #59758c;
}



/* ---------------------- INHALT ---------------------- */
#inhalt {
}
.titel {
	padding: 6% 3% 1% 3%;
}
h2 {
	font-family: 'Source Sans Pro';
	font-size: 32px;
	line-height: 38px;
	margin: 0;
	color: #59758c;
}
h3 {
	font-family: 'Source Sans Pro';
	font-size: 24px;
	margin: 0;
	color: #59758c;
}
.text {
	padding: 0px 3% 6% 3%;
	display: flex;
	justify-content: space-between;
}
.text .spalte {
	width:48%;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	
}
.text .spalte-breit {
	width:100%;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
	
}
.text strong,
.text b {
	font-weight: 600;
}

.text a {
	color: #8fa3b1;
}
.text a:hover {
	color: #59758c;
}

.text li {
	list-style: square;
}
.goto_5, .goto_7 {
	background-color: rgba(178, 198, 209, 0.2);
}
.goto_5 .text {
	padding-bottom: 0;
}
.goto_7 .titel {
/* 	padding-top: 0; */
}
/* ---------------------- FOOTER ---------------------- */

#footer {
	background-color: #646464;
	padding: 3%;
	display: flex;
/* 	margin-top: 6%; */
}
#footer div {
	width:33.33%;
}
#footer div p {
	color: white;
}
#footer div p strong {
	color: white;
	font-weight: 600;
}
#footer a {
	text-decoration: none;
	color: white;
}
#footer a:hover {
	color: white;
	text-decoration: underline;
}

#impressum, #datenschutz {
	padding: 3%;
	background: black;
	color: white;
	display: none;
}
#impressum ul, #datenschutz ul {
	padding: 0;
}
#impressum strong, #datenschutz strong {
	color:white;
	font-weight: 600;
}
.negativ p, .negativ h2, .negativ h3 {
	color: white;
}
.negativ a {
	text-decoration: none;
	color: white;
}
.negativ a:hover {
	text-decoration: underline;
	color: white;
}
.negativ ul {
	margin-left: 20px;
}
.negativ li {
	color: white;
}
/* ---------------------- RESPONSIVE ---------------------- */


@media only screen and (max-width: 640px) {

.text {
	flex-direction: column;
}
.text .spalte {
	width:100%;
}
nav ul {
	display: none;
}

}

@media only screen and (max-width: 480px) {

#footer {
	flex-direction: column;
}
#footer div {
	width:100%;
}

}