/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*
  Polyfluid Sizing
 */
html {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #333; }
  @media (min-width: 768px) {
    html {
      font-size: calc(1.6203703704vw + 0.5555555556px); } }
  @media (min-width: 1200px) {
    html {
      font-size: 20px; } }

h1, h2, h3, h4, h5, h6, p, a, .button, .overline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1, h2, h3 {
  margin-top: 0;
  line-height: 1; }

h1 {
  font-size: 6rem;
  color: #ff0042; }

h2 {
  font-size: 4rem; }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2rem; }

h5 {
  font-size: 1.5rem;
  font-weight: 400; }

h6 {
  font-size: 1.25rem;
  font-weight: 400; }

h6.subtitle1 {
  font-size: 1rem;
  font-weight: 400; }

.button {
  font-size: .875rem;
  font-weight: 700; }

.overline {
  font-size: .75rem;
  font-weight: 700; }

p {
  font-size: 1rem; }

.small {
  font-size: 0.7rem; }

.medium {
  font-size: 0.85rem; }

.big {
  font-size: 1.25rem; }

.leadIn {
  color: #666; }

.textCentered {
  text-align: center; }

a {
  font-weight: 100;
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer; }
  a:hover {
    color: #ff0042; }

.block {
  width: 100%;
  min-width: 320px; }

.container {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1280px; }

.box {
  padding: 5rem 1.5rem; }

.box-item * {
  margin-bottom: 1.5rem; }
.box-item h1 {
  margin-bottom: 3rem; }
.box-item :last-child {
  margin-bottom: 0; }
.box-item .btn *, .box-item .btn2 * {
  margin-bottom: 0; }

.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

@media only screen and (min-width: 768px) {
  .flex {
    flex-wrap: nowrap; } }
.fw {
  width: 100%; }

.onehalf {
  width: 100%; }

.twothirds {
  width: 100%; }

.onethird {
  width: 100%; }

.onehalf, .onethird, .onefourth, .onefifth {
  margin-right: 0;
  margin-bottom: 1.5rem; }

.onehalf:last-child, .onethird:last-child, .onefourth:last-child, .onefifth:last-child {
  margin-right: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .onehalf {
    width: 50%; }

  .onethird {
    width: 33.333%; }

  .twothirds {
    width: 66.666%; }

  .onehalf, .onethird, .twothirds {
    margin-right: 1.5rem;
    margin-bottom: 0; }

  .onehalf:nth-child(2n+2), .onethird:nth-child(3n+3), .twothirds:nth-child(4n+4) {
    margin-right: 0;
    margin-bottom: 0; } }
.bgLight {
  background-color: #f2f2f2; }

.bgPrimary {
  background-color: #ff0042; }

.bgDark {
  background-color: #373233; }

.box.singleBox {
  justify-content: center; }

.box-item.singleBox {
  max-width: 768px; }

.box-item.single {
  margin-right: 0;
  margin-bottom: 0; }

.multirow .box:not(:last-child) {
  padding: 5rem 1.5rem 0 1.5rem; }

.bg {
  background-color: white;
  padding: 3rem 1.5rem; }

.empty {
  background-color: transparent;
  display: none; }

@media only screen and (min-width: 768px) {
  .empty {
    display: block; } }
.img {
  height: 150px; }
  @media (min-width: 320px) {
    .img {
      height: calc(52.0833333333vw - 16.6666666667px); } }
  @media (min-width: 992px) {
    .img {
      height: 500px; } }

img {
  width: 100%; }

img.cover {
  object-fit: cover; }

img.contain {
  object-fit: contain; }

.bgImage {
  background-size: cover;
  background-position: 50% 50%; }

.box.allowWrap {
  flex-wrap: wrap; }

.addSpacing {
  padding-bottom: 1.5rem; }

.textOnly .box-item p {
  column-count: 1;
  column-gap: 0; }

@media only screen and (min-width: 768px) {
  .textOnly .box-item p {
    column-count: 2;
    column-gap: 1.5rem; } }
@media only screen and (min-width: 768px) {
  .changeOrderDesktop .box-item:first-child {
    order: 2;
    margin-right: 0; }
  .changeOrderDesktop .box-item:last-child {
    order: 1;
    margin-right: 1.5rem; } }
.btn {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: inline-flex; }
  .btn *:not(:last-child) {
    padding-right: 1rem; }
  .btn.btn-bg {
    padding: 0.75rem 1.5rem;
    background-color: #999;
    border-radius: 4px; }
    .btn.btn-bg:hover {
      background-color: #ccc; }

.container-modal {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: none; }
  .container-modal.showModal {
    display: block; }
  .container-modal .box {
    width: 75%;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white; }

.modal-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #333; }

.rtrct {
  top: -50px !important; }

.header {
  position: fixed;
  top: 0px;
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  transition: all 0.15s ease-in-out, background 0.15s ease-in-out;
  transition-delay: 0.0s;
  z-index: 1; }
  .header .box {
    padding: 0 1rem; }
  .header .logo {
    order: 1;
    width: 33.3%;
    justify-content: flex-start; }
  .header .phone {
    order: 2;
    width: 33.3%;
    justify-content: center;
    align-items: center; }
  .header .burger {
    order: 3;
    width: 33.3%;
    justify-content: flex-end; }
  .header i, .header span {
    color: white; }
  .header .menu, .header .burger, .header .phone, .header .logo {
    cursor: pointer; }
  .header .burger-container {
    height: 50px;
    width: 50px;
    transform: rotate(0deg); }
    .header .burger-container #burger {
      width: 18px;
      height: 8px;
      position: absolute;
      display: block;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
      .header .burger-container #burger .bar {
        width: 100%;
        height: 1px;
        position: absolute;
        display: block;
        background: #FFF;
        transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
        .header .burger-container #burger .bar.topBar {
          transform: translateY(0px) rotate(0deg); }
        .header .burger-container #burger .bar.btmBar {
          transform: translateY(6px) rotate(0deg); }
  .header .logo-img {
    width: 50px;
    height: 50px; }
  .header .btn span {
    display: none; }
  .header ul.menu {
    position: absolute;
    left: 50%;
    top: -1000px;
    transform: translate(-50%, -50%);
    list-style: none; }
    .header ul.menu li.menu-item {
      margin-bottom: 0.5rem;
      transform: scale(1.15) translateY(-30px);
      opacity: 0;
      text-align: center;
      transition: transform 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.15s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
      .header ul.menu li.menu-item a {
        font-size: 2rem; }
  .header.menu-opened {
    height: 100%;
    background-color: #000;
    transition: all 0.15s ease-out, background 0.5s ease-out;
    transition-delay: 0s; }
    .header.menu-opened .burger-container {
      transform: rotate(0deg); }
      .header.menu-opened .burger-container #burger .bar {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        transition-delay: 0s; }
        .header.menu-opened .burger-container #burger .bar.topBar {
          transform: translateY(4px) rotate(45deg); }
        .header.menu-opened .burger-container #burger .bar.btmBar {
          transform: translateY(3px) rotate(-45deg); }
    .header.menu-opened ul.menu {
      top: 50%; }
      .header.menu-opened ul.menu li.menu-item {
        transform: scale(1) translateY(0px);
        opacity: 1;
        transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); }
        .header.menu-opened ul.menu li.menu-item:nth-child(1) {
          transition-delay: 0.07s; }
        .header.menu-opened ul.menu li.menu-item:nth-child(2) {
          transition-delay: 0.14s; }
        .header.menu-opened ul.menu li.menu-item:nth-child(3) {
          transition-delay: 0.21s; }
        .header.menu-opened ul.menu li.menu-item:nth-child(4) {
          transition-delay: 0.28s; }
    .header.menu-opened .btn {
      opacity: 0;
      transition: opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99); }

@media only screen and (min-width: 768px) {
  .header .box {
    padding: 0 1rem; }
  .header .burger {
    display: none; }
  .header ul.menu {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center; }
    .header ul.menu li.menu-item {
      margin-bottom: 0;
      transform: scale(1) translateY(0);
      opacity: 1; }
      .header ul.menu li.menu-item a {
        font-size: 0.7rem; }
    .header ul.menu li.menu-item:not(:last-child) {
      padding-right: 2rem; }
  .header .logo {
    order: 1;
    width: 20%;
    justify-content: flex-start; }
  .header .phone {
    order: 3;
    width: 20%;
    justify-content: flex-end; }
  .header .menu {
    order: 2;
    width: 60%;
    justify-content: center; }
  .header .btn span {
    display: block; } }
footer ul li {
  float: left;
  padding-right: 1rem; }
  footer ul li p {
    color: white; }

#frontpage {
  display: block; }

#imprint, #privacy {
  display: none; }

