
body {
	background-color: #F2F2F2;
	margin: 0px;
	color: #424242;
	font-family: 'Ubuntu Mono', sans-serif;
	font-size: 2em;
	min-width: 200px;
}

.header{
	background-color: black;
	text-align: right;
	padding-right: 250px;
	margin-top: 50px;
}

.content {
	margin-top: 50px;
}

.description,
.adress {
	color: #6E6E6E;
}

.adress {
	margin-top: 20px;
}

.background {
	background: white;
	padding: 3px 8px;
	line-height: 1.6em;
	display: inline;
	border-radius: 0px;
	box-shadow: 1px 1px 1px #E6E6E6;
}

.contact {
	margin-top: 3.4em;
}

.impressum {
	cursor: pointer;
	color: #999;
	padding-bottom: 10px;
}

.moadl-contend {
	background: #E6E6E6;
}

.modal-body {
	font-size: 12px;
}

.disclaimer {
	font-size: 8px;
}

a {
  transition: 1s ease-in;
}

a:active {
	color: #666;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover,
.impressum:hover {
	color: #151515;
	text-decoration: none;
	-o-transition:1s;
  	-ms-transition:1s;
  	-moz-transition:1s;
  	-webkit-transition:1s;
  	transition: 1s ease-in-out;
}

.david-intro {
	color: #000;
}

.icon {
	color: #6E6E6E;
}

@media (max-width: 980px){
	.header{
		padding-right: 20px;
		margin-top: 50px;
	}

	.header img {
		max-width: 100%;
	}
}