body {
  margin: 0em;
}

main, footer {
  margin: 0 auto;
  max-width: 50em;
  line-height: 1.5;
  padding: 0em 1em;
  font-family: "Noto", "Times New Roman", serif;
}

header {
  background-image: url("../white_gradient_bg.png"), url("../umluft_bg2.jpg");
  background-color: #FFF;
  background-position: center bottom, center top;
  background-repeat: repeat-x, no-repeat;
  background-size: contain, cover;
  line-height: 1.2;
  max-width: none;
  padding: 2vw 2em;
}

header img {
  display: inline-block;
  vertical-align: top; 
}

header.homepage {
  text-align: center;
  padding: 6vw 2em 6vw 2em;
}

header.homepage img {
  max-width: 50em;
}

header.subpage {
  text-align: center;
}

header.subpage img {
  max-width: 180px;
}

main img {
  width: 100%;
  padding: 2em 0em;
}

main img.portrait {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  float: right;
  padding: 0em 0em 1em 1em;
}

h1,h2,h3,h4 {
  font-family: "Noto", "Verdana", sans-serif;
  font-weight: bold;
}

h1, h2 {
  margin: 0.5em 0em 0.25em 0em;
  padding: 0em 0em 0em 0em;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

p {
  margin: 0em 0em 0em 0em;
  padding: 0em 0em 1em 0em;
  font-size: 1.25em;
}

a {
	color: #000;
}

hr {
  color: #000;
  margin-bottom: 1.75em;
}

.socials {
  text-align: center;
}

.social_icons {
  width: 2em;
  height: 2em;
  padding: 0.5em 1em 0em 1em;
  margin: 0em;
}

.logoleiste {
  max-width: 100%;
}

footer {
  text-align: left;
}

input, textarea {
  width: 100%;
  margin: 0.25em 0em;
}

textarea {
  height: 8em;
}

@font-face {
    font-family: 'Courage';
    src: url('../fonts/courage-regular-webfont.woff2') format('woff2'),
         url('../fonts/courage-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto';
    src: url('../fonts/NotoSerif-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}