@charset "UTF-8";
/* #region Font Definitions */
/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 200;
  src: url("fonts/source-sans-3-v15-latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 200;
  src: url("fonts/source-sans-3-v15-latin-200italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/source-sans-3-v15-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/source-sans-3-v15-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/source-sans-3-v15-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/source-sans-3-v15-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/source-sans-3-v15-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/source-sans-3-v15-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/source-sans-3-v15-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/source-sans-3-v15-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/source-sans-3-v15-latin-900italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* #endregion */
/* #region Buttons */
#page-container #main-content .et_pb_button, #cookie-notice .et_pb_button, .et_pb_blurb.featured_blurb .et_pb_blurb_description a {
  background-color: transparent;
  border-radius: 0 0 4px 0;
  border: 1px solid #000 !important;
  color: #000;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.7em !important;
  padding: 0.3em 1em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
}
#page-container #main-content .et_pb_button:hover, #cookie-notice .et_pb_button:hover, .et_pb_blurb.featured_blurb .et_pb_blurb_description a:hover {
  background-color: #000;
  color: #fff;
  padding: 0.3em 1.5em 0.3em 0.5em;
}
#page-container #main-content .et_pb_button:hover::after, #cookie-notice .et_pb_button:hover::after, .et_pb_blurb.featured_blurb .et_pb_blurb_description a:hover::after {
  margin-left: 0;
  visibility: visible;
  opacity: 1;
}
#page-container #main-content .et_pb_button::after, #cookie-notice .et_pb_button::after, .et_pb_blurb.featured_blurb .et_pb_blurb_description a::after {
  -webkit-font-feature-settings: "kern" off;
  content: "5";
  font-family: "ETModules";
  font-feature-settings: "kern" off;
  font-size: 1rem;
  font-style: normal;
  font-variant: none;
  font-weight: 400;
  line-height: 1em;
  margin-left: -1em;
  opacity: 0;
  position: absolute;
  text-shadow: none;
  text-transform: none;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.2s;
}

.et_pb_blurb.featured_blurb.et_pb_bg_layout_dark .et_pb_blurb_description a, #page-container #main-content .et_pb_button.et_pb_bg_layout_dark, #page-container #main-content .et_pb_button.white_button, #cookie-notice .et_pb_button.et_pb_bg_layout_dark, #cookie-notice .et_pb_button.white_button, .et_pb_blurb.featured_blurb .et_pb_blurb_description a.et_pb_bg_layout_dark, .et_pb_blurb.featured_blurb .et_pb_blurb_description a.white_button {
  border-color: #fff !important;
  color: #fff;
}
.et_pb_blurb.featured_blurb.et_pb_bg_layout_dark .et_pb_blurb_description a:hover, #page-container #main-content .et_pb_button.et_pb_bg_layout_dark:hover, #page-container #main-content .et_pb_button.white_button:hover, #cookie-notice .et_pb_button.et_pb_bg_layout_dark:hover, #cookie-notice .et_pb_button.white_button:hover, .et_pb_blurb.featured_blurb .et_pb_blurb_description a.et_pb_bg_layout_dark:hover, .et_pb_blurb.featured_blurb .et_pb_blurb_description a.white_button:hover {
  background-color: #fff;
  color: #000;
}

/* #endregion Buttons */
/* #region Clamp Function for Responsive Typography */
/* #endregion Clamp Function for Responsive Typography */
/* #region Flex-Designs */
/* #region Fullheight Sections */
/* #region max-width 782px */
/* #endregion */
/* #endregion Fullheight Sections */
/* Centered Text / Img on one side, text on other */
/* #endregion */
/* #region Placeholder Mixin */
/* #endregion */
/* #region Forms & Selects */
/* #region Pretty ACF Forms */
/* #endregion */
/* #endregion */
/* #region Testimonial Slider */
/* #endregion */
/* #region Blog-Feed (Grid) */
/* #endregion */
/* #region Fix Blog Thumbnails */
/* #endregion Fix Blog Thumbnails */
/* #region Lists with colored bullet points */
/* #endregion */
/* #region Fix Divi Comments */
.commentlist {
  margin-top: 1rem;
}
.commentlist .comment-body {
  padding-right: 0;
}
.commentlist .comment-body .comment_avatar {
  top: 0;
}
.commentlist .comment-body .comment_avatar img {
  border-radius: 50%;
}
.commentlist .comment-body .comment_area .reply-container {
  display: block;
  text-align: right;
}
.commentlist .comment-body .comment_area .comment-reply-link {
  position: relative;
  top: 1rem;
}
.commentlist .comment-body .comment_area .comment-reply-link::after {
  font-size: 20px;
}
.commentlist .comment .children {
  margin-left: 2rem;
}

