/* _main */
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@300;400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

ul {
  list-style: none;
  margin: 0;
}

input:not(input[type=checkbox]),
select,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

input[type=button], input[type=submit], input[type=reset], input[type=file]::-webkit-file-upload-button, button {
  border: none;
}

select {
  border-radius: 0;
  -webkit-appearance: none;
}

/**
1px = 0.0625rem
2px = 0.125rem
3px = 0.1875rem
4px = 0.25rem
5px = 0.3125rem
6px =
7px =
8px = 0.5rem
9px =
10px = 0.623rem
 */
h1,
.headline {
  font-size: 2rem;
  font-weight: 400;
  color: #6E8898FF;
  margin-bottom: 0.5rem;
}

h2,
.headline-2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #6E8898FF;
  margin-bottom: 0.5rem;
}

h3,
.headline-3 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #6E8898FF;
  margin-bottom: 0.5rem;
}

.text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
}

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

p {
  margin-bottom: 0.5rem;
}

.padding-top--medium {
  padding-top: 1rem;
}

.padding-top--small {
  padding-top: 0.5rem;
}

.padding-bottom--medium {
  padding-bottom: 1rem;
}

.padding-bottom--small {
  padding-bottom: 0.5rem;
}

html {
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
}

body {
  background: #FFFFFF;
  color: #2E5266FF;
}

a,
a:active,
a:hover {
  color: #DB983B;
  text-decoration: none;
}

.wrapper {
  font-size: 0;
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .wrapper {
    margin: 0 60px;
  }
}
@media screen and (min-width: 1120px) {
  .wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
header {
  height: 0;
  background-color: #6E8898FF;
}

/* _block */
.textbox {
  padding: 0.5rem;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .textbox {
    padding: 1rem;
  }
}
.card {
  border-color: #D3D0CBFF;
  border-width: 0.0625rem;
  border-radius: 1rem;
  border-style: solid;
  width: calc(100% - 2 * (1rem + 0.0625rem));
  padding: 1rem;
}

.card__two-card-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.card__two-card-card:first-child {
  margin-bottom: 2rem;
}

@media screen and (min-width: 1120px) {
  .card__two-card-card {
    width: calc(50% - 2 * (1rem + 0.0625rem) - 1rem);
  }

  .card__two-card-card:nth-child(1) {
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .card__two-card-card:nth-child(2) {
    margin-left: 1rem;
  }
}
.highlight {
  color: #DB983B;
  padding: 2rem 0;
  text-align: center;
}

.footer__textbox {
  font-size: 0.75rem;
}

.footer__headline {
  font-size: 1rem;
}

.footer__top {
  padding: 2rem 0 1rem 0;
  background-color: #D3D0CBFF;
}
.footer__top .footer__top-wrapper,
.footer__top .footer__bottom-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer__top-content {
  flex-grow: 1;
  padding: 1rem 2rem;
}

.footer__bottom {
  padding: 0.5rem 0 0.5rem 0;
  background-color: #6E8898FF;
  color: #D3D0CBFF;
  text-align: right;
}

.section-picture {
  background-image: url("/img/schleswig_holstein_urlaub_ploen_bosau_ostsee_ferienhaus_baden_strand.jpg");
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  height: 20rem;
}

.section-hello,
.section-house,
.section-area,
.section-content,
.section-content,
.section-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-picture-2 {
  background-image: url("/img/schleswig_holstein_urlaub_ploen_bosau_ostsee_ferienhaus_terasse.jpg");
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  height: 40rem;
}

/* _element */
a.button {
  border-color: #D3D0CBFF;
  border-width: 0.0625rem;
  border-style: solid;
  font-size: 1rem;
  padding: 10px 40px;
  cursor: pointer;
}
a.button:hover {
  background-color: #D3D0CBFF;
  color: #FFFFFF;
}

a.button--highlight {
  color: #DB983B;
  border-color: #DB983B;
}
a.button--highlight:hover {
  background-color: #DB983B;
  color: #FFFFFF;
}

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