body .et_pb_section {
  background-color: #F4F4F4;
}
body .container,
body .et_pb_row {
  width: 95%;
}
body #main-content .container {
  padding-top: 0;
}
#main-header {
  background-color: #F4F4F4;
  box-shadow: none;
}
#main-header .et_menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-header .logo_container {
  position: relative;
  width: 50%;
  line-height: 0;
}
#et-top-navigation {
  float: none;
  display: inline-flex;
  align-items: center;
}
#et-top-navigation .mobile_menu_bar {
  border: 1px solid #D4D5D7;
  margin-right: 1rem;
  background-color: white;
}
#et-top-navigation .mobile_menu_bar:before,
#et-top-navigation .mobile_menu_bar:after {
  color: #937D33;
}
#et-top-navigation .mobile_menu_bar + .menu-trigger-label {
  color: #937D33;
}
#main-content {
  background-color: #F4F4F4;
}
#main-content .et_pb_section {
  padding: 0;
}
#main-content .et_pb_section > .et_pb_row_0 {
  padding: 0;
}
.et_slide_in_menu_container {
  border-right: 1px solid #D4D5D7;
}
.et_slide_in_menu_container .is-button a {
  padding: 10px 20px !important;
  color: white !important;
  background-color: #B5A97E;
  line-height: 1;
  margin-bottom: 1em;
  border: 1px solid transparent !important;
}
.et_slide_in_menu_container .is-button a:hover,
.et_slide_in_menu_container .is-button a.current-site {
  background-color: white;
  color: #B5A97E !important;
  border: 1px solid #B5A97E !important;
}
.et_pb_slider .et_pb_slides .et_pb_slide_description {
  visibility: hidden;
}
.et_pb_slider > .et_pb_slide_description {
  position: absolute;
  bottom: 2em;
  right: 0;
  background-color: rgba(181, 169, 126, 0.8);
  padding: 1em 2em;
  text-transform: uppercase;
  width: 60%;
  z-index: 9;
}
.et_pb_slider > .et_pb_slide_description .et_pb_button_wrapper {
  text-align: right;
}
.et_pb_slider > .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
  border: none;
}
.et_pb_slider .et-pb-controllers {
  display: none;
}
.categorybuttons .button {
  color: #ffffff !important;
  border: 1px solid transparent !important;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-bottom: 1em;
  margin-right: 0;
}
.categorybuttons .button:hover,
.categorybuttons .button.current-site {
  background-color: white;
}
.categorybuttons .female-button {
  background-color: #B11645;
}
.categorybuttons .female-button:hover,
.categorybuttons .female-button.current-site {
  color: #B11645 !important;
  border-color: #B11645 !important;
}
.categorybuttons .male-button {
  background-color: #2A5BA4;
}
.categorybuttons .male-button:hover,
.categorybuttons .male-button.current-site {
  color: #2A5BA4 !important;
  border-color: #2A5BA4 !important;
}
.categorybuttons .dialog-button {
  background-color: #937D33;
}
.categorybuttons .dialog-button:hover,
.categorybuttons .dialog-button.current-site {
  color: #937D33 !important;
  border-color: #937D33 !important;
}
.custom-blog-module {
  background-color: white;
  border: 1px solid #D4D5D7 !important;
  padding: 1rem;
  margin-left: 0 !important;
  margin-bottom: 1rem;
}
.custom-blog-module.category-dialograum {
  border-right: 3px solid #937D33 !important;
}
.custom-blog-module.category-maenner {
  border-right: 3px solid #2A5BA4 !important;
}
.custom-blog-module.category-frauen {
  border-right: 3px solid #B11645 !important;
}
.custom-blog-module .heading .excerpt p {
  color: #424242;
  margin-bottom: .5rem;
}
.custom-blog-module .heading .post-title a {
  color: #937D33;
}
.custom-blog-module .body {
  display: flex;
}
.custom-blog-module .body .image {
  width: 45%;
  margin-right: 2rem;
}
.custom-blog-module .body .image img {
  height: initial !important;
}
.custom-blog-module .body .teaser {
  flex: 1;
}
.custom-blog-module .body .read-more {
  margin-bottom: .5em;
  display: inline-block;
}
.custom-blog-module .body .read-more .icon {
  margin-right: .5em;
}
.custom-blog-module .body .read-more .label {
  font-weight: 400;
}
.custom-blog-module .body .categories {
  border-top: 1px solid #D4D5D7;
  padding-top: .5rem;
}
.custom-blog-module .body .categories a {
  display: inline-block;
  padding: 0px 10px;
  color: #424242;
  background-color: #F4F4F4;
  margin-right: 1em;
  margin-bottom: .5em;
}
h1.category-title {
  margin-bottom: 1em;
  font-size: 1.3rem;
  text-transform: uppercase;
}
.home h1 {
  color: #937D33;
}
.category-frauen .category-title {
  color: #B11645;
}
.category-maenner .category-title {
  color: #2A5BA4;
}
body.category #main-content .container::before {
  display: none;
}
body.post-type-archive-events article.events {
  background-color: white;
  border: 1px solid #D4D5D7 !important;
  padding: 1rem;
  margin-left: 0 !important;
  margin-bottom: 1rem;
}
body.post-type-archive-events article.events.category-dialograum {
  border-right: 3px solid #937D33 !important;
}
body.post-type-archive-events article.events.category-maenner {
  border-right: 3px solid #2A5BA4 !important;
}
body.post-type-archive-events article.events.category-frauen {
  border-right: 3px solid #B11645 !important;
}
body.post-type-archive-events article.events .heading .excerpt p {
  color: #424242;
  margin-bottom: .5rem;
}
body.post-type-archive-events article.events .heading .post-title a {
  color: #937D33;
}
body.post-type-archive-events article.events .body {
  display: flex;
}
body.post-type-archive-events article.events .body .image {
  width: 45%;
  margin-right: 2rem;
}
body.post-type-archive-events article.events .body .image img {
  height: initial !important;
}
body.post-type-archive-events article.events .body .teaser {
  flex: 1;
}
body.post-type-archive-events article.events .body .read-more {
  margin-bottom: .5em;
  display: inline-block;
}
body.post-type-archive-events article.events .body .read-more .icon {
  margin-right: .5em;
}
body.post-type-archive-events article.events .body .read-more .label {
  font-weight: 400;
}
body.post-type-archive-events article.events .body .categories {
  border-top: 1px solid #D4D5D7;
  padding-top: .5rem;
}
body.post-type-archive-events article.events .body .categories a {
  display: inline-block;
  padding: 0px 10px;
  color: #424242;
  background-color: #F4F4F4;
  margin-right: 1em;
  margin-bottom: .5em;
}
#sidebar .et_pb_widget:not(:first-child) {
  padding: 22px;
  background-color: white;
}
#sidebar .et_pb_widget:not(:first-child) .et_pb_widget {
  margin-bottom: 0;
  padding: 0;
}
#sidebar .widgettitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
#sidebar .widgettitle a {
  text-decoration: none;
  color: inherit;
}
#sidebar .tagcloud a,
#sidebar .cat-item a {
  display: block;
  background-color: transparent;
  color: #937D33;
  padding: 0;
  font-size: .9rem !important;
  font-weight: 400;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#sidebar .tagcloud a:hover,
