body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 130px 0px 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-align: center;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin: 0px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #666060;
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

h4 {
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #666060;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
}

h4:hover {
  color: #00b39a;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #666060;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  text-align: center;
}

a {
  text-decoration: underline;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: 'Open Sans', sans-serif;
  color: #666060;
  font-size: 19px;
  line-height: 22px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.button {
  position: relative;
  left: 560px;
  top: 427px;
  right: -119px;
  display: inline-block;
  overflow: visible;
  margin-top: 70px;
  margin-left: 10px;
  padding: 14px 26px 14px 17px;
  float: left;
  border: 1px solid #00b39a;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #9ea8a4;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #00b39a;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  -webkit-column-count: 1;
  column-count: 1;
}

.button:hover {
  background-color: #00b39a;
  color: #fff;
}

.header {
  position: static;
  bottom: 1px;
  z-index: 10;
  height: 713px;
  padding-bottom: 0px;
  background-image: url('../images/and_logo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-shadow: inset 0 3px 0 0 #000;
}

.header.sub-page {
  background-image: url('../images/profile-dude-blue.jpg');
  background-position: 50% 100%;
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.green {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 66px;
  background-color: transparent;
}

.section.green.footer {
  background-color: #00b39a;
}

.section.portrait {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #fff;
  background-image: url('../images/hintergrund-book.jpg');
  background-position: 50% 111%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.chronik {
  background-color: transparent;
  background-image: url('../images/and.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.section.leistungen {
  background-color: rgba(78, 192, 176, 0.18);
}

.section.footer {
  background-color: #fff;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 8px;
  padding-right: 10px;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  text-transform: none;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current:focus {
  color: #000;
}

.navigation {
  position: static;
  z-index: 10;
  padding: 36px 19px 0px;
  border-top: 3px solid #25c485;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.logo {
  margin-top: 10px;
  margin-bottom: 22px;
  font-size: 25px;
  line-height: 34px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.align-right {
  padding-right: 25px;
  text-align: right;
}

.image {
  margin-bottom: 20px;
}

.thumbnail {
  margin-right: 21px;
  margin-bottom: 26px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06);
  text-align: center;
}

.journal-entry {
  display: block;
  margin-bottom: 19px;
  padding: 10px 20px;
  border: 1px solid #dce6e4;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #333;
  text-decoration: none;
}

.journal-entry:hover {
  background-color: #f2f7f6;
}

.logo-link {
  color: #333;
  text-decoration: none;
}

.field {
  height: 53px;
  border: 1px solid #d1e6dd;
  box-shadow: inset 0 1px 0 0 transparent;
}

.field:focus {
  border-color: #24c786;
  box-shadow: inset 0 0 8px 0 transparent;
}

.field.comments {
  height: 101px;
}

.success {
  padding: 47px;
  background-color: #e3e3e3;
  color: #000;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #00b39a;
}

.heading {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  text-align: center;
}

.heading.title {
  margin-top: 87px;
  background-color: #00877b;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

.herzlich-willkommen {
  background-color: transparent;
  font-size: 30px;
}

.co-headline {
  font-size: 23px;
}

.welcome {
  position: fixed;
  left: 285px;
  right: 121px;
  background-color: #00b39a;
  color: #fff;
}

.logo_hp {
  position: relative;
  top: 223px;
}

.zuverlssig {
  position: absolute;
  left: 617px;
  top: 451px;
  right: 50px;
  bottom: -146px;
  background-color: #0098ff;
}

.row {
  text-align: center;
}

.tablink {
  width: 15%;
  margin-right: 2%;
  padding-top: 15px;
  border-radius: 2px;
  background-color: rgba(0, 179, 155, 0.66);
  box-shadow: inset 0 0 2px 2px rgba(158, 168, 164, 0.44), 0 0 0 2px #e2e2e2;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.tablink:hover {
  background-color: #00b39b;
}

.tablink.w--current {
  text-align: center;
}

.tablink.jahresabschluss {
  padding-right: 15px;
  padding-left: 15px;
}

.tablink.jahresabschluss.w--current {
  bottom: -1px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #3981d1;
  font-size: 15px;
  text-align: left;
}

.tablink.steuererklrung {
  padding-right: 15px;
  padding-left: 15px;
}

.tablink.steuererklrung.w--current {
  background-color: #3981d1;
}

.tablink.buchhaltung {
  padding-right: 15px;
  padding-left: 15px;
}

.tablink.buchhaltung.w--current {
  background-color: #3981d1;
}

.tablink.beratung {
  padding-right: 15px;
  padding-left: 15px;
}

.tablink.beratung.w--current {
  background-color: #3981d1;
}

.tablink.unternehmenskauf {
  padding-right: 15px;
  padding-left: 15px;
}

.tablink.unternehmenskauf.w--current {
  background-color: #3981d1;
}

.tabarrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -14px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tabs-menu {
  margin-bottom: 30px;
  padding-bottom: 0px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  text-align: center;
}

.tabtext {
  font-size: 14px;
  text-align: center;
}

.tab-para {
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #9ea8a4;
  font-weight: 300;
  text-align: center;
}

.tabs {
  padding-top: 25px;
}

.chronik-headline {
  color: #fff;
}

.kontakt {
  padding-top: 30px;
  background-color: hsla(0, 0%, 89%, 0.28);
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}

.e-mail {
  color: #666060;
  text-decoration: none;
}

.e-mail:hover {
  border-bottom: 1px solid #00b39a;
  color: #00b39a;
}

.chronik-block {
  margin-bottom: 19px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #dce6e4;
  background-color: #fff;
}

.footer-company {
  color: #00b39a;
  font-size: 21px;
  text-align: left;
}

.footer-text {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.footer-text.adress {
  color: #666060;
  font-size: 14px;
}

.page-link {
  padding-top: 0px;
  color: #00b39a;
  text-decoration: none;
}

.page-link:hover {
  color: #fff;
}

.nav_footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00b39a;
}

.ueber_uns {
  padding-top: 30px;
  background-color: transparent;
}

.steuerberater_pic {
  text-align: right;
}

.das-sind-wir {
  margin-top: 20px;
  padding-bottom: 20px;
}

.footlink {
  color: #666060;
  text-decoration: none;
}

.footlink:hover {
  border-bottom: 1px solid #000;
  color: #000;
}

.referenzen {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(0, 179, 155, 0.59);
  text-align: center;
}

.dummylogo {
  margin-right: 10%;
  margin-left: 10px;
  opacity: 0.59;
  text-align: center;
}

.referenzencontainer {
  text-align: center;
}

.impressum-_text {
  margin-bottom: 13px;
  padding: 70px 5px 10px;
  font-family: 'Open Sans', sans-serif;
  color: #666060;
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.impressum_headline {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 25px;
}

.impressum {
  padding-top: 30px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 18px;
}

.footerlinks {
  text-decoration: none;
}

.footer_link {
  color: #666060;
  text-decoration: none;
}

.footer_link:hover {
  color: #00b39a;
}

.portrait_para {
  font-weight: 400;
}

.quote {
  padding-top: 20px;
  padding-bottom: 20px;
}

.quote-1 {
  right: -36px;
}

.quote-2 {
  left: -20px;
}

.company_pic {
  padding-top: 65px;
  padding-bottom: 300px;
  background-image: url('../images/Kanzlei.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.service {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #3981d1;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #9ea8a4;
}

.impressum_para {
  padding-top: 70px;
  font-size: 14px;
  text-align: left;
}

.agbs {
  overflow: visible;
}

.dropdown-link:hover {
  color: #00b39a;
}

.dropdown-content {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

.impressum_link {
  padding-right: 5px;
  padding-left: 5px;
  color: #3981d1;
  text-decoration: none;
}

.impressum_link:hover {
  border-bottom: 1px solid #00b39a;
  color: #00b39a;
}

.impressum_link.w--current {
  padding-right: 5px;
  padding-left: 5px;
  color: #3981d1;
  text-decoration: none;
}

.impressum_link.w--current:hover {
  border-bottom: 1px solid #00b39a;
  color: #00b39a;
}

.top {
  float: right;
  font-family: 'Open Sans', sans-serif;
  text-align: right;
  text-decoration: none;
}

.top.w--current {
  color: #3981d1;
  font-size: 12px;
}

.top.w--current:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-2 {
  text-align: left;
}

.bold-text {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 18px;
}

.text-span {
  font-size: 20px;
}

.text-span-2 {
  font-size: 20px;
}

html.w-mod-js *[data-ix="arrow"] {
  opacity: 0;
  -webkit-transform: translate(0px, -14px);
  -ms-transform: translate(0px, -14px);
  transform: translate(0px, -14px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="logo"] {
  opacity: 0.56;
}

html.w-mod-js *[data-ix="click-on-disclaimer"] {
  display: none;
}

html.w-mod-js *[data-ix="click-on-datenschutz"] {
  display: none;
}

html.w-mod-js *[data-ix="click-on-agbs"] {
  display: none;
}

@media screen and (max-width: 991px) {
  .button {
    left: 459px;
  }
  .align-right {
    padding-right: 10px;
  }
  .zuverlssig {
    left: 288px;
    right: 106px;
  }
  .tablink.jahresabschluss.w--current {
    width: 20%;
  }
  .tablink.unternehmenskauf {
    padding-right: 1px;
    padding-left: 1px;
  }
  .tabtext {
    font-size: 12px;
  }
  .nav-menu {
    background-color: rgba(2, 29, 25, 0.74);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
}

@media screen and (max-width: 767px) {
  .button {
    position: relative;
    left: 188px;
  }
  .header {
    height: 720px;
  }
  .section {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .section.footer {
    text-align: center;
  }
  .navigation {
    position: static;
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.6);
    box-shadow: 0 0 0 1px transparent;
  }
  .align-right {
    text-align: left;
  }
  .thumbnail {
    margin-right: 14px;
    margin-bottom: 15px;
  }
  .logo_hp {
    top: 35px;
  }
  .zuverlssig {
    left: 173px;
    right: 149px;
    padding-right: 194px;
  }
  .tablink.jahresabschluss.w--current {
    width: 20%;
    padding-right: 1px;
    padding-left: 1px;
  }
  .tablink.steuererklrung {
    width: 20%;
    padding-right: 1px;
    padding-left: 1px;
  }
  .tablink.buchhaltung {
    width: 20%;
    padding-right: 1px;
    padding-left: 1px;
  }
  .tablink.beratung {
    width: 20%;
    margin-right: 0%;
    padding-right: 1px;
    padding-left: 1px;
  }
  .tablink.unternehmenskauf {
    width: 20%;
    margin-top: 14px;
    padding-right: 1px;
    padding-left: 1px;
  }
  .tabtext {
    font-size: 12px;
  }
  .footer-company {
    text-align: center;
  }
  .footer-text {
    text-align: center;
  }
  .steuerberater_pic {
    text-align: center;
  }
  .dummylogo {
    padding-top: 10px;
  }
  .impressum-_text {
    padding-right: 10px;
    padding-left: 10px;
  }
  .impressum {
    padding-right: 10px;
    padding-left: 10px;
  }
  .quote-1 {
    right: auto;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .quote-2 {
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .service {
    margin-right: 5px;
    margin-left: 5px;
  }
  .impressum_para {
    padding-right: 10px;
    padding-left: 10px;
  }
  .impressum_link {
    padding-right: 5px;
    padding-left: 5px;
  }
  .impressum_link.w--current {
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    left: 57px;
  }
  .header {
    position: relative;
    height: 631px;
    background-image: url('../images/and.jpg');
    background-position: 0px 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .logo {
    text-align: center;
  }
  .zuverlssig {
    position: absolute;
    left: 145px;
    top: 451px;
    bottom: -146px;
    display: none;
  }
  .tablink.jahresabschluss {
    padding-right: 120px;
    padding-left: 120px;
  }
  .tablink.jahresabschluss.w--current {
    width: 20%;
    padding-right: 120px;
    padding-left: 120px;
  }
  .tablink.steuererklrung {
    padding-right: 120px;
    padding-left: 120px;
  }
  .tablink.buchhaltung {
    padding-right: 120px;
    padding-left: 120px;
  }
  .tablink.beratung {
    padding-right: 120px;
    padding-left: 120px;
  }
  .tablink.unternehmenskauf {
    margin-top: auto;
    padding-right: 120px;
    padding-left: 120px;
  }
  .tabs-menu {
    margin-left: 40px;
    padding-right: 0px;
  }
  .tabtext {
    position: relative;
    left: -95px;
    padding-left: 0px;
    float: left;
    text-align: left;
  }
  .impressum {
    padding-right: 10px;
    padding-left: 10px;
  }
  .nav-menu {
    background-color: rgba(2, 29, 25, 0.74);
  }
  .impressum_link {
    padding-right: 5px;
  }
  .impressum_link.w--current {
    padding-right: 5px;
  }
  .top.w--current {
    padding-right: 10px;
  }
}

