@charset "UTF-8";
/* SASS Document */
@font-face {
  font-family: "Spezia_Bold";
  src: url("fonts/SpeziaWeb-Bold.woff2") format("woff2"), url("fonts/SpeziaWeb-Bold.woff") format("woff"); }
@font-face {
  font-family: "Spezia_Book";
  src: url("fonts/SpeziaWeb-Book.woff2") format("woff2"), url("fonts/SpeziaWeb-Book.woff") format("woff"); }
@font-face {
  font-family: "Spezia_Regular";
  src: url("fonts/SpeziaWeb-Regular.woff2") format("woff2"), url("fonts/SpeziaWeb-Regular.woff") format("woff"); }
.container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  display: block;
  padding: 10% 0 0; }

@media (min-width: 750px) {
  .container {
    padding: 8% 0 0;
    max-width: 90%; } }
@media (min-width: 1000px) {
  .container {
    padding: 6% 0 0; } }
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.grid-container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  padding: 10% 0 0; }

/* grids to 3 columns above mobile sizes */
@media (min-width: 750px) {
  .grid-container {
    max-width: 90%;
    display: grid;
    padding: 8% 0 0;
    grid-gap: 5rem;
    gap: 5rem; }

  /* basic grids */
  .grid-container.sixth {
    grid-template-columns: repeat(6, 1fr); }

  .grid-container.fifths {
    grid-template-columns: repeat(5, 1fr); }

  .grid-container.quarters {
    grid-template-columns: repeat(2, 1fr); }

  .grid-container.thirds {
    grid-template-columns: repeat(3, 1fr); }

  .grid-container.thirds_offset {
    grid-template-columns: 1fr 6fr 6fr; }
    .grid-container.thirds_offset div:nth-child(1) {
      grid-column-start: 2; }

  .grid-container.halves {
    grid-template-columns: repeat(2, 1fr); }

  .grid-container.full {
    grid-template-columns: 1fr; }

  .grid-container.full_offset {
    grid-template-columns: 1fr; }

  .grid-container.full_two {
    grid-template-columns: 1fr 9fr 2fr; }

  .grid-container.halves_one {
    grid-template-columns: 5fr 1fr 5fr; }
    .grid-container.halves_one div:nth-child(2) {
      grid-column-start: 1; }

  .grid-container.halves_two {
    grid-template-columns: 5fr 1fr 5fr; } }
@media (orientation: portrait) {
  .grid-container.schmal {
    grid-template-columns: 4fr 1fr; } }
@media (min-width: 1000px) {
  .grid-container {
    padding: 6% 0 0; }

  .grid-container.full_offset {
    grid-template-columns: 1fr 4fr 1fr; }
    .grid-container.full_offset div:first-child {
      grid-column-start: 2; }

  .grid-container.halves_one {
    grid-template-columns: 1fr 4fr 2fr 4fr 1fr; }
    .grid-container.halves_one div:nth-child(2) {
      grid-column-start: 2; }

  .grid-container.halves_two {
    grid-template-columns: 4fr 1fr 4fr; }
    .grid-container.halves_two div:nth-child(2) {
      grid-column-start: 2; }

  .grid-container.quarters {
    grid-template-columns: repeat(4, 1fr); } }
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.6em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: normal;
  font-family: "Spezia_Book", Helvetica, Arial, sans-serif;
  color: #222;
  margin: 0;
  letter-spacing: 0rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: normal; }

h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0rem;
  color: #222; }

