/* Stylesheet */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}

/* Box Sizing */
html {
	box-sizing: border-box;
  	scroll-behavior: smooth;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

body.open-menu,
body.open-contact {
	overflow: hidden;
}
@media (min-width: 1025px) {
	body.open-contact {
		overflow: auto;
	}
}

/* ** ** ** ** ** ** ** ** **
 * Farben
 * */

:root {
  --white:      #ffffff;
  --lightgrey:  #f0f0f0;
  --grey:       #d8d8d8;
  --darkgrey:   #7c7c7c;
  --dark:      	#3c3c3c;
  --red:        #b1203a;
  --darkred:    #931128;
  --darkred50:  #93112880;
  --bordeaux:   #780a1e;
  --bordeaux85: #780a1ed9;

}
/* Text Colors */
.has-white-color        { color: var(--white); }
.has-lightgrey-color    { color: var(--lightgrey); }
.has-grey-color         { color: var(--grey); }
.has-darkgrey-color     { color: var(--darkgrey); }
.has-grey-color         { color: var(--grey); }
.has-dark-color         { color: var(--dark); }
.has-red-color          { color: var(--red); }
.has-darkred-color      { color: var(--darkred); }
.has-darkred-50-color    { color: var(--darkred50); }
.has-bordeaux-color     { color: var(--bordeaux); }
.has-bordeaux-85-color   { color: var(--bordeaux85); }

/* Background Colors */
.has-white-background-color        { background-color: var(--white); }
.has-lightgrey-background-color    { background-color: var(--lightgrey); }
.has-grey-background-color         { background-color: var(--grey); }
.has-darkgrey-background-color     { background-color: var(--darkgrey); }
.has-grey-background-color         { background-color: var(--grey); }
.has-dark-background-color         { background-color: var(--dark); }
.has-red-background-color          { background-color: var(--red); }
.has-darkred-background-color    	 { background-color: var(--darkred); }
.has-darkred-50-background-color    { background-color: var(--darkred50); }
.has-bordeaux-background-color     { background-color: var(--bordeaux); }
.has-bordeaux-85-background-color   { background-color: var(--bordeaux85); }


/* ** ** ** ** ** ** ** ** **
 * Typography
 *
 *  Headlines: Superclarendon: bold
 *  Buttons: Superclarendon: bold
 *  Main Menu: Superclarendon: bold, regular
 *  Copy, Footer:  Baskerville:  regular, italic, bold
 *
 */

/* Font smoothing: https://gist.github.com/hsleonis/55712b0eafc9b25f1944 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}
body {
  font-family: 'baskervilleurw', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(26/18);
  color: var(--dark);
  background-color: var(--white);
}

/* Content */
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
  margin: 0;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: 'superclarendon', serif;
  font-weight: 600;
  color: var(--red);
}
h1, .h1 {
  font-size: 24px;
	line-height: calc(27/24);
	margin-bottom: 15px;
}
h2, .h2,
.product_title {
  font-size: 16px;
	line-height: calc(20/16);
	margin-bottom: 24px;
}
.wp-block-cover h1:not(.has-text-color), .wp-block-cover .h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color), .wp-block-cover .h2:not(.has-text-color) {
	color: var(--white);
}
h3, .h3,
.woocommerce-loop-product__title,
.single-section__title,
.wc-nested-category-layout-category-title {
  font-size: 22px;
	line-height: calc(26/22);
	margin-bottom: 22px;
}
.search-results h1 {
  font-size: 22px;
	line-height: calc(26/22);
	margin-bottom: 22px;
	color: var(--darkgrey);
}

h4, .h4 {
  font-size: 14px;
}
h5, .h5 {
  font-size: 12px;
}
h6, .h6 {
  font-size: 12px;
}
p {
	margin-bottom: 24px;
}
a {
  color: inherit;
  text-decoration: none;
}
strong {
  font-weight: 600;
}
em {
  font-size: 18px;
  font-style: italic;
}
ul:not(.has-bullets), ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote {
  font-family: 'baskervilleurw', serif;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;
  line-height: calc(43/30);
  text-align: center;
}
cite {
  font-family: 'superclarendon', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: calc(17/14);
  text-align: center;
  color: var(--red);
}

/* Navigation */
nav a {
  font-family: 'superclarendon', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  line-height: calc(20/16);
  white-space: nowrap;
}
nav .sub-menu a {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(18/14);
  letter-spacing: 0.44px;
}

.mobile-contact .has-icon-tel {
	font-family: 'superclarendon', serif;
  	font-weight: 600;
 	font-style: normal;
	font-size: 16px;
	color: var(--darkgrey);
}
.mobile-contact .has-button-solid a {
	font-size: 14px;
}

/* Contact */
.contact h3 {
  font-family: 'baskervilleurw', serif;
  font-size: 18px;
  color: var(--dark);
}