/* #region max-width 767px */
@media only screen and (max-width: 767px) {
  .commentlist .comment .children {
    margin-left: 1rem;
  }
  .commentlist article.comment-body {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-left: 0;
  }
  .commentlist .comment_avatar {
    align-items: center;
    display: flex;
    position: relative;
    width: 17%;
  }
  .commentlist .comment_avatar img {
    max-width: 100%;
    width: 100%;
  }
  .commentlist .comment_postinfo {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 1.1;
    margin: 0 0 3px;
    row-gap: 5px;
    width: 77%;
  }
  .commentlist .comment_area {
    margin-top: 5px;
    width: 100%;
  }
}
/* #endregion max-width 767px */
/* #endregion Fix Divi Comments */
/* #region Centered Page Navi */
/* #endregion */
/* #region Cookie Notice */
#cookie-notice #cn-close-notice {
  display: none;
}
#cookie-notice #cn-notice-buttons {
  display: block;
}

/* #endregion Cookie Notice */
/* #region details / summary Support */
details {
  margin-top: 5px;
}
details summary {
  color: #E9F9C8;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  transition: all 350ms ease;
  text-decoration: underline;
}
details summary::-webkit-details-marker {
  display: none; /* don't show Triangle */
}
details:hover summary, details[open] summary {
  text-decoration: none;
}
details[open] summary {
  margin-bottom: 7px;
}

/* #endregion details / summary Support */
/* #region Footer */
/* Footer with non-floating widgets */
/* #endregion */
/* #region Nav Fixes */
#page-container #top-menu-nav > ul > li > a:hover, #page-container .bottom-nav a:hover, #page-container #footer-bottom .et-social-icon a:hover, #page-container .et_mobile_menu li a:hover, #page-container .nav ul li a:hover, #page-container footer#main-footer #footer-info a:hover, #page-container .et-menu a:hover, #page-container #et-boc #top-menu-nav > ul > li > a:hover, #page-container #et-boc .bottom-nav a:hover, #page-container #et-boc #footer-bottom .et-social-icon a:hover, #page-container #et-boc .et_mobile_menu li a:hover, #page-container #et-boc .nav ul li a:hover, #page-container #et-boc footer#main-footer #footer-info a:hover, #page-container #et-boc .et-menu a:hover {
  opacity: 1;
}

/* #endregion */
/* #region Various Divi Fixes */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_one:not(:has(+ .et_pb_button)) {
  margin-right: 0;
}

/* #endregion Various Divi Fixes */
/* #region Responsive Design */
/* #region min-width 981px */
@media only screen and (min-width: 981px) {
  .et_pb_top_divider .et_pb_row.centered-text .et_pb_column .et_pb_module:first-child {
    margin-top: 100px;
  }
}
/* #endregion */
/* #region max-width 980px */
@media only screen and (max-width: 980px) {
  .et_fixed_nav header#main-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .et_pb_row.reverse-responsive {
    display: flex;
    flex-flow: column-reverse;
  }
  .et_pb_row.reverse-responsive .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_row.reverse-responsive .et_pb_column:last-child {
    margin-bottom: 30px;
  }
  .et_pb_row.reverse-responsive.et_pb_gutters1 .et_pb_column:last-child {
    margin-bottom: 0;
  }
  /* #region Pimp my mobile Menu Icon */
  .mobile_menu_bar::before {
    display: block;
    transition: all 0.4s ease;
  }
  .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
    transform: rotate(90deg);
  }
  /* #endregion */
  /* fullwidth mobile nav menu aka gooder menu */
  /* #region Do not replace regular menus with mobile menus */
  /* #endregion Do not replace regular menus with mobile menus */
}
/* #endregion */
/* #region max-width 600px */
@media only screen and (max-width: 600px) {
  body.et_fixed_nav.logged-in header#main-header.et-fixed-header {
    top: 0 !important;
  }
}
/* #endregion */
/* #region max-width 479px */
@media only screen and (max-width: 479px) {
  .container, .et_pb_row, .et_pb_row.centered-text .et_pb_column .et_pb_module, .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 90%;
  }
}
/* #endregion */
/* #endregion */
/*
Theme Name:     Praxis and more
Theme URI:      http://www.praxisandmore.de
Description:    Child theme for the Divi theme by elegantthemes
Author:         nexTab.de - Oliver Gehrmann
Author URI:     http://www.nextab.de
Template:       Divi
Version:        1.0
*/
/*********************************************
*************** General Changes **************
*********************************************/
body {
  font-size: 16px;
}

