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;
  background-color: #fff;
  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%;
}

#nav-logo {
  width: 240px;
}

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

#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;
}

.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;
}

@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;
  padding: 0 0 30px 0;
  margin: 0;
  color: #333;
  font-weight: 300;
}
h1.white {
  color: #fafafa;
}
@media (min-width: 870px) {
  h1 {
    text-align: left;
  }
}

.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") center/cover no-repeat;
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 870px) {
  .header-section {
    background: #333333 url("img/banner.jpg") center/cover no-repeat fixed;
  }
}
.header-section img {
  width: 80%;
  display: inline;
}
@media (min-width: 870px) {
  .header-section img {
    width: 39%;
  }
}
.header-section h1 {
  font-size: 35px;
  font-weight: 400;
  top: 30px;
  position: relative;
  padding: 0;
}
@media (min-width: 870px) {
  .header-section h1 {
    font-size: 42px;
    font-weight: 400;
    top: -220px;
    position: relative;
    padding: 0;
  }
}
.header-section .header-overlay {
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.2);
}
.header-section #xy {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 870px) {
  .header-section #xy {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
  }
}

.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;
}

.form-control:active, .form-control:focus {
  box-shadow: none;
  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;
}

.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.webanwendungen #webanwendungen-img {
  display: none;
}
@media (min-width: 870px) {
  section.webanwendungen #webanwendungen-img {
    display: initial;
  }
}
section.webanwendungen #webanwendungen-img-mobile {
  display: initial;
  padding-bottom: 15px;
}
@media (min-width: 870px) {
  section.webanwendungen #webanwendungen-img-mobile {
    display: none;
  }
}

section.webdesign #webdesign-img {
  display: none;
}
@media (min-width: 870px) {
  section.webdesign #webdesign-img {
    display: initial;
  }
}
section.webdesign #webdesign-img-mobile {
  display: initial;
  padding-bottom: 15px;
}
@media (min-width: 870px) {
  section.webdesign #webdesign-img-mobile {
    display: none;
  }
}

section.hosting #hosting-img-1, section.hosting #hosting-img-2, section.hosting #hosting-img-3 {
  display: none;
}
@media (min-width: 870px) {
  section.hosting #hosting-img-1, section.hosting #hosting-img-2, section.hosting #hosting-img-3 {
    display: initial;
  }
}
section.hosting #hosting-img-mobile-1, section.hosting #hosting-img-mobile-2, section.hosting #hosting-img-mobile-3 {
  display: initial;
  padding-bottom: 15px;
}
@media (min-width: 870px) {
  section.hosting #hosting-img-mobile-1, section.hosting #hosting-img-mobile-2, section.hosting #hosting-img-mobile-3 {
    display: none;
  }
}

section.branding #branding-img {
  display: none;
}
@media (min-width: 870px) {
  section.branding #branding-img {
    display: initial;
  }
}
section.branding #branding-img-mobile {
  display: initial;
  padding-bottom: 15px;
}
@media (min-width: 870px) {
  section.branding #branding-img-mobile {
    display: none;
  }
}

section.consulting {
  padding: 30px 0 60px 0;
}
@media (min-width: 870px) {
  section.consulting {
    padding: 45px 0 90px 0;
  }
}
section.consulting #consulting-img {
  display: none;
}
@media (min-width: 870px) {
  section.consulting #consulting-img {
    display: initial;
  }
}
section.consulting #consulting-img-mobile {
  display: initial;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 15px;
}
@media (min-width: 870px) {
  section.consulting #consulting-img-mobile {
    display: none;
  }
}

section.projektablauf {
  text-align: center;
}
section.projektablauf img {
  width: 90%;
  margin: 0 5%;
  padding: 0 0 30px 0;
}
section.projektablauf h3 {
  font-weight: 400;
  font-size: 1.4em;
  color: #231f20;
}
section.projektablauf p {
  font-weight: 400;
  font-size: 0.9em;
  text-align: center;
  padding: 0 15px;
}

section.about {
  padding: 60px 0 30px 0;
}
@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.hosting .topics {
  text-align: center;
  padding: 30px;
}
section.hosting .topics img {
  width: 100px;
  height: 100px;
}
section.hosting .topics h3 {
  font-size: 1.5rem;
  margin: 0;
  padding: 15px;
}
section.hosting .topics p {
  font-size: 1rem;
  margin: 0;
  padding: 0 15px 15px 15px;
}

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 */
