#menu-diensten {
  list-style-type: none; }
  #menu-diensten li {
    line-height: 160%; }
    #menu-diensten li a {
      text-decoration: none;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid #ce9e57;
      display: block; }
    #menu-diensten li a:before {
      content: '>';
      display: inline-block;
      padding-right: 5px; }
  #menu-diensten li:last-of-type a {
    border-bottom: 0px solid #ce9e57; }

footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  border-bottom: 3px solid #ce9e57;
  background: black;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
  footer h3 {
    padding-top: 0; }
  footer .container {
    max-width: 1040px !important;
    padding: 0 40px; }
  footer .col-md-4, footer .col-md-8 {
    text-align: left; }
  footer #footer_logo {
    display: block;
    width: 100%;
    max-width: 170px;
    padding-top: 5px; }
  footer #footer_logo:hover {
    opacity: .5 !important; }
  footer [class^="col-"] {
    color: white !important; }
    footer [class^="col-"] h1, footer [class^="col-"] h2, footer [class^="col-"] h3, footer [class^="col-"] h4, footer [class^="col-"] p, footer [class^="col-"] td, footer [class^="col-"] a, footer [class^="col-"] b, footer [class^="col-"] i, footer [class^="col-"] em, footer [class^="col-"] b, footer [class^="col-"] strong {
      color: white; }
    footer [class^="col-"] p {
      padding-bottom: 15px; }
    footer [class^="col-"] a {
      text-decoration: none; }
  footer .post span, footer .post a {
    color: #7c7c7c; }

@media all and (max-width: 991px) {
  footer .col-md-4 {
    margin-bottom: 20px !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center; }
    footer .col-md-4 #footer_logo {
      margin-left: auto;
      margin-right: auto; } }
input, textarea {
  display: block;
  background-color: white;
  border-radius: 0px;
  border: 1px solid white;
  padding: 6px 2% 9px 2%;
  margin: 0 0 10px 0;
  float: left;
  width: 100%;
  font-size: 1em; }

textarea {
  width: 100%;
  height: 90px; }

input:hover, textarea:hover {
  opacity: .8; }

input[type=submit] {
  display: inline-block;
  padding: 6px 25px 9px 25px;
  margin: 10px 0 0 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: white;
  text-decoration: none !important;
  cursor: pointer;
  width: 100%;
  float: none;
  background-color: black;
  font-size: 1em;
  border-radius: 4px;
  border: 0px solid white; }

input[type=submit]:hover {
  opacity: .6; }

.ow-button-base a {
  padding: 4px 15px 6px 15px !important;
  margin: 0 !important;
  -webkit-transition: all 200ms ease-in-out !important;
  -moz-transition: all 200ms ease-in-out !important;
  -ms-transition: all 200ms ease-in-out !important;
  -o-transition: all 200ms ease-in-out !important;
  transition: all 200ms ease-in-out !important;
  color: white !important;
  text-decoration: none !important;
  border: 0px !important;
  line-height: 1.5 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  background: black !important;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%) !important;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%) !important;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.85) 50%, black 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1) !important; }
  .ow-button-base a span {
    color: white !important; }

.ow-button-base a:hover {
  opacity: .6; }

.ow-button-base.ow-button-align-center {
  text-align: left !important; }

/* Contactform 7 */
.wpcf7-response-output {
  border: 0px solid white !important;
  margin: 0 !important;
  padding: 0 !important;
  color: white;
  background-color: red;
  border-radius: 0; }

.white_block_small .textwidget .wpcf7-response-output {
  color: red !important; }

.wpcf7-mail-sent-ok {
  background-color: green !important; }

.wpcf7-not-valid-tip {
  display: inline-block !important;
  padding-top: 5px;
  color: red !important; }

.white_block_small .textwidget .wpcf7-not-valid-tip {
  color: red !important; }

div.wpcf7 .ajax-loader {
  display: block !important; }