h2 {
  font-size: 2.5rem;
  line-height: 1.25;
  letter-spacing: 0rem;
  color: #222; }

h3 {
  font-size: 2.0rem;
  line-height: 1.4;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif; }

h4 {
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: .3rem;
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
  max-width: max-content; }

h5 {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-family: "Spezia_Bold", Helvetica, Arial, sans-serif;
  color: #000;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

p {
  margin-top: 0;
  margin-bottom: 2rem; }

p.nogap {
  margin-bottom: 1rem; }

p.zerogap {
  margin-bottom: 0rem; }

.small {
  font-size: 1.4rem; }

strong {
  font-family: "Spezia_Bold", Helvetica, Arial, sans-serif;
  font-weight: normal; }

@media (min-width: 550px) {
  h1 {
    font-size: 2.5rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; } }
@media (min-width: 750px) {
  h1 {
    font-size: 3.0rem; }

  h2 {
    font-size: 3.0rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; } }
@media (min-width: 1000px) {
  body {
    font-size: 1.8em; }

  h1 {
    font-size: 3.5rem; }

  h2 {
    font-size: 3.5rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; }

  .small {
    font-size: 1.5rem; } }
@media (min-width: 1200px) {
  body {
    font-size: 1.8em; }

  h1 {
    font-size: 4.3rem; }

  h2 {
    font-size: 4.3rem; }

  h3 {
    font-size: 2.4rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 1.6rem; }

  h6 {
    font-size: 1.5rem; } }
em {
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif;
  font-style: normal; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
  color: #666; }
  a:hover {
    color: #4d4d4d; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif;
  display: inline-block;
  font-size: 21px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  margin: 2rem 0; }

.button::after {
  content: "→";
  position: absolute;
  margin-left: 5px; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #444444;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover {
  color: #222;
  border-color: #777777;
  outline: 0; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #222;
  border-color: #777777;
  outline: 0; }

.button:focus,
button:focus {
  color: #222;
  border-color: #777777;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #222;
  border-color: #777777;
  outline: 0; }

.button.button-primary,
button.button-primary {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900; }

input[type="submit"].button-primary, input[type="reset"].button-primary, input[type="button"].button-primary {
  color: #fff;
  background-color: #ff9900;
  border-color: #ff9900; }

.button.button-primary:hover,
button.button-primary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666; }

input[type="submit"].button-primary:hover, input[type="reset"].button-primary:hover, input[type="button"].button-primary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666; }

.button.button-primary:focus,
button.button-primary:focus {
  color: #fff;
  background-color: #666;
  border-color: #666; }

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #666;
  border-color: #666; }
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  height: 38px;
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #fbfbfb;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #fbfbfb;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border: 1px solid #ff9900;
  outline: 0; }

textarea:focus,
select:focus {
  border: 1px solid #ff9900;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: outside;
  list-style-type: "- "; }

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0; }

ul {
  padding-left: 0;
  margin-top: 0; }
  ul ul, ul ol {
    margin: 1.5rem 0 1.5rem 3rem;
    font-size: 90%; }

ol ol, ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem;
  margin-left: 1rem; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: whitesmoke;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  height: auto;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e5e5e5; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/* LESS Document */
.navi {
  display: none;
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif;
  padding-right: 20px;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 2; }
  .navi ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: right;
    overflow: hidden; }
  .navi li {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
    list-style-type: none; }
  .navi a {
    text-decoration: none;
    color: #999;
    display: block; }
  .navi a:hover, .navi a.rex-current, .navi a.rex-active {
    color: #000; }

.hg_schwarz .navi a {
  color: #999; }
.hg_schwarz .navi a:hover, .hg_schwarz .navi a.rex-current, .hg_schwarz .navi a.rex-active {
  color: #fff; }

.navi_2 {
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif;
  width: 100%;
  height: 100vh;
  background-color: #000;
  order: 1; }
  .navi_2 ul {
    margin-bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    width: 80%; }
  .navi_2 li {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 10px;
    list-style-type: none; }
  .navi_2 a {
    text-decoration: none;
    color: #999;
    display: block; }
  .navi_2 a:hover, .navi_2 a.rex-current, .navi_2 a.rex-active {
    color: #fff; }

.hg_schwarz .navi_2 a {
  color: #999; }
.hg_schwarz .navi_2 a:hover, .hg_schwarz .navi_2 a.rex-current, .hg_schwarz .navi_2 a.rex-active {
  color: #fff; }

.menu_wrapper {
  position: absolute;
  display: flex;
  align-items: top;
  top: 0;
  left: -100%;
  width: 100%;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  z-index: 100; }

.menu_wrapper.open {
  left: 0;
  position: fixed; }

.menu_wrapper.open .menu-button {
  position: fixed;
  left: 0;
  margin-right: 0; }

.menu-button {
  background-color: #000;
  width: 34px;
  height: 34px;
  order: 2;
  margin-right: -34px;
  margin-top: 40px; }

.start .menu-button {
  margin-top: 40%; }

#nav-toggle {
  position: absolute;
  cursor: pointer;
  padding: 17px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 0px;
  left: 7px;
  height: 1px;
  width: 20px;
  position: absolute;
  display: block;
  content: ''; }

#nav-toggle span {
  background-color: #fff; }

#nav-toggle span:before {
  top: -5px;
  background: #fff;
  left: 0px; }

#nav-toggle span:after {
  bottom: -5px;
  background: #fff;
  left: 0px; }

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 200ms ease-in-out; }

#nav-toggle.active span {
  background-color: transparent; }

#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
  background: #fff; }

#nav-toggle.active span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

#nav-toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

@media (min-width: 750px) {
  .navi {
    display: block; }

  .navi_2 ul {
    width: 50%; }

  .menu_wrapper {
    position: fixed;
    right: -50%;
    top: 0;
    left: initial;
    width: 50%;
    display: flex;
    align-items: center;
    -webkit-transition: right 0.5s;
    transition: right 0.5s;
    z-index: 100; }

  .menu_wrapper.open {
    right: 0;
    width: 50%;
    left: initial; }

  .menu-button {
    margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
    -webkit-transition: margin-left 0.5s;
    transition: margin-left 0.5s;
    order: 1; }

  .menu-button.show {
    margin-left: -34px; }

  .menu_wrapper.open .menu-button {
    position: relative;
    left: 0;
    margin-top: 0; }

  .start .menu-button {
    margin-top: 0; } }
@media (min-width: 1000px) {
  .navi {
    top: inherit;
    bottom: 10%; }
    .navi ul {
      display: flex;
      flex-wrap: nowrap;
      overflow: visible; }
      .navi ul a {
        display: inline-block; } }
/* SASS Document */
.header {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.header-image {
  flex-basis: 100%;
  margin-bottom: 0%; }
  .header-image div {
    position: relative;
    padding-bottom: 56.2%; }
    .header-image div img {
      position: absolute;
      object-fit: cover;
      width: 100%;
      height: 100%; }

.start .header-image {
  margin-bottom: 5%; }

.two {
  flex-basis: 55%;
  margin-right: 5%; }
  .two div {
    padding-bottom: 100%; }

.three {
  flex-basis: 40%;
  margin-top: 45%; }
  .three div {
    padding-bottom: 100%; }

.logo {
  position: absolute;
  width: 80px;
  top: 20px;
  right: 0; }

.start .logo {
  position: absolute;
  width: 40%;
  top: inherit;
  right: inherit; }

.header a.button {
  margin: 0; }

.top {
  height: 75px;
  width: 85%;
  text-align: right;
  padding-top: 20px;
  margin: 0 auto; }

.start p {
  display: none; }

.projekt-link {
  width: 55%;
  text-align: right;
  margin-top: -25%;
  margin-left: -25px; }

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 750px) {
  .header {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10% 5%; }

  .start .header-image {
    margin-bottom: 2.5%; }

  .top {
    height: 100px;
    width: 80%;
    padding-top: 60px;
    margin: inherit; }

  .header a.button {
    margin: 2rem 0; }

  .two {
    width: 40%;
    flex-basis: auto;
    margin-right: 0; }

  .three {
    width: 30%;
    flex-basis: auto;
    margin-top: 0; }

  .start p {
    display: block;
    text-align: right;
    margin-top: 10px; }

  .logo {
    position: absolute;
    right: 0;
    top: 40%;
    width: 120px;
    height: 120px;
    display: block;
    z-index: 2; }

  .start .logo {
    width: 120px;
    right: 0;
    top: 40%; }

  .projekt-link {
    width: 100%;
    text-align: center;
    margin: 5% 0 0; } }
/* Larger than desktop */
@media (min-width: 1000px) {
  .header {
    width: 85%; }

  .top {
    height: 120px;
    width: 85%;
    padding-top: 110px; }

  .projekt-link {
    margin: 5% 0 0; }

  .start .logo {
    width: 130px; }

  .logo {
    width: 130px;
    height: 130px; } }
/* Larger than Desktop HD */
/* LESS Document */
html {
  scroll-behavior: smooth; }

body {
  -webkit-font-smoothing: antialiased; }

.blackbox {
  display: flex;
  background-color: #222;
  color: #fff;
  flex-wrap: wrap;
  margin-top: 6%; }
  .blackbox div {
    width: 100%; }
    .blackbox div img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .blackbox div:first-child {
    padding: 10%;
    width: 80%; }

.center {
  text-align: center; }

.abstand {
  margin: 6% 0 0; }

.nogap {
  margin: 0 !important; }

.greybox {
  position: relative;
  color: #fff; }
  .greybox div.gb_img {
    display: flex;
    overflow: hidden;
    align-content: center;
    align-items: center; }
  .greybox img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .greybox div.gb_txt {
    position: relative;
    width: 80%;
    background-color: #222;
    padding: 10% 10% 5%; }
  .greybox a {
    color: #fff; }
  .greybox a:hover {
    color: #e5e5e5; }

.hg_black {
  background-color: #222;
  color: #fff;
  width: 100%;
  padding-bottom: 6%;
  margin-top: 6%; }
  .hg_black hr {
    width: 50px;
    border-top: 1px solid #999;
    margin-left: 0; }
  .hg_black h2 {
    color: #fff; }
  .hg_black a {
    color: #fff; }
  .hg_black a:hover {
    color: #999; }

.leistungbox {
  background-color: #333;
  color: #fff;
  margin-top: 6%;
  text-align: center;
  padding: 4% 0; }
  .leistungbox .l_item > div {
    background-color: rgba(0, 0, 0, 0.2);
    margin-bottom: 10%; }

.leistung_img {
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 2%;
  box-shadow: 0 0 10px 2px #000; }
  .leistung_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    right: 0; }
  .leistung_img .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center; }
    .leistung_img .overlay h2 {
      color: #fff; }

.leistung_txt {
  padding: 5%; }
  .leistung_txt strong {
    font-family: "Spezia_Regular", Helvetica, Arial, sans-serif; }

@media (min-width: 550px) {
  .leistungbox .l_item {
    grid-template-columns: repeat(4, 1fr); }
  .leistungbox .l_item > div:first-child {
    margin-bottom: 0;
    grid-column: 1/3; }
  .leistungbox .l_item > div:nth-child(2) {
    margin-bottom: 0;
    grid-column: 3/5; }
  .leistungbox .l_item > div:nth-child(3) {
    margin-bottom: 0;
    grid-column: 2/4; } }
@media (min-width: 750px) {
  .greybox {
    margin-top: 6%; }
    .greybox div.gb_txt {
      position: absolute;
      width: 30%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      padding: 0 10%;
      display: flex;
      flex-wrap: wrap;
      align-content: center; } }
@media (min-width: 1000px) {
  .blackbox {
    flex-wrap: nowrap; }
    .blackbox div {
      width: 50%; }
    .blackbox div:first-child {
      padding: 10%;
      width: 30%; }

  .greybox div.gb_img {
    height: 80vh; }
  .greybox div.gb_txt {
    width: 20%; } }
@media (min-width: 1200px) {
  .leistungbox .l_item {
    grid-template-columns: 1fr 1fr 1fr; }
  .leistungbox .l_item > div:first-child {
    margin-bottom: 0;
    grid-column: 1/2; }
  .leistungbox .l_item > div:nth-child(2) {
    margin-bottom: 0;
    grid-column: 2/3; }
  .leistungbox .l_item > div:nth-child(3) {
    margin-bottom: 0;
    grid-column: 3/4; } }
.hg_schwarz {
  background-color: #222;
  color: #fff;
  padding-top: 130px; }
  .hg_schwarz a {
    color: #fff; }
  .hg_schwarz a:hover {
    color: #999; }
  .hg_schwarz .button {
    color: #fff; }
  .hg_schwarz h2 {
    color: #fff; }

.projekte {
  width: 90%;
  margin-left: 5%;
  position: relative;
  padding: 0 0 10%;
  /*h2 {hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto;} */ }

.projekttext h1 {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: "Spezia_Bold", Helvetica, Arial, sans-serif;
  color: #fff; }

.projektbox {
  flex-basis: 45%;
  background-color: #000;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 5%; }
  .projektbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .projektbox a.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .projektbox a.overlay:hover {
    opacity: 1; }

.p_text {
  position: absolute;
  padding: 5%;
  width: 90%;
  height: 90%; }

.line-projekte {
  width: 90%;
  margin-left: 5%;
  border-top: 1px solid #666;
  margin-bottom: 50px;
  margin-top: 0; }

@media (min-width: 550px) {
  .projekte {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0 0 250px;
    gap: 4rem; }

  .projekte div.projektbox:nth-child(odd) {
    margin-top: 200px;
    margin-bottom: -200px; }

  .projekttext {
    position: absolute;
    width: 47.5%;
    left: calc(50% + 2rem); }

  .projektbox {
    margin-bottom: 0; } }
@media (min-width: 650px) {
  .projekte div.projektbox:nth-child(odd) {
    margin-top: 200px;
    margin-bottom: -200px; } }
@media (min-width: 750px) {
  .hg_schwarz {
    padding-top: 10%; }

  .projekte {
    width: 75%; }
    .projekte h2 {
      hyphens: auto;
      -moz-hyphens: auto;
      -webkit-hyphens: auto; }

  .line-projekte {
    width: 75%; }

  .projekt {
    margin-left: 3%;
    margin-top: 3%; } }
@media (min-width: 1000px) {
  .projekte {
    width: 80%;
    gap: 6rem; }
    .projekte h2 {
      hyphens: none;
      -moz-hyphens: none;
      -webkit-hyphens: none; }

  .projekttext {
    left: calc(50% + 3rem); }

  .projekttext h1 {
    font-size: 1.8rem; }

  .projektbox a.overlay {
    opacity: 0; }
  .projektbox a.overlay:hover {
    opacity: 1; }

  .line-projekte {
    width: 80%; } }
.standard {
  padding: 130px 0 0; }

.header_p {
  padding: 130px 0 0 3%;
  width: 94%; }

.gallery {
  width: 94%;
  margin: 0 auto;
  margin-top: 4%; }
  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 3%; }
  .gallery div {
    line-height: 0; }

.projekt_head {
  grid-template-columns: 1fr 8fr 2fr; }
  .projekt_head div:nth-child(1) {
    grid-column-start: 2; }

.projekt_text {
  grid-template-columns: 1fr 8fr 2fr; }
  .projekt_text div:first-child {
    grid-column-start: 2; }

@media (min-width: 750px) {
  .standard {
    padding: 0; }

  .header_p {
    padding: 3% 0 0 3%;
    width: 80%; }

  .gallery img {
    margin-bottom: 0%; }

  .row-gal {
    display: flex;
    flex-flow: row;
    gap: 3%; }

  .row-gal div {
    flex-basis: auto;
    margin-bottom: 3%; } }
@media (min-width: 1000px) {
  .projekt_head {
    grid-template-columns: 1fr 6fr 6fr; }
    .projekt_head div:nth-child(1) {
      grid-column-start: 2; }

  .projekt_text {
    grid-template-columns: 1fr 4fr 1fr; }
    .projekt_text div:first-child {
      grid-column-start: 2; }

  .grid-container.projekt_text {
    padding: 4% 0 0; } }
.imgtop {
  object-position: top; }

.imgbot {
  object-position: bottom; }

.team {
  grid-template-columns: 1fr 6fr 6fr 1fr;
  align-items: center; }
  .team div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }
  .team div:first-child {
    grid-column: 2/3;
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 10%; }

.team:last-child {
  margin-bottom: 10%; }

.aktuelles {
  grid-template-columns: 1fr 1fr;
  position: relative;
  padding-bottom: 6%; }
  .aktuelles div.akt_img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 5rem; }
    .aktuelles div.akt_img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .aktuelles strong {
    font-family: "Spezia_Regular", Helvetica, Arial, sans-serif; }
  .aktuelles h2 {
    color: #ccc; }
  .aktuelles div.akt_txt {
    display: flex;
    flex-wrap: wrap; }

.aktuelles::after {
  position: absolute;
  content: "";
  width: 5rem;
  right: 50%;
  margin-right: -2.5rem;
  bottom: 0;
  display: block;
  height: 1px;
  background-color: #ccc; }

.aktuelles:last-child::after {
  display: none; }

.aktuelles h2 {
  width: 100%; }

@media (min-width: 550px) {
  .aktuelles {
    display: grid;
    grid-gap: 5rem;
    gap: 5rem; }
    .aktuelles div.akt_img {
      margin-bottom: 0; }

  .aktuelles:nth-child(even) div.akt_img {
    order: 2; } }
@media (min-width: 750px) {
  .team div:first-child {
    margin-bottom: 0%; }

  .aktuelles {
    grid-template-columns: 2fr 2fr 1fr; } }
@media (min-width: 1000px) {
  .team {
    grid-template-columns: 1fr 4fr 4fr 1fr; }

  .aktuelles {
    grid-template-columns: 1fr 2fr 2fr 1fr; }
    .aktuelles div:first-child {
      grid-column: 2/3; }

  .aktuelles:nth-child(even) div.akt_img {
    grid-column: 3/4;
    order: 2; }
  .aktuelles:nth-child(even) div.akt_txt {
    grid-column: 2/3; } }
@media (min-width: 1200px) {
  .team {
    grid-template-columns: 1fr 350px 2fr 1fr; } }
a.insta, a.linkedin, a.facebook {
  position: relative;
  margin-left: 20px; }

a.insta::before, a.linkedin::before, a.facebook::before {
  position: absolute;
  content: "";
  background-size: 16px 16px;
  width: 25px;
  height: 21px;
  left: -25px;
  background-repeat: no-repeat;
  background-position: left center;
  top: 0; }

a.insta::before {
  background-image: url("../images/instagram-b.svg"); }

a.linkedin::before {
  background-image: url("../images/linkedin-b.svg"); }

a.facebook::before {
  background-image: url("../images/facebook-b.svg"); }

#map-canvas {
  width: 100%;
  height: 700px;
  display: block;
  margin-top: 6%; }

details {
  margin-bottom: 0rem; }

summary {
  color: #222;
  list-style: none;
  padding-left: 20px;
  position: relative;
  cursor: pointer; }

summary::-webkit-details-marker {
  display: none; }

summary::before {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: transparent;
  display: block;
  transform: rotate(135deg);
  border-top: 1px solid #222;
  border-left: 1px solid #222; }

details[open] > summary {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5; }

details[open] > summary::before {
  transform: rotate(225deg);
  top: 8px; }

.footer {
  background-color: #222;
  color: #ccc;
  margin-top: 10px;
  padding: 4% 0 10%;
  font-size: 1.5rem;
  font-family: "Spezia_Regular", Helvetica, Arial, sans-serif; }
  .footer a {
    text-decoration: none;
    color: #ccc; }
  .footer a:hover {
    color: #fff; }
  .footer li {
    list-style: none;
    margin: 0; }
  .footer a.insta, .footer a.linkedin, .footer a.facebook {
    position: relative;
    margin-left: 20px; }
  .footer a.insta::before, .footer a.linkedin::before, .footer a.facebook::before {
    position: absolute;
    content: "";
    background-size: 13px 13px;
    width: 20px;
    height: 18px;
    left: -20px;
    background-repeat: no-repeat;
    background-position: left center;
    top: 0; }
  .footer a.insta::before {
    background-image: url("../images/insta.svg"); }
  .footer a.linkedin::before {
    background-image: url("../images/linkedin.svg"); }
  .footer a.facebook::before {
    background-image: url("../images/facebook.svg"); }
  .footer .xelBU {
    display: none !important; }
  .footer ._ABCz .Lb4cK {
    font-family: "Spezia_Regular", Helvetica, Arial, sans-serif !important; }
  .footer ._ABCz .KRu2g {
    font-family: "Spezia_Bold", Helvetica, Arial, sans-serif !important;
    font-weight: normal; }
  .footer ._ABCz .r7BnT {
    padding: 0; }
  .footer ._ABCz .kSMKf {
    color: #ccc; }
  .footer .linktrust {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 100; }

.logo-footer {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2); }

.anschrift {
  grid-template-columns: 1fr 1fr; }

@media (min-width: 550px) {
  body {
    padding: 10px; }

  .logo-footer {
    float: left; } }
@media (min-width: 1000px) {
  .anschrift {
    grid-template-columns: 5fr 5fr; }
    .anschrift > div:first-child {
      display: grid;
      grid-template-columns: 4fr 3fr;
      gap: 5rem;
      grid-gap: 5rem; }
    .anschrift > div:last-child {
      display: grid;
      grid-template-columns: 2fr 1fr 2fr;
      gap: 5rem;
      grid-gap: 5rem; } }
@media (min-width: 1200px) {
  .anschrift {
    grid-template-columns: 5fr 5fr; }
    .anschrift > div:first-child {
      display: grid;
      grid-template-columns: 4fr 3fr;
      gap: 5rem;
      grid-gap: 5rem; }
    .anschrift > div:last-child {
      display: grid;
      grid-template-columns: 2fr 1fr 2fr;
      gap: 5rem;
      grid-gap: 5rem; } }

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