.rounded img, img.rounded, ul.sub-menu {
  border-bottom-right-radius: 60px;
}

.underlined-links a, .et_pb_widget a {
  text-decoration: underline;
  transition: all 300ms ease;
}

.underlined-links a:hover, .et_pb_widget a:hover {
  text-decoration: none;
}

#main-content {
  background-color: #b2b0b0;
}

#main-content .container::before {
  display: none;
}

#main-header {
  box-shadow: none;
}

.et_pb_toggle h5.et_pb_toggle_title {
  display: inline-block;
}

.et_pb_toggle_title::before {
  color: #fff;
  content: "=";
}

/* #region Client Logo Slider */
.client_logo_slider {
  --swiper-pagination-bottom: -55px;
  --swiper-pagination-color: #6018FE;
  --swiper-pagination-bullet-inactive-color: #eee;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.client_logo_slider .swiper-slide {
  align-items: center;
  display: flex;
  height: auto;
  flex-flow: column nowrap;
  justify-content: center;
  max-width: 250px;
}
.client_logo_slider .swiper-slide .swiper-slide-logo {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
.client_logo_slider .swiper-slide .swiper-slide-logo img {
  height: auto;
  max-height: 80px;
  max-width: 90%;
  width: auto;
}

/* #endregion Client Logo Slider */
/*********************************************
******************* Header *******************
*********************************************/
.et_header_style_centered #page-container #main-header .logo_container {
  height: auto;
  max-height: 237px;
}

.et_header_style_centered #logo {
  max-height: 100% !important;
}

#page-container header#main-header > .container {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

#main-header .logo_container {
  line-height: 0;
  margin-top: -2px;
}

#main-header .logo_container img#logo {
  padding-bottom: 5px;
}

#top-menu li {
  padding-right: 35px;
}

.nav li ul {
  border-color: #fff;
}

/* Sub Menu */
.nav li ul {
  width: 300px;
}

#top-menu li li {
  display: block;
}

#top-menu li li a {
  display: block;
  padding: 2px 0 2px 15px;
  width: auto;
}

#main-header #top-menu-nav ul.sub-menu li::before {
  content: "⚫";
  font-size: 8px;
  margin-top: 2px;
  position: absolute;
}

#main-header .et_mobile_menu {
  border-color: #fff;
}

/* #region Sticky Header */
body.scrolling {
  /* #region width > 980px */
  /* #endregion width > 980px */
  /* #region width <= 980px */
  /* #endregion width <= 980px */
  /* #region width <= 600px */
  /* #endregion width <= 600px */
}
body.scrolling #et-top-navigation {
  background-color: #B2B0B0;
  height: 44px !important;
  left: 0;
  padding-top: 10px;
  position: fixed !important;
  top: var(--wp-admin--admin-bar--height, 0px);
  width: 100% !important;
  z-index: 9999;
}
@media only screen and (width > 980px) {
  body.scrolling #top-menu .sub-menu {
    margin-top: -5px;
  }
}
@media only screen and (width <= 980px) {
  body.scrolling #et-top-navigation {
    padding-top: 0;
  }
  body.scrolling #et-top-navigation .mobile_nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.scrolling header#main-header ul#mobile_menu.et_mobile_menu {
    top: 44px;
  }
}
@media only screen and (width <= 600px) {
  body.scrolling #et-top-navigation {
    top: 0;
  }
}

/* #endregion Sticky Header */
/* #region Mobile Optimierung Header */
body.mobile_nav-opened {
  overflow: hidden;
}

header#main-header {
  /* #region width <= 980px */
  /* #endregion width <= 980px */
  /* #region width <= 650px */
  /* #endregion width <= 650px */
}
@media only screen and (width <= 980px) {
  header#main-header .select_page {
    display: none;
  }
  header#main-header #et_mobile_nav_menu {
    display: flex;
    justify-content: flex-end;
    margin: 5px 20px 0 auto;
    position: static;
  }
  header#main-header #et_mobile_nav_menu .mobile_nav {
    position: static;
  }
  header#main-header #et_mobile_nav_menu .mobile_menu_bar_toggle {
    position: relative;
  }
  header#main-header ul#mobile_menu {
    top: 51px;
    width: 100%;
  }
}
@media only screen and (width <= 650px) {
  header#main-header .logo_container > a {
    display: block;
    padding-top: 140px;
    position: relative;
  }
  header#main-header .logo_container > a > img#logo {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/* #endregion Mobile Optimierung Header */
