.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.col.lg-1 {
  width: 8.33%;
  flex: 0 auto;
}

.col.lg-6 {
  width: 50%;
  flex: 0 auto;
  align-items: flex-start;
}

.image-8 {
  float: none;
  margin-bottom: -3px;
  margin-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.content {
  z-index: 6;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 71px 0;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.div-block-10 {
  width: 90%;
  height: 200px;
  background-color: #202c3b;
  border: 1px solid #ffb000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 20px;
  display: flex;
}

.div-block-10.invert {
  width: 100%;
  height: auto;
  background-color: #383838;
  border-style: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 22px 20px;
  text-decoration: none;
  transition: all .5s ease-out;
}

.div-block-10.invert:hover {
  background-color: #595959;
}

.div-block-10.invert.large {
  width: 100%;
}

.div-block-10.invert.large:hover {
  background-color: #595959;
}

.image-9 {
  float: none;
  margin-right: 0;
  padding-top: 0;
}

.link {
  color: #9b9b9b;
}

.link.impressum {
  color: #747474;
  margin-top: 50px;
  font-size: 14px;
  transition: all .5s ease-out;
}

.link.impressum:hover {
  color: #c69d42;
}

.heading-10 {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}

.heading-10.h2 {
  max-width: none;
  color: #fff;
  text-align: left;
  margin-top: 1px;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.heading-10.h2.number {
  margin-top: 2px;
}

.container {
  flex-direction: column;
  align-items: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  display: flex;
}

.italic-text {
  font-style: normal;
}

.wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  margin: 25px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.image-10 {
  width: 256px;
  margin-bottom: 40px;
}

.heading {
  color: #fff;
  text-align: center;
  letter-spacing: .3px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.paragraph {
  font-size: 16px;
  line-height: 24px;
}

.contact-form-container {
  width: 100%;
  border-radius: 6px;
}

.contact-form-container.card {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(9, 106, 208, .2);
  border-radius: 0;
  padding: 15px;
  position: relative;
}

.div-block-2 {
  background-color: #fafff7;
  margin-top: 17px;
  padding: 39px 37px 29px;
}

.margin-bottom {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.paragraph-2 {
  color: #dbdbdb;
  text-align: center;
  margin-bottom: 0;
}

.grid {
  width: 100%;
}

.grid-2 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
  margin-bottom: 26px;
}

.icon {
  width: 30px;
  height: 30px;
  background-image: url('../images/OASISENERGETIC.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon.bw {
  filter: brightness(2%) grayscale();
  margin-bottom: 5px;
}

.div-block-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-11 {
  color: #383838;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
}

.grid-3 {
  grid-template-rows: auto;
}

.wasserzeichen {
  z-index: 1;
  width: auto;
  height: auto;
  opacity: .04;
  background-image: url('../images/OASISENERGETIC-white.svg');
  background-position: 150% -50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -29%;
  margin-bottom: 12%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background {
  z-index: 0;
  background-color: #0a0a0a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.html-embed-text {
  max-width: 1000px;
  color: #fff;
  text-align: center;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 14px;
}

.footer {
  grid-template-rows: auto;
}

.div-block-12 {
  width: 100%;
  background-image: linear-gradient(239deg, #c69d42, #ceab5d 51%, #b9933d);
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}

.name {
  color: #0c0c0c;
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  background-color: #c69d42;
  margin-top: 0;
  padding-left: 18px;
  padding-right: 8px;
  font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Lucida Sans, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 38px;
  display: block;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.text-block {
  color: #c69d42;
  letter-spacing: 3px;
  text-transform: lowercase;
  background-color: #595959;
  margin-top: 20px;
  margin-bottom: -18px;
  padding: 4px 8px 4px 12px;
}

@media screen and (max-width: 991px) {
  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-1 {
    display: none;
  }

  .content {
    justify-content: flex-start;
    padding-top: 41px;
    padding-bottom: 41px;
  }

  .div-block-10.invert {
    justify-content: center;
  }

  .link.impressum {
    margin-top: 46px;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .image-10 {
    margin-bottom: 39px;
  }

  .contact-form-container.card {
    padding: 9px 30px 30px;
  }

  .margin-bottom {
    margin-bottom: 0;
  }

  .wasserzeichen {
    background-position: 50% 0;
    background-size: cover;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .html-embed-text {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .col.lg-6 {
    width: 100%;
  }

  .div-block-10 {
    height: 130px;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-10.invert {
    margin-bottom: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .row {
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-form-container.card {
    padding: 10px 0;
  }

  .margin-bottom {
    flex-direction: column;
    align-items: center;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: center;
    display: grid;
  }

  .wasserzeichen {
    background-position: 50%;
    background-size: cover;
  }
}

@media screen and (max-width: 479px) {
  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    width: 100%;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
  }

  .content {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content.impress {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-10 {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .div-block-10.invert {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10 {
    margin-left: 33px;
    margin-right: 33px;
  }

  .heading-10.h2 {
    margin-right: 3px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    width: 128px;
  }

  .contact-form-container {
    padding: 0;
  }

  .div-block-2 {
    padding: 10px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-11 {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .wasserzeichen {
    background-position: 50%;
    background-size: cover;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .html-embed-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
    display: block;
    overflow: visible;
  }

  .div-block-13 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_9839f618-8ccc-c5e5-483b-8055f837b754-9068b368, #w-node-e7b8802a-d32e-c034-4b67-b8618bbca0aa-9068b368, #w-node-c59f4b06-0be0-9c58-0ac0-ac401429589f-9068b368 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68e2171f-a412-6c74-87fe-ca360f0fe2e2-9068b368 {
  align-self: auto;
}

#w-node-_0bbf2a41-7252-4bdb-4f2f-6d820d643563-9068b368 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_68e2171f-a412-6c74-87fe-ca360f0fe2dd-9068b368, #w-node-_68e2171f-a412-6c74-87fe-ca360f0fe2e2-9068b368 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}
