html,
body {
  scroll-behavior: smooth;
}

/**header css**/

.navigation {
  background-color: white;
  border-bottom: solid 0.5px #cccccc;
  height: 100px;
  padding: 4px 20px 0 10px;
}

.navigation .container {
  min-width: 100% !important;
}

.navigation .container .top-nav-logo {
  max-width: 15rem;
  width: auto;
  padding: 0.75rem;
}

.navigation .container .title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation .container .title-container p {
  font-size: 26px;
  font-weight: 600;
}

.navigation .menu-container span.hide-on-small-only.nav-btn {
  font-size: 16px !important;
}

.navigation .top-nav-btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 0.6;
}

.navigation .top-nav-btn:hover {
  opacity: 1;
  -webkit-animation: shake-up 0.2s 1 ease-in-out;
  animation: shake-up 0.2s 1 ease-in-out;
}

.navigation .navigation span.hide-on-small-only {
  font-size: 16px !important;
}

.navigation .top-nav-btn-icon {
  width: 4rem;
  height: auto;
}

.navigation .dropdown-trigger {
  font-family: "Lato", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #cccccc;
  height: 3.15rem;
}

.navigation .dropdown-trigger > * {
  margin: 0 0.8rem 0 0;
}

.navigation #nav-dropdown > li > a {
  color: #097609;
  font-size: 1rem;
}

.navigation #nav-dropdown {
  width: 15rem !important;
}

.banner-sec {
  width: 100%;
  background: url(../img/top_view_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  color: #000000;
  padding: 60px 0px 4px;
  background-position: center;
}

.container {
  width: 1110px;
}

.banner-sec h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.fragen {
  padding-bottom: 30px;
}

span.logout-txt.valign-wrapper img.login_icons {
  padding-right: 10px;
}

.banner-sec .probusiness_btn h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
  font-family: "Lato";
  margin-top: 30px;
}

.banner-sec .business_btn {
  margin-top: 60px;
  display: flex;
  position: relative;
}

.banner-sec .business_btn span {
  position: absolute;
  left: 36%;
  top: -60px;
}

.banner-sec .business_btn a {
  background: #70af1a;
  border-radius: 4px;
  padding: 16px 32px;
  font-style: normal;
  font-family: lato;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;

  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
  margin-right: 20px;
  display: block;
}

.banner-sec a.hier_btn {
  background: #017700;
  border-radius: 4px;
  padding: 16px 32px;
  font-style: normal;
  font-family: lato;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
  margin-right: 20px;
  display: block;
  width: fit-content;
  margin-top: 16px;
}

.banner-sec .banner-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;

  color: rgba(0, 0, 0, 0.87);
  padding-top: 25px;
}

.banner-sec .fragen h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;

  color: rgba(0, 0, 0, 0.87);
  margin: 32px 0px 0px;
}

.banner-sec .fragen p {
  padding-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.54);
  display: flex;
}

.banner-sec .fragen p a {
  color: #000 !important;
  font-weight: bold;
  padding-left: 4px;
  display: flex;
}

.banner-sec .business_btn a:hover {
  background: #609c0f;
}

.banner-sec a.hier_btn:hover {
  background: #1d8a1c;
}

.banner-sec .fragen span.icon {
  padding-left: 8px;
}

.banner-sec .fragen span.icon img {
  width: 50px;
}

.banner-sec .banner-sec h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
  font-family: "Lato";
}

section.recipe_calculator {
  background: #f7f7f7;
  padding: 100px 0px 100px;
}

.recipe_calculator .heading_section h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
}

.recipe_calculator .heading_section p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 16px;
  margin: 0px;
}

section.recipe_calculator .get_your_recipe {
  margin-top: 26px;
}

section.recipe_calculator .get_your_recipe h2 {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
  margin: 0px;
  padding-top: 10px;
}

section.recipe_calculator .get_your_recipe a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #70af1a;
  font-family: "Lato";
  display: flex;
  padding-top: 10px;
}

section.recipe_calculator .get_your_recipe a span {
  padding-left: 8px;
}

section.recipe_calculator .get_your_recipe img {
  width: 100%;
}

.pro_business_btn {
  text-align: center;
  margin-top: 50px;
}

.pro_business_btn a {
  background: #70af1a;
  border-radius: 4px;
  border: 1px solid #70af1a;
  box-shadow: none;
  padding: 16px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  line-height: 21px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}

.pro_business_btn a:hover {
  background: #609c0f;
}

section.recipe_calculator .get_your_recipe a:hover {
  color: #609c0f;
}
.freepik_link a:hover {
  color: #333;
}
.freepik_link {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}

.freepik_link a {
  color: #000;
  font-size: 14px;
}
.banner-sec .banner-content p a {
  color: #017700;
  font-weight: bold;
}

.recipe_all_website {
  display: flex;
}
.recipe_all_website .col {
  padding: 0px 10px;
}
@media (max-width: 767px) {
  .banner-sec {
    background: #f2f8f8;
    padding-bottom: 30px;
  }

  .banner-sec .row {
    margin-bottom: 0px;
  }

  .row .col.s6 {
    width: 100%;
  }

  .row .col.s3 {
    width: 100%;
  }

  .container {
    width: 100% !important;
  }
  .pro_business_btn a {
    font-size: 14px;
  }
  /*.top_banner{
	display: block !important;
	margin: -6px -10px;
}*/
  .banner-sec .business_btn {
    display: block;
  }

  .banner-sec h1,
  .recipe_calculator .heading_section h2 {
    font-size: 32px;
    margin: 0px;
    line-height: 44px;
  }
  .banner-sec .business_btn a {
    display: initial;
  }

  .pro_business_btn {
    margin-top: 30px;
  }

  .banner-sec a.hier_btn {
    margin-top: 30px;
  }

  .banner-sec .fragen p {
    display: block;
  }

  .banner-sec .fragen {
    padding-bottom: 20px;
  }

  .banner-sec .fragen p a {
    padding-left: 0px;
  }

  section.recipe_calculator .get_your_recipe {
    text-align: center;
  }

  section.recipe_calculator .get_your_recipe img {
    width: auto;
  }

  section.recipe_calculator .get_your_recipe a {
    justify-content: center;
  }

  .pro_business_btn button {
    font-size: 14px;
  }

  .top_banner img {
    width: 100%;
  }

  .banner-sec .business_btn span {
    position: absolute;
    left: 184px;
    top: -54px;
  }

  .business_btn span img {
    width: 118px;
  }
  .col.xl10.s10.center-align.title-container {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    justify-content: left;
  }
  .navigation .container {
    margin: 0px;
  }
  .navigation .dropdown-trigger > * {
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  .navigation {
    height: 74px;
    padding: 0px 0px 0 10px;
    align-items: center;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .navigation .container .title-container p {
    font-size: 21px;
    left: auto;
    right: auto;
    justify-content: left;
    line-height: 26px;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .col.xl10.s10.center-align.title-container {
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    justify-content: left;
  }
  .navigation .container {
    margin: 0px;
  }
}
@media (max-width: 767px) {
  section.recipe_calculator .container {
    width: 100% !important;
  }
  .recipe_all_website {
    display: block;
    margin: auto;
  }
  .recipe_all_website .col {
    padding: 0px 40px;
    margin: auto;
    float: initial;
  }
  .pro_business_btn a {
    font-size: 14px;
  }
  section.recipe_calculator {
    padding: 50px 0px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}