#hero {
  background: url(img/dachgeschoss.jpg);
  background-size: cover;
  background-position: 50% 50%;
  height: 400px; }
  @media (min-width: 320px) {
    #hero {
      height: calc(45.4545454545vw + 254.5454545455px); } }
  @media (min-width: 1200px) {
    #hero {
      height: 800px; } }
  #hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  #hero h2 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25; }
  #hero .box-item {
    margin-top: 150px; }
    @media (min-width: 320px) {
      #hero .box-item {
        margin-top: calc(11.3636363636vw + 113.6363636364px); } }
    @media (min-width: 1200px) {
      #hero .box-item {
        margin-top: 250px; } }

#USPs {
  text-align: center; }
  #USPs i {
    font-size: 3rem;
    width: 100%; }
  #USPs h2 {
    font-size: 2rem; }

#crafts h2 {
  font-size: 2rem; }

#company h2 {
  font-size: 2rem; }
#company img {
  max-height: 200px;
  width: auto; }
#company .logobox {
  justify-content: center; }

#contact {
  background: url(img/contact.jpg);
  background-size: cover;
  background-position: 50% 50%; }
  #contact h2 {
    font-size: 2rem; }
  #contact .bg {
    opacity: 0.8; }
  #contact a {
    color: #333; }

#imprint a {
  color: #333; }

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