/*********************************************
**************** Page Layouts ****************
*********************************************/
#page-container #et-main-area #main-content .et_pb_text table {
  border: medium none;
  margin-bottom: 30px;
}

#page-container #et-main-area #main-content .et_pb_text table tr td {
  border: medium none;
  min-width: 150px;
  padding: 1px 15px 1px 0;
  vertical-align: top;
}

#page-container #et-main-area #main-content .et_pb_text.vita-table table tr td:first-child {
  width: 150px;
}

.aufzaehlungspunkt, .aufzaehlungszeichen-gruen {
  padding-left: 28px;
  position: relative;
}

.aufzaehlungspunkt::before, .aufzaehlungszeichen-gruen::before {
  background-image: url("http://praxis-and-more.de/wp-content/uploads/2016/09/kritzel.png");
  background-position: center center;
  background-size: cover;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 17px;
}

.aufzaehlungszeichen-gruen::before {
  background-image: url("http://praxis-and-more.de/wp-content/uploads/2016/09/kritzel_gruen.png");
}

/*********************************************
*************** Contact Form 7 ***************
*********************************************/
.wpcf7-form .cf_third, .wpcf7-form .cf_fourth, .wpcf7-form .cf_half {
  float: left;
  margin-bottom: 25px;
  margin-right: 2%;
  vertical-align: top;
  width: 32%;
}

.wpcf7-form .cf_fourth {
  margin-right: 2.666%;
  width: 23%;
}

.wpcf7-form .cf_half {
  margin-right: 2.666%;
  width: 48.6666%;
}

.wpcf7-form .cf_half:nth-child(2n), .wpcf7-form .cf_third:nth-child(3n), .wpcf7-form .cf_fourth:nth-child(4n) {
  margin-right: 0;
}

.wpcf7-form > p {
  clear: left;
  margin-bottom: 25px;
  padding-bottom: 0;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea {
  background-color: #eee;
  display: block;
  font-size: 16px;
  padding: 16px;
  width: 100%;
}

.wpcf7-form input.wpcf7-submit {
  background-color: #58694b;
  border: none;
  color: #fff;
  cursor: pointer;
  float: right;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 300ms ease;
  width: 250px;
}

.wpcf7-form input.wpcf7-submit:hover {
  background-color: #78896b;
}

.wpcf7-form .wpcf7-acceptance {
  cursor: pointer;
  float: left;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.wpcf7-form input[type=checkbox] {
  height: 18px;
  width: 18px;
}

/*********************************************
************** Referenzen-Seite **************
*********************************************/
.referenzen-container .et_pb_row:last-child {
  background-color: #fff;
}

.referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text {
  display: inline-block;
  height: 190px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 19.75%;
}

.referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text img {
  left: 50%;
  max-width: 80%;
  position: absolute;
  top: 50%;
  transform: translateX(0%) translateX(-50%) translateY(0%) translateY(-50%);
  max-height: 98px;
  height: auto;
  width: auto;
}

.referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text.double-width {
  width: 39.5%;
}

/* #region Accordions */
.nxt-accordion-item[open] {
  --nxt-faq-border-radius: 0 0 20px 0;
}

/* #endregion Accordions */
/*********************************************
******************* Footer *******************
*********************************************/
#main-footer {
  border-top: 2px solid #fff;
}

#footer-widgets {
  text-align: center;
  padding: 6% 0 15px;
}

#main-footer .footer-widget h4 {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  padding-bottom: 0;
}

#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .et_pb_widget {
  display: block;
  float: none;
  margin: 0 auto !important;
  width: 100% !important;
}

#footer-widgets .textwidget div {
  display: inline-block;
  line-height: 1.1em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: auto;
}

#footer-widgets .textwidget div:last-child {
  display: block;
}

#footer-widgets .textwidget div::after {
  content: "•";
  position: absolute;
  right: -5px;
}

#footer-widgets .textwidget div:nth-child(5)::after, #footer-widgets .textwidget div:last-child::after {
  display: none;
}

#footer-widgets .textwidget div:last-child {
  display: block;
}

#footer-info {
  color: #eee;
}

#footer-info a {
  color: #fff;
  font-weight: 600;
}

#footer-bottom {
  background-color: transparent;
  text-align: center;
  padding-bottom: 10px;
}

#footer-bottom .et-social-icons {
  float: none;
  padding-bottom: 40px;
  text-align: center;
}

#footer-bottom .et-social-icons li:first-child {
  margin-left: 0;
}

.et-social-icon a {
  color: #fff;
  font-size: 14px;
}

.et-social-icon a:hover {
  color: #f5f5f5;
}

#footer-bottom > .container {
  text-align: center;
}

