/* Farbe Footer */
.site-footer {
  background-color: #6E6969;
}
.site-footer a:hover {
  color: #d9d9d9;
}
.primary-navigation li.current_page_item a,
.primary-navigation li.current-menu-item a {
  text-transform: none;
}
.primary-navigation ul li a {
  text-transform: none;
  font-size: 15px;
}
/* Farbe Secondary top */
#secondary,
.header-main {
  background-color: #716A6A;
}
.site-footer a {
  color: #ffffff;
}
.header-main {
  padding-left: 0px;
}
.primary-navigation ul li a {
  padding-left: 18px;
  padding-right: 18px;
}
/* Farbe Secondary */
.site:before {
  background-color: #716A6A;
}
/* Navigation Hover */
.site-navigation li a:hover {
  background-color: #B2A396;
}
/* Lupe */
.search-toggle {
  background-color: #4F4646;
}
/* Lupe Hover */
.search-toggle:active,
.search-toggle:hover,
.search-box,
.search-toggle.active {
  background-color: #807E7E;
}
/* Navigation links ausgewählt */
.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a,
.site-navigation a:hover {
  background-color: #998F86;
  /* Navigation links Hover */
  color: white;
}
.site-navigation .current_page_item > a .secondary-navigation li:hover > a,
.site-navigation .current_page_ancestor > a .secondary-navigation li:hover > a,
.site-navigation .current-menu-item > a .secondary-navigation li:hover > a,
.site-navigation .current-menu-ancestor > a .secondary-navigation li:hover > a,
.site-navigation a:hover .secondary-navigation li:hover > a,
.site-navigation .current_page_item > a .secondary-navigation li.focus > a,
.site-navigation .current_page_ancestor > a .secondary-navigation li.focus > a,
.site-navigation .current-menu-item > a .secondary-navigation li.focus > a,
.site-navigation .current-menu-ancestor > a .secondary-navigation li.focus > a,
.site-navigation a:hover .secondary-navigation li.focus > a {
  background-color: #998F86;
  color: #fff;
}
.site-navigation .current_page_item > a .site-title a,
.site-navigation .current_page_ancestor > a .site-title a,
.site-navigation .current-menu-item > a .site-title a,
.site-navigation .current-menu-ancestor > a .site-title a,
.site-navigation a:hover .site-title a {
  font-size: 80%;
}
::selection {
  background: #919EA9;
}
/* Menü ausgewählt Hover */
a:active,
a.active,
a:hover {
  color: #998F86;
}
#page {
  margin-left: auto;
  margin-right: auto;
}
.wp-post-image,
.post-thumbnail img {
  max-width: 100%;
}
.post-thumbnail {
  background: #FFFFFF;
}
.nivoSlider {
  position: relative;
  z-index: 1;
}
button:hover,
button:focus,
.contributor-posts-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #646964;
  color: #fff;
}
.secondary-navigation ul ul a:hover,
.secondary-navigation ul ul li.focus > a {
  background-color: #D9DBE0;
}
.paging-navigation .page-numbers:hover {
  border-top: 5px solid #DC9403;
}
.paging-navigation .page-numbers.current {
  border-top: 5px solid #646964;
}
.content-sidebar .widget a {
  color: #646964;
}
.content-sidebar .widget a:hover {
  color: #DCD7D7;
}
.secondary-navigation ul ul {
  background-color: #136EB5;
}
.entry-meta .tag-links a:hover {
  background-color: #DC9403;
}
.entry-meta .tag-links a:hover:before {
  border-right-color: #DC9403;
}
.entry-meta a:hover,
.entry-title a:hover {
  color: #DC9403;
}
/**
* 9.0 Featured Content
* -----------------------------------------------------------------------------
*/
.featured-content {
  background: #FFFFFF url(images/pattern-dark.svg) repeat fixed;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.featured-content-inner {
  overflow: hidden;
}
.featured-content .hentry {
  color: #fff;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
  background: #444444;
}
.featured-content .post-thumbnail {
  display: block;
  position: relative;
  padding-top: 55.35714286%;
  overflow: hidden;
}
.featured-content .post-thumbnail img {
  left: 0;
  position: absolute;
  top: 0;
}
.featured-content .entry-header {
  background-color: #444444;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 96px;
  overflow: hidden;
  padding: 24px 10px;
}
.featured-content a {
  color: #fff;
}
.featured-content a:hover {
  color: #D1C8D1;
}
.featured-content .entry-meta {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.09090909;
  margin-bottom: 12px;
}
.featured-content .cat-links {
  font-weight: 700;
}
.featured-content .entry-title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33333333;
  margin: 0;
  text-transform: uppercase;
}
/* Slider */
.slider .featured-content .hentry {
  -webkit-backface-visibility: hidden;
  display: none;
  position: relative;
}
.slider .featured-content .post-thumbnail {
  padding-top: 55.49132947%;
}
.grid .featured-content .entry-header {
  border-color: #226997;
  background-color: #226997;
  border-style: solid;
  border-width: 12px 10px;
  height: 96px;
  padding: 0;
}
.entry-content {
  font-weight: normal;
}
/* Minimum width of 960 pixels. */
/* Schatten Website */
@media screen and (min-width: 960px) {
  body {
    background-color: #e6e6e6;
  }
  body .site {
    margin-top: 48px;
    margin-top: 3.42857143rem;
    margin-bottom: 48px;
    margin-bottom: 3.42857143rem;
    box-shadow: 0 15px 50px #000000;
  }
  body.custom-background-empty {
    background-color: #fff;
  }
}
/* Pfeil Top */
.toTopArrow {
  text-align: right;
  padding: 30px 40px 30px;
  opacity: 1;
  background-image: none;
}
/* Pfeil Top Hover */
.fa-arrow-circle-up:hover {
  color: #E6DEDE;
}
.fa-arrow-circle-up {
  font-size: 36px;
  color: #FBFBFB;
}
@media screen and (min-width: 183px) {
  .primary-navigation {
    float: right;
    margin-left: 20px;
  }
}
.site {
  margin: 0 auto;
}
@media screen and (min-width: 1110px) {
  .archive-header,
  .comments-area,
  .image-navigation,
  .page-header,
  .page-content,
  .post-navigation,
  .site-content .entry-header,
  .site-content .entry-content,
  .site-content .entry-summary,
  .site-content footer.entry-meta {
    padding-left: 55px;
  }
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
  max-width: 874px;
}
.comments-area {
  max-width: 874px;
}
.post-navigation,
.image-navigation {
  max-width: 874px;
}
.site:before,
#secondary {
  width: 0;
  display: none;
}
.featured-content {
  padding-left: 0;
}
.site-content,
.site-main .widecolumn {
  margin-left: 0;
}
.hentry {
  max-width: 900px;
}
.post-thumbnail img {
  width: 100%;
}
.full-width .archive-header,
.full-width .comments-area,
.full-width .image-navigation,
.full-width .page-header,
.full-width .page-content,
.full-width .post-navigation,
.full-width .site-content .entry-header,
.full-width .site-content .entry-content,
.full-width .site-content .entry-summary,
.full-width .site-content footer.entry-meta {
  margin-right: auto;
  max-width: 85%;
}
.site {
  background-color: #fff;
  max-width: 888px;
  position: relative;
}
#cookie-law-info-bar {
  box-shadow: 0px 15px 10px 0px rgba(60, 60, 60, 0.3);
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 5px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  #cookie-law-info-bar {
    margin-right: 25px;
  }
}
.small.cli-plugin-button {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 12px;
  font-weight: 800;
}
.cli-plugin-main-link.cli-plugin-button {
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  font-size: 12px;
  font-weight: 800;
}
.wp-caption img[class*=wp-image-] {
  margin-bottom: 2px;
}
.header-main {
  display: none;
}
#page .site-content .hentry .entry-title {
  display: none;
}
.content-area {
  padding-top: 0px;
  background-image: url(https://www.ainfach.com/wp-graphics/ainfach_content_bg.png);
}
.site-footer {
  background-color: #1d4a61;
  padding-bottom: 0px;
  background-image: url(https://www.ainfach.com/wp-graphics/ainfach_footer.jpeg);
}
html > body > #page > #site-header > a > img {
  box-shadow: 0px 5px 21px 0px #787878;
}
html > body > #page > #colophon > div {
  background-color: #1d4a61;
  padding-bottom: 0px;
  background-image: url(https://www.ainfach.com/wp-graphics/ainfach_footer_bg.png);
  font-size: 13px;
}
html > body > #page > #colophon > div > center > a:nth-child(3) > img:hover {
  opacity: 0.6;
}
#page .site-content .hentry .entry-content img:not(.wp-smiley) {
  width: 100%;
  max-width: 100%;
  box-shadow: none;
  border-bottom-width: 0px;
  border-top-width: 0px;
  margin-left: 0px;
  filter: grayscale(0.33);
  margin-bottom: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(4) {
  margin-bottom: 25px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(7) {
  margin-bottom: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(10) {
  margin-bottom: 25px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(13) {
  margin-bottom: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(16) {
  margin-bottom: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) {
  margin-bottom: 12px;
  margin-top: 0px;
  padding-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(5) {
  margin-bottom: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(9) {
  margin-bottom: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(11) {
  margin-bottom: 12px;
}
#page .site-content .hentry .entry-content p {
  padding-bottom: 0px;
  margin-bottom: 22px;
  margin-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(6) {
  margin-bottom: 25px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(8) {
  margin-bottom: 25px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(14) {
  padding-top: 19px;
  margin-bottom: 50px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 {
  background-image: url(https://www.ainfach.com/wp-graphics/ainfach_content_background.png);
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div {
  background-color: rgba(255, 255, 255, 0);
  margin-top: 40px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > header {
  background-color: rgba(255, 255, 255, 0);
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(1) > span > b {
  padding-top: 0px;
  margin-top: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 {
  background-image: url("https://www.ainfach.com/wp-graphics/ainfach_content.png");
}
html > body > #page > #colophon > div > center > a > img {
  opacity: 0.5;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(14) > strong > span:nth-child(2) > a {
  text-decoration: none;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(14) > strong > a > span > i {
  text-decoration: none;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(1) {
  margin-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) {
  padding-top: 17px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) > img {
  margin-right: 0px;
  margin-left: -71px;
  margin-bottom: 28px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) > img {
  width: 1430.273px;
  max-width: 150%;
  box-shadow: 0px 5px 21px 0px #4d4d4d;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(6) {
  padding-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(8) {
  padding-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(10) {
  padding-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(12) {
  padding-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(4) {
  padding-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(12) > img {
  width: 1430.273px;
  max-width: 150%;
  box-shadow: 0px 5px 21px 0px #4d4d4d;
  padding-top: 0px;
  margin-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(13) {
  padding-top: 30px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(15) {
  margin-bottom: 39px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(14) {
  margin-bottom: 23px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(16) {
  margin-bottom: 29px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(12) > img {
  border-top-style: solid;
  border-top-width: 6px;
  border-top-color: #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #e2e2e2;
  box-shadow: -1px 16px 18px 0px #adabab;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) > img {
  box-shadow: -1px 16px 18px 0px #adabab;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(17) {
  margin-bottom: 31px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(11) {
  margin-bottom: 8px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(4) {
  padding-top: 27px;
}
#page .site-content .hentry {
  margin-bottom: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7159 > div > #content-1 > div > div > div:nth-child(1) > p:nth-child(1) {
  margin-top: 12px;
}
#page .site-content .hentry .entry-content {
  margin-top: 40px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7159 > div > #content-1 > div > div > div:nth-child(2) > div > p:nth-child(7) {
  margin-bottom: 31px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7026 > div > #content-1 > div > div > div > p:nth-child(1) {
  margin-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7026 > div > #content-1 > div > div > div > p:nth-child(3) > img {
  margin-bottom: 28px;
  margin-left: -71px;
  width: 1132px;
  max-width: 150%;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7159 > div > #content-1 > div > div > div:nth-child(1) > p:nth-child(3) > img {
  margin-bottom: 30px;
  margin-left: -71px;
  width: 1132px;
  max-width: 150%;
  margin-top: 14px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-4909 > div > p:nth-child(3) > img {
  max-width: 110%;
  min-width: 0px;
  padding-left: 0px;
  margin-left: -75px;
  filter: grayscale(0.61);
  border-top-style: solid;
  border-top-width: 6px;
  border-top-color: #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #e2e2e2;
  box-shadow: -1px 7px 21px 0px #4d4d4d;
  margin-bottom: 30px;
  margin-left: -71px;
  width: 1132px;
  max-width: 150%;
  margin-top: 14px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-4909 > div > p:nth-child(1) {
  margin-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-7026 > div > #content-1 > div > div > div > p:nth-child(18) {
  margin-bottom: 50px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5715 > div > p:nth-child(8) {
  margin-bottom: 40px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5715 > div > p:nth-child(1) {
  margin-top: 12px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5715 > div > p:nth-child(3) > img {
  max-width: 110%;
  min-width: 0px;
  padding-left: 0px;
  margin-left: -75px;
  filter: grayscale(0.61);
  border-top-style: solid;
  border-top-width: 6px;
  border-top-color: #e2e2e2;
  border-bottom-style: solid;
  border-bottom-width: 6px;
  border-bottom-color: #e2e2e2;
  box-shadow: -1px 7px 21px 0px #4d4d4d;
  margin-bottom: 35px;
  margin-left: -71px;
  width: 1132px;
  max-width: 150%;
  margin-top: 20px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5715 > div > p:nth-child(3) {
  padding-top: 17px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5903 > div > p:nth-child(8) {
  margin-bottom: 40px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5903 > div > p:nth-child(3) > img {
  margin-top: 20px;
  margin-bottom: 40px;
}
html > body > #page > #site-header > a > img {
  border-bottom-style: solid;
  border-bottom-width: 7px;
  border-bottom-color: #e2e2e2;
}
html > body > #page > #colophon > div {
  border-top-style: solid;
  border-top-width: 7px;
  border-top-color: #e2e2e2;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > #metaslider-id-6125 > #metaslider_container_6125 > #metaslider_6125 > ul:nth-child(1) > li:nth-child(1) > img {
  max-width: 100%;
  margin-left: 0px;
  box-shadow: none;
  border-bottom-width: 0px;
  border-top-width: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > #metaslider-id-6125 > strong > #metaslider_container_6125 > #metaslider_6125 > div > ul > li:nth-child(2) > img {
  box-shadow: none;
  border-bottom-width: 0px;
  border-top-width: 0px;
  width: 800px;
  max-width: 100%;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > #metaslider-id-6125 > strong > #metaslider_container_6125 > #metaslider_6125 > div > ul > li:nth-child(4) > img {
  box-shadow: none;
  border-bottom-width: 0px;
  border-top-width: 0px;
  width: 800px;
  max-width: 100%;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(12) > img {
  width: 1132px;
  max-width: 150%;
  margin-left: -70px;
  border-bottom-width: 6px;
  border-top-width: 6px;
  filter: grayscale(0.51);
  margin-bottom: 11px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(3) > img {
  width: 1132px;
  max-width: 150%;
  margin-left: -70px;
  border-bottom-width: 6px;
  border-top-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  border-top-style: solid;
  border-top-color: #d3d3d3;
  filter: grayscale(0.51);
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(21) {
  margin-top: 0px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-6419 > div > p:nth-child(19) {
  margin-bottom: 40px;
  margin-top: 8px;
}
html > body > #page > #main > #main-content > #primary > #content > #post-5903 > div > p:nth-child(3) > img {
  width: 1132px;
  max-width: 150%;
  margin-left: -70px;
  border-bottom-width: 6px;
  border-top-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  border-top-style: solid;
  border-top-color: #d3d3d3;
  filter: grayscale(0.51);
  margin-bottom: 23px;
  box-shadow: -1px 6px 15px 0px #626262;
}
html > body > #page > #colophon > div > center > b > a:nth-child(1) {
  color: #b7bac7;
}
html > body > #page > #colophon > div > center > b > a:nth-child(2) {
  color: #b7bac7;
}
html > body > #page > #colophon > div > center > b > a:nth-child(3) {
  color: #b7bac7;
}
html > body > #page > #colophon > div > center > b > a:nth-child(4) {
  color: #b7bac7;
}
html > body > #page > #colophon > div {
  background-image: none;
  background-color: rgba(29, 74, 97, 0);
}
html > body > #page > #colophon {
  background-image: url("https://www.ainfach.com/wp-content/uploads/2025/10/ainfach_footer_8888-1024x433.jpeg");
  margin-left: 0px;
  margin-bottom: 0px;
}
