@charset "UTF-8";
/*
Theme Name:  stb hein
Theme URL:   https://stb-hein.de
Description: Child Theme für das Divi Theme für das Steuerbüro Hein Consulting
Author:      Martin Reinschlüssel
Author URL:  https://sinnfluter.de
Template:    Divi
Version:     1.0.0
*/
body {
  background: #08214e url(../stbhein/images/stb-hein-background.png);
  font-family: "Segoe", "Segoe UI", "DejaVu Sans", Trebuchet MS, "Verdana, sans-serif";
  font-size: 14px;
  line-height: 1.7em;
  color: #635852;
}

body.et_cover_background {
  background-size: auto !important;
  background-position: top !important;
  background-repeat: repeat !important;
  background-attachment: fixed;
}

#Center-nav-container {
  display: flex;
  width: 100%;
  height: auto;
}

/*
.head-container-content {
  display: flex;
  flex-direction: column;
  width: 90%;
}

@media screen and (min-width: 376px) {
  .head-container-content {
    display: flex;
    flex-direction: column;
    width: 85% !important;
  }
}
@media screen and (min-width: 650px) {
  .head-container-content {
    flex-direction: row;
    width: 100% !important;
  }
}
@media screen and (min-width: 730px), (orientation: landscape) {
  .head-container-contentp {
    flex-direction: row;
    width: 50% !important;
  }
}
  */
/*   ##########    NAVIGATIONSBEREICH  ##############   */
.et_pb_menu_1.et_pb_menu {
  background-image: initial;
  background-color: #bbc3e2;
  position: relative !important;
  top: 0px;
  right: auto;
  bottom: auto;
  left: 0px;
}

.et_pb_module.et_pb_text_align_left {
  text-align: left;
}

.et_pb_menu_1 {
  margin-top: -5px !important;
  padding-top: 70px;
  padding-right: 32px;
  padding-bottom: 30px;
  padding-left: 32px;
  width: 100%;
  height: auto;
  max-height: none;
  min-height: auto;
}

.et_pb_module {
  animation-timing-function: linear;
  animation-duration: 0.2s;
}

.et_pb_all_tabs,
.et_pb_module,
.et_pb_posts_nav a,
.et_pb_tab,
.et_pb_with_background {
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

/*adjust Divi Menu module breakpoint*/
@media only screen and (max-width: 1149px) {
  .et_pb_menu .et_pb_menu__menu {
    display: none;
  }
  .et_mobile_nav_menu {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */