* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: black;
}

body {
  font-family: "chaparral-pro";
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  min-width: 1200px;
}

section, header, footer {
  position: relative;
}

h1 {
  font-family: "Playfair Display";
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 0.95;
}

p {
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
  margin: 20px 0;
}

strong {
  font-weight: 600;
}

.anchor {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header, footer {
  background: #374757;
  width: 100%;
  position: relative;
}
header #logo, footer #logo {
  display: block;
  width: 626px;
  height: 122px;
  z-index: 1;
}

header {
  border-bottom: 1px solid #232e38;
  height: 100vh;
  min-height: 1000px;
  overflow: hidden;
}
header #logo {
  position: absolute;
  top: 49px;
  left: 128px;
}
header #hero {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: table;
  padding-top: 171px;
  padding-bottom: 105px;
  width: 100%;
}
header #hero > div {
  display: table-cell;
  vertical-align: middle;
  z-index: 0;
}
header #hero .image {
  padding-right: 65px;
}
header #hero .image img {
  max-width: 100%;
  float: right;
  max-height: 700px;
}
header #hero .text {
  width: 510px;
  padding-left: 130px;
}
header #hero .text h1 {
  font-size: 70px;
  margin-bottom: 45px;
  color: #f5f5f5;
  text-align: left;
}
header #hero .text p {
  color: #f5f5f5;
  font-size: 25px;
}
header .more {
  position: absolute;
  bottom: 50px;
  width: 100%;
}
header .scroll {
  margin: 0 auto;
  color: #f5f5f5;
  text-decoration: none;
}
header .arrowdown {
  display: block;
}

section {
  margin: 2% 0;
  padding: 3% 0;
}
section:nth-child(2n+1) {
  background-color: whitesmoke;
  border-top: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
}
section > div {
  margin: 0 auto;
  width: 60%;
}
section img {
  max-width: 80%;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
}
section p {
  max-width: 760px;
  margin: 20px auto;
}

section.dark {
  background: #374757;
}
section.dark h1 {
  color: #f5f5f5;
}
section.dark p {
  color: #f5f5f5;
}
section .arrowright::before, section .arrowright::after {
  border-bottom: 15px solid white;
  border-left: 15px solid white;
}
section .cols {
  padding-top: 20px;
  margin: 0 auto;
}
section .cols .col {
  float: left;
  width: 48%;
  margin-right: 4%;
}
section .cols .col:last-child {
  margin-right: 0;
}
section .cols .col img {
  max-width: 100%;
  padding-top: 0;
}
section#handwerk .cols {
  width: 95%;
  position: relative;
}
section#handwerk .col p {
  width: 80%;
  padding-top: 8%;
  padding-bottom: 25%;
}
section#handwerk .bottom {
  position: absolute;
  bottom: 0;
  width: 48%;
}
section#bildbearbeitung .cols {
  width: 80%;
  margin: 0 auto;
}
section#bildbearbeitung .cols .col:last-child img {
  width: 85%;
  float: right;
}
section#erfahrung .link {
  text-align: center;
  font-size: 30px;
}
section#kontakt img {
  float: right;
}
section#kontakt p {
  line-height: 1;
}
section#kontakt p strong {
  line-height: 1.5;
}
section#kontakt p:first-child {
  margin-top: 0;
}
section#kontakt strong {
  line-height: 0.9;
}
section#kontakt strong span {
  font-size: 24px;
}
section#kontakt .cols {
  max-width: 828px;
}
section#kontakt .cols .col {
  width: 30.333333%;
  max-width: 250px;
  margin-right: 4.5%;
}
section#kontakt .cols .col:last-child {
  margin-right: 0;
  display: table;
  height: 296px;
}
section#kontakt .cols .col:last-child div {
  display: table-cell;
  vertical-align: middle;
}

footer {
  border-top: 1px solid #232e38;
  height: 222px;
}
footer #logo {
  margin: 50px auto;
}

.arrowright, .arrowdown {
  height: 55px;
  width: 83px;
  padding-left: 27px;
  text-align: left;
  font-size: 0;
}
.arrowright::before, .arrowright::after, .arrowdown::before, .arrowdown::after {
  content: '';
  display: inline-block;
  border-bottom: 15px solid #f5f5f5;
  border-left: 15px solid #f5f5f5;
  width: 0px;
  height: 40px;
}
.arrowright::before, .arrowdown::before {
  transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
}
.arrowright::after, .arrowdown::after {
  transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  margin-left: 26px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/*# sourceMappingURL=style.css.map */
