/*
	Theme Name: Möbel Janz
	Theme URI: http://denkanross.de/
	Author: derhintergrund
	Author URI: http://denkanross.de
	Description: A Child Theme for the Aquaman Base Theme
	Version: 1.0.0
	Template: aquaman
*/

/* Custom CSS Start */ 

::-moz-selection { background: #9ac21b; color:#fff }
::selection { background: #9ac21b; color:#fff }


.primary-bg{
	background-color: #9ac21b;
}

.primary-text{
  color: #9ac21b;
}


#site-navigation .desktop-menu li a::before{
	background-color: #9ac21b;
}

.top-bar{
	background-color: #9ac21b;
	color:#fff;
  border: none;
}

.top-bar a{
  color:#fff;
}

img.aligncenter{
  display:block;
  margin:0 auto;
}

ol li::before{
  color:#9ac21b;
  content: '\2713'; 
}

.advantages .advantage{
  width:100%;
} 


@media (max-width: 1091px) {
  footer .widget-wrap {
    margin-bottom: 30px;
  }


}

.home .teaserboxes {
  padding-top:0;
}



@media (max-width: 550px) {
  .site-branding img {
    height:90px;
  }
}

.row{
  justify-content:center;
}


footer .row{
  justify-content:baseline;
}

blockquote{
  margin-bottom: 15px;
}

small{
  font-size: 12px; 
  display: inline-block;
}


/* News Styles
-------------------------------------------------------------------------------*/
.news-item .headline span{
  display:none;
}
 
.news-item .headline h3{
  line-height: 1.4;
}

@media (max-width: 1091px){
  .news-modul .headline{
    margin-right: 0;
  }
}


/* Gallery Styles
-------------------------------------------------------------------------------*/
.wp-gallery a img{
  display:block;
  margin:0 auto;
  transition:box-shadow 0.3s ease;
}

.wp-gallery a:hover img{
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}


/* Form Styles
-------------------------------------------------------------------------------*/

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url(_/img/ajax-loader.gif);
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin-right: 10px;
  vertical-align: middle;
  float: right;
  margin-top: 15px;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

/* Buttons Styles
-------------------------------------------------------------------------------*/
.button {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 100%;
  padding: 0.5rem 1rem;
  border: 2px solid #9ac21b;
  color: #fff;
  background-color: #9ac21b;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 0;
  margin-bottom: 1rem;
  text-decoration: none;
}

.button:link, .button:visited {
  color: #fff;
}

.button:hover, .button:active {
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
  color: #fff;
  color: #9ac21b;
  background-color: #fff;
  text-decoration: none;
}

.button.inverted {
  border: 2px solid #9ac21b;
  color: #9ac21b;
  background-color: transparent;
}

.button.inverted:link, .button.inverted:visited {
  color: #9ac21b;
}

.button.inverted:hover, .button.inverted:active {
  color: #fff;
  background-color: #9ac21b;
}

.button.rounded {
  border-radius: 10px;
}

.button.rounded:hover, .button.rounded:active {
  border-radius: 22px; 
}
 
/* CTA Styles
-------------------------------------------------------------------------------*/
.cta {
  width: calc(100% + 100px);
  background-color: #9ac21b;
  padding: 30px 0;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  position: relative;
  margin-left:-50px;
  margin-right: -50px;

  margin-top: 30px; 
  margin-bottom: 30px;



}

.cta p:last-child {
  margin-bottom: 0;
}


@media (max-width: 767px) {
  .cta {
    margin-bottom: 100px;
  }
}

@media (max-width: 1091px) {
  .cta {
      width: calc(100% + 50px);

     margin-left:-25px;
  margin-right: -25px;
  }
}

@media (max-width: 543px) {
  .cta {
      width: calc(100% + 30px);

      margin-left:-15px;
      margin-right: -15px;
      
      margin-top:15px; 
      margin-bottom:15px;
  }
}


.cta .button:link, .cta .button:visited {
  border: 2px solid #fff;
  background-color: #fff;
  color: #9ac21b;
  margin-bottom: 0;
}

.cta .button:hover, .cta .button:active {
  border: 2px solid #fff; 
  color:#fff;
  background:#9ac21b;
}


.cta.pink{
	background-color: #d6007e;
}

.cta.pink .button:link, .cta.pink .button:visited {
  border: 2px solid #fff;
  background-color: #fff;
  color: #d6007e;
  margin-bottom: 0;
}

.cta.pink .button:hover, .cta.pink .button:active {
  border: 2px solid #fff; 
  color:#fff;
  background:#d6007e;
}


/* Typo Styles */

.teaserboxes .box .content-wrap .content h4,#header-img .headline-wrap h1{
	text-transform:none;
}