.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item, .wpcf7-radio label {
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input, .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span, .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

html {
  margin-top: 0 !important;
  margin: 0 !important; }

html, body {
  padding: 0;
  margin: 0;
  color: black;
  font-size: 13pt;
  background-color: white;
  height: 100%; }

#blog, .post, .entry {
  width: 100%;
  padding: 0;
  margin: 0; }

.home .wrapper {
  margin-bottom: 0 !important; }

.panel-grid:not(:first-of-type) {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px; }

.panel-grid:first-of-type {
  overflow: hidden;
  margin-bottom: 40px !important; }
  .panel-grid:first-of-type .sow-image-container {
    position: relative;
    height: 500px; }
    .panel-grid:first-of-type .sow-image-container img {
      position: absolute;
      min-height: 500px;
      width: 100%;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      object-fit: cover;
      display: block; }

.panel-grid:nth-of-type(2) .panel-grid-cell:first-of-type {
  margin-top: -150px;
  background: white;
  display: block;
  z-index: 999;
  padding: 30px 30px 0 30px; }
.panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(2) {
  padding: 5px 30px 0 30px; }

.panel-grid::after {
  content: "";
  display: block;
  clear: both; }

.so-panel {
  margin-bottom: 10px !important; }

@media all and (max-width: 780px) {
  .panel-grid:nth-of-type(2) .panel-grid-cell:first-of-type {
    padding: 30px 30px 0 30px !important; }
  .panel-grid:nth-of-type(2) .panel-grid-cell:nth-of-type(2) {
    padding: 0 30px !important; } }
header {
  position: relative;
  z-index: 9999;
  background: white; }
  header .container {
    max-width: 1040px !important;
    padding: 10px 40px; }
  header #header_logo {
    display: block;
    margin: 15px 0 10px 0;
    width: 100%;
    max-width: 170px;
    padding: 0; }
  header #header_logo:hover {
    opacity: .5 !important; }
  header .extra_menu {
    background: #ce9e57 !important;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-radius: 4px;
    margin-right: 0; }
    header .extra_menu li {
      list-style: none;
      padding: 2px;
      text-align: center; }
      header .extra_menu li a {
        height: 100%;
        padding: 2px 10px 3px 10px !important;
        color: white;
        text-decoration: none !important;
        text-align: center;
        display: block; }
      header .extra_menu li a:hover {
        opacity: 1 !important; }
  header .extra_menu:hover {
    opacity: .5; }

.menu-main-menu-container {
  width: 100%; }

.navbar {
  padding: 0; }

.navbar-toggler {
  border: none !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0) !important; }

.navbar-toggler-icon {
  height: 2.5em;
  width: 2.5em;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='1' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.navbar-toggler-icon:hover {
  opacity: .5; }

#navbarResponsive, #header_logo_small {
  padding: 20px 0;
  margin-left: auto;
  margin-right: 0; }

#navbarResponsive {
  padding: 20px 0;
  z-index: 100; }

.menu-primary-menu-container {
  margin-left: auto;
  margin-right: 0px; }

.nav {
  padding: 0;
  margin: 6px 0;
  height: auto;
  width: 100%;
  z-index: 1010;
  text-align: center; }
  .nav li {
    display: inline-block;
    list-style: none;
    height: 100%;
    width: auto;
    padding: 0 15px 0 0; }
    .nav li a {
      height: 100%;
      padding: 0 !important;
      color: black;
      text-decoration: none !important;
      text-align: center; }
    .nav li a:hover {
      color: black;
      opacity: .5 !important; }
    .nav li .sub-menu {
      z-index: 1000;
      position: absolute;
      padding: 5px 20px 10px 20px;
      background-color: black;
      line-height: 150%;
      display: none;
      border-radius: 4px; }
      .nav li .sub-menu li {
        display: block;
        font-weight: inherit;
        text-align: left;
        padding: 0 20px; }
        .nav li .sub-menu li a {
          color: white; }
        .nav li .sub-menu li a:hover {
          opacity: .5 !important; }
      .nav li .sub-menu li:first-of-type {
        padding-top: 10px; }
      .nav li .sub-menu li:last-of-type {
        padding-bottom: 10px; }
  .nav li:hover .sub-menu {
    display: block; }
  .nav .current-menu-item a {
    border-bottom: 1px solid black; }
  .nav .current-menu-item .sub-menu a {
    border-bottom: 1px solid black; }
  .nav .current-menu-item .sub-menu li {
    border-bottom: 1px solid black; }
  .nav .sub-menu .current-menu-item a {
    color: white;
    border-bottom: 0px solid white; }
  .nav .sub-menu .sub-menu {
    display: none !important; }

