/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* colors */
/* typography */
/* icons & img */
/* url paths */
body,
header,
main,
footer,
section,
article,
div {
  box-sizing: border-box;
  font-family: "Times New Roman";
}

html, body {
  scroll-behavior: smooth;
}

body {
  background: rgba(162, 202, 137, 0.75);
  background: #f0efef;
}

@media screen and (max-width: 599px) {
  section {
    width: 100%;
    margin: auto;
  }
}

main {
  scroll-behavior: smooth;
  background: #ffffff;
  max-width: 1024px;
}
@media screen and (max-width: 599px) {
  main {
    width: 100vw;
    margin: auto;
  }
}
@media screen and (min-width: 600px) {
  main {
    width: 75vw;
    margin: auto;
  }
}
@media screen and (min-width: 1024px) {
  main {
    width: 65vw;
    margin: auto;
  }
}

ul {
  list-style: none;
  padding-left: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

nav {
  background: #a2ca89;
  position: fixed;
  width: 100%;
  text-transform: uppercase;
}

@media screen and (min-width: 800px) {
  nav {
    display: flex;
    justify-content: center;
  }
}
.main-nav {
  max-width: 1024px;
  width: 100%;
  display: flex;
  height: 88px;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}

.logo {
  background-image: url("./img/logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 52px;
  width: 174px;
}
@media screen and (max-width: 800px) {
  .logo {
    margin-left: 1rem;
  }
}

.nav-links {
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: space-between;
}
.nav-links a {
  margin-right: 1rem;
  color: #ffffff;
}

.burger {
  display: none;
  padding: 0.5rem;
  margin-right: 1rem;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 8px;
}

.line {
  height: 2px;
  width: 35px;
  margin: 0.5rem 0;
  background: #ffffff;
  transition: transform 0.75s ease, opacity 0.75s ease;
}

.main-nav.show .line1 {
  transform: translate(-10px) rotate(45deg) translate(15px);
}

.main-nav.show .line2 {
  opacity: 0;
}

.main-nav.show .line3 {
  transform: translate(-10px) rotate(-45deg) translate(15px);
}

.main-nav.show .nav-links {
  transform: translateX(0%);
}

@media screen and (max-width: 600px) {
  .burger {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 88px;
    right: 0;
    height: calc(100% - 88px);
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background: #a2ca89;
    transform: translateX(100%);
    transition: transform 1s ease;
    box-shadow: 0px 0px 5px white;
  }
}
#landing {
  background-image: url("./img/landing.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh + 88px);
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}

.landing--box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  height: 276px;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
}
.landing--box h1 {
  font-size: 3em;
}
.landing--bottom {
  background: rgba(162, 202, 137, 0.75);
  text-align: center;
  color: #ffffff;
}
.landing--bottom-text {
  padding: 1rem 4rem;
}

h1 {
  margin: 0;
  padding-bottom: 1rem;
  border-bottom: 1rem solid black;
}

#about {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3rem;
}
#about h2 {
  padding-bottom: 1rem;
  border-bottom: 8px solid #D4D4D4;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.about--content {
  text-transform: uppercase;
  margin: 2rem 5rem;
}
.about--content p {
  color: #6B6E71;
  font-size: 1.6125rem;
}
.about--content-portrait {
  margin: auto;
  background-image: url("./img/portrait/about_picture.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  box-shadow: 0.5rem 0.5rem 0rem #BFBFBF, -0.5rem -0.5rem 0rem #BFBFBF;
}

#competence {
  background-image: url("./img/competence-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#competence button {
  margin-top: 1rem;
  background: #2f4820;
  border: none;
  padding: 1rem 3rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
}
#competence button:hover {
  color: #2f4820;
  background: #ffffff;
  transition: all 0.5s ease-out;
}
#competence .tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
#competence .tab--upper {
  padding: 1rem;
  background-color: #a2ca89;
  text-transform: uppercase;
}
#competence .tab--middle {
  height: 1px;
  background-color: #ffffff;
}
#competence .tab--lower {
  background-color: #d1efb3;
  padding: 1rem;
}
#competence .tab--content {
  display: none;
  text-align: left;
  padding: 1rem;
  border: 1rem solid #d1efb3;
  background: #ffffff;
}
#competence .tab--content ul {
  list-style: none;
  padding-left: 0;
}
#competence .tab--content p {
  text-justify: inter-word;
}
#competence .showMore {
  display: block;
}

.separator {
  display: flex;
  justify-content: center;
  align-items: center;
}
.separator--box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.75);
  width: 100vw;
}
.separator--box h2 {
  border-bottom: 8px solid #000000;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 2rem;
}