/* Footer */
.footer {
  font-size: 18px;
  color: var(--white);
}
.footer h3 {
  font-size: 14px;
  color: var(--white);
}
.footer em {
  font-size: 19px;
}
/* Copyright */
.copyright {
  font-size: 16px;
  text-align: center;
}
.copyright li {
  font-family: 'superclarendon', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  display: inline-block;
  color: var(--white);
}
.copyright em {
  font-size: 16px;
  color: var(--red);
}
/* foto credit right */
.photocredit {
  font-size: 16px;
  margin: 0;
  padding-top: 8px;
}
/* Headline with seprator line  */
h3.has-deco-line {
	font-size: 16px;
}
/* Buttons */
[class*="has-button"] a,
.product .button {
	font-family: 'superclarendon', serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

/* Image caption */
.wp-caption,
.wp-block-image figcaption {
	font-style: italic;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: center;
}

/* Toggle Box / Single Product Widget Link / Clear Filter */
.is-toggle-box::after,
.single-product-widget a,
.widget_layered_nav_clear a {
	font-family: 'superclarendon', serif;
	font-weight: 600;
	font-size: 16px;
	line-height: calc(19/16);
	color: var(--darkgrey);
}
/* Toggle Filter */
.catalogue .sidebar .sidebar-toggle {
	font-family: 'superclarendon', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: calc(19/16);
	color: var(--darkgrey);
}

.pagination {
	font-size: 21px;
	font-style: italic;
	color: var(--red);
}

.has-smaller-fontsize,
.has-smaller-fontsize em {
	font-size: 17px;
}

@media (min-width: 1025px) {
	body {
	  font-size: 22px;
	  line-height: calc(32/22);
	}
	/* Content */
	h1, .h1 {
	  font-size: 50px;
		line-height: calc(53/50);
		margin-bottom: 40px;
	}
	h2, .h2,
	.product_title,
	.wc-nested-category-layout-category-title {
	  font-size: 26px;
		line-height: calc(31/26);
		margin-bottom: 32px;
	}
	h3, .h3,
	.woocommerce-loop-product__title,
	.single-section__title {
	  font-size: 22px;
		line-height: calc(26/22);
		margin-bottom: 26px;
	}
	h4, .h4 {
	  font-size: 18px;
	}
	h5, .h5 {
	  font-size: 16px;
	}
	h6, .h6 {
	  font-size: 16px;
	}
	p {
		margin-bottom: 32px;
	}
	em {
	  font-size: 24px;
	}
	blockquote {
	  font-size: 44px;
	  line-height: calc(53/44);
	}
	cite {
	  font-size: 16px;
	  line-height: calc(20/16);
	}
	/* Navigation */
	nav a {
	  font-size: 16px;
	  line-height: calc(20/16);
	}
	nav .sub-menu a {
	  font-size: 14px;
	  line-height: calc(18/14);
	}
	/* Contact */
	.contact h3 {
	  font-size: 22px;
	}
	/* Footer */
	.footer {
	  font-size: 20px;
	}
	.footer h3 {
	  font-size: 16px;
	}
	.footer em {
	  font-size: 19px;
	}
	/* Copyright */
	.copyright {
	  font-size: 16px;
	}
	.copyright li {
		font-family: 'baskervilleurw', serif;
		font-weight: 400;
		font-size: 18px;
		color: var(--dark);
	}
	.copyright em {
		font-size: 16px;
	}

	/* Headline with seprator line  */
	h3.has-deco-line {
		font-size: 16px;
	}
	/* Buttons */
	[class*="has-button"] a,
	.product .button {
		font-size: 18px;
		line-height: 22px;
	}
	/* Image caption */
	.wp-caption,
	.wp-block-image figcaption {
		text-align: left;
	}
	/* Toggle Box */
	.is-toggle-box::after {
		font-size: 16px;
		line-height: calc(19/16);
	}
	.pagination {
		font-size: 21px;
	}

	.has-smaller-fontsize,
	.has-smaller-fontsize em {
		font-size: 21px;
	}

}

/* ** ** ** ** ** ** ** ** **
 * Header
 * */

/* .header {
  height: 168px;
} */


/* Responsive Navigation */
.header input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.nav-trigger {
  position: fixed;
  top: 14px;
  right: 14px;
  z-index: 7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.nav-icon,
.nav-icon::before,
.nav-icon::after {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  background: var(--darkgrey);
  transition: all 0.2s ease-in-out;
}
.nav-icon::before,
.nav-icon::after {
  position: absolute;
  left: 0;
  content: '';
}
.nav-icon::before {
  top: -9px;
}
.nav-icon::after {
  bottom: -9px;
}
.nav-overlay {
  transition: all 0.2s ease-in-out;
}
.header input[type=checkbox]:checked ~ .nav-trigger .nav-icon {
  background: transparent;
}
.header input[type=checkbox]:checked ~ .nav-trigger .nav-icon:before {
  top: 0;
  transform: rotate(-45deg);
}
.header input[type=checkbox]:checked ~ .nav-trigger .nav-icon:after {
  bottom: 0;
  transform: rotate(45deg);
}
.header input[type=checkbox]:checked ~ .nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 6;
  height: 100vh;
  width: 100vw;
  background: var(--white);
}

/* Logo: */
/* State: default */
.logo {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 168px;
  background: var(--white);
}
.logo a {
  position: absolute;
  top: 38px;
  left: 50%;
  width: 192px;
  height: 92px;
  transform: translateX(-50%);
  background: url(../img/PT.svg) no-repeat 50% 0;
  background-size: 192px 92px;
}
/* State: fixed / menu toggled */
.header input[type=checkbox]:checked ~ .logo,
.scrolled .logo {
  position: fixed;
  top: 0;
  left: 0;
	z-index: 7;
  height: 69px;
}
.header input[type=checkbox]:checked ~ .logo a,
.scrolled .logo a {
  top: 10px;
  height: 50px;
  background-size: auto 85px;
}
/* body padding for fixed state */
.scrolled {
  padding-top: 169px;
}
/* smooth fade */
@keyframes fadein {
    0%    { opacity: 0; }
    100%  { opacity: 1; }
}
.scrolled .logo {
  animation: fadein 0.3s;
  box-shadow: -1px 2px 8px 0 rgba(0,0,0,0.35);
}
.scrolled .header input[type=checkbox]:checked ~ .logo {
  box-shadow: none!important;
}



/* Navigation */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  min-height: 360px;
  height: calc(100vh - 100px);
  padding: 110px 20px 0;
  overflow-y: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.header input[type=checkbox]:checked ~ .nav {
  z-index: 6;
  overflow-y: scroll;
  opacity: 1;
}


/* Menu: Styling */
.main-menu a {
  display: block;
  padding: 10px 29px;
  color: var(--darkgrey);
	border-top: 2px solid var(--lightgrey);
}
/* Hover / Current */
.main-menu a:hover,
.main-menu > .current-menu-item > a,
.main-menu > .current-menu-ancestor > a {
	color: var(--darkred);
}
/* Active */
.main-menu > .is-active > a {
	color: var(--white);
	background-color: var(--darkred);
  border-color: var(--darkred);
}

/* Submenu 1st Level */
.main-menu .sub-menu a {
  padding-left: 49px;
  color: var(--white);
  background-color: var(--red);
	border-color: #A21730;
}
.main-menu .sub-menu :first-child > a {
  border-color: var(--darkred);
}
.main-menu .sub-menu .is-active > a {
	background-color: var(--darkred);
}
.main-menu .sub-menu .is-active > a:first-child {
  /* border-color: #890E22; */
  border-color: var(--darkred);
}
/* Hover / Current */
.main-menu .sub-menu a:hover,
.main-menu .sub-menu > .current-menu-item > a,
.main-menu .sub-menu > .current-menu-ancestor > a {
	background-color: var(--darkred);
}




/* Submenu 2nd Level */
.main-menu .sub-menu .sub-menu a {
  padding-left: 79px;
  background-color: var(--darkred);
	border-color: var(--darkred);
}
.main-menu .sub-menu .sub-menu > :first-child > a {
  border-color: #890E22;
}


/* Menu: Behaviour */
.main-menu .sub-menu {
  display: none;
}
.main-menu li.is-active > .sub-menu {
  display: block;
}




/* Contact */
/* .header .contact { display: none; } */
/* Contact Menu */
.header .contact {
	position: fixed;
	top: 0;
	z-index: 6;
	width: 100%;
}
.open-contact .header .contact {
	z-index: 8;
}
/* .header input[type=checkbox]:checked ~ .contact {
	display: none;
} */
.contact-menu-trigger {
	position: fixed;
	top: 69px;
	right: 0;
	z-index: 2;
	cursor: pointer;
}
.open-menu:not(.open-contact) .contact-menu-trigger {
	display: none;
}
/* .contact input[type=checkbox]:checked ~ .contact-menu-trigger {
	display: block;
} */
.contact input[type=checkbox]:checked ~ .contact-menu-content {
	position: relative;
	display: block;
	height: 100vh;
	overflow-y: auto;
}
.contact input[type=checkbox]:checked ~ .contact-menu-trigger {
	top: 0;
}

.contact-menu-content {
	display: none;
	padding: 90px 30px 60px;
	background: var(--white);
}
	.contact-menu-logo {
		position: relative;
		top: -52px;
		z-index: 1;
		width: 100%;
		height: 92px;
		background: var(--white);
	}
	.contact-menu-logo a {
		position: absolute;
		top: 0;
		left: 50%;
		width: 192px;
		height: 92px;
		transform: translateX(-50%);
		background: url(../img/PT.svg) no-repeat 50% 0;
		background-size: 192px 92px;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
	}
	.contact-menu-content h3 {
		margin-bottom: 10px
	}
	.contact-menu-content p {
		margin-bottom: 12px
	}

/* Contact Mobile */
.header .mobile-contact {
	display: none;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	position: fixed;
	left: 30px;
	right: 30px;
	bottom: 30px;
	z-index: 7;
}
.header input[type=checkbox]:checked ~ .mobile-contact {
	display: flex;
}

.open-contact .contact-menu-underlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/* Social Menu */
.social-menu {
  position: fixed;
  top: 24px;
  right: 63px;
  z-index: 6;
}

/* Language Switch */
.lang-menu {
	position: absolute;
	top: 22px;
	right: 100px;
	z-index: 6;
	font-size: 16px;
}

/* Sidebar Toggle Trigger */
.header .sidebar-toggle {
	display: none;
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 7;
	width: 40px;
	height: 40px;
	background: url(../img/icons/icon_filter.svg) no-repeat 50% 50%;
	background-size: 28px 27px;
	cursor: pointer;
}
.header .sidebar-toggle:hover,
.header .sidebar-toggle.is-active {
	background-image: url(../img/icons/icon_filter_red.svg);
}
.woocommerce-page .header .sidebar-toggle {
	display: block;
}


@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {

  .nav-trigger {
    display: none;
  }

  .logo {
    height: 198px;
  }
  .logo a {
    top: 36px;
    width: 250px;
    height: 120px;
    background-size: 250px 120px;
  }
  .scrolled .logo {
    position: fixed;
    top: 16px;
    left: 49px;
    width: 66px;
    height: 72px;
    box-shadow: none;
  }
  .scrolled .logo a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background-size: 250px 120px;
  }

  .scrolled {
    padding-top: 258px;
    /* padding-top: 103px; */
  }
  .scrolled .header {
    position: fixed;
		left: 50%;
		top: 0;
		z-index: 2;
		transform: translateX(-50%);
    width: 100%;
		max-width: 1440px;
    height: 103px;
    background: var(--white);
    /* box-shadow: 0 2px 6px 0 rgba(0,0,0,0.30); */
  }
	/* .scrolled .header::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 10px;
    content: '';
    background: linear-gradient(180deg, rgba(57,57,57,0.15) 0%, rgba(57,57,57,0) 100%);
	} */


  .nav {
    position: relative;
    z-index: 3;
    opacity: 1;
    min-height: inherit;
    height: auto;
    padding: 0;
    overflow: visible;
    background: var(--white);
    border-top: 2px solid var(--lightgrey);
    border-bottom: 2px solid var(--lightgrey);
  }
  .scrolled .nav {
    padding: 22px 0 25px;
    border-top: none;
  }

  .main-menu {
    display: flex;
    justify-content: center;
  }
  .main-menu li {
    position: relative;
    margin: -2px 0;
  }
  .main-menu a,
  .main-menu > li:first-child a {
    border: none;
  }
  .main-menu a {
    padding: 20px 11px;
  }
	.main-menu > .current-menu-item > a,
	.main-menu > .current-menu-ancestor > a  {
	  color: var(--darkred);
	  background-color: transparent;
	}

  .main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 275px;
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: var(--red);
    box-shadow: 2px 7px 9px 0 rgba(57, 57, 57, 0.3);
  }
  .main-menu li:hover > .sub-menu {
    display: block;
  }
  .main-menu .sub-menu li {
    display: block;
    margin: 0;
  }
  .main-menu .sub-menu a {
    padding-left: 13px;
		padding-top: 14px;
		padding-bottom: 14px;
  }
  .main-menu .sub-menu > .current-menu-item > a {
    border-bottom: none;
  }
  .main-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    min-width: 190px;
    box-shadow: none;
    margin-top: -14px;
    padding: 14px 0;
    background-color: var(--red);
  }
  .main-menu .sub-menu .sub-menu::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 10px;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(57,57,57,0.15) 0%, rgba(57,57,57,0) 100%);
  }
  .main-menu .sub-menu .sub-menu a {
    padding-left: 30px;
    background-color: var(--red);
  }
  .main-menu .sub-menu .sub-menu a:hover {
    background-color: var(--darkred);
  }


  /* Contact Menu */
  .header .contact {
    position: absolute;
	top: auto;
	z-index: 2;
    width: 100%;
    display: block;
  }
  .contact-menu-trigger {
    display: block;
	position: absolute;
    top: 0;
    right: 0;
	z-index: 2;
  	cursor: pointer;
  }
	.contact input[type=checkbox]:checked ~ .contact-menu-content {
		height: auto;
		overflow-y: hidden;
	}
	.contact input[type=checkbox]:checked ~ .contact-menu-content::after {
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 5px;
		content: '';
		background: linear-gradient(180deg, rgba(57,57,57,0.15) 0%, rgba(57,57,57,0) 100%);
	}
	.contact-menu-logo {
		display: none;
	}
	.contact-menu-content .cols {
		display: flex;
		width: 100%;
		max-width: 1138px;
		margin: 0 auto;
	}
	.contact-menu-content .col {
	  flex-basis: 50%;
	}
	.contact-menu-content > .cols > .col {
	  flex-basis: 35%;
	}
	.contact-menu-content > .cols > .col:first-child {
	  flex-basis: 25%;
	}
	.contact-menu-content > .cols > .col:last-child {
	  flex-basis: 40%;
	}

	.contact-menu-content h3,
	.contact-menu-content p {
		margin-bottom: 30px;
	}

  /* Social Menu */
  .social-menu {
    position: absolute;
    top: 28px;
    right: 60px;
    z-index: 5;
  }
  .scrolled .social-menu {
    top: 36px;
    animation: fadein 0.3s;
  }

  /* Language Switch */
  .lang-menu {
	top: 28px;
	right: 160px;
  }
  .scrolled .lang-menu {
	top: 34px;
	z-index: 4;
  }
  


	.header .sidebar-toggle,
	.woocommerce-page .header .sidebar-toggle {
		display: none;
	}

}

/* ** ** ** ** ** ** ** ** **
 * Icons
 * */

/* Contact Menu Trigger Icon -------------------- */
.contact-icon {
  display: block;
  width: 46px;
  height: 99px;
  background-color: var(--lightgrey);
  background-image: url(../img/icons/icon_phone.svg), url(../img/icons/icon_mail.svg), url(../img/icons/icon_pin.svg);
  background-position: center 12px, center 42px, center 72px;
  background-repeat: no-repeat;
  background-size: 22px 21px;
}
.contact-icon:hover {
  background-image: url(../img/icons/icon_phone_red.svg), url(../img/icons/icon_mail_red.svg), url(../img/icons/icon_pin_red.svg);
}
.contact input[type=checkbox]:checked ~ .contact-menu-trigger .contact-icon {
  height: 46px;
  background-image: url(../img/icons/icon_close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 27px;
}
.contact input[type=checkbox]:checked ~ .contact-menu-trigger .contact-icon:hover {
  background-image: url(../img/icons/icon_close_red.svg);
}
@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	.contact-icon {
		height: 112px;
		background-position: center 12px, center 46px, center 78px;
	}
}
/* Phone, Mail, Location Icons ----------------- */
.has-icon-tel,
.has-icon-mail,
.has-icon-pin,
.has-icon-clock {
  position: relative;
  padding-left: 30px;
}
.has-icon-tel::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  content: '';
  width: 22px;
  height: 21px;
  background: url(../img/icons/icon_phone_red.svg) no-repeat 0 0;
  background-size: contain;
}
.has-icon-mail::before {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  content: '';
  width: 23px;
  height: 15px;
  background: url(../img/icons/icon_mail_red.svg) no-repeat 0 0;
  background-size: contain;
}
.has-icon-pin::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  content: '';
  width: 17px;
  height: 22px;
  background: url(../img/icons/icon_pin_red.svg) no-repeat 0 0;
  background-size: contain;
}
.has-icon-clock::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icons/icon_uhr.svg) no-repeat 0 0;
  background-size: contain;
}
.contact-menu-content .has-icon-clock::before {
	top: 4px;
}

/* Contact Mobile --------------------- */
.mobile-contact > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mobile-contact p {
	margin: 0;
}
.mobile-contact .has-icon-tel::before {
	top: 0;
}
.mobile-contact .has-button-solid a {
	padding: 12px 19px;
}

/* Scroll Down Icon --------------------- */
@keyframes scrolldown-hop {
	0%    { transform: translateY(0); }
	10%   { transform: translateY(-5px); }
	20%   { transform: translateY(5px); }
	30%   { transform: translateY(-5px); }
	40%   { transform: translateY(5px); }
	50%   { transform: translateY(0); }
  }
  
.has-icon-scroll-down {
	position: relative;
	animation: scrolldown-hop 2.5s infinite ease-in-out both;
}
.has-icon-scroll-down a {
	position: absolute;
	top:50%;
	left: 50%;
	display: block;
	width: 44px;
	height: 44px;
	transform: translate(-50%, -50%) rotate(90deg);
	background: url(../img/icons/icon_slide_arrow_right.svg) no-repeat 0 0;
	background-size: contain;
	opacity: .5;
}
.has-icon-scroll-down a:hover {
	opacity: 1;
}
.has-icon-scroll-down a em {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.hero .has-icon-scroll-down {
	margin-bottom: 10px;
}

/* Social Menu Icons --------------------- */
.social-menu {
  display: flex;
}
.social-menu li:not(:first-child) {
  margin-left: 12px;
}
.social-menu a span {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}
.social-menu a {
  display: block;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
	transition: all .3s ease;
}
.social-menu .has-icon-search a {
  background-image: url(../img/icons/icon_search.svg);
}
.social-menu .has-icon-facebook a {
  background-image: url(../img/icons/icon_facebook.svg);
}
.social-menu .has-icon-instagram a {
  background-image: url(../img/icons/icon_instagram.svg);
}
.social-menu .has-icon-search a:hover {
  background-image: url(../img/icons/icon_search_red.svg);
}
.social-menu .has-icon-facebook a:hover {
  background-image: url(../img/icons/icon_facebook_red.svg);
}
.social-menu .has-icon-instagram a:hover {
  background-image: url(../img/icons/icon_instagram_red.svg);
}
/* .social-menu a:hover {
	opacity: .75;
} */
.header .social-menu .has-icon-facebook,
.header .social-menu .has-icon-instagram {
  display: none;
}

.footer .social-menu a {
  width: 50px;
  height: 50px;
  background-color: var(--red);
  background-size: 32px 32px;
}
.footer .social-menu .has-icon-facebook a {
  background-image: url(../img/icons/icon_facebook_white.svg);
}
.footer .social-menu .has-icon-instagram a {
  background-image: url(../img/icons/icon_instagram_white.svg);
}
.footer .social-menu a:hover {
	background-color: var(--darkred);
	opacity: 1;
}

@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
	.header .social-menu .has-icon-facebook,
	.header .social-menu .has-icon-instagram,
	.social-menu .has-icon-facebook,
	.social-menu .has-icon-instagram {
	  display: block;
	}
}

