/* Farbe Footer */
.site-footer {
  background-color: #6E6969;
}
#page .site-content .hentry .entry-title {
  text-transform: none;
  font-size: 25px;
}
.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;
}
/* 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;
}
#page .site-content .hentry .entry-content img:not(.wp-smiley) {
  padding-bottom: 0px;
}
#page .site-content .hentry .entry-content .wp-caption .wp-caption-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 13px;
}
