body {
  height: 100%;
  overflow-x: hidden;
  color: #666666;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1em;
  background-color: #000;
}

.wrapper {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  box-shadow: 0px 3px 4px #333;
}

a:hover, a:focus {
  color: #ad974f !important;
  text-decoration: none;
  cursor: pointer;
}

.no-padding {
  padding: 0;
}

img {
  max-width: 95%;
}

footer {
  color: #fafafa;
  background: #111;
  padding: 15px 0;
  font-size: 1em;
}

footer .container {
  margin-bottom: 0;
  padding-top: 0;
}

#impressumModal .modal-dialog {
  width: 90%;
}

#impressumModal .modal-body, #agbModal .modal-body {
  padding: 30px;
}

#agbModal .modal-body p {
  font-size: 14px;
}

#agbModal .modal-body h3 {
  padding: 20px 0 10px 0;
  font-size: 20px;
}

#impressumModal h3 {
  padding: 0 0 30px 0;
}

.p-30 {
  padding: 0 0 30px 0;
}

.p-45 {
  padding: 0 0 45px 0;
}

.p-60 {
  padding: 0 0 60px 0;
}

.hidden-xs {
  display: none;
}

.hidden-lg {
  display: inherit;
}

@media (min-width: 870px) {
  .hidden-xs {
    display: inherit;
  }

  .hidden-lg {
    display: none;
  }
}
.text-center-xs {
  text-align: center;
}

@media (min-width: 870px) {
  .text-center-xs {
    text-align: initial;
  }
}
.image-with-padding-tb {
  padding: 8px 0 16px 0;
}

.btn {
  border-radius: 0px;
  padding: 10px 25px;
  font-size: 18px;
  transition: all 0.3s;
  width: 100%;
  margin: 30px 0px;
  position: relative;
}

@media (min-width: 870px) {
  .btn {
    width: 300px;
  }
}
.btn:active, .btn.primary:active, .btn:focus, .btn.primary:focus {
  border: 1px solid #47485D;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.primary:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  background: #222;
  color: #fff !important;
}

.btn.primary.white:hover, .btn.header:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.36), 0 3px 6px rgba(0, 0, 0, 0.43);
  background: #fafafa;
  color: #222 !important;
}

.btn.primary {
  border: 1px solid #222;
  background: #353533;
  color: #fafafa !important;
}

.btn.primary.white {
  border: 1px solid #fafafa;
  background: transparent;
  color: #fafafa !important;
}

.btn.secondary {
  border: 1px solid #353533;
  background: #353533;
  color: #fff;
}

.cta-btn {
  width: 100%;
  background-color: #fafafa;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #222;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 8px 32px;
  z-index: 1;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.cta-btn:hover {
  background-color: #aaa;
  color: #222;
}

@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-VariableFont_wght.ttf") format("truetype");
}
body {
  font-family: "Raleway", Helvetica, Arial !important;
}

h1 {
  text-align: center !important;
  padding: 0 0 30px 0;
  margin: 0;
  color: #fafafa;
  font-weight: 300;
}
h1.white {
  color: #f3f3f3;
}
@media (min-width: 870px) {
  h1 {
    text-align: left;
  }
}

h2 {
  color: #efefef;
}

p {
  color: #fafafa;
}

.description {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 30px;
}

.contact-info {
  margin-top: 0;
  display: block;
  margin-bottom: 0.5em;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  text-decoration: none;
  color: #fafafa;
}

.form-group {
  margin-bottom: 15px;
}

.form-control:focus {
  background-color: transparent;
}

.header-section {
  color: white;
  height: 85vh;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-size: cover;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  background: #333333 url("img/banner.jpg") bottom/cover no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 870px) {
  .header-section {
    background: #333333 url("img/banner.jpg") top no-repeat fixed;
  }
}
.header-section h1 {
  font-size: 35px;
  font-weight: 400;
}
@media (min-width: 870px) {
  .header-section h1 {
    font-size: 54px;
    font-weight: 400;
  }
}
.header-section .header-overlay {
  width: 100%;
  padding: 60px 0;
  background: rgba(0, 0, 0, 0.4);
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff !important;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  border-bottom: 1px solid #ededed;
  font-size: 18px;
}

input, select, textarea {
  margin-bottom: 16px;
  font-size: 16px;
  padding: 8px;
  color: #222;
  width: 100%;
}

.form-control {
  background-color: #111;
  border-radius: 0;
  box-shadow: none;
  color: #fafafa;
}

.form-control:active, .form-control:focus {
  box-shadow: none;
  background-color: #111;
  border-bottom: 2px solid #fff;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control:focus::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

.form-control:focus:-ms-input-placeholder {
  color: #bbb;
}

.form-control:focus::-webkit-input-placeholder {
  color: #bbb;
}

.form-control#message {
  min-height: 150px !important;
}

label {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}

textarea.form-control {
  min-height: calc(7.5em + 0.75rem + var(--bs-border-width) * 2);
}

table {
  color: #fafafa;
  font-size: 0.8rem;
  width: 100%;
}
table td {
  padding: 4px 8px 4px 0;
  vertical-align: top;
}

.navbar {
  background: white;
  border-bottom: 1px solid #dedede;
}

.nav-link {
  padding-right: 15px;
  text-align: center;
}

.navbar-expand-lg .navbar-collapse {
  flex-direction: row-reverse;
}

section {
  padding: 30px 0;
}
@media (min-width: 870px) {
  section {
    padding: 45px 0;
  }
}
section p.content {
  text-align: center;
}
@media (min-width: 870px) {
  section p.content {
    text-align: left;
  }
}

section.about {
  background: #000 url("img/bg-overlay.png") fixed;
  padding: 60px 0 30px 0;
  text-align: center;
}
@media (min-width: 870px) {
  section.about {
    padding: 90px 0 45px 0;
  }
}
section.about p {
  font-size: 1rem;
}
@media (min-width: 870px) {
  section.about p {
    font-size: 1.2rem;
  }
}
section.about h1 {
  text-align: center;
}
section.about .me-img-container {
  margin-bottom: 45px;
  height: 260px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  border-bottom: 1px solid #fafafa;
}
section.about .me-img {
  width: 300px;
  border-radius: 50%;
  border: 1px solid #fafafa;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}
section.certification {
  background-color: #222;
}
section.certification h1 {
  text-align: center;
}

section.call-to-action {
  background: #333333 url("img/banner.jpg") bottom no-repeat fixed;
  color: #fafafa;
  font-weight: 300 !important;
  text-shadow: 0px 0px 3px black;
  padding: 0;
}
section.call-to-action .overlay {
  background: rgba(0, 0, 0, 0.4);
  padding: 45px 0;
  width: 100%;
}
section.call-to-action .overlay h2 {
  font-weight: 400;
}
section.call-to-action .overlay a {
  margin-top: 0;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fafafa;
  text-decoration: none;
}

section.contact {
  text-align: center;
  background: #231f20 url("img/bg-overlay.png") fixed;
  color: #fafafa;
  padding: 45px 0;
}
section.contact p {
  font-size: 1.2rem;
}
section.contact h1 {
  color: #fafafa;
  text-align: center;
}

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