.btn {
  border: none;
  border-radius: 0; }

.btn-primary, input[type="submit"] {
  background: #a0cb44;
  color: #fff !important; }
  .btn-primary:hover, .btn-primary:active, input[type="submit"]:hover, input[type="submit"]:active {
    background: #94c035 !important; }
  .btn-primary:focus, input[type="submit"]:focus {
    box-shadow: 0 0 0 0.2rem rgba(160, 203, 68, 0.5) !important; }
  .btn-primary:disabled, input[type="submit"]:disabled {
    background-color: #85ac30;
    border-color: transparent;
    opacity: .7; }

.btn-secondary {
  background: #d2d3d5;
  color: #fff !important; }
  .btn-secondary:hover, .btn-secondary:active {
    background: #c5c6c9 !important; }
  .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 211, 213, 0.5) !important; }

.edit-link a {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #a0cb44;
  color: #fff;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/open-sans-v15-latin-regular.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/open-sans-v15-latin-600.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/open-sans-v15-latin-700.woff2") format("woff2"), url("../fonts/open-sans-v15-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }
body {
  font-family: 'Open Sans', sans-serif;
  color: #777; }

h1 {
  font-size: 38px;
  color: #a0cb44;
  margin: 0; }

h2 {
  font-size: 18px;
  text-transform: uppercase; }
  h2.underlined {
    border-bottom: 1px solid #777;
    padding-bottom: 6px; }

h3 {
  color: #a0cb44;
  font-size: 18px;
  font-weight: 600; }

footer ul, main ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  footer ul li:before, main ul li:before {
    content: '>';
    color: #a0cb44;
    font-weight: bold;
    margin-right: 5px; }

body.page {
  margin: 0; }

hr {
  background: #ddd; }

.container {
  max-width: 1450px; }

.flex {
  display: flex; }

.comments-area h2 {
  color: #a0cb44;
  font-weight: 600;
  text-transform: uppercase; }
.comments-area ol.comment-list {
  margin: 0;
  padding: 0; }
.comments-area li.comment {
  padding-top: 20px; }
  .comments-area li.comment .comment-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 5px; }
    .comments-area li.comment .comment-meta .meta-sep {
      margin: 0 15px;
      font-size: 14px;
      line-height: 22px; }
    .comments-area li.comment .comment-meta .actions {
      display: flex; }
    .comments-area li.comment .comment-meta .edit-link a {
      padding: 0;
      background: transparent;
      vertical-align: inherit;
      border: 0;
      font-size: 14px; }
    .comments-area li.comment .comment-meta a {
      color: #777; }
  .comments-area li.comment .comment-content {
    background-color: #f4f6f6;
    padding: 15px 20px; }
    .comments-area li.comment .comment-content p:last-child {
      margin-bottom: 0; }
  .comments-area li.comment.depth-1 {
    border-top: 1px solid #777;
    padding-bottom: 20px; }

.comment-respond h3 {
  border-bottom: 1px solid #777;
  color: #a0cb44;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 8px; }
.comment-respond .logged-in-as a {
  color: #777; }

.comment-form input, .comment-form textarea {
  border-radius: 0; }
.comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
  position: relative; }
  .comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
    position: absolute;
    top: 4px;
    left: 5px;
    margin: 0; }
    .comment-form .comment-form-author label span, .comment-form .comment-form-email label span, .comment-form .comment-form-url label span {
      color: #a0cb44;
      margin: 0 5px; }
  .comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form .comment-form-url input {
    width: 100%;
    padding-left: 85px; }

.site-header .flex {
  justify-content: space-between; }
.site-header .search-wrapper {
  position: relative; }
  .site-header .search-wrapper .main-search--form {
    display: inline-block;
    position: relative; }
    .site-header .search-wrapper .main-search--form .main-search--field {
      width: 600px;
      height: 50px;
      padding: 0px 38px 0px 9px;
      background: transparent;
      vertical-align: middle;
      border: 1px solid #839793;
      font-size: 16px;
      line-height: 50px;
      color: #8798a9; }
    .site-header .search-wrapper .main-search--form .main-search--button {
      position: absolute;
      right: 0px;
      bottom: 0px;
      padding: 0 10px;
      height: 50px;
      z-index: 2;
      font-size: 34px;
      background: transparent;
      border: 0 none;
      outline: none;
      cursor: pointer; }
      .site-header .search-wrapper .main-search--form .main-search--button i {
        color: #808080; }
  .site-header .search-wrapper .claim {
    position: absolute;
    left: 100px;
    bottom: -34px;
    padding: 15px 5px;
    border: 3px solid #a0cb44; }
.site-header .button-wrapper .btn {
  height: 50px;
  padding: 0 .75em;
  line-height: 50px; }
.site-header .mobile-buttons {
  display: none; }
  .site-header .mobile-buttons .mobile-menu-trigger {
    cursor: pointer; }

@media screen and (max-width: 48em) {
  .site-header {
    margin-top: 20px; }
    .site-header .flex {
      flex-wrap: wrap; }
      .site-header .flex .site-branding {
        order: 2; }
      .site-header .flex .search-wrapper {
        width: 100%;
        margin-bottom: 25px;
        order: 1; }
        .site-header .flex .search-wrapper .main-search--form {
          width: 100%; }
          .site-header .flex .search-wrapper .main-search--form input {
            width: 100%; }
        .site-header .flex .search-wrapper .btn {
          display: none; }
      .site-header .flex .mobile-buttons {
        display: block;
        order: 3; }
        .site-header .flex .mobile-buttons .contact-button {
          display: inline-block; }
        .site-header .flex .mobile-buttons .mobile-menu-trigger {
          display: inline-block;
          position: relative;
          top: 9px;
          font-size: 36px;
          line-height: 36px; }
    .site-header .claim h1 {
      font-size: 30px; } }
header.site-header .topbar {
  justify-content: space-around;
  background: #eee;
  text-align: center;
  margin-bottom: 60px; }
  header.site-header .topbar .topbar-element {
    display: inline-block; }

footer.site-footer {
  background: #f7f8f8;
  padding-top: 70px; }
  footer.site-footer .flex {
    justify-content: space-between;
    flex-wrap: wrap; }
  footer.site-footer .footer-box {
    font-size: 16px; }
    footer.site-footer .footer-box h6 {
      font-size: 18px;
      color: #a0cb44;
      border-bottom: 1px solid #ccc;
      text-transform: uppercase;
      font-weight: bold; }
    footer.site-footer .footer-box a {
      color: #777; }
    footer.site-footer .footer-box ul li {
      margin-bottom: 10px; }
    footer.site-footer .footer-box.aboutus {
      width: 73%; }
    footer.site-footer .footer-box.wordcloud {
      width: 24%; }
    footer.site-footer .footer-box.service {
      width: 34%; }
    footer.site-footer .footer-box.information {
      width: 35%; }
    footer.site-footer .footer-box.contact {
      width: 24%; }
    footer.site-footer .footer-box.wordcloud a {
      color: #a0cb44; }
    footer.site-footer .footer-box.contactform .formrow {
      position: relative;
      margin-bottom: 20px; }
      footer.site-footer .footer-box.contactform .formrow label {
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1; }
        footer.site-footer .footer-box.contactform .formrow label span {
          color: #a0cb44;
          margin: 0 5px; }
      footer.site-footer .footer-box.contactform .formrow input {
        width: 100%;
        border-radius: 0; }
        footer.site-footer .footer-box.contactform .formrow input[type="text"], footer.site-footer .footer-box.contactform .formrow input[type="tel"], footer.site-footer .footer-box.contactform .formrow input[type="email"] {
          padding-left: 80px; }
    footer.site-footer .footer-box.contactform textarea {
      height: 70px; }
  footer.site-footer .site-info {
    margin: 40px 0;
    text-align: center; }

body.page-id-28 .lexikon-tos ul {
  display: flex;
  justify-content: space-between; }
  body.page-id-28 .lexikon-tos ul li {
    display: inline-block;
    color: #a0cb44;
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid #777;
    font-weight: 600;
    line-height: 20px;
    font-size: 18px;
    cursor: pointer; }
    body.page-id-28 .lexikon-tos ul li:hover {
      background-color: #f7f8f8; }
    body.page-id-28 .lexikon-tos ul li:before {
      content: '';
      margin-right: 0; }
    body.page-id-28 .lexikon-tos ul li:last-child {
      border-right: 1px solid #777; }
body.page-id-28 .wpb_content_element {
  margin-bottom: 0; }
body.page-id-28 h2 {
  margin-bottom: 15px;
  color: #a0cb44;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  border-bottom: 1px solid #777;
  margin-top: 25px; }
body.page-id-28 h3 {
  color: #777;
  margin-bottom: 0; }

nav.main-navigation {
  height: 56px;
  margin: 40px 0 0 -40px;
  padding: 0;
  justify-content: flex-start !important; }
  nav.main-navigation .menu-toggle {
    display: none; }
  nav.main-navigation a.home {
    display: inline-block;
    margin-right: 2px;
    padding: 0 20px 0 30px;
    line-height: 56px;
    color: #777; }
    nav.main-navigation a.home:hover {
      background: #f2f2f2; }
    nav.main-navigation a.home.current_page_item {
      background: #a0cb44;
      color: #fff; }
  nav.main-navigation ul {
    display: block; }
    nav.main-navigation ul li {
      position: relative;
      font-size: 18px;
      line-height: 56px;
      margin-right: 2px; }
      nav.main-navigation ul li > a {
        padding: 0 10px 0 10px;
        display: inline-block;
        color: #777; }
        nav.main-navigation ul li > a:hover {
          background: #f2f2f2; }
      nav.main-navigation ul li.current_page_item a, nav.main-navigation ul li.current-page-ancestor a {
        background: #a0cb44;
        color: #fff; }

@media screen and (max-width: 64em) {
  nav.main-navigation {
    height: auto; } }
@media screen and (max-width: 48em) {
  nav.main-navigation {
    display: none; }
    nav.main-navigation ul.menu > li {
      float: unset;
      display: block;
      padding: 0 0 5px;
      margin: 0 0 10px;
      border-bottom: 1px solid #4f6e7f;
      text-align: center; }
      nav.main-navigation ul.menu > li:after {
        content: "" !important; } }
body.page .category-link, body.archive .category-link {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 600; }
  body.page .category-link .wpb_content_element, body.archive .category-link .wpb_content_element {
    margin-bottom: 0; }
  body.page .category-link .btn, body.archive .category-link .btn {
    height: 60px;
    line-height: 48px;
    font-size: 20px;
    font-weight: 600; }
body.page footer.entry-footer, body.archive footer.entry-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  border-top: 2px solid #bcbaba; }
  body.page footer.entry-footer .meta-sep, body.archive footer.entry-footer .meta-sep {
    margin: 0 15px;
    font-size: 14px;
    line-height: 22px; }
  body.page footer.entry-footer .comments-link a, body.page footer.entry-footer .tags-links a, body.archive footer.entry-footer .comments-link a, body.archive footer.entry-footer .tags-links a {
    color: #777; }

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