@font-face { font-family: 'Lora'; font-style: normal; font-weight: 400; font-display: swap; src: url('/res/font/lora-400.ttf') format('truetype'); }
@font-face { font-family: 'Source Sans Pro'; font-style: italic; font-weight: 300; font-display: swap; src: url('/res/font/source-sans-pro-300-italic.ttf') format('truetype'); }
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; font-display: swap; src: url('/res/font/source-sans-pro-400.ttf') format('truetype'); }
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 600; font-display: swap; src: url('/res/font/source-sans-pro-600.ttf') format('truetype'); }

* { box-sizing: border-box; margin: 0; padding: 0; text-decoration: none; }
body { font-family: 'Source Sans Pro', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.center { display: block; margin: auto; }
.target-width { width: 650px; }
.narrow-width { width: 630px; }
.wide-width { width: 690px; }
.mobile-only { display: none; }

.branding { padding: 120px 0 140px; text-align: center; }
.branding img.logo { width: 38px; }
.branding h1 { color: #000; font-family: 'Lora', serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; margin-top: 13px; }
.branding h1::after, .branding h1::before { content: '-'; padding: 9px; }

h2 { color: #1c1c1c; font-size: 1.3em; font-weight: 600; letter-spacing: .016em; margin: 3rem 12px .7rem; }
p { color: #1d1d1d; font-weight: 400; letter-spacing: -.021em; line-height: 19px; }
.line { display: block; }
.links { margin-top: 1.4rem; }
.link { color: #335dda; font-size: 1em; letter-spacing: .017em; line-height: 1em; margin: 0 .7rem; }
button.link { background: none; border: none; cursor: pointer; font-family: 'Source Sans Pro', sans-serif; }
.link:not(button)::after { background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6.822' height='6.822' viewBox='0 0 6.822 6.822'><path fill='none' stroke='%23335dda' d='M0,.1,4.3,0,4.2,4.3' transform='translate(3.057 0.37) rotate(45)'/></svg>"); background-size: 100% 100%; content: ''; display: inline-block; font-size: 0; height: 7px; transform: translate(2px, .25px); width: 7px; }
.symbol { color: #6f8889; font-size: 11px; font-weight: 400; letter-spacing: .006em; line-height: 1em; }

.subjects { text-align: center; }
.subject { height: 650px; }
.subject .leading { display: block; width: 100%; }

.contact { margin: 112px 0 0; text-align: center; }
.row { margin-bottom: 49px; text-align: left; }
.row .element { display: inline-block; width: 300px; }
.row .element:last-child { float: right; }
.element label { display: block; letter-spacing: .017em; margin: 0 0 7px 7px; text-align: left; width: 100px; }
.element .field { background: #fafafa; border: none; border-radius: 8px; font-family: inherit; font-size: 14px; letter-spacing: .002em; outline: none; padding-left: 21px; width: 100%; }
.element .field:focus { background: #fafafa; box-shadow: 0 0 0 1px #335dda; }
.element textarea.field { background: linear-gradient(200deg, #fafafa 0%, #f2fafa 100%); height: 178px; padding: 21px; vertical-align: top; }
.element input.field { height: 42px; }
form .link { margin-top: 32px; }
.website-field { display: none !important; }
.form-status { min-height: 19px; margin-top: 18px; }
.contact-page { margin: 0 0 180px; }
.contact-page h1 { color: #1c1c1c; font-size: 19px; font-weight: 600; margin-bottom: 18px; }
.contact-intro { margin-bottom: 49px; }

.quote { min-height: 90vh; padding: 35vh 0 0; text-align: center; }
.quote .center { text-align: left; width: 350px; }
.quote p { font-size: 1.3em; font-style: italic; font-weight: 300; letter-spacing: .016em; line-height: 22px; }
.quote .symbol { margin: 10px; opacity: .7; }
footer { padding-bottom: 21px; text-align: center; }

.impressum { background: linear-gradient(-45deg, #191e2b, #2e343a); padding: 240px; }
.impressum .center { padding: 0 12px; }
.impressum .text-block { margin-bottom: 25px; }
.impressum .text-block:last-child { margin-bottom: 0; }
.impressum .text-block p { color: #fff; }

@media (max-width: 768px) {
  h2 { margin: 2rem 12px .7rem; }
  .target-width, .narrow-width { width: 100vw; }
  .mobile-only { display: inherit; }
  .branding { padding: 60px 0 100px; }
  .typography { text-align: left; }
  p { margin: 0 12px; }
  .links { margin-top: 12px; }
  .links .link:nth-child(2) { margin-left: 23px; }
  .symbol { font-size: .75rem; }
  .subject { height: auto; margin-top: 75px; }
  .subject:first-child { margin-top: 0; }
  .contact { margin-top: 120px; }
  .contact h1 { color: #3c3c3c; font-size: 19px; margin: 0 12px 52px; text-align: left; }
  .row { margin: 0; }
  .row .element { float: none !important; margin-bottom: 36px; width: 100%; }
  .element label { margin: 0 0 8px 14px; }
  .element .field { background: #dbe5e6 !important; border-radius: 0 !important; box-shadow: none !important; }
  .impressum { background: #4d4d4d; padding: 240px 0; }
  .contact-page { margin: 0 0 120px; }
}

@media (max-resolution: 150dpi) {
  body { font-size: 14px; }
  .link { font-size: .9em; }
  .symbol { font-size: 12px; }
  .element .field { background: #f6f6f6; }
  .element textarea.field { background: linear-gradient(200deg, #f6f6f6 0%, #f2fafa 100%); }
}
