@font-face {
  font-family: "Macan";
  src: url("/font/Macan-Book.woff2") format("woff2");
  font-weight: normal;
  font-display: swap;
}

body {
  font-size: 1em;
  line-height: 1.4;
  overflow-x: hidden;
  font-family: "Macan";
  word-wrap: normal;
  background: #fff;
  color: #000;
  margin: 0;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2.5em;
  display: inline-block;
  margin: 30px 6% 60px;
}
#service-body #main-container h2 {
  font-size: 1.8em;
  display: block;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Macan";
}
a {
  text-decoration: none;
  color: #000;
}
p {
  margin: 0 auto 10;
}
#service-body #main-container p {
  margin: 0px auto 20px;
}
#service-body #main-container p,
#service-body #main-container li {
  font-size: 1.4em;
}
.align-right {
  text-align: right;
}
.anker-div {
  position: relative;
}
.anker {
  position: absolute;
  top: -75px;
}
.link {
  text-decoration: underline;
}
#header {
  width: 100%;
  min-height: 75px;
  padding: 0;
  margin: 0;
  position: sticky;
  top: 0;
  background: #ffffff;
  background-repeat: repeat-x;
  z-index: 100 !important;
}
#main-container {
  padding: 20px 9% 40px;
}
.header-container,
.footer-container {
  height: auto;
  padding: 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.footer-container {
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .footer-container {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin: 10px 0;
  }
}
.contentMenu {
  margin: auto;
  list-style-type: none;
  padding-left: 0;
  overflow: auto;
  display: flex;
}
.contentMenu li {
  font-family: "Macan";
  font-size: 18px;
  margin-top: 12px;
}
.navbar-burger {
  display: none;
}
@media screen and (max-width: 1100px) {
  .navbar-burger {
    background: transparent;
    color: inherit;
    border: none;
    display: block;
    padding: 10px;
    cursor: pointer;
  }
  .menu-select {
    position: relative;
  }
  .navbar-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #eeebe2;
  }
  .navbar-nav li {
    margin: 0;
    border-top: 1px solid white;
  }
  .navbar-nav li a {
    display: block;
    padding: 15px 30px;
    text-align: center;
  }
  .navbar-nav--open {
    display: block;
  }
}
.brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.brand-logo {
  background: url(../images/NeulandLogo.svg) no-repeat;
  width: 150px;
  height: 60px;
  margin-top: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.content-logo {
  width: auto;
  height: auto;
  text-decoration: none;
  border: 0;
}
.menubtn {
  display: inline-block;
  padding: 8px 18px;
  color: #ffffff;
}
.menubtn.green {
  background: #058f3f;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.contentbtn {
  font-size: 25px;
  font-family: "Macan";
  color: #000000;
  width: auto;
  text-decoration: none;
}
.menubtn.green .contentbtn {
  color: #ffffff;
}
.button span {
  text-align: center;
  background: #058f3f;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: table;
  margin: 0 auto;
}
.button a {
  display: contents;
  color: #fff;
}
.button-small {
  margin: 25px;
}
.button-small span {
  background-color: #fff;
  color: #000;
  font-size: 1.5em;
  padding: 12px 15px;
  width: 80%;
  min-width: 210px;
  max-width: 26%;
}
.button-medium {
  margin-top: 30px;
}
.button-medium span {
  font-size: 1.3em;
  margin: 0;
  padding: 10px 25px;
}
.button-big {
  margin: 50px;
}
.button-big span {
  font-size: 2em;
  padding: 20px 45px;
}
.div-left {
  float: left;
  width: 55%;
}
.div-left .h1 {
  text-align: center;
  margin: 0 auto;
  padding: 50px;
}
.div-left .h1 .subtitle {
  font-size: 2em;
}
.div-right {
  width: 45vw;
  margin: 25px auto 80px;
}
.div-right {
  height: 500px;
  width: 753px;
  background-image: url(../images/vignetten.jpg);
  background-size: cover;
}
#home {
  height: auto;
  display: flex;
  align-items: center;
  background-color: #058f3f;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .div-left {
    width: 100vw;
  }
  .div-right {
    display: none;
  }
}
.spruch {
  background-color: #eeebe2;
  color: #000;
  border-bottom: 20px solid #058f3f;
  display: flex;
}
.spruch-inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 2.5em;
}
@media screen and (max-width: 500px) {
  .spruch-inner {
    font-size: 2.2em;
  }
}
#spruch-first {
  min-height: 250px;
}
#spruch-second {
  min-height: 230px;
}
#artikel {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 20px solid #058f3f;
  color: #000;
  display: grid;
}
#artikel h3 {
  margin-top: 0px;
}
#artikel-uns {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  display: grid;
}
.artikel-container {
  display: flex;
  gap: 60px;
  margin: 0 6%;
  margin-bottom: 40px;
}
.artikel-left {
  flex-basis: 50%;
}
.artikel-left-image img {
  border: 2px solid;
  width: 100%;
  height: auto;
  max-width: 1000px;
}
.artikel-right {
  flex-basis: 50%;
  font-size: 1.7em;
}
.artikel-right p {
  margin-bottom: 25px;
  margin-top: 0px;
}
@media screen and (max-width: 1000px) {
  .artikel-container {
    display: block;
  }
  .artikel-right {
    width: auto;
    margin-bottom: 60px;
  }
  .artikel-left {
    width: auto;
    margin-bottom: 60px;
  }
  .artikel-left-image img {
    max-width: 400px;
  }
}
.artikel-review {
  margin: 40px 6% 0;
  font-size: 1.7em;
  text-align: center;
}
.artikel-review p {
  font-style: italic;
}
#services {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  padding-bottom: 10px;
}
.offer-box {
  background-color: #eeebe2;
  border-radius: 150px 0;
  width: 80%;
  min-height: 300px;
  display: flex;
  margin: 0 auto 50px;
}
.offer-name {
  background-color: #058f3f;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  color: #ffffff;
  height: inherit;
  min-width: 300px;
  display: flex;
  flex-direction: column;
}
.offer-name img {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 100px;
  height: 25%;
}
.offer-name div {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2em;
}
.offer-description {
  font-size: 1.3em;
  padding: 20px 25px;
  width: 78%;
}
.offer-description span.bigger {
  font-size: 1.3em;
}
@media screen and (max-width: 1100px) {
  .offer-box {
    display: block;
    width: auto;
    margin: 0 6% 50px;
  }
  .offer-name {
    border-top-right-radius: 0;
    min-width: auto;
    flex-direction: row;
    justify-content: center;
    gap: 25px;
    padding: 20px 10px;
    min-height: 90px;
  }
  .offer-name img {
    margin: 0;
    padding-top: 0;
    max-width: auto;
    height: auto;
  }
  .offer-name div {
    flex-grow: 0;
  }
  .offer-description {
    width: auto;
  }
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#vorgehen {
  width: 100%;
  background-color: #058f3f;
  color: #ffffff;
}
.vorgehen-container {
  margin: 20px 8% 60px;
  display: flex;
}
.vorgehen-box {
  width: 20%;
  display: block;
}
@media screen and (max-width: 1100px) {
  .vorgehen-container {
    display: block;
  }
  .vorgehen-box {
    width: auto;
    margin-bottom: 60px;
  }
}
.vorgehen-name {
  font-size: 1.8em;
  margin: 35px 20px 0;
}
.vorgehen-description {
  font-size: 1.5em;
  margin: 15px 20px;
}
.vorgehen-subtitle {
  font-size: 1.6em;
  margin: 0 9% 60px;
}
.vorgehen-line {
  height: 3px;
  background: #ffffff;
  position: relative;
}
.vorgehen-line::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: #eeebe2;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
#ueber-uns {
  width: 100%;
  background-color: #ffffff;
  color: #000;
  display: grid;
}
.ueber-container {
  display: flex;
  gap: 60px;
  margin: 0 6%;
}
.ueber-left {
  flex-basis: 50%;
  margin-left: 4%;
}
.ueber-left-image img {
  border: 2px solid;
  width: 100%;
  height: auto;
  max-width: 500px;
}
.ueber-right {
  flex-basis: 50%;
  font-size: 1.7em;
}
.ueber-right p {
  margin-bottom: 25px;
  margin-top: 0px;
}
@media screen and (max-width: 1000px) {
  .ueber-container {
    display: block;
  }
  .ueber-right {
    width: auto;
    margin-bottom: 60px;
  }
  .ueber-left {
    width: auto;
    margin-bottom: 60px;
  }
  .ueber-left-image img {
    max-width: 400px;
  }
}
.ueber-neuland {
  margin: 40px 6% 0;
  font-size: 1.7em;
  text-align: center;
}
.linkedin-logo {
  font-size: 1.7em;
  padding-top: 10px;
  background: url(../images/linkedin.svg) no-repeat;
  background-position-y: bottom;
  text-indent: 48px;
}
#termine {
  width: 100%;
  background-color: #eeebe2;
  color: #000;
}
#termine a {
  text-decoration: underline;
}
.termine-inner {
  display: grid;
  align-items: center;
}
.termine-list {
  display: grid;
  grid-template-columns: 1fr 3fr;
  font-size: 1.7em;
  margin: 30px auto 65px;
}
.termine-list dt {
  text-align: right;
  flex-basis: 30%;
}
.termine-list dd {
  margin-bottom: 20px;
  flex-basis: 65%;
}
@media screen and (max-width: 800px) {
  .termine-list {
    grid-template-columns: 1fr;
    margin: 30px 6% 65px;
  }
  .termine-list dt {
    text-align: left;
  }
}
.termine-subtitle {
  font-size: 1.8em;
  margin-top: -55px;
  margin-left: 6%;
  margin-right: 6%;
}
#footer {
  min-height: 75px;
  padding: 0;
  margin: 0;
  background: #fff;
  background-repeat: repeat-x;
  z-index: 100 !important;
}
