@font-face {
  font-family: 'Nitti';
  src:  url('../fonts/Nitti-Regular.woff2') format('woff2'),
        url('../fonts/Nitti-Regular.woff') format('woff');
  }

@font-face {
  font-family: 'Right Grotesk';
  src:  url('../fonts/PPRightGrotesk-WideRegular.woff2') format('woff2'),
        url('../fonts/PPRightGrotesk-WideRegular.woff') format('woff');
  }

HTML {
  height: 100%;
  }

BODY {
  height: 100%;
  font-size: 20px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #41444A;
  }

* {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-font-smoothing: antialiased;
  }

A {
  text-decoration: none;
  transition: 0.2s;
  color: #41444A;
  }  

A:hover {
  color: #7da1a9;
  }  

IMG {
  max-width: 100%;
  }  

::selection {
  background: #7da1a9;
  color: #fff;
  }    

/* HEADER
----------------------------------------------------------------------------- */  

HEADER #logo {
  margin: 90px 0 0 30px;
  width: auto;
  height: 140px;
  }

HEADER #claim {
  font-family: "Right Grotesk";
  font-size: 28px;
  line-height: 1.18;
  float: right;
  margin: 100px 30px 0 0;
  min-width: 280px;
  }
  
/* HEADLINES
----------------------------------------------------------------------------- */   

H2 {
  font-family: Nitti;
  font-size: 20px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 0.25em;
  }

H2:first-child {
  margin-top: 0;
  }  

H2:after {  
  content: "\A--";
  white-space: pre-wrap;
  }

/* MAIN
----------------------------------------------------------------------------- */  

MAIN {
  padding: 50px 0 50px 0;
  line-height: 1.3;
  font-family: "Right Grotesk";
  }

MAIN .container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  }  

MAIN .container.narrow {  
  max-width: 740px;
  padding-top: 100px;
  padding-bottom: 100px;
  }

/* SLIDER
----------------------------------------------------------------------------- */   

.slick-dots {
  list-style-type: none;
  overflow: hidden;
  float: right;
  font-family: "Right Grotesk";
  font-size: 20px;
  padding: 10px 0;
  }

.slick-dots .divider {
  width: 150px;
  display: inline-block;
  border-top: 1px solid #41444A;
  margin: 0 5px;
  height: 5px;
  }

/* FOOTER
----------------------------------------------------------------------------- */  

FOOTER {
  font-family: Nitti;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: url('../img/divider.svg') repeat-x left top;
  background-size: auto 5px;
  padding-top: 25px;
  }  

FOOTER > DIV {
  padding: 30px 50px 30px 30px;
  }  

FOOTER .imprint {
  font-size: 16px;
  }  