@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');

body {
  background-color: #F1F4F3;
  text-align: center;
  font-size: 16px;
  color: #563F52;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 8%;
  margin-bottom: 8%;
}

body.impressum {
    max-width: 700px;
    margin: auto;
    text-align: left;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0px 16px;
    font-size: 14px;
    word-wrap: break-word;
}

body.impressum img{
    margin: unset;
    margin-bottom: 4%;
}

img {
	width: 155px;
    margin: auto;
    display: block;
    margin-bottom: 4%;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
}

h2 {
	font-weight: 600;
	font-size: 16px;
	margin-top: 40px;
}

h3{
	font-weight: 600;
	font-size: 14px;
	margin-top: 20px;
}


.small {
	font-size: 13px;
}

.bold {
	font-weight: 600;
}

p {
	margin-bottom: 20px;
}

a { 
	text-decoration: underline;
	color: #563F52;
}

a:hover,
a:focus {
	color: #ee7953;
}