#footer-bottom .footer-info {
  color: #eee;
  display: inline-block;
  font-size: 14px;
  text-align: center;
}

#footer-bottom .footer-info::after {
  content: "|";
  margin-left: 12px;
  margin-right: 8px;
}

#footer-bottom .footer-info:last-of-type::after {
  display: none;
}

#footer-widgets .widget_polylang ul li {
  display: inline-block;
  margin: 20px 10px 0;
  padding: 0;
}

#footer-widgets .widget_polylang ul li::before {
  display: none;
}

footer#main-footer .textwidget .eta-container {
  align-items: center;
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-between;
  max-width: 660px;
  padding: 0;
  width: 90% !important;
}

footer#main-footer .eta-logo-container {
  margin: 0;
  max-width: 160px;
  padding: 20px 0 0;
  width: 30% !important;
}

footer#main-footer .eta-logo-container::after {
  display: none;
}

#footer-widgets .textwidget div.eta-text-container:last-child {
  display: inline-block;
  line-height: 1.7em;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  text-align: center;
  width: 67%;
}

/*********************************************
************* Responsive Design **************
*********************************************/
@media only screen and (max-width: 1280px) {
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text {
    width: 24.69%;
  }
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text.double-width {
    width: 49.78%;
  }
}
@media only screen and (max-width: 980px) {
  .reverse-responsive {
    display: flex;
    flex-flow: column-reverse;
  }
  .et_header_style_centered #main-header {
    padding: 0 0 10px;
  }
  .et_header_style_centered #et_mobile_nav_menu {
    margin: 5px auto;
    max-width: 400px;
  }
  .et_header_style_centered #main-header .mobile_nav {
    background-color: transparent;
  }
  .et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page {
    font-size: 16px;
  }
  #et_mobile_nav_menu span.mobile_menu_bar::before {
    color: #fff;
  }
  .wpcf7-form .cf_fourth {
    margin-right: 2.666%;
    width: 48.6666%;
  }
  .wpcf7-form .cf_fourth:nth-child(2n) {
    margin-right: 0;
  }
  .collapse-responsive .et_pb_column, .et_pb_row_1-4_1-4_1-2.collapse-responsive > .et_pb_column.et_pb_column_1_4 {
    float: none;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text {
    height: 160px;
    width: 32.7%;
  }
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text.double-width {
    width: 65.4%;
  }
}
@media only screen and (max-width: 910px) {
  #footer-widgets .textwidget div:nth-child(1), #footer-widgets .textwidget div:nth-child(2) {
    width: 49.5%;
  }
  #footer-widgets .textwidget div:nth-child(1) {
    text-align: right;
  }
  #footer-widgets .textwidget div:nth-child(2) {
    text-align: left;
  }
  #footer-widgets .textwidget div:nth-child(2)::after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.et_boxed_layout > #page-container {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text {
    height: 150px;
    width: 49.4%;
  }
  .referenzen-container .et_pb_row:last-child .et_pb_column .et_pb_text.double-width {
    width: 99%;
  }
  footer#main-footer .textwidget .eta-container {
    width: 100% !important;
  }
}
@media only screen and (max-width: 495px) {
  #footer-widgets .textwidget div:nth-child(n) {
    display: block;
    line-height: 1.4em;
    text-align: center;
    width: 100%;
  }
  #footer-widgets .textwidget div:nth-child(n)::after {
    display: none;
  }
  #footer-bottom .footer-info {
    display: block;
  }
  #footer-bottom .footer-info::after {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .wpcf7-form .cf_fourth:nth-child(n), .wpcf7-form .cf_third:nth-child(n), .wpcf7-form .cf_half:nth-child(n) {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  footer#main-footer .eta-logo-container {
    margin: 10px auto 20px;
    width: 100% !important;
  }
  #footer-widgets .textwidget div.eta-text-container:last-child {
    width: 100%;
  }
}
/* #region Cookie Banner */
#cookie-notice {
  box-shadow: 0 -1px 0px 0px #fff;
}
#cookie-notice #cn-close-notice {
  display: none;
}

/* #endregion Cookie Banner */
/* #region Equal Heights Buttons */
.et_pb_row.eh-buttons .et_pb_blurb.featured_blurb .et_pb_blurb_content {
  height: 100%;
  padding-bottom: 50px;
}
.et_pb_row.eh-buttons .et_pb_blurb.featured_blurb .et_pb_blurb_content .et_pb_blurb_description a {
  bottom: 0;
  left: 0;
  position: absolute;
}

/* #endregion Equal Heights Buttons *//*# sourceMappingURL=style.css.map */