/*
Theme Name: Tischlerei Zeilermayr
Theme URI: https://www.klick17.com/
Description: Tischlerei Zeilermayr custom theme
Author: Alex Burdulea
Author URI: https://www.klick17.com/
Version: 1.0.0.1
*/

/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


h3 {
  font-weight: 600;
}

.main-nav .current-menu-item a {
  color: #F29100;
}

.main-nav a {
  text-transform: uppercase;
}

.hero-section2 h1 {
  text-transform: uppercase;
}

.hero-section h2 {
  font-weight: 600;
}

.content.no-padding {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.breadcrumbs li::after {
  padding-left: 5px;
  padding-right: 5px;
}

.info-section .gallery img {
  border: 0 !important;
  margin: 0;
}

.item-icons h4 a {
  font-size: 14px;
  font-weight: 700;
  color: #6F9A40;
  text-align: center;
  letter-spacing: .1em;
  margin: 0 0 36px;
  text-decoration: none;
}

.item-icons li a {
  display: inline-block;
  text-decoration: none;
}
.row_6_6_center h2 {
  font-weight: 600;
  font-size: 38px;
}
section.content p{
  color: #866346;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 26.1px */
}
section.content p a{
  color: #02517A;
}
p {
  line-height: 1.8;
}

.content.no-padding p {
  font-size: 16px;
}

.content.no-padding ul {
  font-size: 16px;
  padding-left: 22px;
}

.content.no-padding.font-large p {
  font-size: 20px;
}

.full-width-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-quote {}

.section-quote p {
  color: #3C3936;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.quote-content p:last-child {
  margin-bottom: 55px;
}

.section-image-content p {
  color: #866346;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.section-image-content p a {
  color: #02517A;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  text-decoration-line: underline;
}

.small-separator.small-separator-end {
  margin-bottom: 0;
}

.section-image-content .small-separator {
  margin-bottom: 0;
  margin-top: 55px;
}
.image-with-border{

  position: relative;
}
.image-with-border img {
  width: 100%;
}

.image-with-border::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='283' height='284' viewBox='0 0 283 284' fill='none'%3E%3Cpath d='M0 1H282V284' stroke='%23866346' stroke-width='2'/%3E%3C/svg%3E");
	top: -20px;
	right: -20px;
	position: absolute;
	content: '';
	display: block;
	width: 64%;
	height: 64%;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 100%;
}
.footer-top hr{
  height: 2px;
  background: #866346;
  border: 0 none;
  opacity: 1;
  margin-top: 75px;
  margin-bottom: 75px;
}
.footer-top p{
  color: #3C3936;
font-size: 18px;
font-style: normal;
font-weight: 200;
line-height: 145%;
padding-right: 50px;
}
.footer-top a{
  color: #02517A;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 28px; /* 26.1px */
text-decoration-line: underline;
display: block;
}
.section-page-name{
  height: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: visible;
  padding-top: 45px;
  margin-bottom: 120px;
}
.page-hero-title {
	background: #F0F1EB;
	width: 850px;
	height: auto;
	box-sizing: border-box;
  margin-top: 0;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 55px;
	padding-bottom: 55px;
	position: relative;
  left: -45px;
}
.page-hero-title h1{
  color: #9D7050;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 0;
}
.section-kontakt h2{
  color: #483419;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 52px */
}
.section-kontakt p{
  color: #3C3936;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.column-border-top{
  background: #866346;
  height: 2px;
  margin-bottom: 40px;
}
.section-two-columns{
  /*padding-top: 40px;*/
}
section.half_padding_top{
  padding-top: 35px;
}
section.no_padding_top{
  padding-top: 0;
}
section.half_padding_bottom{
  padding-bottom: 35px;
}
section.no_padding_bottom{
  padding-bottom: 0;
}
.section-heading h4{
  padding-right: 90px;
}
section.content img.full-width-img{
  width: 100%;
}



.filters {
    text-align: center;
    margin-bottom: 20px;
}

.filters button {
  border-radius: 16px;
border: 1px solid #BCA694;
background: #FFF;


padding: 5px 20px;
justify-content: center;
align-items: center;
margin: 0 5px 15px;



color: #BCA694;
text-align: center;



font-size: 13px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 20.8px */
letter-spacing: 1.3px;
text-transform: uppercase;

}
.filters button.active,
.filters button:hover {
  border-radius: 16px;
  color: #FCF5EB;
border: 1px solid #866346;
background: #866346;
}
.gallery-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 14px;
  background: rgba(54, 54, 54, 0.85);
  color: #E3D1C1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%; /* 23.2px */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.grid-item:hover .gallery-info {
  opacity: 1;
  transform: translateY(0);
}

.gallery-info .col-6{
  font-size: 14px;
}
.grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.grid-item {
    width: calc(33.333% - 10px);
    margin: 5px;
    box-sizing: border-box;
}

.grid-item img {
    width: 100%;
    display: block;
}
.vertical-separator{
  height: 100%;
  width: 2px;
  background: #866346;
  margin: 0 auto;
}

.submit-holder{
  position: relative;
}
.wpcf7-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.hide-mobile{}
  .display-mobile{
    display: none;
  }
  .wpcf7-acceptance label {
    display: flex;
    align-items: flex-start; /* Align items at the start of the flex container */
    gap: 8px; /* Add space between the checkbox and the text */
  }

  .wpcf7-acceptance label input[type="checkbox"] {
    margin-top: 3px; /* Adjust the vertical position of the checkbox slightly */
  }

  .wpcf7-acceptance label span.wpcf7-list-item-label {
    display: inline-block;
    max-width: 100%; /* Ensure the span wraps within the available space */
  }
  .wpcf7-acceptance span{
    margin-left: 0;
  }
  .wpcf7-not-valid-tip{
    font-size: 0.7em;
  }
  section.content .row p:last-child{
    margin-bottom: 0;
  }
@media only screen and (max-width : 1290px) {
  .hero-image{
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width : 1200px) {
  .section-btn {
    background-position: 5% 30%;
  }

  .hero-section2 {
    background-position: center;
  }
}
@media only screen and (max-width : 1100px){
    .page-hero-title {
  	padding-left: 60px;
  	padding-right: 60px;
  	padding-top: 40px;
  	padding-bottom: 40px;
  	position: relative;
  	left: 10px;
    bottom: -20px;
  }
}
@media only screen and (max-width : 992px) {

}

@media only screen and (max-width : 979px) {
  .page-hero-title{
    width: 94%;
  }
  .section-btn {
    background-position: 0 30%;
  }

  .icn-section h5 {
    margin-bottom: 20px;
  }
  .hero-section h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .hero-section p {
    font-size: 30px;
    line-height: 40px;
  }
  body{
    margin-top: 71px;
  }
  .hero-section .row::after {
  	width: 60%;

  }
  .hero-image{
    margin-left: 0;
  }
}

@media only screen and (max-width : 767px) {
.home .section-image-content .small-separator{
  display: none;
}



  .page-id-14 .content h2.mt-md-25 {
	margin-top: 0;
  margin-bottom: 30px;
}
.content.section-kontakt .submit-holder{
  margin-bottom: 40px;
}
.content.section-kontakt img{
  margin-bottom: 40px;
}
.page-id-16 .main-footer{
  margin-top: 30px;
}
  .filters {
  overflow-x: auto; /* Enable horizontal scrolling */
  white-space: nowrap; /* Prevent line breaks */
  padding: 5px 0; /* Add padding to make scrolling smoother */
}

.filters button {
  display: inline-block; /* Ensure buttons remain in one line */
  white-space: nowrap; /* Prevent text wrapping */
}
.grid-item {
	width: calc(50% - 10px);
	margin: 5px;
	box-sizing: border-box;
}
  .content {
	padding-top: 35px;
	padding-bottom: 35px;
}
.content.section-heading{
  padding-bottom: 0;
}
.content.section-gallery{
  padding-top: 0;
}
  .content h2{
    margin-bottom: 20px;
  }
  .hide-mobile{
    display: none;
  }
    .display-mobile{
      display: inline-block;
    }
  .footer-top img{
    margin-bottom: 70px;
  }
  .image-with-border{
    margin: 20px;
  }
  .section-heading h4{
    padding-right: 0;
  }
  .page-hero-title h1 {
  	font-size: 40px;
  }
  .page-hero-title {
  	padding-left: 20px;
  	padding-right: 20px;
  	padding-top: 20px;
  	padding-bottom: 20px;
  }
  .hero-section {
  }
  .section-page-name {
  	height: auto;
  	padding-top: 45px;
  	margin-bottom: 40px;
  }
  .section-btn {
    background-position: right center;
    background-size: auto 150%;
  }

  .hero-section2 {
    padding: 100px 0 60px;
  }

  .text-right {
    text-align: center;
  }

  .brtb .col-sm-4 {
    text-align: center;
  }

  .brtb .col-sm-4 .btn {
    display: inline-block;
  }

  .section {
    padding: 20px 0;
  }

  .hero-section h2 {
    font-weight: 600;
    background: rgba(0, 0, 0, 0.35);
    padding: 10px;
  }


  .main-header.active {
    height: 80px;
  }
}
@media (max-width:680px) {
  .hero-section h1 {
  	font-size: 40px;
  	line-height: 50px;
  }
  .hero-section p {
	font-size: 24px;
	line-height: 34px;
}
}
@media only screen and (max-width : 560px) {
  .grid-item {
  	width: 100%;
  	margin: 5px 0;
  	box-sizing: border-box;
  }
  .image-with-border{
    margin: 0 0 30px 0;
  }
  .image-with-border::after{
    display: none;
  }
}
@media only screen and (max-width : 420px) {
  .page-hero-title h1 {
  	font-size: 30px;
  }
}

@media only screen and (max-width : 320px) {}

@media (min-width: 1360px) {
  .content-image-text img {
    max-width: 120%;
    left: -20%;
    position: relative;
    height: auto;
    width: 120%;
  }

  .content-image-text .col-sm-push-6 img {
    max-width: 120%;
    right: -20%;
    position: relative;
    height: auto;
    width: 120%;
    left: 0;
  }
}