/* Sub-Menu Indicators --------------------- */

.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children > .is-submenu-toggle {
  position: absolute;
  top: 1px;
  right: 0;
  display: block;
  width: 100%;
  height: 40px;
  background: none;
  cursor: pointer;
}
.main-menu .menu-item-has-children > .is-submenu-toggle::after {
  position: absolute;
  top: 0;
  right: 20px;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/icons/icon_arrow_right.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
}

.main-menu :hover .is-submenu-toggle::after,
.main-menu > .current-menu-item .is-submenu-toggle::after {
	background-image: url(../img/icons/icon_arrow_right_red.svg);
}

.main-menu .is-active .is-submenu-toggle::after {
	background-image: url(../img/icons/icon_arrow_right_white.svg);
}

.main-menu .menu-item-has-children.is-active > .is-submenu-toggle::after {
  transform: rotate(90deg);
}


@media only screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {

	.main-menu .menu-item-has-children > .is-submenu-toggle {
		display: none;
	}
	.main-menu .menu-item-has-children::after {
	  position: absolute;
		top: 5px;
	  right: 20px;
	  display: block;
	  content: '';
	  width: 40px;
	  height: 40px;
	  background: url(../img/icons/icon_arrow_right.svg) no-repeat 50% 50%;
	  background-size: 20px 20px;
	}
	.main-menu > .menu-item-has-children::after {
    content: none;
  }
	.main-menu .menu-item-has-children:hover::after,
	.main-menu .current-menu-item.menu-item-has-children::after,
	.sub-menu .menu-item-has-children::after {
	  background-image: url(../img/icons/icon_arrow_right_white.svg);
	}

}

/* ** ** ** ** ** ** ** ** **
 * Footer
 * */
.footer {
  padding: 40px 30px 20px;
	background-color: var(--dark);
}

.footer a {
	transition: all .3s ease;
	color: var(--white);
}
.footer a:hover {
	opacity: .75;
}

.footer .col:first-child {
  display: flex;
  flex-direction: column;
}
.footer .col:first-child .widget:first-child {
  order: 2;
}

.footer .widget {
  margin-bottom: 50px;
}

.footer .social-menu,
.scrolled .footer .social-menu {
  position: static;
}

/* Footer Widgets */
.footer .widget h3 {
  margin-bottom: 16px;
}
.footer .widget p {
  margin-bottom: 26px;
}
.footer .widget p:last-child {
  margin-bottom: 0;
}
/* Footer Widgets: collapsable */
.collapsable .widget {
	margin-bottom: 0;
}
.collapsable .widget h3 {
	position: relative;
	margin: 0 -10px;
	padding: 10px;
	border-top: 1px solid var(--darkgrey);
	cursor: pointer;
}
.collapsable .widget h3::after {
	position: absolute;
	top: 2px;
	right: 10px;
	display: block;
	content: '';
	width: 40px;
  height: 40px;
  background: url(../img/icons/icon_arrow_right_white.svg) no-repeat 50% 50%;
  background-size: 20px 20px;
}
.collapsable .widget h3.active::after {
	transform: rotate(90deg);
}
.collapsable:last-child {
	position: relative;
}
.collapsable:last-child::after {
	position: absolute;
	bottom: 0;
	left: -10px;
	right: -10px;
	display: block;
	content: '';
	height: 1px;
	background: var(--darkgrey);
}
.collapsable h3 + div {
	display: none;
	padding: 0 0 20px;
}
.collapsable h3 + div:empty {
	padding: 0;
}
.collapsable h3.active + div {
	display: block;
}
.collapsable:last-child > :nth-child(2) h3:after {
	content: none;
}

@media (min-width: 1025px) {
	.footer {
		display: flex;
		padding: 76px 30px 26px;
	}
	.footer .cols {
		display: flex;
		width: 100%;
		max-width: 1248px;
		margin: 0 auto;
	}
	.footer .col {
	  flex-basis: 25%;
	}
	.footer .col-double {
	  flex-basis: 50%;
	}
	.footer .col:first-child {
	  display: block;
	}
	.collapsable .widget h3 {
		margin: 0 0 18px;
		padding: 0;
		border-top: none;
		cursor: auto;
	}
	.collapsable .widget h3::after {
		content: none;
	}
	.collapsable:last-child::after {
		content: none;
	}
	.collapsable h3 + div {
		display: block;
		max-width: 235px;
	}
	.collapsable.col-double h3 + div {
		max-width: none!important;
	}
	.collapsable :last-child h3 + div {
		padding: 0;
	}
	.collapsable:last-child > :nth-child(2) h3 {
		margin: 28px 0 34px;
	}
	.collapsable:last-child > :last-child h3 {
		margin-bottom: 6px;
	}


}

/* ** ** ** ** ** ** ** ** **
 * Copyright
 * */
.copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 70px;
}
.copyright p {
	margin: 0;
}
.copyright-menu {
  width: 100%;
  padding: 40px 30px;
  background: var(--dark);
  text-align: left;
}
.copyright-menu li {
  margin: 0 6px;
}
.copyright-menu a {
	transition: all .3s ease;
}
.copyright-menu a:hover {
	/* opacity: .75; */
	color: var(--red);
}

.copyright-logo {
  display: inline-block;
  width: 55px;
  height: 60px;
  margin: 30px 0 15px;
  background: url(../img/PT.svg) no-repeat 50% 0;
  background-size: auto 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .copyright-menu {
    padding: 25px 0 10px;
    background: var(--white);
    text-align: center;
  }
  .copyright-logo {
    order: -1;
    margin: 50px 0 0;
  }
}


/* ** ** ** ** ** ** ** ** **
 * Buttons
 * */

[class*="has-button"] a,
.product .button {
	display: inline-block;
	margin: 0;
	padding: 10px 15px;
	border: 2px solid var(--red);
	transition: all .3s ease;
}
[class*="has-button"] a + a,
[class*="has-button"] a + span a {
	margin-top: 10px;
}

.has-button-solid a,
.product .button {
	color: var(--white);
	border-color: var(--red);
	background-color: var(--red);
}
.has-button-solid a:hover,
.product .button:hover {
	border-color: var(--darkred);
	background-color: var(--darkred);
}

.has-button-ghost a {
	color: var(--red);
	border-color: var(--red);
}
.has-button-ghost a:hover {
	color: var(--darkred);
	border-color: var(--darkred);
}

.has-button-ghost-light a {
	color: var(--white);
	border-color: var(--white);
}
.has-button-ghost-light a:hover {
	opacity: 0.75;
}

@media (min-width: 600px) {
	[class*="has-button"] a,
	.product .button {
		padding: 19px;
	}
	[class*="has-button"] a + a {
		margin-top: 0;
		margin-left: 25px;
	}

}



/* ** ** ** ** ** ** ** ** **
 *	Spacer
 *  .has-deco-line
 *  .has-deco-element
 * */

[class*="has-deco"] {
	position: relative;
	border: none;
	margin: 0;
	padding: 0;
	min-height: 60px;
}
/* Decoration line */
.has-deco-line::before {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	transform: translateY(-50%);
	display: block;
	content: '';
	height: 2px;
	background: var(--lightgrey);
}

/* Decoration Element */
.has-deco-element::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%,-50%);
	display: block;
	content: '';
	width: 80px;
	height: 30px;
	background: #fff url(../img/deco/deco_small_red.svg) no-repeat 10px 0;
	background-size: 64px 22px
}
.has-deco-line.has-deco-element {
	min-height: 32px;
}

/* Headline with seprator line  */
h3.has-deco-line {
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--darkgrey);
}
h3.has-deco-line::before {
	transform: none;
}
h3.has-deco-line strong {
	padding: 0 15px;
	background: var(--white);
}
@media (min-width: 600px) {
	[class*="has-deco"] {
		min-height: 100px;
	}
	.has-deco-element::after {
		width: 115px;
		height: 34px;
		background: #fff url(../img/deco/deco_small_red.svg) no-repeat 10px 0;
		background-size: 97px 34px
	}
}