#sidebar .cat-item a:hover {
  padding-left: .5em;
}
.events-widget {
  margin-bottom: 0;
  padding: 1em;
  background-color: white;
}
.events-widget .widgettitle {
  color: #937D33;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.events-widget .events .event .title {
  font-size: .9rem;
  color: #444;
}
.events-widget .events .event .description {
  font-weight: 400;
  margin: .5em 0;
  font-size: .9rem;
  line-height: 1.3;
}
.events-widget .more {
  margin-top: 1em;
  padding-top: .5em;
  display: block;
  color: #937D33;
  font-weight: 400;
  border-top: 1px solid #eee;
}
.events-widget .more .icon {
  margin-right: .5em;
}
.category-image-header {
  position: relative;
  margin-bottom: 1rem;
}
.category-image-header .label {
  position: absolute;
  left: 0;
  bottom: 10%;
  padding: .5em 5em .5em 1em;
  background-color: rgba(181, 169, 126, 0.8);
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.single-post-image-header {
  position: relative;
  margin-bottom: 1rem;
  height: 300px;
  overflow: hidden;
}
.single-post-image-header .image img {
  width: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.pre-footer p {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: 400;
  font-size: .8rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 900px) {
  .pre-footer p {
    display: block;
  }
  .pre-footer p br {
    display: none;
  }
  .pre-footer p span {
    margin-right: 1em;
  }
}
#footer-widgets {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  #footer-widgets {
    flex-direction: column;
  }
}
#footer-widgets .footer-widget {
  width: 25%;
  text-align: center;
}
@media (max-width: 900px) {
  #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 40px !important;
  }
}
#footer-widgets .footer-widget .widget_text {
  width: 100%;
}
#footer-widgets .footer-widget.last .textwidget {
  text-align: left;
}
#main-content > .container:before {
  display: none;
}
.single-post #left-area {
  padding-right: 1%;
}
.single-post #left-area .post {
  padding: 1em;
  background-color: white;
  min-height: 85vh;
}
.single-post #left-area .post.category-dialograum {
  border-right: 3px solid #937D33 !important;
}
.single-post #left-area .post.category-maenner {
  border-right: 3px solid #2A5BA4 !important;
}
.single-post #left-area .post.category-frauen {
  border-right: 3px solid #B11645 !important;
}
.single-post #left-area .post .entry-title {
  font-size: 1.5rem;
  color: #937D33;
}
.single-post #left-area .post .et_post_meta_wrapper img {
  float: left;
  width: 40%;
  margin: 0 1em 1em 0;
}
.single-post #left-area .post .et_post_meta_wrapper .categories {
  margin-bottom: 1em;
}
.single-post #left-area .post .et_post_meta_wrapper .categories a {
  display: inline-block;
  line-height: 1;
  color: #666;
  font-size: .8rem;
  margin-bottom: .5em;
}
.single-post #left-area .post .et_post_meta_wrapper .categories a:not(:last-child) {
  margin-right: .5em;
  padding-right: .5em;
  border-right: 1px solid;
}
.single-post #left-area .post .entry-content {
  padding-top: 0;
  font-weight: 400;
}
.et_slide_in_menu_container ul#mobile_menu_slide {
  padding: 1rem;
  background-color: #F4F4F4;
}
.et_pb_fullscreen_nav_container {
  background-color: #F4F4F4;
}
.et_pb_fullscreen_nav_container .header {
  display: flex;
  width: 100%;
  align-items: center;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #937D33;
}
.et_pb_fullscreen_nav_container .header .logo {
  line-height: 0;
  flex: 1;
}
.et_pb_fullscreen_nav_container .header .close {
  width: 20%;
  display: inline-flex;
  justify-content: flex-end;
}
.et_pb_fullscreen_nav_container .header .close .mobile_menu_bar {
  padding-bottom: 0;
}
.et_pb_fullscreen_nav_container .search {
  padding: 1rem;
  display: block;
}
.et_pb_fullscreen_nav_container .search .et-search-form {
  position: relative;
  display: flex;
}
.et_pb_fullscreen_nav_container .search .et-search-form .et-search-field {
  display: block;
  border: 1px solid #eee;
  background-color: white;
  right: 0;
  padding: .5em;
  flex: 1;
  position: relative;
  margin-right: 1em;
}
.et_pb_fullscreen_nav_container .search .et-search-form #searchsubmit_header {
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: #937D33;
  color: white;
}
.et_pb_fullscreen_nav_container .categorybuttons {
  padding: 1rem;
  display: block;
}
.et_pb_fullscreen_nav_container .categorybuttons .button {
  text-align: left;
  padding: 5px 20px !important;
  border-radius: 0;
  margin: 0;
  margin-bottom: 1rem;
}
.et_pb_fullscreen_nav_container .et_mobile_menu li {
  display: flex;
  align-items: center;
}
.et_pb_fullscreen_nav_container .et_mobile_menu li i {
  color: #937D33;
  margin-right: 1em;
  width: 2em;
}
.et_pb_fullscreen_nav_container .et_mobile_menu li a {
  flex: 1;
}
.category-slider {
  padding: 1rem 0;
  background-color: #e7e1ce;
  margin-bottom: -2rem;
}
.category-slider .slides {
  display: flex;
}
.category-slider .slides .slide-nav {
  display: inline-block;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 2rem;
}
.category-slider .slides .slide-nav:hover {
  cursor: pointer;
}
.category-slider .slides .slick-list {
  flex: 1;
}
.category-slider .slides .slick-list .slide {
  padding: .5rem;
}
.category-slider .slides .slick-list .slide a {
  background-size: cover;
  display: block;
  height: 200px;
  position: relative;
}
.category-slider .slides .slick-list .slide a .title {
  display: block;
  background-color: #c0b583;
  color: white;
  text-align: center;
  padding: 1em;
  text-transform: uppercase;
}
.category-slider .slides .slick-list .slide a .teaser {
  display: block;
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 70%;
  background-color: rgba(231, 225, 206, 0.9);
  line-height: 1.3;
  font-weight: 400;
  font-size: .8rem;
  padding: .5rem;
  color: #444;
}
@media (max-width: 900px) {
  #main-header {
    padding: 1em 0;
  }
  #main-header #et-top-navigation {
    padding-top: 0;
  }
  #main-header #et-top-navigation .mobile_menu_bar {
    padding-bottom: 0;
  }
  #main-header #et-top-navigation .menu-trigger-label {
    display: none;
  }
  #main-header .logo_container {
    width: initial;
    flex: 1;
  }
  #main-header .logo_container a {
    display: block;
  }
  #main-header .logo_container a img {
    max-width: 90%;
  }
  .home .et_pb_slides .et_pb_slide {
    height: 200px;
  }
  .home .et_pb_slide_description {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5em;
    text-align: left;
    line-height: 1.5;
  }
  .home .et_pb_slide_description .et_pb_button_wrapper .et_pb_button {
    margin-top: 0;
    padding: 0;
  }
  h1 {
    font-size: 18px;
  }
  .custom-blog-module .excerpt {
    font-size: .9em;
  }
  .custom-blog-module .post-title {
    margin-bottom: 1em;
  }
  .custom-blog-module .body {
    display: block;
  }
  .custom-blog-module .body .image {
    width: 20%;
    float: left;
    margin-right: 1em;
  }
}
@media (min-width: 981px) {
  .et_pb_gutters3 .et_pb_column_2_3,
  .et_pb_gutters3.et_pb_row .et_pb_column_2_3 {
    width: 68.3333%;
    margin-right: 2%;
  }
}
@media (min-width: 981px) {
  .et_right_sidebar #left-area {
    padding-right: 0;
  }
}
/*----------------------------------------------*/
/*-----Slide-In Menu from Left by Divi Soup-----*/
/*----------------------------------------------*/
/*Move the hamburger menu to the left*/
#et-top-navigation {
  float: left;
  padding-left: 0 !important;
}
/*Move the menu to the left when open*/
.et_pb_slide_menu_active #page-container {
  left: 0 !important;
}
.et_pb_slide_menu_active .et_slide_in_menu_container.et_pb_slide_menu_opened {
  right: auto !important;
  left: 0 !important;
}
/*Hide the screen overflow*/
body.et_pb_slide_menu_active {
  overflow-x: hidden !important;
}
/*Move the logo to the right of the screen*/
#logo {
  float: right;
}
/*Switch the slide-in animation from right to left*/
.et_slide_in_menu_container {
  left: -320px;
  -webkit-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
  -moz-transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
  transition: left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out !important;
}
