

/**** compiled with lessphp/Less_Parser ****/

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,300);
/* Layout
-------------------------------------------------- */
body {
  color: #3d1f00;
  font-family: 'Roboto', sans-serif !important;
  outline: none;
  /* keine r�nder umd links*/
}
#covid_check-label {
  float: right;
}
#covid_check-element {
  width: 20px;
}
.margin-spacer {
  margin-bottom: 30px;
}
.offset {
  padding-left: 15px;
}
hr {
  border: none;
  height: 1px;
  /* Set the hr color */
  color: #333;
  /* old IE */
  background-color: #333;
  /* Modern Browsers */
}
:focus {
  outline: 0 !important;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 22px;
  /* height:50px; */
}
h2.news {
  font-size: 16px;
}
/* Selections Farbe */
.minimum_order {
  padding: 15px 0;
  font-size: 16px;
  font-weight: bold;
}
#mob-icon .fa {
  color: #2A5D62;
}
dl dd {
  margin-bottom: 15px;
}
dl dd #Captcha-input {
  width: 401px;
}
.ac_input {
  width: 100px;
  color: #000;
}
.preis {
  font-weight: bold;
}
.preis-old {
  text-decoration: line-through;
}
.product-overview {
  /* float: left; */
}
.product-overview li {
  float: left;
  list-style: none;
  width: 30%;
  /* imitiation of bootstrap col-xs-4 */
  height: 100px;
  background: #3D1F00;
  padding: 15px;
  padding-top: 37px;
  margin-bottom: 15px;
  /* margin-right:15px; */
  text-align: center;
  vertical-align: middle;
  margin-right: 30px;
  /* imitiation of bootstrap col-xs-4 */
}
.product-overview-row {
  margin-left: 0px;
  margin-right: 0px;
}
.product-overview {
  list-style-type: none;
  padding: 0px;
}
.tooltip-bg {
  background: url('/static/img/logo_u.png') !important;
}
.ui-tooltip {
  width: 350px !important;
}
.product-overview li a {
  color: #fff;
  font-size: 20px;
}
.container {
  position: relative;
}
.container-grau {
  width: 100%;
  background-color: #e8e6e6;
  margin-bottom: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.head-line {
  background-color: #fff59b;
  height: 130px;
  text-align: center;
  z-index: 10;
}
#logo {
  z-index: 99999;
  margin-left: -113px;
  margin-top: 80px;
  position: absolute;
  left: 50%;
  display: inline-block !important;
}
#logo_s {
  z-index: 101;
  margin-left: -102px;
  margin-top: 9px;
  position: absolute;
  left: 50%;
  display: inline-block !important;
}
header {
  background: #30494c;
  background: -moz-linear-gradient(left, #30494c 0%, #4f7176 50%, #30494c 100%);
  background: -webkit-linear-gradient(left, #30494c 0%, #4f7176 50%, #30494c 100%);
  background: linear-gradient(to right, #30494c 0%, #4f7176 50%, #30494c 100%);
  height: 210px;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0px;
  left: 0px;
}
/* Navigation */
.navlang {
  position: absolute;
  right: 20px;
  margin-top: 20px;
  color: #fff;
}
.navlang a {
  color: #fff;
}
.megamenu_container .nav-3 {
  margin-right: 400px;
}
#Navigation {
  position: absolute;
  width: 100%;
  z-index: 10000;
}
#Navigation ul {
  display: inline-block;
  list-style: none;
}
#Navigation ul li {
  display: inline-block;
}
#Navigation ul li > a {
  width: 77px;
  height: 80px;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