/* ** ** ** ** ** ** ** ** **
 *	Decorations
 * */

/* Hero */
.has-hero-deco {
	position: relative;
}
@media (min-width: 600px) {
	/* .hero::after, */
	.has-hero-deco::after {
		position: absolute;
		z-index: 1;
		left: 0;
		/* Basis: 300x380, bottm: -240 */
		bottom: calc( (20vw * 1.27) * -0.63 );
		width: 20vw;
		padding-top: calc(20vw * 1.27);
		display: block;
		content: '';
		background: url(../img/deco/deco_hero.svg) no-repeat 100% 0;
		background-size: auto 100%;
	}
}
@media (min-width: 1440px) {
	.has-hero-deco::after {
		left: -400px;
		bottom: -240px;
		width: 700px;
		height: 380px;
		padding: 0;
		background-size: contain;
	}
}


/* Teaser */
.has-bg-deco {
	position: relative;
	padding-bottom: 100px!important;
}
.has-bg-deco::after {
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 1;
	transform: translateX(-50%);
	display: block;
	content: '';
	width: 140px;
	height: 54px;
	background: url(../img/deco/deco_small_grey.svg) no-repeat 0 0;
	background-size: contain;
}
.has-dark-background-color .has-bg-deco::after,
.has-dark-background-color.has-bg-deco::after {
	background-image: url(../img/deco/deco_small_white.svg);
	opacity: 0.2;
}
.has-red-background-color .has-bg-deco::after,
.has-red-background-color.has-bg-deco::after {
	background-image: url(../img/deco/deco_small_white.svg);
	opacity: 0.3;
}
@media (min-width: 600px) {
	.has-bg-deco {
		padding-bottom: 136px!important;
	}
}


/* Blockquote */
blockquote {
	background-image: url(../img/deco/deco_quote.svg);
	background-repeat: no-repeat;
	background-position: 70% 0;
	background-size: auto 76%;
}


@media (min-width: 600px) {
	blockquote {
		background-position: -227px -49px;
		background-size: auto 445px;
	}
	blockquote.is-not-cropped {
		background-position: 0 0;
		background-size: auto 80%;
	}
}



/* empty column */
.has-bg-deco-big {
	background-image: none;
	background-repeat: no-repeat;
	background-position: 100% 150px;
	background-size: auto 235px;
}
@media (min-width: 600px) {
	.has-bg-deco-big {
		background-image: url(../img/deco/deco_quote.svg);
	}
}

/* Footer */
.footer {
	background-image: url(../img/deco/deco_footer.svg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	background-size: cover;
}



/* ** ** ** ** ** ** ** ** **
 *	Content Elements
 * */

/* General */
.has-eyecatcher {
	position: relative;
}

/* Eye Catcher / Stoerer */
.is-eyecatcher {
	position: absolute;
	z-index: 5;
	right: 6vw;
	/* top: -30px; */
	bottom: 0;
	width: 13.5vw;
	height: 15.5vw;
	min-width: 135px;
}
.is-eyecatcher.align-right {
	top: auto;
	right: 0;
	bottom: -25px;
	height: auto;
}
.is-eyecatcher a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
}
.is-eyecatcher figcaption {
	position: absolute;
	top: 15%;
	left: 15%;
	z-index: 1;
	width: 70%;
	height: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	color: var(--white);
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	transform: rotate(5deg);
}

@media (min-width: 600px) {
	.is-eyecatcher {
		z-index: 1;
		top: auto;
		bottom: calc( 15vw * -0.26 );
	}
}
@media (min-width: 1440px) {
	.is-eyecatcher {
		right: 90px;
		bottom: -60px;
		z-index: 1;
		width: 227px;
		height: 227px;
	}
}

/* Slider ---------------------- */
.is-slider-wrapper {
	position: relative;
}
.is-slider-wrapper figcaption {
	min-height: 25px;
}


/* prev/next */
.is-slider-nav {
	display: none;
}
.is-slider-nav .prev-slide,
.is-slider-nav .next-slide {
	position: absolute;
	top: 50%;
	left: auto;
	right: 32px;
	z-index: 1;
	transform: translateY(-50%);
	display: block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	opacity: .5;
	background: url(../img/icons/icon_slide_arrow_right.svg) no-repeat 0 0;
	background-size: contain;
}
.is-slider-nav .prev-slide {
	left: 32px;
	right: auto;
	transform: translateY(-50%) rotate(180deg);
}
.is-slider-nav .prev-slide:hover,
.is-slider-nav .next-slide:hover {
	opacity: 1;
}

/* Pagination */
.pagination {
	position: absolute;
	left: auto;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: auto;
	background: var(--white);
	padding: 0 5px;
}
.gallery-slider .prev-slide,
.gallery-slider .next-slide {
	display: none;
}

@media (min-width: 600px) {
	.is-slider-nav {
		display: block;
	}

}


/* Hero */
.hero {
	/* height: 500px; */
	height: 75vw;
	min-height: 280px;
	padding: 30px 30px;
}
/* .hero.wp-block-cover.has-background-dim::before {
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,1) 90%);
} */
.hero .wp-block-cover__inner-container > :last-child {
	margin-bottom: 0;
}

@media (min-width: 1025px) {
	.hero {
		height: 626px;
		padding: 90px 30px;
	}
}



/* Gradients */
.wp-block-cover__gradient-background {
	mix-blend-mode: multiply;
	opacity: 1!important;
	background-color: transparent!important;
}
.has-home-gradient-background {
	background: linear-gradient(180deg,rgba(60,60,60,0) 0%,rgb(60,60,60) 100%);
}
.has-pianohaus-gradient-background {
	background: linear-gradient(180deg, rgba(60, 60, 60, 0) 0%, rgba(60, 60, 60, 0) 30.67%, rgb(60,60,60) 100%);
}


/* Columns */
.wp-block-columns {
	margin: 0;
}
.wp-block-columns.is-layout-flex {
	gap: 0;
}
.wp-block-columns.has-background {
	padding: 0;
}
/* Columns: No Gap */
.has-no-gap {
	gap: 0!important;
}
.has-no-gap .wp-block-column:not(:first-child),
.has-no-gap.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
	margin-left: 0;
}
/* Columns: Equal Height */
.has-equal-height .wp-block-column {
	display: flex;
}
.wp-block-columns > .wp-block-column:not(:empty) + .wp-block-column
.wp-block-columns > .wp-block-column + .wp-block-column:not(:empty) {
	margin-top: 50px;
}
.wp-block-columns.has-no-gap > .wp-block-column + .wp-block-column,
.wp-block-columns.is-teaser-vertical > .wp-block-column + .wp-block-column {
	margin-top: 0!important;
}
.wp-block-column > :last-child {
	margin-bottom: 0;
}

@media (min-width: 600px) {
	.wp-block-columns.is-layout-flex {
		gap: 30px;
	}
	.wp-block-columns > .wp-block-column:not(:empty) + .wp-block-column
	.wp-block-columns > .wp-block-column + .wp-block-column:not(:empty) {
		margin-top: 0;
	}
}

/* Teaser */

/* Teaser big */
.is-teaser-big.has-image-right > .wp-block-column:first-child {
	order: 1;
}
/* Teaser big: Text */
.is-teaser-big .has-bg-deco {
	padding: 55px 30px;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
/* Teaser big: Image */
.is-teaser-big .wp-block-image {
	height: 100%;
}
.is-teaser-big .wp-block-image img {
	height: 100%;
	object-fit: cover;
}

@media (min-width: 600px) {
	/* Teaser big */
	.is-teaser-big.has-image-right > .wp-block-column:first-child {
		order: 0;
	}
	/* Teaser big: Text */
	.is-teaser-big .has-bg-deco {
		padding: 95px 30px;
	}
}



/* Blockquote */
blockquote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 400px;
	padding: 0 30px;
}
blockquote > * {
	max-width: 1034px;
}
blockquote p + cite {
	margin-top: 10px;
}

@media (min-width: 600px) {
	blockquote {
		height: 496px;
	}
	blockquote p + cite {
		margin-top: 50px;
	}
}


/* Teaser horizontal (Blog)  */
.is-teaser-wrap {
	padding: 32px 0;
}
.is-teaser-blog {
	margin: 20px 0;
}
.is-teaser-blog:first-child {
	margin-top: 90px;
}
.is-teaser-blog:last-child {
	margin-bottom: 90px;
}