@media all and (max-width: 991px) {
  header .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header #header_logo, header .navbar-toggler {
    margin-left: auto;
    margin-right: auto; }
  header .nav {
    display: block;
    width: 100%; }
    header .nav li {
      display: block;
      padding: 4px 0; }
      header .nav li a {
        padding-left: 0 !important;
        text-align: center; }
    header .nav .sub-menu {
      margin-top: 2px !important; }
    header .nav .current-menu-item .sub-menu, header .nav .sub-menu {
      display: block !important;
      position: relative !important;
      padding: 0;
      margin: 0;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0);
      background-color: transparent;
      opacity: .7;
      text-align: center; }
      header .nav .current-menu-item .sub-menu li, header .nav .sub-menu li {
        text-align: center !important;
        background-color: transparent; }
        header .nav .current-menu-item .sub-menu li a, header .nav .sub-menu li a {
          color: black;
          text-align: center; }
        header .nav .current-menu-item .sub-menu li a:hover, header .nav .sub-menu li a:hover {
          color: black; } }
* {
  font-family: 'Abel', sans-serif; }

h1, h2, h3, h4, p, td, a, b, i, em, b, strong, input, textarea, span, div, btn, li {
  line-height: 160%;
  color: black;
  font-size: 13pt; }

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span {
  padding: 0 0 20px 0;
  line-height: 110%;
  margin: 0;
  color: black;
  font-weight: bold;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

h1, h1 span {
  font-size: 3.5em; }

h2, h2 span {
  font-size: 2em; }

h3, h3 span {
  font-size: 1.6em; }

h4, h4 span {
  font-size: 1.4em; }

p, i, em, b, strong, a, li {
  margin: 0;
  padding: 0; }

p a {
  text-decoration: underline; }

ul {
  padding-inline-start: 0px !important;
  margin: 0; }
  ul li {
    color: black; }

.textwidget h1, .textwidget h2, .textwidget h3, .textwidget h4 {
  margin: 0px; }
.textwidget p {
  margin: 0 0 10px 0; }
.textwidget ul {
  margin: 0 0 10px 30px; }
.textwidget .alignleft {
  float: left;
  margin-right: 15px; }
.textwidget .alignright {
  float: right;
  margin-left: 15px; }

.lead .textwidget p {
  font-weight: bold;
  font-size: 15pt; }

.sow-image-container {
  margin-bottom: 15px; }

a, a:link, a:visited {
  text-decoration: underline;
  opacity: 1;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: black; }

a:hover {
  text-decoration: none !important;
  opacity: .7 !important; }

hr {
  margin: 20px 0 40px 0;
  color: black;
  border: 1px solid black; }

u {
  text-decoration: none !important; }

img {
  border-radius: 0px;
  max-width: 100%; }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0; }
  table td, table th {
    border: 0px solid black;
    padding: 8px; }
    table td b, table td strong, table th b, table th strong {
      line-height: 100%;
      margin-top: 8px; }
    table td a, table th a {
      text-decoration: underline; }
  table tr:first-of-type {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: white;
    color: white !important; }
  table tr:nth-child(even) {
    background-color: white; }
  table thead tr {
    background-color: black !important; }

iframe {
  width: 100%;
  height: 300px; }

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