.tablet-s,
.tablet-si,
.desktop-s,
.desktop-si,
.large-s,
.large-si,
.h-tablet,
.h-tablet-i,
.h-desktop,
.h-desktop-i,
.h-large-i,
.h-large {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .tablet-s,
  .h-tablet {
    display: block !important;
  }
  .tablet-si,
  .h-tablet-i {
    display: inline-block !important;
  }
  .tablet-h {
    display: none !important;
  }
}
@media only screen and (min-width: 992px) {
  .desktop-s,
  .h-desktop {
    display: block !important;
  }
  .desktop-si,
  .h-desktop-i {
    display: inline-block !important;
  }
  .desktop-h {
    display: none !important;
  }
}
@media only screen and (min-width: 1200px) {
  .large-s,
  .h-large {
    display: block !important;
  }
  .large-si,
  .h-large-i {
    display: inline-block !important;
  }
  .large-h {
    display: none !important;
  }
}
.ui-datepicker-trigger {
  cursor: pointer;
}
.underline {
  text-decoration: underline;
}
.show-print,
.show-printi {
  display: none;
}
@media print {
  a[href]:after {
    content: none !important;
  }
  .hide-print {
    display: none;
  }
  .show-print {
    display: block;
  }
  .show-printi {
    display: inline-block;
  }
}
img {
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .col-sm-pull-left {
    float: left;
  }
  .col-sm-pull-right {
    float: right;
  }
}
@media only screen and (min-width: 992px) {
  .col-md-pull-left {
    float: left;
  }
  .col-md-pull-right {
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-pull-left {
    float: left;
  }
  .col-lg-pull-right {
    float: right;
  }
}
.breaker {
  clear: both;
}
.text-align-right {
  text-align: right;
}
.animate-bg {
  -webkit-transition: background-color 500ms linear;
  -moz-transition: background-color 500ms linear;
  -o-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}
.animate-text {
  -webkit-transition: color 500ms linear;
  -moz-transition: color 500ms linear;
  -o-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear;
}
.phx-divider {
  height: 1px;
  background-color: #000;
  clear: both;
  margin: 20px 0;
}
img.alignleft {
  margin-right: 25px;
  margin-bottom: 15px;
}
img {
  max-width: 100%;
  height: auto;
}
.icon-load {
  display: none;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url("https://www.barkowconsulting.com/wp-content/themes/phx/img/util/load.gif");
}
a:focus {
  outline: none;
  text-decoration: none;
}
.modal-dialog {
  z-index: 7865;
}
@media only screen and (min-width: 768px) {
  .modal-dialog {
    margin-top: 100px;
  }
}
.modal-dialog .modal-header {
  background: #F79646;
}
.modal-dialog .modal-header .close {
  opacity: 0.7;
}
.modal-dialog .modal-header .close:hover {
  opacity: 1;
}
.modal-dialog .modal-header .close i {
  color: #fff;
}
.modal-dialog .modal-header .modal-title {
  color: #fff;
}
.strong {
  font-weight: bold;
}
.no-padding {
  padding-left: 0;
}
body,
body p,
body li {
  font-family: "PT Sans", Arial, Helvetica, sans-serif;
}
h1,
h2,
h3,
h4,
#main-navigation a {
  font-family: "Antic Slab", Arial, Helvetica, sans-serif !important;
}
body.home .page-title-container-second h1,
.newsletter-widget h3 {
  font-weight: normal !important;
}
#main .post-content blockquote a {
  font-style: normal;
}
h2,
h3,
h4,
#wrapper #nav ul li ul li a,
#wrapper #nav ul li ul li ul li a {
  color: #333333;
}
body a,
#nav ul li a:hover,
#nav ul li.current-menu-item > a,
body .frontpage-link:hover h2 a,
#footer a:hover,
#desktop-menu .current-menu-ancestor > a,
#desktop-menu .current-menu-parent > a,
#desktop-menu .current-page-parent > a,
.text-highlight {
  color: #F79646;
}
body a:focus,
body a:hover,
#wrapper #content .type-post h2 a:hover,
#sidebar a:hover {
  color: #FF7C1A;
}
h1,
.frontpage-link a,
.frontpage-link a:hover,
blockquote a {
  color: #000;
}
body,
.categories a,
#footer a {
  color: #747474;
}
h1 {
  font-size: 21px;
}
h2 {
  font-size: 18px;
}
h3,
h4 {
  font-size: 16px;
  line-height: 24px;
}
h4 {
  font-size: 13px;
}
blockquote,
#sidebar {
  font-size: 13px;
}
#topbar .inner {
  padding: 12px 0 12px;
  border-bottom: 1px solid #333;
  font-size: 12px !important;
  line-height: 20px;
  text-align: center;
}
#topbar .inner a {
  color: #333;
}
#topbar .inner a:hover {
  color: #F79646;
}
#topbar .inner #social-links {
  display: inline;
}
#topbar .inner #social-links a {
  margin-left: 4px;
}
#logo-wrapper {
  padding: 32px 0;
}
#logo-wrapper #logo {
  display: block;
  margin: 0 auto;
  width: 300px;
}
#arrow {
  top: 100px;
  left: 50%;
  margin-left: 300px;
  position: absolute;
  display: none;
}
.newsletter-info {
  float: right;
  margin-top: 12px;
}
.newsletter-info h3 {
  font-size: 14px !important;
  display: inline-block;
  margin: 0;
  line-height: 30px;
  vertical-align: middle;
}
#main {
  margin-top: 20px;
}
#main #main-content {
  margin-top: 20px;
}
#footer .inner {
  border-top: 1px solid #000;
}
#footer .footer-top {
  padding-top: 24px;
  padding-bottom: 12px;
}
#footer .footer-top h3 {
  font-size: 13px;
  font-weight: bold;
}
#footer .footer-top ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
}
#footer .footer-top ul li {
  padding-bottom: 4px;
}
#footer .footer-top a:hover {
  text-decoration: none;
}
#footer #colophon .inner {
  padding-top: 12px;
  font-size: 12px !important;
}
#footer #colophon .inner .copyright,
#footer #colophon .inner .imprint-links {
  text-align: center;
  margin-bottom: 12px;
}
#footer #colophon .inner .copyright {
  margin-bottom: 0;
}
#footer #colophon .inner .copyright p {
  margin-bottom: 6px;
}
#main-content {
  margin: 32px 0;
}
#main-content img.alignleft {
  margin-right: 25px;
  margin-bottom: 15px;
  padding: 4px;
  background-color: #ddd;
  float: left;
}
@media only screen and (max-width: 991px) {
  #sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 40px;
  }
}
#sidebar h3.first {
  margin-top: 0;
}
#sidebar .inner {
  margin-top: 24px;
}
#sidebar .feed-link {
  margin-top: 24px;
}
.mymail-form-submit ul {
  padding-left: 0;
  margin-left: 0;
}
.mymail-wrapper {
  margin-top: 10px;
}
.mymail-lists-wrapper {
  margin-top: 30px;
}
.mymail-lists-wrapper ul {
  margin-top: 0;
}
blockquote {
  background-color: #f6f6f6 !important;
  border-left: 4px solid #F79646;
  padding: 15px;
  margin: 18px 0 0;
}
blockquote a:hover {
  text-decoration: none;
}
.next-post-link {
  text-align: right;
}
.post-meta {
  clear: both;
  margin: 32px 0 16px;
}
.cc_banner-wrapper .cc_container .cc_btn:hover,
.cc_banner-wrapper .cc_container .cc_btn:active {
  background-color: #FF7C1A;
  color: #fff;
}
.cc_banner-wrapper  .cc_container .cc_btn {
  background-color: #F79646;
  color: #fff;
}
.cc_banner-wrapper  .cc_message .cc_more_info {
  color: #F79646;
}
.cc_banner-wrapper  .cc_message .cc_more_info:hover {
  text-decoration: underline;
  color: #FF7C1A;
}
body.home h1 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 32px;
}
body.home #main {
  padding: 0;
}
body.home #main .frontpage-link {
  float: left;
}
body.home #main .frontpage-link .image-link {
  float: left;
}
@media only screen and (max-width: 480px) {
  body.home #main .frontpage-link .image-link img {
    margin: 24px 0;
  }
}
body.home #main .frontpage-link h2 {
  margin-top: 18px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 18px;
}
body.home #main .frontpage-link p {
  color: #AAA;
  margin-top: 0;
}
body.home #main .frontpage-link:hover {
  background: #eee;
}
body.home #main .frontpage-link a:hover {
  text-decoration: none;
}
body.home #main #frontpage-links {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
body.home #main .page-title-container-second h1 {
  text-align: center;
  margin: 10px 0;
}
.page-title-container-second {
  display: block;
  margin: 0;
}
.page-title-container-second h1 {
  text-align: center;
  margin: 0 0 10px;
}
.secondary-links {
  float: right;
}
.social-share {
  margin: 16px 0;
  background: #eee;
}
.social-share h4 {
  display: inline-block;
  margin: 12px;
}
.social-share ul {
  float: right;
  margin-right: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
  list-style: none;
  padding-left: 0;
}
.social-share ul li {
  float: left;
  margin: 4px 12px 0 24px;
}
.social-share ul i {
  font-size: 18px;
  color: #444;
}
.post-single {
  padding: 4px 12px 12px;
  margin-bottom: 12px;
  border-left: 4px solid #ddd;
}
.post-single h2 {
  margin-top: 8px;
}
.presse-single {
  padding: 12px 4px;
  border-top: 1px solid #333;
}
ul.presse-custom-content {
  list-style: none;
  padding-left: 0;
}
#fpf-ajax-load-posts {
  font-size: 1.2em;
  margin-top: 36px;
  border-top: 2px solid #eee;
  padding-top: 12px;
}
@media only screen and (max-width: 991px) {
  .page-template-kontakt #sidebar {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .page-template-kontakt #sidebar .inner {
    margin-top: 0;
    margin-bottom: 32px;
  }
}
.mailster-form .mailster-form-fields .mailster-wrapper {
  margin-bottom: 12px;
}
.mailster-herrfrau-wrapper ul {
  padding-left: 0;
}
.mailster-herrfrau-wrapper ul::after {
  content: "";
  clear: both;
  display: table;
}
.mailster-herrfrau-wrapper li {
  float: left;
  margin-right: 16px;
}
.mailster-herrfrau-wrapper li input {
  float: left;
  margin-right: 4px;
}
.mailster-firstname-wrapper {
  clear: both;
}
#mobile-menu-processed .menu-toggle {
  cursor: pointer;
  position: relative;
  border: 1px solid #ddd;
  background: -moz-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#eeeeee));
  background: -webkit-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#eeeeee 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee);
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffffff, endColorstr=#ffeeeeee);
}
#mobile-menu-processed .menu-toggle .text {
  display: inline-block;
  padding: 8px 12px 4px;
  cursor: pointer;
  color: #888 !important;
}
#mobile-menu-processed .menu-toggle .text:hover {
  color: #888 !important;
}
#mobile-menu-processed .menu-toggle .icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #ddd;
  padding: 6px 12px 0;
}
#mobile-menu-processed .menu-toggle .icon i {
  font-size: 24px;
  color: #bbb;
}
#mobile-menu-processed #menu-holder,
#mobile-menu {
  border: 1px solid #ddd;
  border-top: none;
  display: none;
}
#mobile-menu-processed #menu-holder ul,
#mobile-menu ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
#mobile-menu-processed #menu-holder li,
#mobile-menu li {
  border-top: 1px solid #ccc;
  padding: 6px 12px;
}
#mobile-menu-processed #menu-holder li :first-child,
#mobile-menu li :first-child {
  border-top: none;
}
#mobile-menu-processed #menu-holder li a,
#mobile-menu li a {
  padding: 4px;
  text-decoration: none !important;
  font-size: 12px;
  color: #444;
  display: block;
}
#mobile-menu-processed #menu-holder li.current-menu-item,
#mobile-menu-processed #menu-holder li:hover,
#mobile-menu li.current-menu-item,
#mobile-menu li:hover {
  background: #eee;
}
#mobile-menu-processed #menu-holder .spacer,
#mobile-menu .spacer {
  float: left;
  margin-right: 5px;
}
#desktop-menu {
  float: left;
  display: none;
}
#desktop-menu ul {
  list-style: none;
  background: #fff;
  margin-bottom: 0;
  padding-left: 0;
}
#desktop-menu li {
  position: relative;
  float: left;
  margin-right: 32px;
  line-height: 30px;
  font-size: 14px;
}
#desktop-menu li a {
  display: block;
  text-decoration: none !important;
  color: #444;
}
#desktop-menu li.current-menu-item > a,
#desktop-menu li:hover > a {
  color: #F79646;
}
#desktop-menu li.menu-item-has-children:hover > .sub-menu {
  display: block !important;
}
#desktop-menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 260px !important;
  z-index: 2;
  display: none;
  padding: 0;
  border-top: 2px solid #FF7C1A;
  box-shadow: 0 8px 15px rgba(0,0,0,0.1);
}
#desktop-menu li .sub-menu:hover {
  display: block;
}
#desktop-menu li .sub-menu li {
  float: none;
  margin: 0;
  position: relative;
  z-index: 20;
  padding: 10px 10px 10px 18px;
}
#desktop-menu li .sub-menu .sub-menu {
  top: 0;
  display: none;
  left: 260px;
}
@media only screen and (min-width: 992px) {
  #topbar .inner {
    text-align: right;
    padding-bottom: 2px;
  }
  #primary-navigation-wrapper {
    border-bottom: 1px solid #000;
  }
  #mobile-menu,
  #mobile-menu-processed {
    display: none;
  }
  #desktop-menu {
    display: block;
  }
  .newsletter-info {
    margin-top: 0;
  }
  body.home h1 {
    margin-top: 40px;
  }
  #arrow {
    display: none;
  }
  #footer #colophon .inner div {
    margin: 0;
  }
  #footer #colophon .inner .copyright {
    text-align: left;
    padding-left: 0;
  }
  #footer #colophon .inner .imprint-links {
    text-align: right;
    padding-right: 0;
  }
}
