/*
Theme Name: Gastro Cool Theme
Description: Astra Child Theme for Gastro-Cool, built with SCSS and Gulp
Author: Matthias Seidel
Author URI: https://gastro-cool.de
Version: 1.0.0
Template: astra
Text Domain: gastro-cool-theme
*/

/* Minimal Reset */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

img, svg, video {
  max-width: 100%;
  height: auto;
}

button, input, select, textarea {
  font: inherit;
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

a {
  color: #0a7c86;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

::selection {
  background: rgba(10, 124, 134, 0.2);
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 3rem 0;
  }
}

.gc-header__icons {
  width: auto;
}

.gc-footer__menu ul .menu-item .menu-link {
  justify-content: center;
}
@media (min-width: 768px) {
  .gc-footer__menu ul .menu-item .menu-link {
    justify-content: flex-start;
  }
}

.gc-simple-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gc-simple-list__item span,
.gc-simple-list__item a {
  color: var(--e-global-color-primary);
  font-weight: 500;
  line-height: 1.8em;
}

.product-template-default .site-content > .ast-container {
  max-width: 100%;
  padding: 0;
  background-color: blue;
}

.product-template-default .site .site-content #primary {
  padding: 0;
  margin: 0;
}

.product-template-default .site .site-content .ast-article-single {
  padding: 0;
  margin: 0;
}

.u-muted {
  color: #6b7280;
}

.u-center {
  text-align: center;
}

.u-hidden {
  display: none !important;
}

.u-sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
/*# sourceMappingURL=style.css.map */
