
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-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;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}


.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

@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;
  }

  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }
}
@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: local('Libre Franklin'), local('Libre Franklin'), url("./font/libre-franklin-v7-latin-ext_latin-regular.woff2") format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 300;
  src: local('Libre Franklin'), local('Libre Franklin'), url("./font/libre-franklin-v7-latin-ext_latin-300.woff2") format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 700;
  src: local('Libre Franklin'), local('Libre Franklin'), url("./font/libre-franklin-v7-latin-ext_latin-700.woff2") format('woff2');
  font-display: swap;
}

/* promarkt css */
:root {
  --color-primary: #FFE300;
  --color-black: #1D1D1B;
  --font-size: 1rem;
  --font-family: Libre Franklin,sans-serif;
}

body {
  font-family: var(--font-family);
  font-size: var(--font-size);
  color: var(--color-black);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.header {
  height: 3rem;
  background-color: var(--color-primary);
  width: 100%;
  margin-bottom: 1rem;
}

.location-container {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  height: 3rem;
  align-items: center;
}

.gray {
  color: #888888;
}

main {
  max-width: 1024px;
  margin: 0 auto 1rem;
}

.logo {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 1rem;
}

.logo img {
  max-width: 400px;
  height: auto;
}

.banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-list img {
  width: 500px;
  height: auto;
}

footer {
  background-color: lightgray;
  bottom: 0;
  width: 100%;
  margin-top: auto;
}

footer div.footer-container {
  max-width: 1024px;
  display: flex;
  margin: .5rem auto;
  justify-content: space-between;
}

footer div.footer-container div{
  display: flex;
  flex-direction: column;
}

footer div span, footer div a {
  margin: 0 1rem;
  color: var(--color-black);
  text-decoration: none;
}

footer div a:hover {
  text-decoration: underline;
}

footer .info {

}

footer .info img{
  width: 100px;
  height: auto;
  margin-bottom: .5rem;
}

.infotext p a, .infotext li a , p a {
  color: var(--color-black);
}

.infotext p a:hover, .infotext li a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .location-container {
    margin-left: 2rem;
  }
  .logo {
    width: fit-content;
  }

  .logo img {
    width: 250px;
  }

  main {
    margin: 0 1rem;
  }

  .location-list {
    width: fit-content;
    margin: 0 auto 1rem;
  }

  .location-list img {
    width: 250px;
  }

  footer {
    height: fit-content;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem
  }
}

@media only screen and (min-width: 800px) and (max-width: 1048px) {
  .location-container {
    margin-left: 2rem;
  }
  .logo {
   margin-left: 2rem;
    width: fit-content;
  }

  .location-list {
    width: fit-content;
    margin: 0 auto 1rem;
  }

  .location-list img {
    width: 250px;
  }
}
