:root {
  /* Fonts */
  --lato: "lato", Arial, Helvetica, sans-serif;
  --bely: "bely-display", sans-serif;

  /* Colors */
  --white: #fff;
  --darkGreen: #4b654c;
  --lightGreen: #dff5e0;
  --lightGrayishOrange: #f2ede6;
  --lightShadeBlue: #3b76ff;
  --pimaWhite: #e6e7e1;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: underline;
}
ol,
ul {
  list-style: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 100%;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button,
input,
label,
select,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 16px;
  font-family: Arial;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
select {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  width: 13px;
  height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}
::-webkit-search-decoration {
  display: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  overflow: visible;
  width: auto;
}
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
select[multiple],
textarea {
  vertical-align: top;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  caret-color: var(--white);
  -webkit-text-fill-color: var(--white);
  -webkit-box-shadow: inset 0 0 0 50px #121212;
}
* {
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 25px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
html {
  height: 100%;
  width: 100%;
}
body,
button {
  font-family: var(--lato);
}
input {
  box-sizing: border-box;
}
button {
  -webkit-tap-highlight-color: transparent;
}
a {
  color: inherit;
  background-color: transparent;
  display: inline-block;
}
a,
a:hover {
  text-decoration: none;
}
h2,
h3,
h4 {
  font-weight: 900;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:focus input:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0 50px var(--white);
}
wbr {
  display: inline-block;
}
.link {
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.link:hover {
  opacity: 0.5;
}
.container {
  max-width: 890px;
}
.container,
.container-small {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-small {
  max-width: 1130px;
}
.wrapper {
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.v-middle {
  vertical-align: middle;
}
.br {
  display: block;
}
.relative {
  position: relative;
}
.d-b {
  display: block;
}
.d-l-b {
  display: inline-block;
}
.desc-container {
  padding-top: 80px;
  max-width: 585px;
  position: relative;
  top: 0;
  z-index: 99;
  margin: 0 auto;
  line-height: 25px;
  display: none;
}
.desc-container h2 {
  margin-bottom: 30px;
  font-size: 28pt;
  font-family: din-2014, Arial;
  color: #242929;
  line-height: 1em;
  font-weight: 100;
}
.desc-container p {
  color: #242929;
  margin: 20px 0;
  font-family: din-2014, verdana, Arial;
  font-size: 18px;
}
.impressum_container a {
  color: #898989;
}
.impressum_container .fr {
  float: right;
}
.impressum_container .fl {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.impressum_container p.blue-small {
  font-size: 15px;
  color: #2b5c85;
  line-height: 1.2em;
  margin-top: 20px;
  margin-left: 10px;
  width: auto;
}
.br {
  display: none;
}
.m-b--3 {
  margin-bottom: 3px;
}
.m-b--5 {
  margin-bottom: 5px;
}
.m-b--10 {
  margin-bottom: 10px;
}
.m-b--15 {
  margin-bottom: 15px;
}
.m-b--20 {
  margin-bottom: 20px;
}
.m-b--25 {
  margin-bottom: 25px;
}
.m-b--30 {
  margin-bottom: 30px;
}
.m-b--35 {
  margin-bottom: 35px;
}
.m-b--40 {
  margin-bottom: 40px;
}
.m-b--45 {
  margin-bottom: 45px;
}
.m-b--50 {
  margin-bottom: 50px;
}
.m-b--75 {
  margin-bottom: 75px;
}
.m-b--80 {
  margin-bottom: 80px;
}
.m-t--auto {
  margin-top: auto;
}
.m-t--0 {
  margin-top: 0;
}
.m-t--2 {
  margin-top: 2px;
}
.m-r--5 {
  margin-right: 5px;
}
.m-r--10 {
  margin-right: 10px;
}
.m-r--15 {
  margin-right: 15px;
}
.m-r--20 {
  margin-right: 20px;
}
.m-r--40 {
  margin-right: 40px;
}
.m-r--50 {
  margin-right: 50px;
}
.m-l--0 {
  margin-left: 0;
}
.m-l--5 {
  margin-left: 5px;
}
.m-x--auto {
  margin-left: auto;
  margin-right: auto;
}
.p-r--5 {
  padding-right: 5px;
}
.p-r--15 {
  padding-right: 15px;
}
.p-b--5 {
  padding-bottom: 5px;
}
.p-b--10 {
  padding-bottom: 10px;
}
.p-b--20 {
  padding-bottom: 20px;
}
.p-b--30 {
  padding-bottom: 30px;
}
.p-b--35 {
  padding-bottom: 35px;
}
.p-b--40 {
  padding-bottom: 40px;
}
.p-b--50 {
  padding-bottom: 50px;
}
.p-b--100 {
  padding-bottom: 100px;
}
.p-t--5 {
  padding-top: 5px;
}
.p-t--10 {
  padding-top: 10px;
}
.p-t--20 {
  padding-top: 20px;
}
.p-t--30 {
  padding-top: 30px;
}
.p-t--35 {
  padding-top: 35px;
}
.p-t--40 {
  padding-top: 40px;
}
.p-t--95 {
  padding-top: 95px;
}
.p-l--5 {
  padding-left: 5px;
}
.p-l--15 {
  padding-left: 15px;
}
.p-l--25 {
  padding-left: 25px;
}
.bg--green {
  background-color: #cbf1db;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
}
.header__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.header__subs {
  font-family: sketchnote-square, Arial, Helvetica, sans-serif;
  line-height: 27px;
  font-size: 22px;
  color: #188147;
}
.header__subs span {
  color: #188147;
  font-weight: 500;
  font-family: var(--lato);
  font-size: 13px;
}
.logo {
  font-size: 28px;
  color: #188147;
}
.caption,
.logo {
  font-family: sketchnote-square, Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.caption {
  font-size: 48px;
  text-align: center;
}
.caption--current {
  color: #0909f3;
  font-size: 32px;
  position: absolute;
  right: 20px;
  top: 82%;
}
.caption--line,
.caption > span {
  position: relative;
}
.caption--line {
  display: inline-block;
  color: var(--darkGreen);
}
.caption--line:before {
  content: "";
  display: block;
  position: absolute;
  content: url(../img/line-caption.png);
  left: 5px;
  top: 0;
  width: 100%;
  height: 100%;
}
.caption--green {
  color: #188147;
}
.job-advert {
  position: relative;
  padding: 20px;
  background: var(--white);
  border-radius: 15px;
}
.job-advert__title {
  color: var(--white);
  display: inline-block;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  font-family: sketchnote-square, Arial, Helvetica, sans-serif;
  background-color: #00964f;
  border-radius: 6px;
  margin-bottom: 20px;
}
.job-advert__list a {
  color: #001eff;
  text-decoration: underline;
  text-transform: uppercase;
  margin-right: 24px;
}
.job-advert__list li {
  margin-bottom: 6px;
}
.job-advert__list li:last-of-type {
  margin-bottom: 0;
}
.job-advert--hide {
  opacity: 0.6;
}
.company-block {
  position: relative;
  height: 151px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: var(--lightGrayishOrange);
  border-radius: 30px;
  margin-bottom: 15px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
}
.company-block p {
  font-size: 14px;
  margin-left: 10px;
  line-height: 18px;
}
.tab-content__item {
  display: none;
}
.tab-content__item.active {
  display: block;
}

.block-about > div:first-of-type {
  text-align: center;
  margin-bottom: 20px;
}
.footer {
  background: var(--darkGreen);
}
.footer__nav {
  display: -webkit-box;
  display: flex;
  padding: 15px 0;
}
.footer__nav li {
  margin-right: 30px;
}
.footer__nav li span {
  font-size: 14px;
  color: var(--lightGreen);
  cursor: pointer;
}
.footer__nav li:last-of-type {
  margin-right: 0;
}
.section-hero {
  background: url(../img/hero-bg.png) 50% / cover;
}
.section-green {
  padding: 80px 0;
  background: var(--white);
}
@media only screen and (min-width: 360px) {
  .logo {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) {
  .header__subs {
    font-size: 26px;
  }
  .header__subs span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .p-l-md--25 {
    padding-left: 25px;
  }
  .wrap-company-block {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .company-block {
    width: 261.5px;
  }
  .tab-content__item.active {
    display: -webkit-box;
    display: flex;
    align-items: center;
    gap: 90px;
  }
  .tab-content__item > div {
    width: 50%;
  }
  .block-about {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .block-about > div {
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 60%;
  }
  .block-about > div:first-of-type {
    width: 40%;
    flex-basis: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 992px) {
  .m-b-lg--0 {
    margin-bottom: 0;
  }
  .m-r-md--0 {
    margin-right: 0;
  }
  .m-r-md--40 {
    margin-right: 40px;
  }
  .block-about > div {
    width: 51%;
  }
  .block-about > div:first-of-type {
    padding-left: 60px;
    flex-basis: 43%;
    width: 43%;
  }
}
@media only screen and (min-width: 1200px) {
  .m-t-xl--30 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 991.9px) {
  br {
    display: none;
  }
}
@media only screen and (max-width: 767.9px) {
  .tab-nav li {
    font-size: 12px;
  }
}

.section-flags {
  background: rgb(206 246 226 / 30%);
}

.flag-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 705px;
  width: 100%;
  margin: 0 auto;
}

.flag {
  display: inline-block;
  margin: 10px 15px;
  text-align: left;
  width: 83px;
}

.flag-country {
  font-size: 13px;
  padding-top: 3px;
}

.flag-small {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.top-arbeitgeber {
  position: absolute;
  top: 32px;
  left: 820px;
}

/* Begin Ökoburo Neues Design */

/* Header */

.header-2 {
  padding: 14px 0;
  background: var(--darkGreen);
}

.header-2 .header__subs {
  font-family: var(--lato);
  font-size: 16px;
  color: var(--lightGreen);
  line-height: 23px;
}

.header-2 .header__subs span {
  font-size: 25px;
  font-weight: 700;
  color: var(--lightGreen);
}

/* Section 1 - Komm zu uns ins Team */

.section_hero {
  background: var(--lightGrayishOrange);
}

.caption-2 {
  font-family: var(--bely);
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
  color: var(--darkGreen);
  text-align: center;
}

.komm-zu-uns {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.jobs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.company-block-container {
  min-height: 1350px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.companies-block {
  width: 260px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(75 101 76 / 8%);
  border-radius: 25px;
}

.ihk-block img {
  margin-right: 8px;
}

.ihk-block p {
  font-size: 14px;
  line-height: 18px;
}

.focus-block {
  height: 288px;
}

.job-advert-2 {
  padding: 30px 138px 30px 41px;
  background-color: var(--white);
  border-radius: 50px;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 16%);
  width: 100%;
}

.job-advert_title {
  display: inline-block;
  padding: 2.5px 20px;
  font-family: var(--lato);
  background-color: var(--darkGreen);
  color: var(--lightGreen);
  font-size: 18px;
  font-weight: 900;
  border-radius: 25px;
  margin-bottom: 20px;
}

.job-advert_list li {
  margin-bottom: 0;
}

.job-advert_list a {
  color: var(--lightShadeBlue);
}

.dual_marketing {
  margin: 25px 0;
  padding: 20px 0 35px;
  border-top: 1px solid var(--pimaWhite);
  border-bottom: 1px solid var(--pimaWhite);
}

.queries a {
  text-decoration: underline;
  color: var(--lightShadeBlue);
}

.grey-bg {
  background-color: rgb(255 255 255 / 50%);
}

.initiativ {
  font-size: 18px;
  font-weight: 900;
  color: var(--darkGreen);
  margin-top: 25px;
}

/* Section 2 - Über uns */

.tab-cust-container {
  padding: 95px 0;
}

.tab-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.tab-nav li {
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  padding: 6.5px 19.5px;
  border-radius: 50px;
  margin-left: 6px;
  margin-right: 6px;
  cursor: pointer;
  color: #7ba98e;
  background: #b2ebd3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.tab-nav li.active,
.tab-nav li:hover {
  color: var(--lightGreen);
  background-color: var(--darkGreen);
}

.conversion-subhead {
  margin-bottom: 75px;
}

.desktop-img {
  display: flex;
  justify-content: center;
}

.about-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.about-text h3 {
  color: var(--darkGreen);
  font-size: 18px;
  font-weight: 900;
}

.btn--link {
  max-width: 265px;
  width: 100%;
  padding: 12px 0 12px 32px;
  font-size: 18px;
  font-weight: 900;
  color: var(--lightGreen);
  background-color: var(--darkGreen);
  border-radius: 50px;
  background-image: url(../img/arrow.png);
  background-position: calc(100% - 18px) 50%;
  background-repeat: no-repeat;
}

.company-block .focus-img {
  position: absolute;
  top: -22px;
  left: 67px;
}

.company-block .focus-p {
  margin-left: 76px;
}

@media (max-width: 1087px) {
  .komm-zu-uns {
    align-items: center;
    flex-direction: column;
  }
  .jobs {
    margin-bottom: 30px;
  }
  .company-block .focus-img {
    position: unset;
  }
  .company-block .focus-p {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .conversion-subhead {
    margin-bottom: 40px;
  }

  .desktop-img {
    margin-bottom: 50px;
  }

  .about-text h3 {
    text-align: center;
  }

  .btn--link {
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .ökobüro-logo {
    margin-right: 10px;
  }

  .header-2 .header__subs span {
    font-size: 18px;
  }

  .header-2 .header__subs {
    font-size: 14px;
    line-height: 20px;
  }

  .caption-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .job-advert-2 {
    padding: 30px;
  }

  .caption--line {
    text-decoration: line-through;
    text-decoration-color: #0909f3;
  }

  .caption--line::before {
    display: none;
  }

  .caption--current {
    right: -5px;
  }
}

/* Section 3 - Flaggen */

.flag-p {
  margin-bottom: 66px;
  font-size: 18px;
  text-align: center;
}

/* Section 4 - Human Relations */

.text-hr p {
  color: #353535;
  line-height: 23px;
}

.text-hr p span {
  font-weight: 900;
}

.hr-span {
  color: var(--darkGreen);
}

/* End Ökoburo Neues Design */

/*email form*/
.mail-form {
  margin-top: 20px;
}

.mail-form input {
  background-color: white;
  padding: 5px 0 5px 10px;
  margin-top: 5px;
  border-radius: 20px;
  width: 350px;
  max-width: 90%;
}

.mail-form label {
  color: #999;
  font-size: 12px;
  margin: 7px 0 0 0;
}

.mail-form label:first-child {
  margin: 12px 0 0 0;
}
.mail-btn {
  margin-top: 15px !important;
  background-color: var(--darkGreen) !important;
  width: 124px !important;
  font-size: 14px;
  background-position: calc(100% - 9px) 50%;
  text-align: left !important;
  padding: 12px 0 12px 20px !important;
}

/*ende email form*/