#Navigation ul li a .icon {
  display: block;
  height: 50px;
}
#Navigation ul li:hover a {
  background-color: rgba(128, 155, 161, 0.8);
  z-index: 10;
}
#Navigation ul li:hover .dropdown_fullwidth {
  display: block;
  padding-top: 20px;
  text-align: left;
}
#Navigation ul li .dropdown_fullwidth b a {
  font-weight: 700;
  text-transform: uppercase;
}
#Navigation ul li .dropdown_fullwidth a {
  text-align: left;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  height: auto;
  border-bottom: solid 1px #fff;
  display: block;
}
#Navigation ul li .dropdown_fullwidth a:hover {
  background-color: #65878e;
}
#Navigation ul li .dropdown_fullwidth {
  display: none;
  position: absolute;
  z-index: 50;
  left: 0;
  background-color: #809ba1;
  min-height: 400px;
}
/* Right Boxen */
#toolbar-box-content {
  position: absolute;
  top: 200px;
  right: -155px;
  z-index: 50;
}
#toolbar-box-content .toolbar-box {
  background-color: #492700;
  color: #fff;
  height: 65px;
  width: 220px;
  margin-bottom: 5px;
  padding: 12px 12px 12px 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transform: all 0.2s linear;
  transition: all 0.2s linear;
}
#toolbar-box-content .toolbar-box:hover {
  margin-left: -155px;
}
#toolbar-box-content .toolbar-box a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.ac_input {
  color: #000;
  width: 200px !important;
}
.submit_wrapper input {
  background: transparent !important;
  border: 1px #c1c1c1 solid;
  line-height: 20px;
}
.modal-dialog {
  width: 60% !important;
}
#toolbar-box-content .toolbar-box a i {
  font-size: 40px;
  color: #fff;
  float: left;
  margin-right: 10px;
  width: 45px;
  display: block;
  text-align: center;
}
.search-btn {
  background: transparent !important;
  border: 0;
}
/* Scroll Top */
#scrollTop {
  position: fixed;
  bottom: 10px;
  right: 50%;
  background-color: #919191;
  color: #fff;
  height: 51px;
  width: 145px;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
  opacity: .4;
  font-size: 140px;
  margin-right: -75px;
}
#scrollTop:hover {
  opacity: 1;
}
/* Social Media */
#social-media {
  position: absolute;
  top: 200px;
  width: 50px;
  height: 80px;
  background-color: rgba(75, 42, 0, 0.1);
  z-index: 10;
}
#social-media a {
  color: #4B2A00;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}
