/*
    Theme Name: Hofgut Himmelreich
    Description: Hofgut Himmelreich Wordpress Theme
    Version: 1.0.0
*/
/*------------------------------------*\
    VARS
\*------------------------------------*/
@import 'normalize.css';
@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/satoshi/Satoshi-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/satoshi/Satoshi-Bold.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/satoshi/Satoshi-Black.woff2") format("woff2");
}
/*------------------------------------*\
    MIXINS
\*------------------------------------*/
/*------------------------------------*\
    IMPORT
\*------------------------------------*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global */
*,
*:after,
*:before {
  outline-offset: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  background-color: #F1F1F1;
  font-size: 100%;
  height: 100%;
  min-width: 320px;
}

body {
  color: #212121;
  font-family: "Satoshi", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 760px) {
  body {
    display: flex;
    flex-wrap: wrap;
  }
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 0.5em 0;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media screen and (min-width: 1020px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.7em;
  }
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 1450px) {
  h1, .h1 {
    font-size: 80px;
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: 35px;
  font-size: 2.1875rem;
}
@media screen and (min-width: 1450px) {
  h2, .h2 {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

h3, .h3 {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 1450px) {
  h3, .h3 {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

h4, .h4 {
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 1450px) {
  h4, .h4 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}

h5, .h5 {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 1450px) {
  h5, .h5 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

h6, .h6 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 1450px) {
  h6, .h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

p {
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  font-size: 14px;
  font-size: 0.875rem;
}
p:last-child {
  margin-bottom: 0;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1em;
}
p a {
  color: #212121;
}
p a:active {
  color: #838383;
}
@media (hover: hover) {
  p a:hover {
    color: #838383;
    text-decoration: none;
  }
  p a:active {
    color: #212121;
  }
}

b, strong {
  font-weight: 900;
}

ul, ol {
  line-height: 1.5;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 18px;
  font-size: 14px;
  font-size: 0.875rem;
}
ul:last-child, ol:last-child {
  margin-bottom: 0;
}
ul li + li, ol li + li {
  margin-top: 10px;
}

ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0;
}
ol li {
  padding-left: 18px;
  position: relative;
}
ol li:before {
  content: counters(item, ".") " ";
  counter-increment: item;
  left: 0;
  position: absolute;
}
ol li ol {
  margin-top: 10px;
}
ol li ol li {
  padding-left: 34px;
}

a {
  transition: all 0.1s ease 0s;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.main {
  padding: 30px 30px 80px;
}
@media screen and (min-width: 760px) {
  .main {
    padding: 80px 40px;
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1020px) {
  .main {
    padding: 80px;
    width: calc(100% - 420px);
  }
}
.main.main--home {
  background-image: url("../images/mann-saegt-stein-s.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 260px 30px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 400px) {
  .main.main--home {
    padding-top: 100px;
  }
}
@media screen and (min-width: 760px) {
  .main.main--home {
    align-items: flex-start;
    background-image: url("../images/mann-saegt-stein-m.jpg");
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 200px 40px 80px;
  }
}
@media screen and (min-width: 1020px) {
  .main.main--home {
    background-image: url("../images/mann-saegt-stein-l.jpg");
    padding: 400px 80px 80px;
  }
}
.main.main--home:after {
  background: linear-gradient(10deg, rgb(0, 0, 0) 0%, rgba(34, 34, 34, 0) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.main.main--home .main__inner h1 {
  color: white;
  max-width: 880px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  -webkit-hyphens: none;
  hyphens: none;
}
.main.main--home .main__inner p {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
}
.main .main__inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.main .main__inner .main__inner__logo {
  display: inline-block;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  .main .main__inner .main__inner__logo {
    display: none;
  }
}

.aside {
  background-color: #212121;
  color: white;
  text-align: center;
}
@media screen and (min-width: 760px) {
  .aside {
    width: 320px;
  }
}
@media screen and (min-width: 1020px) {
  .aside {
    width: 420px;
  }
}
.aside .aside__inner {
  padding: 100px 30px;
}
@media screen and (min-width: 760px) {
  .aside .aside__inner {
    position: sticky;
    top: 0;
  }
}
.aside .aside__inner .aside__inner__contact {
  margin-top: 70px;
}
@media screen and (min-width: 760px) {
  .aside .aside__inner .aside__inner__contact {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1020px) {
  .aside .aside__inner .aside__inner__contact {
    margin-top: 160px;
  }
}
.aside .aside__inner .aside__inner__contact .aside__inner__contact__label {
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}
.aside .aside__inner .aside__inner__contact .aside__inner__contact__title {
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
.aside .aside__inner .aside__inner__contact .menu + .aside__inner__contact__title {
  margin-top: 60px;
}
.aside .aside__inner .aside__inner__contact .menu li + li {
  margin-top: 5px;
}
.aside .aside__inner .aside__inner__contact .menu li p {
  font-size: 18px;
  font-size: 1.125rem;
}
.aside .aside__inner .aside__inner__contact .menu li a {
  color: white;
  font-weight: 400;
  letter-spacing: normal;
  font-size: 18px;
  font-size: 1.125rem;
}
.aside .aside__inner .aside__inner__contact .menu li a:active {
  color: #838383;
}
@media (hover: hover) {
  .aside .aside__inner .aside__inner__contact .menu li a:hover {
    color: #838383;
  }
  .aside .aside__inner .aside__inner__contact .menu li a:active {
    color: white;
  }
}

.footer {
  padding: 50px 30px;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .footer {
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 0 40px;
  }
}
@media screen and (min-width: 1020px) {
  .footer {
    padding-left: 80px;
  }
}
.footer .menu {
  text-align: center;
}
@media screen and (min-width: 760px) {
  .footer .menu {
    align-items: flex-end;
    background-color: #212121;
    display: flex;
    flex-wrap: column;
    height: 100%;
    justify-content: center;
    order: 2;
    padding: 0 30px 80px;
    width: 320px;
  }
}
@media screen and (min-width: 1020px) {
  .footer .menu {
    padding: 0 30px 110px;
    width: 420px;
  }
}
.footer .menu ul li a {
  text-transform: uppercase;
}
.footer .menu ul li a:active {
  color: #212121;
}
@media screen and (min-width: 760px) {
  .footer .menu ul li a:active {
    color: white;
  }
}
@media (hover: hover) {
  .footer .menu ul li a:hover {
    color: #212121;
  }
}
@media screen and (hover: hover) and (min-width: 760px) {
  .footer .menu ul li a:hover {
    color: white;
  }
}
@media (hover: hover) {
  .footer .menu ul li a:active {
    color: #838383;
  }
}
@media screen and (hover: hover) and (min-width: 760px) {
  .footer .menu ul li a:active {
    color: #838383;
  }
}
.footer .footer__copyright {
  color: #838383;
  margin-top: 50px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 760px) {
  .footer .footer__copyright {
    margin: 0 auto;
    max-width: 1080px;
    padding: 50px 0;
    order: 1;
    text-align: left;
    width: calc(100% - 320px);
  }
}
@media screen and (min-width: 1020px) {
  .footer .footer__copyright {
    width: calc(100% - 420px);
  }
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu ul li + li {
  margin-top: 20px;
}
.menu ul li a {
  color: #838383;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
}/*# sourceMappingURL=main.css.map */