.competence--content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.competence--content-tabs {
  width: 100%;
  max-width: 425px;
}
.competence--content-tabs ul {
  width: 100%;
  text-align: center;
}
.competence--content-tabs ul li {
  margin-bottom: 1rem;
}

#pricing {
  background: rgba(162, 202, 137, 0.75);
}
#pricing .tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
#pricing .tab--upper {
  padding: 1rem;
  background-color: #a2ca89;
  text-transform: uppercase;
}
#pricing .tab--middle {
  height: 1px;
  background-color: #ffffff;
}
#pricing .tab--lower {
  background-color: #d1efb3;
  padding: 1rem;
}
#pricing .tab--content {
  text-align: left;
  padding: 1rem;
  border: 1rem solid #e8f7d8;
  background: #ffffff;
  color: black;
}
#pricing .tab--content p {
  text-justify: inter-word;
}

.pricing--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pricing--content {
  text-align: center;
}

#contact-form .tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  text-align: center;
}
#contact-form .tab--upper {
  background-color: #a2ca89;
  text-transform: uppercase;
}
#contact-form .tab--middle {
  height: 1px;
  background-color: #ffffff;
}
#contact-form .tab--lower {
  background-color: #d1efb3;
  text-transform: uppercase;
}
#contact-form .tab--content {
  padding: 1rem;
  background: #e8f7d8;
  color: black;
}
#contact-form .input-field {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
}
#contact-form .textarea {
  font-size: 1.5rem;
}
#contact-form input {
  padding: 0.4rem;
  border: none;
}
#contact-form input[type=checkbox] {
  margin-right: 0.5rem;
}
#contact-form textarea {
  padding: 0.4rem;
  border: none;
}
#contact-form .checkbox {
  display: flex;
}
#contact-form button {
  margin-top: 1rem;
  text-transform: uppercase;
  background: #a2ca89;
  border: none;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 8px;
}
#contact-form button:hover {
  color: #a2ca89;
  background: #ffffff;
  transition: all 0.5s ease-out;
}

#secrecy {
  background: #ffffff;
}
#secrecy .tab {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}
#secrecy .tab--upper {
  padding: 0.5rem;
  background-color: #a2ca89;
  text-transform: uppercase;
}
#secrecy .tab--middle {
  height: 1px;
  background-color: #ffffff;
}
#secrecy .tab--lower {
  background-color: #d1efb3;
  padding: 1rem;
}
#secrecy .tab--content {
  text-align: left;
  padding: 1rem;
  border: 1rem solid #e8f7d8;
  background: #ffffff;
  color: black;
}
#secrecy .tab--content p {
  text-justify: inter-word;
}

.secrecy--wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.secrecy--content {
  text-align: center;
}

footer {
  color: #000000;
  padding: 1rem;
  background-color: #D4D4D4;
}
footer ul {
  padding-left: 0;
}
footer a {
  color: #000000;
}

#map {
  width: 100%;
  height: 250px;
  background: #a2ca89;
}

.footer--content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.footer--content h2 {
  padding-bottom: 0.5rem;
  border-bottom: 1rem solid #000000;
}
.footer--content--contact-item {
  display: flex;
  align-items: center;
}
.footer--content--contact-item:not(:first-child) {
  margin-bottom: 1.5rem;
}
.footer--content--contact-item .icon-location {
  background-image: url("./img/icons/iconmonstr-location-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}
.footer--content--contact-item .icon-phone {
  background-image: url("./img/icons/iconmonstr-phone-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}
.footer--content--contact-item .icon-email {
  background-image: url("./img/icons/iconmonstr-email-2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}
.footer--content--info li {
  padding: 1rem;
}
.footer--content--social-item {
  display: flex;
  align-items: center;
  padding-right: 1rem;
}
.footer--content--social-item .icon-facebook {
  background-image: url("./img/icons/iconmonstr-facebook-4.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 2rem;
  min-width: 2rem;
  margin-right: 1rem;
}

#header-thanks a {
  color: #ffffff;
  margin-right: 4rem;
}

#thanks {
  padding-top: 4rem;
  text-align: center;
  background: #a2ca89;
}
#thanks img {
  height: 400px;
}

.thanks--text {
  padding: 2rem;
  background: #ffffff;
}
.thanks--img {
  background-image: url("./img/portrait/thanks_picture.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-bottom: 2rem;
}

#header-impressum a {
  color: #ffffff;
  margin-right: 4rem;
}

.impressum--wrapper {
  padding: 2rem;
  padding-top: 100px;
}

#dsgvo {
  padding: 2rem;
  padding-top: 100px;
}

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