#social-media a:hover {
  color: #fff;
}
/* Content */
.download-link {
  color: #4b2a00;
  font-weight: 800;
  text-align: left;
  display: block;
  margin-top: 5px;
  margin-bottom: 2px;
  padding-top: 12px;
  padding-bottom: 9px;
  padding-left: 20px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
  text-decoration: none;
}
.download-link i {
  margin-right: 8px;
}
.download-link:hover {
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  color: #fff;
}
.home_news {
  margin-top: 0px;
}
.home_news .row {
  margin-top: 10px;
}
.fa-download {
  color: red;
  padding-left: 15px;
}
/* Slider */
#slider-top {
  position: relative;
  overflow: hidden;
}
.iMSlider-OccasionDetail {
  margin-top: 20px;
}
.xpager-slider {
  height: 380px;
  /*margin-top:20px;*/
}
.xpager-slider .points-content {
  margin-top: 10px;
}
.xpager-slider .points-content .point {
  border-radius: 10px;
  border: none !important;
  background-color: #c9ae95 !important;
  height: 12px !important;
  width: 12px !important;
}
.xpager-slider .overflow .inner-content .data-content {
  background-color: #fff;
}
.xpager-slider .overflow .inner-content .data-content .comments {
  height: 48px;
}
.xpager-slider .points-content .point span {
  display: none !important;
}
.xpager-slider .points-content .point.aktiv {
  background-color: #4a2800 !important;
}
.xpager-slider .overflow .inner-content .image-content .comments {
  background-color: rgba(255, 255, 255, 0.5) !important;
  font-size: 20px;
  color: #4a2800 !important;
  height: 60px;
}
.xpager-slider .overflow .inner-content .image-content .comments .comments-content {
  margin: 16px;
}
/* dienstleistung */
#dienstleistung .xpager-slider {
  height: 400px;
}
/* rundgang */
#rundgang .xpager-slider {
  height: 400px;
}
/* Singlepage */
#iMLoader {
  top: 180px !important;
}
#iMLoader i {
  top: 35% !important;
}
/* Footer */
#footer-navigation {
  background-color: #a98b6f;
  width: 100%;
  height: 70px;
  margin-top: 20px;
}
footer {
  height: 110px;
  background-color: #3d1f00;
  color: #fff;
  padding-top: 15px;
}
footer a {
  color: #fff;
}
footer address {
  margin-bottom: 0;
}
#footer-replenish {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  background-color: #3d1f00;
}
/* Home */
.home-content {
  min-height: 300px;
  margin-top: 50px;
}
.home-content img {
  width: 100%;
  height: auto;
}
.home-content .preview-text {
  margin: 30px 0;
}
/* Team */
.team-box {
  position: relative;
  margin-bottom: 20px;
}
.team-titel {
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}
.team-box .team-foto {
  margin-bottom: 5px;
}
.team-box .team-text {
  position: relative;
  height: 220px;
}
.team-box .team-text a {
  color: #000;
  text-decoration: none;
}
.team-box .team-text div p {
  margin-bottom: 0px;
}
/* Produkte */
.produkte-content {
  min-height: 300px;
}
.produkte-content h2 {
  /*height:40px;*/
  line-height: 24px;
  background-color: #4e7075;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  padding-left: 10px;
}
.occ-title-small {
  /*height:40px;*/
  line-height: 24px;
  background-color: #4e7075;
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  text-transform: none !important;
  padding-left: 10px;
}
.produkte-content h3 {
  height: 24px;
  line-height: 24px;
  background-color: #4e7075;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding-left: 10px;
}
.pro-image {
  margin-top: 50px;
  margin-bottom: 50px;
}
.pro-footer {
  height: 80px;
  width: 100%;
  background-color: #e8e6e6;
  margin-bottom: 50px;
}
.pro-footer .link {
  color: #4b2a00;
  font-weight: 800;
  text-align: center;
  display: inline-block;
  margin-top: 5px;
  padding-top: 12px;
  padding-bottom: 3px;
  border-radius: 5px;
  -webkit-transition: background-color 200ms ease-out 0s;
  -moz-transition: background-color 200ms ease-out 0s;
  -o-transition: background-color 200ms ease-out 0s;
  transition: background-color 200ms ease-out 0s;
}
.pro-footer .link i {
  font-size: 25px;
  margin-bottom: 10px;
}
.pro-footer .link:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.anythingSlider {
  height: 350px !important;
  width: 1140px !important;
}
.anythingSlider-default {
  padding: 0px !important;
}
.anythingSlider-default .anythingWindow {
  border: none;
}
.anythingControls {
  display: none !important;
}
.xpager-contentslider .overflow .inner-content .content {
  padding: 20px;
}
.xpager-contentslider .overflow .inner-content .content img {
  margin-bottom: 20px;
}
.xpager-contentslider .top-navigation div.prev {
  background-position: 0% center;
}
.xpager-contentslider .top-navigation div.next {
  background-position: 100% center;
}
/* Occasionen */
.occasion-item {
  margin-bottom: 20px;
  padding: 3px;
  padding-bottom: 20px;
  display: block;
  background-color: rgba(150, 150, 150, 0.1);
  border-radius: 10px;
  color: #4B2A00;
  position: relative;
  height: 430px;
}
.occasion-item strong {
  font-size: 20px;
  width: 100%;
  padding: 15px;
}
.produkte-content .text {
  margin-top: 15px;
  margin-bottom: 15px;
}
.produkte-content .artikelnummer {
  font-weight: bold;
}
.occasion-item img {
  margin-bottom: 10px;
  border-radius: 8px 8px 0px 0px;
}
.occasion-item > div {
  margin-left: 10px;
  margin-right: 10px;
}
.occasion-item:hover {
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 300ms ease-out 0s;
  -moz-transition: background-color 300ms ease-out 0s;
  -o-transition: background-color 300ms ease-out 0s;
  transition: background-color 300ms ease-out 0s;
  text-decoration: none;
}
.occasion-item h2 {
  font-size: 15px;
}
.occasion-item .occasiontext {
  height: 90px;
  overflow: hidden;
  display: block;
}
.occasion-item .preis {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.iMSkider-OccasionDetail {
  margin-bottom: 90px;
}
.iMSkider-OccasionDetail .thumbnail-navigation {
  bottom: -80px;
}
.occasionDetail .artikelnummer {
  font-weight: 700;
  margin-bottom: 5px;
}
.occasionDetail .preis {
  font-weight: 700;
}
/* VAR */
#sb-body {
  background-color: white;
  /* gallery bg */
}
#sb-title {
  display: none;
}
.xpager-slider .comments-content {
  font-size: 20px !important;
  font-family: Roboto !important;
}
/*
#mobnav{
    display: none;
}
*/
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Landscape phones and down
-------------------------------------------------- */
@media (max-width: 480px) {
  .product-overview li {
    width: 100%;
    /* imitiation of bootstrap col-xs-4 */
  }
  .head-line {
    height: 33px !important;
  }
  #cart {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 70px;
  }
  .occasion-item {
    min-height: 278px;
  }
  .occasion-item h2 {
    font-size: 12px;
  }
  .occasion-item .occasiontext {
    font-size: 12px;
  }
  .occasion-item b {
    font-size: 12px;
    font-weight: normal;
  }
  header {
    height: 65px;
  }
  .head-line {
    height: 65px;
  }
  #Navigation {
    margin-top: -69px;
    text-align: left;
  }
  #logo {
    margin-top: 0px;
    position: absolute;
    right: 150px;
    top: -28px;
    text-align: right;
  }
  #logo img {
    width: 100px;
    z-index: 999999999999;
  }
  #mob-icon {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 50px;
    padding: 14px 20px;
    display: inline-block;
  }
  .occasion-item strong {
    font-size: 20px;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }
  .occasion-item {
    margin-bottom: 20px;
    padding: 3px;
    padding-bottom: 20px;
    display: block;
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: 10px;
    color: #4B2A00;
    position: relative;
    height: 330px;
  }
  .occasion-item strong {
    font-size: 20px;
    width: 100%;
    padding: 15px;
  }
  .mm-menu {
    margin-top: 65px !important;
  }
  footer {
    height: 160px;
  }
}
/* Landscape phone to portrait tablet
-------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
  .product-overview li {
    width: 45%;
    /* imitiation of bootstrap col-xs-4 */
  }
  .occasion-item {
    min-height: 215px;
  }
  .occasion-item b {
    font-size: 12px;
    font-weight: normal;
  }
  header {
    height: 65px;
  }
  .head-line {
    height: 65px;
  }
  #Navigation {
    margin-top: -69px;
    text-align: left;
  }
  #logo {
    margin-top: 0px;
    position: absolute;
    right: 15px;
    text-align: right;
  }
  #logo img {
    width: 100px;
    z-index: 999999999999;
  }
  .occasion-item strong {
    font-size: 20px;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }
  .mm-menu {
    margin-top: 65px !important;
  }
  .xpager-slider {
    height: 60px;
    margin-bottom: 50px;
  }
  footer {
    height: 160px;
  }
}
/* Portrait tablet to landscape and desktop
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  .product-overview li {
    width: 44%;
    /* imitiation of bootstrap col-xs-4 */
  }
  .navbar-header {
    display: none;
  }
  #Navigation ul li > a {
    width: 60px;
    font-size: 9px;
    font-weight: normal;
  }
  .xpager-slider {
    height: 220px;
    margin-bottom: 50px;
  }
  .occasion-item {
    margin-bottom: 20px;
    padding: 3px;
    padding-bottom: 20px;
    display: block;
    background-color: rgba(150, 150, 150, 0.1);
    border-radius: 10px;
    color: #4B2A00;
    position: relative;
    height: 330px;
  }
  .occasion-item strong {
    font-size: 20px;
    width: 100%;
    padding: 15px;
  }
}
/* Small desktop
-------------------------------------------------- */
@media (min-width: 980px) and (max-width: 1199px) {
  .product-overview li {
    width: 46%;
    /* imitiation of bootstrap col-xs-4 */
  }
  .navbar-header {
    display: none;
  }
  #Navigation ul li > a {
    width: 97px;
  }
  .xpager-slider {
    height: 220px;
    margin-bottom: 50px;
  }
}
/* Large desktop
-------------------------------------------------- */
@media (min-width: 1200px) {
  .navbar-header {
    display: none;
  }
}
header {
  position: relative;
}
header .tm-header-top > .container {
  height: 100%;
}
header .tm-header-address {
  color: white;
  position: absolute;
  top: 133px;
  text-decoration: none;
  z-index: 10001;
  font-size: 13px;
}
header .tm-header-address a {
  color: white;
}
header .tm-logo {
  text-align: left;
  position: relative;
  margin-left: -15px;
}
header #tmLogo {
  position: absolute;
  top: 7px;
}
header #tmLogo img {
  height: 110px;
}
@media (max-width: 1199px) {
  header .tm-header-address {
    display: none;
  }
  header #tmLogo img {
    height: 90px;
  }
}
@media (max-width: 991px) {
  header #tmLogo {
    left: -50px;
  }
  header #tmLogo img {
    height: 70px;
  }
}
header .tm-nav {
  text-align: right;
  padding-left: 0px;
}
header .tm-nav > li a {
  margin-left: 12px;
}
header .tm-lang-search {
  width: 531px;
  height: 71px;
  top: 50%;
  right: 2px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
header .tm-lang-search .tm-webshop {
  position: absolute;
  top: 0;
  right: 14px;
}
header .tm-lang-search .tm-webshop #cart button img {
  height: 48px;
}
header .tm-lang-search .tm-webshop .tm-cart-count {
  color: #ffffff !important;
  width: 20px;
  height: 20px;
  background: #4f7075;
  border-radius: 10px;
  position: absolute;
  top: 0;
  right: 14px;
  color: white;
  font-size: 9px;
}
header .tm-lang-search .tm-sc-bot,
header .tm-lang-search .tm-sc-top {
  width: 100%;
  height: 26px;
  margin-bottom: 20px;
}
header .tm-lang-search .tm-sc-bot div,
header .tm-lang-search .tm-sc-top div {
  text-align: center;
  width: 106px;
  float: left;
}
header .tm-lang-search .tm-sc-bot div a,
header .tm-lang-search .tm-sc-top div a {
  font-size: 11px;
  text-transform: uppercase;
  color: #492d13;
  text-decoration: none;
}
header .tm-lang-search .tm-sc-bot img,
header .tm-lang-search .tm-sc-top img {
  height: 18px;
  padding-right: 4px;
}
header .tm-lang-search .tm-sc-bot .tm-tm-search,
header .tm-lang-search .tm-sc-top .tm-tm-search {
  position: relative;
  width: 291px;
  height: 27px;
}
header .tm-lang-search .tm-sc-bot .tm-tm-search input,
header .tm-lang-search .tm-sc-top .tm-tm-search input {
  height: 27px !important;
  border-radius: 0px;
  width: 291px;
  height: inherit;
  padding: 0px 0px 0px 5px;
}
header .tm-lang-search .tm-sc-bot .tm-tm-search .input-group,
header .tm-lang-search .tm-sc-top .tm-tm-search .input-group {
  margin-left: 0px;
}
header .tm-lang-search .tm-sc-bot .tm-tm-search .input-group-btn,
header .tm-lang-search .tm-sc-top .tm-tm-search .input-group-btn {
  position: absolute;
  right: 35px;
  top: -5px;
}
header .tm-lang-search .tm-sc-bot .tm-tm-search .input-group-btn .btn,
header .tm-lang-search .tm-sc-top .tm-tm-search .input-group-btn .btn {
  background: none;
  border-radius: 0px;
  font-size: 15px;
}
header .tm-lang a {
  color: white !important;
}
header .tm-lang .tm-link-lang div {
  background-color: #492d13;
  opacity: 0.2;
  height: 26px;
  margin: 0;
  width: 44.5px;
  float: left;
  padding-top: 5px;
}
header .tm-lang .active div {
  opacity: 1;
}
footer {
  font-size: 13px;
  height: 120px;
  background-color: #4f7075;
  position: relative;
}
@media (max-width: 991px) {
  footer {
    height: auto;
  }
}
footer .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  footer .container {
    position: relative;
    height: auto;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
}
footer .tm-impressum {
  font-size: 11px;
  text-align: right;
  padding-top: 30px;
}
@media (max-width: 991px) {
  footer .tm-impressum {
    text-align: left;
  }
  footer .tm-impressum a {
    text-align: left;
    float: none !important;
  }
}
footer .tm-social {
  margin: 0px;
  margin-top: 10px;
  margin-bottom: 30px;
}
footer .tm-social .tm-social-facebook {
  width: 26px;
}
footer .tm-social .tm-social-youtube {
  width: 63px;
}
footer .tm-nav-bottom {
  font-size: 11px;
  margin-left: -30px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .tm-nav-bottom {
    width: 50%;
    padding-left: 0px;
  }
}
footer .tm-nav-social {
  float: right;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  footer .tm-nav-social {
    width: 100%;
    padding-top: 15px;
    padding-left: 15px;
    float: left;
  }
  footer .tm-nav-social .tm-impressum {
    width: 100%;
  }
}
footer #navigationBottom ul {
  padding-left: 0px;
  float: left;
}
footer #navigationBottom ul li {
  margin-right: 12px;
  width: 89px;
  padding: 6px 0px 6px 0px;
  border-bottom: 1px solid white;
  list-style: none;
  float: left;
}
footer #navigationBottom ul li:hover {
  background: #809ba1;
}
.kill-shift {
  margin: 0;
  margin-bottom: 20px;
}
.search-list .search-results .search-result {
  margin: 25px 0 25px 0;
  border-top: 1px solid black;
}
.search-list .paginator {
  margin-top: 60px;
  margin-bottom: 25px;
}
.search-list .paginator a {
  text-align: center;
  padding: 15px 15px;
  color: #4F7075;
}
.search-list .paginator a.active,
.search-list .paginator a:hover {
  color: white;
  background: #4F7075;
  text-align: center;
}
/* Archives */
.archives-container {
  margin-top: 30px;
}
.archives-container img {
  margin: 30px 0;
}
.archive-btn {
  background: #4f7075;
  color: white;
}