/* Teaser horizontal: Image */
.is-teaser-blog .wp-block-image {
	height: 100%;
}
.is-teaser-blog .wp-block-image img {
	height: 100%;
	object-fit: cover;
}

/* Teaser horizontal: text */
.is-teaser-blog .wp-block-column:last-child {
	position: relative;
	padding: 32px 32px 120px;
}
.is-teaser-blog .wp-block-column:last-child .h4:first-child {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--red);
}
.is-teaser-blog .wp-block-column:last-child p[class*="has-button"] {
	position: absolute;
	bottom: 52px;
	left: 32px;
	right: 32px;
	margin: 0;
}

@media (min-width: 600px) {
	.is-teaser-blog {
		margin: 48px 0;
	}
}


/* Logo Bar */
.is-logo-bar .wp-block-column:not(:last-child) {
	margin-bottom: 20px;
}
.is-logo-bar figure {
	text-align: center;
}
.is-logo-bar img {
	opacity: 0.5;
}

@media (min-width: 600px) {
	.is-logo-bar .wp-block-column:not(:last-child) {
		margin-bottom: 0;
	}
	.is-logo-bar figure {
		text-align: left;
	}
}

/* Gallery-Slider */
.gallery-slider {
	padding-bottom: 40px;
}
.gallery-slider .pagination {
	left: 0;
	text-align: center;
}
.gallery-slider img {
	min-height: 280px;
	width: 100%;
	object-fit: cover;
}
.gallery-slider figcaption {
	padding: 0 30px;
	text-align: center;
}
@media (min-width: 600px) {
	.gallery-slider {
		padding-bottom: 0;
	}
	.gallery-slider .pagination {
		left: auto;
		text-align: right;
	}
	.gallery-slider figcaption {
		padding: 0;
		text-align: left;
	}
}

/* Image */

.wp-block-image {
	margin: 0;
}
.has-no-gap .wp-block-image img {
	float: left;
}

/* Image: Caption */


/* Image before/after */
.twentytwenty-wrapper .twentytwenty-container {
	min-height: 150px;
}
.twentytwenty-wrapper .twentytwenty-handle {
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	background: var(--red);
	border: none;
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}
.twentytwenty-wrapper .twentytwenty-handle::before,
.twentytwenty-wrapper .twentytwenty-handle::after {
	width: 4px;
	margin-left: -2px;
	background: var(--red);
	-webkit-box-shadow: none;
		 -moz-box-shadow: none;
					box-shadow: none;
}
.twentytwenty-wrapper .twentytwenty-handle span {
	width: 16px;
	height: 14px;
	margin: -6px -20px 0 0;
	border: none;
	background: url(../img/icons/icon_arrow_right_white.svg) no-repeat 50% 50%;
	background-size: 20px auto;
}
.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
	transform: rotate(180deg);
	margin: -6px 0 0 -20px;
}

@media (min-width: 600px) {
	.twentytwenty-wrapper .twentytwenty-container {
		min-height: 284px;
	}	
	.twentytwenty-wrapper .twentytwenty-handle {
		width: 100px;
		height: 100px;
		margin-left: -50px;
		margin-top: -50px;
	}
	.twentytwenty-wrapper .twentytwenty-handle span {
		width: 16px;
		height: 24px;
		margin: -12px -30px 0 0;
		border: none;
		background: url(../img/icons/icon_arrow_right_white.svg) no-repeat 50% 50%;
		background-size: 36px auto;
	}
	.twentytwenty-wrapper .twentytwenty-handle .twentytwenty-left-arrow {
		transform: rotate(180deg);
		margin: -12px 0 0 -30px;
	}
}
@media (min-width: 1248px) {
	.twentytwenty-wrapper .twentytwenty-container {
		min-height: 592px;
	}	
}

/* Image with floating Text */

.has-floating-img .wp-block-image {
	margin-bottom: 20px;
}

@media (min-width: 1025px) {

	.has-floating-img {
		overflow: hidden;
	}
	.has-floating-img .wp-block-image {
		float: left;
		margin: 0 70px 50px 0;
	}
	.has-floating-img > div > * {
		clear: none;
		margin-left: 320px;
	}
}

/* Toggle Box */
/* Group: is-toggle-box */

.is-toggle-box {
	position: relative;
	padding-bottom: 40px;
}
.is-toggle-box.is-closed {
	margin-top: -20px;
	padding-bottom: 0px;
}
.is-toggle-box.has-toggle.is-closed > div  {
	display: none;
}
.is-toggle-box.has-toggle::after  {
	display: inline-block;
	content: 'Schließen';
	padding-right: 25px;
	background: url(../img/icons/icon_close_small.svg) no-repeat 100% 70%;
	background-size: 20px 20px;
	cursor: pointer;
}
.is-toggle-box.has-toggle:hover::after  {
	color: var(--red);
	background-image: url(../img/icons/icon_close_small_red.svg);
}
.is-toggle-box.has-toggle.is-closed::after  {
	content: 'Weiterlesen';
	background-image: url(../img/icons/icon_arrow_right.svg);
}
.is-toggle-box.has-toggle.is-closed:hover::after  {
	color: var(--red);
	background-image: url(../img/icons/icon_arrow_right_red.svg);
}
.is-toggle-box p:last-child {
	margin-bottom: 12px;
}

