/*Variablen*/
* {
  font-family: 'Roboto', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #363636;
}

body {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

h1 {
  margin: 0px;
  color: #363636;
  font-size: 40px;
}

h2 {
  font-size: 34px;
  color: #363636;
  text-align: center;
  font-weight: 700;
}

p {
  color: #363636;
}

.clearfix {
  clear: both;
}

#response {
  margin: 10px 0px;
}

.success {
  background: #4cec4c;
  color: white !important;
  padding: 10px 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.error {
  background: #f04747;
  color: white !important;
  padding: 10px 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.wait {
  background: #4d82f7;
  color: white !important;
  padding: 10px 20px;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.nav-container {
  background: #fff;
  width: 100%;
  height: 50px;
  -webkit-box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
          box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
  position: fixed;
  z-index: 999;
}

.wrapper {
  max-width: 1100px;
  margin: auto;
}

.nav-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-container {
  float: left;
  line-height: 50px;
}

.nav-button-container {
  float: right;
  line-height: 50px;
  margin-left: auto;
}

.nav-button {
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#dbd9d4), to(#baac7a));
  background: linear-gradient(to right, #dbd9d4, #baac7a);
  padding: 5px 20px;
  border-radius: 1px;
}

.nav-burger {
  display: block;
  line-height: 50px;
  margin-left: 10px;
  cursor: pointer;
}

.nav-burger div {
  height: 2px;
  width: 25px;
  background: #363636;
  margin: 5px 0;
}

.hidden-menu {
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  background: white;
  border-left: 1px solid #ddd;
  width: 300px;
  margin-left: auto;
  padding: 20px;
  height: 100vh;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.hidden-menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
  color: #363636;
}

.hidden-menu ul a li {
  font-size: 24px;
  padding: 20px 0;
}

.main-container {
  background: linear-gradient(135deg, #ffffff1f, #ffffff3d), url(../img/bg.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 80px 0 170px 0;
}

.main-container p {
  padding: 10px 0;
}

.main-button {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#dbd9d4), to(#baac7a));
  background: linear-gradient(to right, #dbd9d4, #baac7a);
  border-radius: 1px;
  padding: 10px 100px;
  text-align: center;
  margin: auto;
}

.content-inner {
  margin: 100px 0;
}

.service-inner {
  position: relative;
  width: 100%;
  margin: 20px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.service-inner2 {
  position: relative;
  width: 100%;
  margin: 100px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.service-inner img {
  float: left;
  width: 40%;
  -webkit-box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
          box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
}

.service-inner2 img {
  float: right;
  width: 40%;
  -webkit-box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
          box-shadow: 10px 10px 10px -4px rgba(84, 84, 84, 0.8);
}

.service-text2 {
  float: left;
  width: 60%;
}

.service-text {
  float: right;
  width: 60%;
}

.steps-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.steps-inner .step {
  margin: 0 20px;
  width: 25%;
  text-align: center;
  margin: auto;
}

.step img {
  width: 100%;
}

.steps-inner .step p {
  font-size: 20px;
}

.preise-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 20px;
}

.preise-col {
  border: 1px solid #ddd;
  width: 25%;
  padding: 10px;
  margin: 0 10px;
}

.preise-col:hover {
  border: 1px solid linear-gradient(to right, #dbd9d4, #baac7a);
}

.preise-top {
  height: 30px;
}

.preise-img {
  width: 25px;
  height: 25px;
  line-height: 30px;
  float: left;
}

.preise-img img {
  height: 100%;
}

.preise-bread {
  line-height: 20px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#dbd9d4), to(#baac7a));
  background: linear-gradient(to right, #dbd9d4, #baac7a);
  text-align: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  float: right;
  padding: 0 10px;
  border-radius: 1px;
  font-size: 14px;
}

.preise-heading {
  font-size: 18px;
  font-weight: 700;
  color: linear-gradient(to right, #dbd9d4, #baac7a);
  margin-top: 10px;
}

.preise-heading p {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
  margin: 5px 0;
}

.preise-preis {
  font-size: 24px;
  color: linear-gradient(to right, #dbd9d4, #baac7a);
  font-weight: 700;
  margin: 10px 0;
}

.preise-preis span {
  font-size: 16px;
  font-weight: 400;
}

.preise-dash {
  height: 1px;
  width: 100%;
  background: #ddd;
  margin-bottom: 10px;
}

.preise-punkte {
  height: 390px;
}

.preise-punkt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 0;
  width: 100%;
}

.preise-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
}

.preise-phrase {
  font-size: 14px;
  width: 80%;
}

.preise-button-container {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#dbd9d4), to(#baac7a));
  background: linear-gradient(to right, #dbd9d4, #baac7a);
  border-radius: 1px;
  text-align: center;
  margin-top: 10px;
  padding: 5px 0;
  cursor: pointer;
}

.preise-button {
  width: 100%;
  color: white;
}

.contact-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.contact-col {
  color: #363636;
  width: 50%;
}

.contact-col h4 {
  margin: 0;
  font-size: 24px;
}

.contact-col p {
  margin: 0;
  color: #4e4e4e;
  font-size: 14px;
}

.contact-inner-col {
  margin: 10px 0;
}

.contact-icon,
.contact-inner-col p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}

.contact-icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-right: 10px;
}

.contact-text {
  margin-bottom: 20px !important;
}

.contact-inner-col p {
  font-size: 16px;
}

input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
}

form input,
form textarea {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px 0;
  -webkit-appearance: none;
}

form select {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #ddd;
  margin: 10px 0;
}

.submit {
  border: none !important;
  background: -webkit-gradient(linear, left top, right top, from(#dbd9d4), to(#baac7a));
  background: linear-gradient(to right, #dbd9d4, #baac7a);
  color: white;
  cursor: pointer;
}

#submit2 {
  font-size: 18px;
}

.payments {
  text-align: center;
  margin: 50px 0;
}

.payments h4 {
  color: #363636;
  font-size: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.payments svg,
.payments img {
  line-height: 25px;
  height: 25px;
  margin: 0 5px;
}

footer {
  border-top: 1px solid #ddd;
  height: 40px;
}

.footer-copy {
  float: left;
  line-height: 40px;
  color: #363636;
  font-size: 14px;
}

.footer-links {
  float: right;
  display: inline-block;
  line-height: 40px;
}

.footer-links a {
  margin-left: 20px;
  font-size: 14px;
  color: #363636;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.footer-links a:hover {
  color: linear-gradient(to right, #dbd9d4, #baac7a);
}

/*Bestellen Seite*/
.content {
  padding-top: 100px;
}

.content h1 {
  font-size: 34px;
}

/*Checkout Seite*/
#paypal-button-container {
  border-top: none !important;
  text-align: center;
}

.checkout-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  margin-top: 20px;
}

.checkout-left {
  width: 70%;
}

.checkout-right {
  width: 30%;
  position: relative;
}

.checkout-inner {
  padding: 20px;
  border: 1px solid #ddd;
}

td {
  padding: 10px 0;
  color: #363636;
}

.checkout-footer {
  margin-top: 350px;
}

/*Bewertungen*/
.slider-inner {
  text-align: center;
  padding: 20px 0px;
}

.slider-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-text {
  margin-left: 20px;
}

.slider-text p {
  margin: 0;
}

.slider-text img {
  max-width: 100px;
  display: block;
}

.slider-img img {
  max-width: 50px;
  height: 50px;
  border-radius: 50px;
}

/*Beefup*/
.beefup h2 {
  text-align: left;
  font-size: 20px;
  color: #363636 !important;
}

@media screen and (max-width: 1100px) {
  .wrapper {
    padding: 0 20px;
  }
  .preise-punkte {
    height: 500px;
  }
}

@media screen and (max-width: 1000px) {
  .checkout-container {
    display: block;
  }
  .checkout-left,
  .checkout-right {
    width: 100%;
  }
  .checkout-left {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 920px) {
  .preise-inner {
    display: block;
  }
  .preise-col {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .contact-container {
    display: block;
  }
  .contact-col {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 750px) {
  .service-inner,
  .service-inner2 {
    display: block;
  }
  .service-text,
  .service-text2,
  .service-inner img,
  .service-inner2 img {
    width: 100%;
  }
  .steps-inner img {
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .preise-punkte {
    height: 350px;
  }
  .beefup h2 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 650px) {
  .steps-inner {
    display: block;
  }
  .steps-inner .step {
    width: 100%;
    margin-bottom: 50px;
  }
  .step h4 {
    font-size: 24px;
  }
  .steps-inner img {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */