@charset "UTF-8";
/* SASS Document */
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v27-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v27-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v27-latin-300.woff2") format("woff2"), url("fonts/open-sans-v27-latin-300.woff") format("woff"), url("fonts/open-sans-v27-latin-300.ttf") format("truetype"), url("fonts/open-sans-v27-latin-300.svg#OpenSans") format("svg");
  /* Legacy iOS */ }
/* oswald-300 - latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/oswald-v40-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("fonts/oswald-v40-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/oswald-v40-latin-300.woff2") format("woff2"), url("fonts/oswald-v40-latin-300.woff") format("woff"), url("fonts/oswald-v40-latin-300.ttf") format("truetype"), url("fonts/oswald-v40-latin-300.svg#Oswald") format("svg");
  /* Legacy iOS */ }
.container {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  display: block;
  padding: 25% 0 0; }

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

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

  /* 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(4, 1fr); }

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

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

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

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

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

  .grid-container.halves_two {
    grid-template-columns: 5fr 1fr 5fr; } }
@media (min-width: 1000px) {
  .grid-container.full_two {
    grid-template-columns: 1fr 3fr 2fr; }

  .grid-container.halves_one {
    grid-template-columns: 1fr 400px; }
    .grid-container.halves_one div:first-child {
      grid-column-start: 1; }

  .grid-container.halves_two {
    grid-template-columns: 4fr 1fr 4fr; }
    .grid-container.halves_two div:nth-child(2) {
      grid-column-start: 2; } }
@media (min-width: 1200px) {
  .grid-container.halves_one {
    grid-template-columns: 5% 41% 550px; }
    .grid-container.halves_one div:first-child {
      grid-column-start: 2; } }
@media (min-width: 1400px) {
  .grid-container.halves_one {
    grid-template-columns: 5% 41% 550px; }
    .grid-container.halves_one div:first-child {
      grid-column-start: 2; } }
/* 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: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

h1 {
  font-family: "questa-grande", serif;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  color: #555;
  text-transform: uppercase;
  font-weight: 500; }

h2 {
  font-family: "questa-grande", serif;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: .2rem;
  color: #555;
  text-transform: uppercase;
  font-weight: 500; }

h3 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .2rem;
  color: #000;
  text-transform: uppercase; }

h3::after {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  background-color: #d6b573;
  margin-top: 15px;
  margin-bottom: 5rem; }

h4 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .2rem;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1rem; }

.start h4 {
  margin-top: 4rem;
  margin-bottom: 8rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: .05rem; }

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

/* Larger than phablet */
@media (min-width: 550px) {
  body {
    font-size: 1.8em; }

  h1 {
    font-size: 4rem; }

  h2 {
    font-size: 4rem; }

  h3 {
    font-size: 1.6rem; }

  h4 {
    font-size: 1.6rem; }

  h5 {
    font-size: 2.4rem; }

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

  h2 {
    font-size: 5rem; }

  h3 {
    font-size: 1.7rem; }

  h4 {
    font-size: 1.7rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

.small {
  font-size: 1.5rem; }

strong {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #d6b573;
  text-decoration: none; }
  a:hover {
    color: #888; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  height: 47px;
  padding: 0 47px;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 47px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #d6b573;
  cursor: pointer;
  box-sizing: border-box; }

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

.button:hover,
button:hover {
  color: #555;
  border-color: #aaaaaa;
  outline: 0; }

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

.button:focus,
button:focus {
  color: #555;
  border-color: #aaaaaa;
  outline: 0; }

input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
  color: #555;
  border-color: #aaaaaa;
  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: #888;
  border-color: #888; }

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

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

input[type="submit"].button-primary:focus, input[type="reset"].button-primary:focus, input[type="button"].button-primary:focus {
  color: #fff;
  background-color: #888;
  border-color: #888; }
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 #d1d1d1;
  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 #d1d1d1;
  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: none outside; }

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

li:before {
  content: "-";
  display: block;
  float: left;
  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 */
html {
  scroll-behavior: smooth; }

body {
  background: linear-gradient(45deg, #d6b573 0%, #b2924e 16%, #d6b573 40%, #e8d6b2 63%, #b79a73 82%, #e4cfa4 100%);
  background-repeat: no-repeat; }

.rahmen {
  background-color: #fff;
  margin: 8px;
  width: calc(100%-16px);
  height: calc(100%-16px); }

.logo {
  margin: 0px 0 40px; }
  .logo img {
    width: 180px;
    height: auto;
    margin-left: -5px; }

img {
  width: 100%;
  height: auto; }

.bild {
  width: 100%;
  align-self: center; }

.bild_l {
  width: 100%;
  align-self: center;
  grid-row-start: 2; }

@media (min-width: 750px) {
  .logo {
    margin: 0px 0 80px; }
    .logo img {
      width: 200px;
      margin-left: -20px; }

  img {
    width: 100%;
    height: auto; } }
@media (min-width: 1000px) {
  .bild_l {
    width: 100%;
    align-self: center;
    grid-row-start: 1; }

  .logo {
    margin: 50px 0 80px; } }
@media (min-width: 1200px) {
  .logo {
    margin: 80px 0 170px; }
    .logo img {
      width: 240px;
      height: auto;
      margin-left: -20px; }

  img {
    width: 100%;
    height: auto; }

  .bild {
    width: 80%;
    justify-self: end;
    align-self: center; }

  .bild_l {
    width: 80%;
    justify-self: start;
    align-self: center; } }
.footer {
  width: 100%;
  background-image: url("../images/shutterstock_170853476.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  position: relative;
  height: auto;
  margin-top: 10%;
  padding-bottom: 10%; }
  .footer .grid-container {
    padding-top: 8%; }
  .footer h3, .footer h4, .footer a {
    color: #fff; }
  .footer a {
    text-decoration: none; }
  .footer a:hover {
    color: #d6b573; }
  .footer h4 {
    margin-bottom: 4rem; }
  .footer h3 {
    margin-bottom: 1.5rem; }
  .footer h3:after {
    margin-bottom: 0rem; }
  .footer li {
    margin: 0; }
  .footer li:nth-child(2) {
    margin-bottom: 2rem; }
  .footer li:before {
    content: ""; }

.overlay {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%; }

.logo-footer {
  width: 180px;
  height: auto;
  margin: 20px 0; }

.adresse {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 4%; }

@media (min-width: 750px) {
  .footer {
    height: 80vh;
    padding-bottom: 0%; }
    .footer h4 {
      margin-bottom: 0rem; }

  .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    height: 80%; }

  .logo-footer {
    width: 200px;
    height: auto;
    margin: 20px 0; } }
@media (min-width: 1000px) {
  .adresse {
    grid-template-columns: 2fr 1fr; } }
@media (min-width: 1200px) {
  .footer h4 {
    margin-left: 50px; }

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

  .logo-footer {
    width: 240px;
    height: auto;
    margin: 20px 0; } }

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