@charset "UTF-8";


@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("./fonts/Roboto-Light.woff?v=1.1.0") format("woff"), url("./fonts/Roboto-Light.ttf?v=1.1.0") format("truetype");
  font-weight: 300;
  font-style: normal;
}


@font-face {
  font-family: Roboto;
  src: url("./fonts/Roboto-Black.woff2?v=1.1.0") format("woff2"), url("./fonts/Roboto-Black.woff?v=1.1.0") format("woff"), url("./fonts/Roboto-Black.ttf?v=1.1.0") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(./fonts/MaterialIcons-Regular.woff2) format('woff2'),
       url(./fonts/MaterialIcons-Regular.woff) format('woff'),
       url(./fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 6.5em; 
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  color: #505050;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
body, html {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans;
	font-weight: 300;
}

.wrapper {
	background-color: #ecf2f8;
}

.container {
	width: 60%;
	min-width: 680px;
	max-width: 1000px;
	margin: 0 auto;
}

header {
	padding: 26px 0 20px 0;
}

header img {
	height: 36px;
	width: auto;
}

.banner {
	padding: 160px 0 20px 0;
	margin-bottom: 30px;
	background: url(imgs/ki.jpg) no-repeat right center;
	background-size: 50%;
}

button {
	background-color: #ff7d00;
	border: none;
	font-size: .9em;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 100;
	padding: 8px 16px;
	margin: 4px 0;
}

h1 {
	color: #505050;
	font-size: 1.8em;
	margin: 0;
	font-weight: 100;
}

h4 {
	font-size: 17px;
	line-height: 27px;
	margin: 0;
	font-weight: 100;
}

h5 {
	margin: 0 0 10px 0;
	color: #505050;
	font-size: 1.6em;
	font-weight: 100;
}

p {
	font-size: 17px;
	line-height: 27px;
}



.kasten {
	border: solid 1px #8c8c8c;
	width: 32.3%;
	margin: 3% 1% 3% 0;
	float: left;
	text-align: center;
	padding: 3% 0;
}

.kasten-breit {
	border: solid 1px #8c8c8c;
	width: 99.3%;
	margin: 3% 1% 3% 0;
	float: left;
	text-align: center;
	padding: 3% 0;
}

.stand {
	width: 100%;
}

.breit-links {
	display:inline-block;
	width: 49.5%;
}

.last {
	margin-right: 0;
}

.clear_div {
	clear: both;
}

footer {
	background-color: #141414;
	font-size: 17px;
	line-height: 27px;
	padding: 70px 0 120px 0;
	margin: 150px 0 0 0;
}

footer a {
	color: #868686;
	text-decoration: none;
	margin-right: 20px;
}

footer a:hover {
	color: #fff;
}

.footer_logo {
	margin: 57px 0 0 0;
	padding: 57px 0 0 0;
	border-top: 1px solid #868686;
}

.footer_logo img {
	height: 36px;
	width: auto;
}

.trenner {
	color: #868686;
	margin-right: 20px;
}



@media (max-width: 420px) {
	.container {
		min-width: 20px;
		width: 90%;
		margin-right: 5%;
		margin-left: 5%;
	}
	
	.kasten {
		float: none;
		width: 100%;
		padding-top: 10%;
		padding-bottom: 10%;
		margin-top: 7%;
		margin-bottom: 7%;
	}
	
	.banner {
		padding: 220px 0 20px 0;
		background-size: 100%;
		background-position: 0 -150px;
	}	
}
