@font-face {
  font-family: "Mrs_Saint_Delafield";
  src: url("../font/Mrs_Saint_Delafield/MrsSaintDelafield-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat/Montserrat-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Bold.ttf");
  font-weight: bold;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-Italic.ttf");
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../font/Poppins/Poppins-BoldItalic.ttf");
  font-weight: bold;
  font-style: italic;
}
.signature {
  font-family: "Mrs_Saint_Delafield", sans-serif;
  font-size: 32px;
}

.logo-dim {
  height: 30px;
}

.appstore {
  height: 63px;
}

.icon-size {
  width: 16px;
  height: 16px;
}

.accent {
  color: #D8FDB8;
}

.accent-dark {
  color: #5FC606;
}

.margin-top-XXL {
  margin-top: 150px;
}

.margin-top-XL {
  margin-top: 100px;
}

.margin-top-L {
  margin-top: 80px;
}

.margin-top-M {
  margin-top: 50px;
}

.margin-top-S {
  margin-top: 30px;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.hint {
  font-size: 13px;
}

iframe {
  width: 500px;
  margin-bottom: 100px;
  margin-top: 200px !important;
}

.border {
  border-color: #3F3F3F !important;
  padding: 24px 16px 24px 16px;
  border-width: 2px !important;
  border-style: solid;
  border-radius: 2px;
}

.mark-orange {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(to right, rgba(255, 172, 28, 0.1), rgba(255, 172, 28, 0.7) 4%, rgba(255, 172, 28, 0.3));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.mark-green {
  margin: 0 -0.4em;
  padding: 0.1em 0.4em;
  border-radius: 0.8em 0.3em;
  background: transparent;
  background-image: linear-gradient(to right, rgba(216, 253, 184, 0.1), rgba(216, 253, 184, 0.7) 4%, rgba(216, 253, 184, 0.3));
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.width-250 {
  width: 250px;
}

.width-400 {
  width: 400px;
}

.width-450 {
  width: 450px;
}

.width-500 {
  width: 500px;
}

.width-650 {
  width: 650px;
}

body {
  font: 100% "Poppins", sans-serif;
  color: #3F3F3F;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
}
body a {
  color: #3F3F3F;
}

h1 {
  font-family: "Montserrat", sans-serif;
  color: #1f1f1f;
  font-weight: 400;
  font-size: 75px;
  line-height: 105px;
  /* or 122% */
  letter-spacing: 0.26px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  color: #1f1f1f;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 72px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 46px;
  line-height: 54px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: #3F3F3F;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 40px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  color: #3F3F3F;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
}

.section {
  min-height: 350px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.navbar {
  padding-top: 48px;
}
.navbar a {
  color: #3C3D41;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 17px;
  margin-left: 30px;
}

.skill-flow {
  padding-bottom: 50px;
  display: block;
}

#getting-started {
  font-size: 27px;
  line-height: 34px;
  height: 34px;
  padding-top: 15px;
  width: 320px;
  max-width: 100%;
}

#getting-started ul {
  position: relative;
  float: left;
  display: block;
  left: 45%;
  margin: 0px;
  padding: 0px;
}

#getting-started ul li {
  float: left;
  text-align: center;
  display: block;
  padding: 0px 10px;
  position: relative;
  right: 50%;
  max-width: 60px;
}

#getting-started span {
  font-size: 12px;
  display: block;
}

#welcome {
  background-color: #ffffff;
}
#welcome h1, #welcome h2, #welcome h3, #welcome h4 {
  text-align: left;
}

#basics {
  background-color: #ffffff;
  padding-bottom: 80px;
}
#basics p {
  text-align: justify;
}
#basics .title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#faq {
  background-color: #1f1f1f;
  margin-top: 40px;
}
#faq h2 {
  text-align: center;
  font-weight: 700;
  color: #3C3D41;
  font-size: 52px;
  margin-bottom: 50px;
}
#faq .question {
  color: #474747;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height */
  letter-spacing: 1px;
  text-transform: uppercase;
}
#faq .icon {
  float: right;
}
#faq .answer {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 21px;
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
}

.plan {
  width: 400px;
  background: #ffffff;
  box-shadow: 0px 12px 28px rgba(83, 83, 83, 0.1);
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 100px;
  padding: 50px;
}
.plan .facts {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 32px;
  /* or 267% */
  color: #000000;
}
.plan .check {
  float: right;
  font-weight: 300;
  font-size: 14px;
}
.plan .plan-price {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 52px;
  line-height: 73px;
  text-align: center;
  letter-spacing: -5px;
  color: #D8FDB8;
}
.plan .plan-price img {
  height: 100px;
  width: 100px;
}

#plans {
  background-color: #ffffff;
}
#plans h2 {
  text-align: center;
  font-weight: 700;
  color: #3C3D41;
  font-size: 52px;
  margin-bottom: 50px;
}

#contact {
  width: 100%;
  background-color: #1f1f1f;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
}
#contact p {
  text-align: justify;
}
#contact h1, #contact h2, #contact h3, #contact h4, #contact h5 {
  color: #ffffff;
}
#contact img {
  height: 400px;
  width: auto;
}

#impressum {
  background-color: #1f1f1f;
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  text-align: center;
}
#impressum p {
  margin-left: 30px;
  margin-right: 30px;
}
#impressum a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1300px) {
  h1 {
    font-size: 60px;
    line-height: 75px;
  }
  h2 {
    font-size: 34px;
    line-height: 52px;
  }
  h3 {
    font-size: 20px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .margin-top-XXL {
    margin-top: 100px;
  }
  .margin-top-XL {
    margin-top: 80px;
  }
  .margin-top-L {
    margin-top: 50px;
  }
  .margin-top-M {
    margin-top: 30px;
  }
  .margin-top-S {
    margin-top: 20px;
  }
  #getting-started {
    font-size: 22px;
    line-height: 30px;
    height: 30px;
    width: 300px;
  }
  #contact img {
    height: 300px;
  }
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 26px;
  }
  h1 {
    font-size: 40px;
    line-height: 55px;
  }
  h2 {
    font-size: 30px;
    line-height: 32px;
  }
  h3 {
    font-size: 20px;
    line-height: 36px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .margin-top-XXL {
    margin-top: 80px;
  }
  .margin-top-XL {
    margin-top: 60px;
  }
  .margin-top-L {
    margin-top: 40px;
  }
  .margin-top-M {
    margin-top: 20px;
  }
  .margin-top-S {
    margin-top: 16px;
  }
  #getting-started {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    padding-top: 10px;
    width: 250px;
  }
  #getting-started ul li {
    float: left;
    text-align: center;
    display: block;
    padding: 0px 5px;
    position: relative;
    right: 50%;
  }
  #getting-started-title {
    display: block;
    padding-top: 80px;
  }
  #contact img {
    height: 270px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .skill-flow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 26px;
    line-height: 35px;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 26px;
  }
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .margin-top-XXL {
    margin-top: 40px;
  }
  .margin-top-XL {
    margin-top: 30px;
  }
  .margin-top-L {
    margin-top: 20px;
  }
  .margin-top-M {
    margin-top: 10px;
  }
  .margin-top-S {
    margin-top: 8px;
  }
  #getting-started-title {
    display: none;
  }
}

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