html {
  background-color: #F2F2F2;
  font-family: 'Georgia', sans-serif;
}

.container {
   width: 100%;
   max-width: 800px;
   padding: 50px;
   margin: auto;
   box-sizing: border-box;
}

section#logo {
	
   /*background-image: url(../img/background.jpg);
   background-position: center center;
   background-size: cover;
   */
}

.logo {
  max-width: 100%;
  width:auto;
  height:auto;
  text-align:center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.icon {
	width:16px;
	height:16px;
}

section#mainsection {
   background-color: #d2d2d2;
}

.mainsection_text {
   font-size: 16px;
   color: #080808;
   display:block;
}

section#impressum {
}

.impressum_text {
   font-size: 16px;
   color: #080808;
   display:block;
}

a:link {
  color: #0953A6;
  font-weight: bold;
  
}

.nowrap {
	white-space: nowrap;
}