/* Teaser vertical (3 Cols, Bottom) */
.is-teaser-vertical .has-bg-deco {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 132px !important;
}
.is-teaser-vertical .has-bg-deco > div {
	position: relative;
	height: 100%;
	padding-bottom: 70px;
}
.is-teaser-vertical .has-bg-deco .wp-block-image {
	margin-left: -25px;
	margin-right: -25px;
}
.is-teaser-vertical .has-bg-deco h3 {
	min-height: 52px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.is-teaser-vertical .has-bg-deco p[class*="has-button"] {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
/* .is-teaser-vertical .has-bg-deco p[class*="has-button"] {
	position: absolute;
	bottom: 0;
	left: 0;
} */

@media (min-width: 1025px) {
	.is-teaser-vertical .has-bg-deco {
		padding-bottom: 136px !important;
	}
/*
	.is-teaser-vertical .wp-block-column:not(:first-child) {
		margin-left: 30px;
	}
*/
	.is-teaser-vertical .has-bg-deco .wp-block-image {
		margin-bottom: 40px;
	}
}


/* Rundgang: Streetview */
.has-marker-streetview a {
	position: relative;
	display: block;
}
.has-marker-streetview a::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: block;
	content: '';
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: var(--red);
	background-image: url(../img/icons/icon_rundgang.svg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.has-marker-streetview a:hover::before {
	background-color: var(--darkred);
}
/* Blog Post */


/* Brands */
.is-shifted-down-100 {
	position: relative;
	z-index: 1;
}
.has-opacity-80 {
	opacity: .8;
}
@media (min-width: 600px) {
	.is-shifted-down-100 {
		margin-bottom: -100px;
	}
}


/* Tables */
.wp-block-table td {
	border: none;
	border-bottom: 1px solid var(--lightgrey);
	padding: 0.375em;
	vertical-align: top;
}
.wp-block-table tr:first-child td {
	border-top: 1px solid var(--lightgrey);
}

.wp-block-table td:first-child {
	padding-left: 0;
}
.wp-block-table td:last-child {
	padding-right: 0;
}



/* ** ** ** ** ** ** ** ** **
 *	Layout

content --> 1034px
wide		--> 1248px
full		--> 1440px

 * */

.site {
	position: relative;
	max-width: 1440px;
	margin: 0 auto;
}
.entry-content {
	width: 100%;
	max-width: 1094px;
	margin: 0 auto;
	padding: 0 30px;
}
.alignwide,
.alignfull {
	width: 100vw;
	margin-left: calc( (50% - 50vw) );
	margin-right: calc( (50% - 50vw) );
}
/* .alignfull .alignwide {
	margin-left: auto;
	margin-right: auto;
	max-width: 1248px;
} */
.alignfull .alignwide {
	margin-left: 32px;
	margin-right: 32px;
	width: auto;
	max-width: 1248px;
}

@media (min-width: 1248px) {
	.alignwide {
		margin-left: calc( (1034px - 1248px) / 2 );
		margin-right: calc( (1034px - 1248px) / 2 );
		max-width: 1248px;
		width: 100vw;
	}
	.alignfull .alignwide {
		margin-left: auto;
		margin-right: auto;
		max-width: 1248px;
	}
}
@media (min-width: 1440px) {
	.alignfull {
		margin-left: calc( (1034px - 1440px) / 2 );
		margin-right: calc( (1034px - 1440px) / 2 );
		max-width: 1440px;
		width: 100vw;
	}
}

/* Divider on mobile */
@media (max-width: 600px) {
	hr,
	hr[class*="has-deco"] {
		margin-left: 30px;
		margin-right: 30px;
	}
	hr.alignwide,
	hr.alignfull {
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
}

/* max-width for paragraphs: 820px */
.entry-content > p.has-text-align-center {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
}
.is-event p {
	max-width: 820px;
}

/* Events */
.is-past-event .is-cta-anmeldung,
.is-past-event .is-event-footer {
	display: none;
}


/* ** ** ** ** ** ** ** ** **
* Product Catalogue
* ** */

.catalogue {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 30px;
	margin-left: 0;
	margin-right: 0;
	width: auto;
}
.catalogue .main {
	order: 1;
}
.catalogue .sidebar {
	position: sticky;
	top: 68px;
	z-index: 1;
	width: 100vw;
	height: calc(100vh - 68px);
	margin: 0 -30px 20px;
	padding: 0 30px;
	background: var(--white);
	overflow: auto;
}
.catalogue .sidebar::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	content: '';
	background: linear-gradient(180deg, rgba(57,57,57,0.15) 0%, rgba(57,57,57,0) 100%);
}
.catalogue .sidebar .sidebar-toggle {
	position: relative;
	margin: 15px 0;
	cursor: pointer;
}
.catalogue .sidebar .sidebar-toggle::before  {
	position: absolute;
	top: -5px;
	right: 0;
	display: block;
	width: 25px;
	height: 25px;
	content: '';
	background: url(../img/icons/icon_close.svg) no-repeat 0 0;
	background-size: 25px 25px;
}

.catalogue .sidebar .sidebar-inner {
	max-height: calc(100vh - 68px);
	overflow: auto;
	padding: 20px 0;
}
.catalogue .sidebar.is-closed {
	display: none;
}
.catalogue #products {
	height: auto!important;
}

/* Single Product */
.single-product .catalogue .sidebar.is-closed .sidebar-inner {
	display: block;
}
.single-product .catalogue .sidebar .sidebar-toggle {
	display: none;
}
.single-product .catalogue .sidebar .sidebar-inner p {
	margin: 0;
}

@media (min-width: 600px) {
	.catalogue {
		display: flex;
		flex-wrap: no-wrap;
		justify-content: space-between;
		align-items: flex-start;
		gap: 15px;
		margin-top: 80px;
		margin-bottom: 60px;
	}
	.catalogue .main {
		flex-basis: 75%;
	}
	.catalogue .sidebar {
		top: 105px;
		flex-basis: calc(25% - 15px);
		width: auto;
		height: calc(100vh - 135px);
		margin: 0;
		padding: 30px 15px 0 0;
	}
	.catalogue .sidebar::after {
			content: none;
	}
	.catalogue .sidebar .sidebar-toggle {
		display: none;
	}
	.catalogue .sidebar .sidebar-inner {
		max-height: none;
		overflow: auto;
		padding: 0;
	}
	.catalogue .sidebar.is-closed {
		display: block;
	}

}
@media (min-width: 1248px) {
	.catalogue {
		margin-left: calc( (1034px - 1248px) / 2 );
		margin-right: calc( (1034px - 1248px) / 2 );
		width: 100vw;
	}
}





/* Filter ---------- */

.widget_layered_nav_filters ul,
.widget_layered_nav {
	margin-bottom: 20px;
}

.widget_layered_nav_filters .widget-title,
.widget_layered_nav .widget-title {
	display: none;
}

.wc-layered-nav-term a {
	position: relative;
	display: inline-block;
	padding-left: 29px;
	line-height: calc(26/18);
	color: var(--darkgrey);
	hyphens: auto;
	white-space: normal;
	hyphens: auto;
}
.wc-layered-nav-term.chosen a {
	color: var(--red);
}
.wc-layered-nav-term a::before {
	position: absolute;
	left: 0;
	top: 2px;
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #979797;
	background: var(--lightgrey);
}
.wc-layered-nav-term.chosen a::before {
	background: var(--red);
	border-color: var(--red);
}

.wc-layered-nav-term .count {
	opacity: .2;
}

.widget_layered_nav_clear a {
	display: block;
}
.widget_layered_nav_clear a:hover {
	color: var(--red);
}
.widget_layered_nav_clear a::before  {
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 9px;
	content: '';
	float: left;
	background: url(../img/icons/icon_close_small.svg) no-repeat -3px 0;
	background-size: 20px 20px;
}
.widget_layered_nav_clear a:hover::before  {
	background-image: url(../img/icons/icon_close_small_red.svg);
}

.wc-layered-nav-term > span {
	display: none;
}

@media (min-width: 600px) {

	.widget_layered_nav_filters ul,
	.widget_layered_nav {
		margin-bottom: 32px;
	}

}

/* Nested Category image */
.wc-category-image-wrap {
	margin-bottom: 50px;
	padding-bottom: 10px;
	border-bottom: 2px solid var(--dark);
}
.wc-category-image-wrap img {
	opacity: .8;
}
.wc-nested-category-layout-category-title {
	margin-bottom: 30px;
}
.subcategory-term_description {
	margin-bottom: 70px;
}

/* disable Headlines for brands with images */
.wc-nested-category-layout-category-title.cat-yamaha,
.wc-nested-category-layout-category-title.cat-schimmel,
.wc-nested-category-layout-category-title.cat-boesendorfer,
.wc-nested-category-layout-category-title.cat-bluethner,
.wc-nested-category-layout-category-title.cat-casio {
	display: none;
}


/* Empty Placeholder Products */
.post-823,
.post-1714,
.post-1715,
.post-1716,
.post-1905,
.post-1906 {
	display: none;
}


/* Product Attributes  */

.product-attributes {
	margin-bottom: 20px !important;
  	padding-bottom: 30px !important;
  	border-bottom: 2px solid rgba(60,60,60,.1);
}
.product-attributes li {
	display: flex;
}
.product-attributes li strong {
	min-width: 130px;
}
@media (min-width: 600px) {
	.product-attributes li strong {
		min-width: 160px;
	}
}

/* Product Attribute List */
.attribute-list {
	display: flex;
	align-items: center;
	gap: 4px;
	flex-wrap: wrap;
}
.attribute-list li {
	width: 24px;
	height: 24px;
	border: 1px solid #000000;
}
.attribute-list span {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.attribute-38 { background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 55%, rgba(50,50,50,1) 55%);} /* Schwarz poliert */
.attribute-39 { background-color: #000000;} /* Schwarz matt */
.attribute-40 { background-color: #eeedec;} /* Weiß Poliert */
.attribute-42 { background-color: #3d3332;} /* Rosenholz */
.attribute-56 { background-color: #6e4734;} /* Nussbaumartig dunkel offenporig */
.attribute-57 { background-color: #5b181f;} /* Mahagoniartig dunkel hochglanz */
.attribute-58 { background-color: #2e0f0f;} /* Nussbaumartig */
.attribute-59 { background-color: #000;} /* Dunkel Hochglanz */
.attribute-60 { background-color: #6c3540;} /* Kirsche matt */
.attribute-61 { background-color: #000000;} /* Schwarz poliert / Chrom */
.attribute-63 { background-color: #eeedec;} /* Weiß Poliert / Chrom */
.attribute-64 { background-color: #6e4734;} /* Nussbaum seidenmatt */
.attribute-74 { background-color: #5b181f;} /* Mahagoni hochglanzpoliert */
.attribute-75 { background-color: #0e0108;} /* Schwarz seidenmatt */
.attribute-81 { background-color: #5b181f;} /* Mahagoni poliert */
.attribute-82 { background-color: #6e4734;} /* Nussbaum satiniert */
.attribute-84 { background-color: #6e4734;} /* Nussbaum poliert */
.attribute-85 { background-color: #5b181f;} /* Mahagoni psatiniertoliert */
.attribute-119 { background-color: #000000;} /* Schwarz Dekor */
.attribute-120 { background-color: #000000;} /* Weiß Dekor */
.attribute-121 { background-color: #50393a;} /* Rosenholz Dekor */
.attribute-123 { background-color: #ff0000;} /* RED */
.attribute-124 { background-color: #000000;} /* BLACK */
.attribute-125 { background-color: #ffffff;} /* WHITE */
.attribute-131 { background-color: #6e4734;} /* Nussbaumartig hochglanzpoliert */
.attribute-132 { background-color: #6e4734;} /* Nussbaumartig dunkel hochglanz */
.attribute-137 { background-color: #000000;} /* Schwarz satiniert */

/* Product Loop Item */
.woocommerce-loop-product__title,
.single-section__title {
	margin-top: 26px;
	padding-bottom: 10px;
	color: var(--dark);
	border-bottom: 2px solid currentColor;
}
.woocommerce-loop-product__title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 64px;
	margin-top: 10px;
}

/* Single Product  */
.single-product .summary {
	margin-bottom: 80px;
}
.single-product .product-attributes {
	clear: both;
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.single-product .product-attributes:first-child {
	padding-top: 50px;
}

/* Single Add to cart display */
.single-product .summary .cart .quantity,
.single-product .summary .cart .single_add_to_cart_button {
	display: none!important;
}


/* Single Variation Dropdown */

.single-product .variations_form .variations {
	margin-bottom: 0;
}
.single-product .variations_form .label {
	width: 130px;
	text-align: left;
}
.single-product .variations_form label::after {
	content: ':';
}
.single-product .variations .reset_variations,
.single-product .variations option[value=""],
.single-product .woocommerce-variation-add-to-cart {
	display: none!important;
}
.single-product .woocommerce-variation-price .price {
	position: relative;
	padding-left: 130px;
}
.single-product .woocommerce-variation-price .price::before {
	position: absolute;
	top: 0;
	left: 0;
	content: 'Preis:';
	font-weight: 600;
}

@media (min-width: 600px) {
	.single-product .variations_form .label {
		min-width: 160px;
	}
	.single-product .woocommerce-variation-price .price {
		padding-left: 160px;
	}
}


.single-section {
	margin: 0 0 80px;
}

/* Single Product Widgets Back Link  */
.single-product-widget a {
	display: block;
}
.single-product-widget a:hover {
color: var(--red);
}
.single-product-widget a::before  {
	display: block;
	width: 20px;
	height: 20px;
	content: '';
	float: left;
	transform: rotate(180deg);
	background: url(../img/icons/icon_arrow_right.svg) no-repeat 100% 0;
	background-size: 20px 20px;
}
.single-product-widget a:hover::before  {
	background-image: url(../img/icons/icon_arrow_right_red.svg);
}



/* Related */
.section-related ul.products {
	overflow: hidden;
}
.section-related ul.products li.product {
	margin-bottom: 30px;
}

.section-related h4 {
	margin-top: 20px;
	color: var(--darkgrey);
}

/* Marken */
.single-section__title img {
	height: 40px;
	width: auto;
	opacity: .8;
}

/**
 * Yamaha Cashback Aktion Weihnachten 2025
 */
/* Produkt Katalog */
.product.product_tag-cashback > a {
	position: relative;
	display: block;
}
.product.product_tag-cashback > a::after {
	position: absolute;
	top: 180px;
	right: 5px;
	display: block;
	width: 100px;
	height: 100px;
	content: '';
	background: url(../img/stoerer_cashback.svg) no-repeat 0 0;
	background-size: contain;
}


@media (min-width: 1025px) {
	.product.product_tag-cashback > a::after {
		top: 170px;
	}
}	
@media (min-width: 1248px) {
	.product.product_tag-cashback > a::after {
		top: 230px;
		right: 15px;
		width: 120px;
		height: 120px;
	}
}


/* ** ** ** ** ** ** ** ** **
* Forms
* ** */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'superclarendon', serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	color: var(--white);
	padding: 19px;
	border: 2px solid var(--red);
	border-radius: 0;
	background-color: var(--red);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: var(--darkred);
	background-color: var(--darkred);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--darkred);
	background-color: var(--darkred);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--dark);
	border: 1px solid var(--darkgrey);
	border-radius: 0;
	padding: 7px 10px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

label input:not([type="checkbox"]),
label textarea {
	width: 100%;
	margin-top: 5px;
}
label input:not([type="checkbox"]) {
	max-width: 490px;
}

textarea {
	width: 100%;
}

.wpcf7-list-item {
	display: block;
	margin: 0 0 5px 37px;
}
.wpcf7-list-item.last {
	margin-bottom: 0;
}
.has-checkbox input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.has-checkbox input + label,
.has-checkbox input + span {
  position: relative;
  padding-left: 0;
}
.has-checkbox input + label::before,
.has-checkbox input + span::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: -37px;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px solid #979797;
	background: var(--lightgrey);
}
.has-checkbox input:checked + label::before,
.has-checkbox input:checked + span::before {
	background: var(--darkgrey);
}

.wpcf7-not-valid-tip {
	font-size: 18px;
	text-transform: none;
	padding: 5px 10px;
}


/* Search Forms */

/* Serach Button */
.search-form .search-field {
		margin: 0;
}
.search-form .search-submit {
	display: inline-block;
  width: 40px;
  height: 40px;
	padding: 0;
	background: transparent url(../img/icons/icon_search.svg) no-repeat 50% 50%;
  background-size: 30px auto;
	transition: all .3s ease;
	text-indent: -999em;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.search-form .search-submit:hover,
.search-form .search-submit:focus,
.search-form .search-submit:active {
	background-color: transparent;
	background-image: url(../img/icons/icon_search_red.svg);
}


/* Header Serach Form */
.header-search-form {
	position: fixed;
	top: 20px;
	right: 60px;
	z-index: 7;
	height: 30px;
}
.header-search-form input {
	opacity: 1;
	position: static;
	z-index: 0;
}
.header-search-form label {
	display: none;
	width: 140px;
	line-height: 20px;
}
.header-search-form:hover label {
	display: inline-block;
}
.header-search-form .search-field {
	font-size: 16px;
	line-height: 20px;
	padding: 3px 10px;
}
.header-search-form .search-submit {
	width: 30px;
	height: 30px;
	background-size: 22px auto;
}


/* Search Results */
.search-form-wrap {
	padding: 80px 0 60px;
}
.search-form-wrap label {
	display: inline-block;
	width: 80%;
	max-width: 490px;
}
.search-results h1 {
	margin: 0 0 60px;
}

.search-results .posts-navigation {
	margin: 0 0 60px;
}

@media (min-width: 600px) {
	.header-search-form {
		position: absolute;
		top: 21px;
		right: 125px;
	}
	.scrolled .header-search-form {
		top: 29px;
	}
}


/* Helper Classes
---------------------------------------------------------------------------- */
.bold-breaks-on-mobile strong {
	display: block;
}

@media (min-width: 600px) {
	.bold-breaks-on-mobile strong {
		display: inline;
	}
}

.has-mo-margin {
	margin: 0;
}

/* flex reverse order */
@media (max-width: 781px) {
	.has-reverse-order-sm,
	.has-reverse-order-mobile {
	  flex-direction: column-reverse;
	}
  }



  /*
-------------------------------------------------------------
 Show / Hide:
-------------------------------------------------------------
*/
.hide,
.show-sm,
.show-md,
.show-lg                      { display: none!important }

@media (max-width: 781px) {
	.hide-sm,
	.hide-mobile,
	.hide-on-mobile             { display: none!important }
	.show-sm		            { display: block!important}
	.wp-block-columns.show-sm,
	.wp-block-cover.show-sm,
	.wp-block-buttons.show-sm  { display: flex!important}
}
@media (min-width: 782px) and (max-width: 1023px) {
	.hide-md,
	.hide-tablet,
	.hide-on-tablet             { display: none!important }
	.show-md                    { display: block!important}
	.wp-block-columns.show-md,
	.wp-block-cover.show-md,
	.wp-block-buttons.show-md  { display: flex!important}
}
@media (min-width: 1024px) {
	.hide-lg,
	.hide-desktop,
	.hide-on-desktop            { display: none!important }
	.show-lg                    { display: block!important}
	.wp-block-columns.show-lg,
	.wp-block-cover.show-lg,
	.wp-block-buttons.show-lg  { display: flex!important}
}
