/* maven-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../font/maven-pro-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 500;
  src: url('../font/maven-pro-v36-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../font/maven-pro-v36-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 700;
  src: url('../font/maven-pro-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 800;
  src: url('../font/maven-pro-v36-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* maven-pro-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Maven Pro';
  font-style: normal;
  font-weight: 900;
  src: url('../font/maven-pro-v36-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --yellow: #ffed00;
  --black: #000000;
}

html {
  color: #000;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Maven Pro', sans-serif;
}

body {
  margin: 0;
  background-color: #ffffff;
  min-width: 320px;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img, video {
  max-width: 100%;
  height: auto;
}
h1,h2,h3,h4 {
  margin: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
.content {
  margin: 0 auto;
}
.header {
  height: 110px;
  width: 100%;
  background-color: var(--yellow);
  display: flex;
  align-items: center;
}
.logo {
  width: 56.6%;
  padding: 0 0 0 10px;
}
.header-nav {
  width: 43.4%;
  height: 100%;
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 780px) {
  .logo {
    width: 66.6%;
    padding: 0 0 0 200px;
  }
  .header-nav {
    width: 33.4%;
  }
}
.slogan {
  position: absolute;
  right: 10px;
  top: 10px;
}
.slogan span {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.main-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
@media screen and (min-width: 780px) {
  .slogan {
    right: 20px;
    top: 20px;
  }
  .slogan span {
    font-size: 22px;
  }
  .main-nav {
    bottom: 10px;
    left: 10px;
  }
}
.intro {
  height: calc(100vh - 110px);
  width: 100%;
  position: relative;
}
.intro-homepage {
  background: url(../img/ECKWALD-Header-Startseite.jpg) no-repeat center center;
  background-size: cover;
}
.intro-contact {
  background: url(../img/ECKWALD-Header-Kontakt-A743824.jpg) no-repeat center center;
  background-size: cover;
}
.skip-intro {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.intro-content,
.intro-homepage-content {
  position: absolute;
  bottom: 200px;
}
.intro-homepage .intro-content {
  padding: 10px;
}
.intro-content h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.intro-content h2 {
  font-size: 34px;
  color: #fff;
  line-height: 1.1;
  font-weight: 700;
}
.intro-content h2 span {
  display: block;
  color: var(--yellow);
}
@media screen and (min-width: 920px) {
  .intro-homepage .intro-content {
    background: url(../img/icons/Header-Logo-Element-weiss.svg) left top no-repeat;
    padding: 60px 0 0 100px;
  }
  .intro-content h1 {
    font-size: 34px;
  }
  .intro-content h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .intro-content h2 {
    font-size: 90px;
  }
}
.breadcrumb {
  padding: 20px 0;
}

.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.main {
  padding: 40px 0 0 0;
}
.main-content {
  padding: 40px 0 0 0;
}
.main-homepage {
  background-color: #f8f7f3;
}
.main h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 32px 0;
  line-height: 1.1;
}

.main p {
  font-size: 18px;
  margin: 0 0 18px 0;
}
.main-homepage p {
  font-size: 24px;
  margin: 0 0 80px 0;
}
.main p:last-of-type {
  margin: 0 0 80px 0;
}

.content {
  padding: 40px 0 0 0;
  background-color: #fff;
}
.content h2 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 32px 0;
  line-height: 1.1;
}
.content img {
  max-width: none;
  width: 100%;
}

.logos {
  background-color: var(--yellow);
  /*height: 175px;*/
}
/*.logos .container {*/
/*  !*height: 175px;*!*/
/*  !*display: flex;*!*/
/*  !*align-items: center;*!*/
/*  !*justify-content: center;*!*/
/*  !*gap: 10px;*!*/
/*}*/
.logos img {
  margin: 20px 10px;
}
@media screen and (min-width: 780px) {
  .main {
    padding: 80px 0 0 0;
  }
  .main-content {
    padding: 60px 0 0 0;
  }
  .main h1 {
    font-size: 52px;
  }
  .main-homepage p {
    font-size: 32px;
    margin: 0 0 80px 0;
  }
  .content {
    padding: 220px 0 0 0;
  }
  .content h2 {
    font-size: 52px;
  }
}
@media screen and (min-width: 920px) {
  .logos {
    height: 175px;
  }
  .logos .container {
    height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 140px;
  }
  .logos img {
    margin: 0;
  }
}

.footer {
  height: 160px;
  background-color: #000;
  padding: 20px 0 0 0;
}
.footer p {
  font-size: 15px;
  color: #fff;
  margin: 0 0 5px 0;
}
.footer .footer-info {
  margin: 0 0 14px 0;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer span {
  color: #fff;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

