@charset "utf-8";
@charset "utf-8";
@charset "utf-8";


/* CSS Document */
:root {
	--ncblack: #151515;
	--ncbeige: #d3b389;
	--ncbraun: #613b13;
	--ncbg: #EEE7D9;
}

@font-face {
    font-family: 'windsor_great_park_stylistiRg';
    src: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/fonts/windsor_great_park_stylistic_one-regular-webfont.woff2) format('woff2'),
         url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/fonts/windsor_great_park_stylistic_one-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
   font-family: 'windsor_great_parkregular';
    src: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/fonts/windsor_great_park-regular-webfont.woff2) format('woff2'),
         url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/fonts/windsor_great_park-regular-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

body, .navfoo a, .fl-slide-text > * {
	font-size:15px;
	line-height:25px;
	color:var(--ncblack);
}

.bannertext ol a, .bannertext ol a span, .bannerbild:before, .neuheiten img, .fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, .fl-builder-content a.fl-button:before, .fl-builder-content a.fl-button:visited:before, .bannertext h4:after, #route button, #route button:before, .ce_hyperlink a:before, .ce_hyperlink a, input.search-submit:before, #sound #nyan-btn {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}	
.bannerbild:after, .bannerbild:before{
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}	

.entry-title, .search .page-header .page-title {
	color: var(--ncbeige);
	font-weight:normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size:70px;
	line-height: 75px;
}
.search .page-header .page-title, .search .page-header .page-description {
	font-family: 'Oswald', sans-serif;
}
.search .page-header {
	margin-bottom: 0px;
}

h2, h4, h3, .slidertext strong, h5, .search .page-header .page-description {
	font-weight:300;
	letter-spacing: 1px;
	font-size:25px;
	line-height: 30px;
	margin-top:15px;
	color: var(--ncbraun);
}

h2, .page-description {
	margin-bottom:50px;
}

h3 {
	font-weight:normal;
	text-transform: uppercase;
	font-siize:35px;
	line-height:40px;
}

h4 {
	font-size:22px;
	line-height:27px;
}

h5 {
	font-size:18px;
	line-height: 23px;
}

.text-re h4 {
	margin-top:0px;
	font-size:20px;
	line-height: 25px;
	margin-bottom:15px;
}
.text-re p {
	margin-bottom: 5px;
	margin-top:0px;
}


h1:not(.site-title)::before, h2::before, .entry .entry-title::before {
	display: none;
}

.borderright {
	border-right:1px solid;
	border-color: var(--ncbraun);
}
.borderleft {
	border-left:1px solid var(--ncbraun);
}
.entry .entry-header, .search .page-header {
	margin-bottom: 0px;
	margin-top:100px;
}

.entry .entry-content > * {
	margin-top:0px;
}

.entry .entry-content > *, .entry .entry-summary > *, .entry .entry-title::before {
	max-width:100%;
}

.entry .entry-content {
	max-width: 100%;
	margin:0px;
}
.entry .entry-header, .fl-row-full-width.fl-row-bg-none, #colophon .widget-area, .search .entry-content {
	max-width:1200px;
	margin-left: auto;
	margin-right:auto;
}
.hfeed .entry .entry-header, .search .page-title {
	margin-left:auto;
	margin-right:auto;
}

.fl-row-full-width.gross {
	max-width:100%;
}

.bannertext {
	height:100%;
	position: absolute;
	left:5%;
	width:90%;
	top:0;
	z-index: 2;
	height: auto;
}

.bannerbild {
	position: relative;
	overflow: hidden;
}

.bannerbild:before, .bannerbild:after {
	position: absolute;
	top:0;
	left:-100%;
	width:200%;
	height:200%;
	background-color:rgba(97,59,19, 0.25);
	display: block;
	content:"";
	z-index: 1;
}

.banner .fl-col:hover .bannerbild:before, .banner .fl-col:hover .bannerbild:after{
	-webkit-transform: rotate(-90deg);   
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	width:500%;
	height:500%;
	margin-left:-50%;
	top:50%;
}

.bannerbild:after {
	left:0px;
	right:-100%;
}

.banner .fl-col:hover .bannerbild:after {
	margin-right:-50%;
	margin-left: 0px;
	-webkit-transform: rotate(90deg);   
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.bannerbild .fl-photo-content img {
	max-width: 110%;
	width:100%;
}

.bannerbild .fl-photo-content {
	width:100%;
	display: block;
}

/*.bannerbild img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.bannerbild:hover img {
	
}*/

.fl-col-content {
	position: relative;
}

.banner {
	margin-top:80px;
	margin-bottom:80px;
	background-color:var(--ncbraun);
}

.spruch {
	text-align: center;
}

.spruch:before, .spruch:after, .slidertext h4 {
	content:"“";
	display: block;
	margin:20px;
	color:var(--ncbeige);
	font-size:180px;
	line-height:150px;
	font-family: 'Libre Baskerville', sans-serif;
}

.spruch:before, .slidertext h4  {
	margin-bottom:-110px;
}

.spruch:after {
	margin-top:50px;
	margin-bottom:-100px;
}

.spruch h4 {
	font-size:50px;
	line-height:55px;
}

.site-branding-container .site-title, .site-branding-container .site-description {
	display: none;
}

.slidertext {
	width:26%;
	margin-right:5%;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	margin-left:5%;
	float:left;
	margin-top:10%;
}

.slidertext em {
	margin-top:20px;
	display: block;
}

.sliderbild {
	width:59%;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.sliderbild .sow-slider-pagination {
	display: none!important;
}

.site-header {
	padding:0px;
	height:100vh;
	min-height:700px;
	position: relative;
	background-image: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/bilder/hg-header.svg);
	background-repeat: no-repeat;
	background-position: left -100px bottom 120px;
	background-size: 800px auto;
}

.site-header #header-widget-area {
	height: calc(100vh - 80px);
	position: relative;
	height: 100vh;
}
.sliderbild, .sliderbild .so-widget-sow-slider, .sliderbild .sow-slider-images, .sliderbild .sow-slider-base, .sliderbild .sow-slider-image {
	height: calc(100vh - 104px);
}

.sow-slider-base ul.sow-slider-images li.sow-slider-image > img {
	max-width:1100%;
	height:100%;
	width:auto;
}

.slidertext strong {
	font-size:50px;
	line-height:55px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
}

.slidertext h4 {
	margin-top:0px;
}

.site-branding {
	margin-right:5%;
	margin-left:auto;
}

.site-branding #site-navigation {
	text-align: right;
}

.site-branding-container {
	position: relative;
	z-index: 102;
}

#socialm {
	position: absolute;
	right:0px;
	display: inline-block;
	-webkit-transform: rotate(-90deg);   
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	top:178px;
	margin-right:-64px;
}

#socialm img {
	margin-left:15px;
}

#button-shop {
	position: absolute;
	bottom:0px;
	right:0px;
	z-index:100;
}

#button-shop.fix a {
	position: fixed;
	right:0px;
	top:0px;
	bottom: auto;
	padding-top:15px;
	padding-bottom:15px;
}

#button-shop a {
	background-color:rgba(211,179,137, 0.8);
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	padding:25px;
	min-width:425px;
	color:white;
	font-size:25px;
	line-height:30px;
	display: block;
	position: absolute;
	bottom:0px;
	right:0px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-decoration: none;
}

#button-shop a:before {
	width:26px;
	height:22px;
	display: inline-block;
	margin-right:15px;
	content:"";
	background:url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/bilder/shop.svg);
	background-repeat: no-repeat;
}

.logo {
	width:500px;
	height: auto;
	display: inline-block;
	margin-left:5%;
	margin-top:20px;
	height:62px;
}

.logo img {
	width:100%;
	height:auto;
	display: block;
}

.widget-even.logo {
	display: none;
}

#page {
	position: relative;
}

#page:before {
	width:50%;
	position: absolute;
	right:0px;
	height: 100%;
	top:0px;
	z-index:-1;
	content:"";
	background-color:var(--ncbg);
}
.site-info {
	display: none;
}

#colophon {
	background: white;
}

#colophon .widget-column .widget {
	margin-right: 5%;
	width: calc(35% - 5%);
}

#colophon .widget-column .kont.widget {
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	line-height:24px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	text-align: center;
	color:var(--ncbraun);
}
#colophon .widget-column .kont.widget, #colophon .widget-column .nclogo.widget, #colophon .widget-column .widget.widget_search {
	width: 100%;
	margin-right:0px;
}
#colophon .widget-column .kont.widget {
	border-bottom:1px solid var(--ncbraun);
	padding-bottom:40px;
	margin-bottom: 40px;
}
#colophon .fb-foo {
	text-decoration: none;
}
#colophon .fb-foo img {
	margin-right: 10px;
}
.kont a {
	color:var(--ncbraun);
}
.kont i {
	color:var(--ncbeige);
	margin-left:20px;
}
.foo2 ol li {
	margin:0px;
	list-style-type: none;
}
.foo2 ol {
	padding: 0px;
}
.foo2 ol a {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:var(--ncbraun);
	text-decoration: none;
	letter-spacing: 1px;
	font-size:18px;
	line-height:23px;
}
#colophon .widget-column .foo3.widget {
	margin-right: 0px;
}
.foo3 img {
	width:100%;
	height:auto;
	margin-top:-25px;
}

#colophon h2 {
	margin-bottom:20px;
	text-transform: uppercase;
}

#nc-fame {
	float:right;
}

#nc-fame .text {
	margin-top:5px;
}

.foo1:before, .foo3:before {
	content:"\f002";
	font-family: FontAwesome;
	display: block;
	margin-bottom:20px;
	color:var(--ncbeige);
	font-size: 1.4em;
}

.foo2:before {
	color:var(--ncbeige);
	content:"“";
	display: block;
	font-family: 'Libre Baskerville', sans-serif;
	margin-bottom:-17px;
	padding-top:24px;
	line-height:23px;
	font-size:4.5em;
}

.foo3:before {
	content:"\f3c5";
}

#colophon form {
	position: relative;
}

#colophon .widget_search label {
	width:100%;
}

#colophon .widget_search .search-field {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	border:0px;
	border-bottom:1px solid var(--ncbraun);
}

#colophon .widget_search .search-submit {
	background-color:transparent;
	border:0px;
	text-indent: -99px;
	border-radius: 0px;
	background-image: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/bilder/suche.svg);
	background-size:28px auto;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	right: 0px;
	top:0px;
	margin-top:0px;
	padding-top:9px;
	display: inline-block;
	width:50px;
}
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 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
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 {
	outline: 0;
	outline-offset:0px;
	background-color:var(--ncbg);
}

#content {
	position: relative;
}

.bannertext .fl-module-content, .bannertext .fl-rich-text {
	height: auto;
}

.entry .entry-content .bannertext a {
	color:white;
	text-decoration: none;
}

.bannertext h4:after {
	height:100%;
	width:1px;
	background:white;
	display: block;
	content:"";
	position: absolute;
	left:20px;
	top:0px;
}

.banner .fl-col:hover .bannertext h4:after {
	height:150%;
}

.bannertext h4:before, .neuheiten .fl-col-small:before {
	content:"01";
	font-family:'windsor_great_park_stylistiRg', 'Oswald', sans-serif;
	display: block;
	color:var(--ncbeige);
	font-size: 120px;
	line-height: 120px;	
}

.bannertext.nr2 h4:before, .neuheiten .fl-col-small.nr2:before {
	content:"02";
}

.bannertext.nr3 h4:before, .neuheiten .fl-col-small.nr3:before {
	content:"03";
}

.bannertext.nr4 h4:before {
	content:"04";
}

.neuheiten .fl-col-small {
	position: relative;
}

.neuheiten .fl-col-small:before {
	position: absolute;
	bottom:140px;
	left:12%;
	z-index: 1;
}

.entry .entry-content .bannertext a {
	text-decoration: none;
}

.bannertext h4 {
	padding-left:40px;
	position: relative;
	font-weight:300;
	margin-top:0px;
	padding-top:25px;
}

.bannertext a h4 {
	color: white;
}

.bannertext li {
	width:100%;
	height:100%;
}

.bannertext li a {
	color:white;
	height:100%;
	position: absolute;
	display: block;
	bottom:0px;
	width:100%;
	heigth:100%;
	left:0px;
}

.bannertext li a span {
	position: absolute;
	bottom:0px;
	top:auto;
	left:0px;
	transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	-webkit-transform-origin: 0 100%;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.bannertext ol  {
	width:100%;
	height:100%;
}

.bannertext ol li {
	list-style-type: none;
}

.bannertext ol li{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: absolute;
	bottom:40px;
	left:40px;
	font-size:18px;
	line-height:23px;
}

.bannertext:hover ol a span{
	letter-spacing: 3px;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited {
	padding-left:0px;
	padding-right:0px;
}

.fl-node-5cff9147acc78 .fl-slide-0 .fl-slide-title, .contentslide h3.fl-slide-title {
	color:var(--ncbraun)!important;
}

.neuheiten h4 a {
	color:var(--ncbraun);
	text-decoration: none;
}

.neuheiten .fl-photo {
	background-color:#eee7d9;
}

.neuheiten img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

.neuheiten 	.fl-col:hover img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.entry .entry-content .neuheiten a {
	text-decoration: none;
}

.neuheiten .text-neuheiten .fl-rich-text {
	margin-left:5%;
	position: relative;
	margin-top:-60px;
}

.neuheiten .text-neuheiten .fl-rich-text:before, .slideprodukte .fl-slide-content:after, .referenzen-text:after {
	width:1px;
	height:80px;
	display: block;
	position: relative;
	margin-bottom: 15px;
	content:"";
	background-color:var(--ncbraun);
}

.neuheiten-ueber, .ueberschrift {
	margin-bottom:-70px;
	margin-left:-80px;
}

.neuheiten-ueber.neuheiten-ueber-absunten {
	margin-bottom: 0px;
}

.neuheiten-ueber h2, .ueberschrift h2, .neuheiten-ueber h2 span, .ueberschrift h2 span {
	font-family: 'windsor_great_parkregular', 'Oswald', sans-serif;
	color:var(--ncbeige);
	font-size:100px;
	line-height:105px;
	text-transform: uppercase;
}

.fl-builder-content a.fl-button, .fl-builder-content a.fl-button:visited, #route button {
	font-family: 'Oswald', sans-serif;
	color:var(--ncbraun);
	letter-spacing: 2px;
	text-transform: uppercase;
	text-decoration: none;
	background:transparent;
	border:0px;
	position: relative;
}

.fl-builder-content a.fl-button:hover, .fl-builder-content a.fl-button:visited:hover, #route button:hover, .ce_hyperlink a:hover, input.search-submit:hover {
	letter-spacing: 1.5px;
}
.fl-builder-content a.fl-button:before, .fl-builder-content a.fl-button:visited:before, #route button:before, .ce_hyperlink a:before, input.search-submit:before {
	width:0px;
	height:100%;
	position: absolute;
	left:0px;
	top:0px;
	display: block;
	background: white;
	content:"";
	z-index:-1;
}

.fl-builder-content a.fl-button:hover:before, .fl-builder-content a.fl-button:visited:hover:before, #route button:hover:before, .ce_hyperlink a:hover:before, input.search-submit:hover:before {
	width:100%;
}

.fl-row-fixed-width.background {
	max-width:100%;
}

.entry-content .fl-accordion-content ul {
	padding-left: 0px;
}

.entry-content .fl-rich-text li, .entry-content .fl-accordion-content li, .fl-slide-text li {
	margin-left:35px;
	padding-left: 15px;
	list-style-type: none;
}
.entry-content .banner .fl-rich-text li {
	margin-left: 0;
}

.entry-content .fl-rich-text li:before, .entry-content .fl-accordion-content li:before, .fl-slide-text li:before {
	content:"\f054";
	font-family: FontAwesome;
	margin-left:-21px;
	margin-right:16px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
	display: inline-block;
	font-weight: 300;
	font-size: 0.5em;
	color:var(--ncbraun);
	vertical-align: top;
	margin-top: 8px;
}

.text-re ul {
	padding-left:0px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background-color:var(--ncbraun);
}

a, a:hover, a:active, .entry .entry-content a {
	color:var(--ncbraun);
}

a, a:hover, a:active {
	text-decoration: underline;
}

.slideprodukte .fl-slide-content, .slideprodukte .fl-slide-text *, .slideprodukte .fl-slide-title * {
	text-align: left;
	color:var(--ncbraun);
}

.slideprodukte .fl-slide-content {
	padding-left:30px;
}

.referenzen-text {
	padding-left:50px;
	position: relative;
	z-index:3;
}

.spalte-rechts .referenzen-text {
	margin-left:5%;
	padding-left:30px;
}

.referenzen-text .fl-module-content {
	margin-left:0px;
}

.slideprodukte .fl-slide-content:after, .referenzen-text:after {
	margin-top:15px;
	margin-bottom: -30px;
	height:60px;
}

.referenzen-text:after {
	margin-bottom:-50px;
}

.slideprodukte .fl-slide-content {
	z-index:3;
}

.spalte-produktslider {
	position: relative;
}

.spalte-produktslider .ueber-produktslide h3 {
	position: absolute;
	top:130px;
	z-index:3;
	left:30px;
	color:white;
	margin-bottom: 0px;
	letter-spacing: 3px;
	font-size: 20px;
	line-height: 25px;
}

.spalte-produktslider .ueber-produktslide.ueber-re-produktslide  h3 {
	margin-left:5%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background:var(--ncbeige);
}

.slideprodukte {
	margin-bottom:30px;
}

.slideprodukte .fl-slide-text {
	margin-bottom: 15px;
}

.fl-content-slider-navigation {
	bottom:55px;
	top:auto;
	margin-top: 0px;
}

.contentslidebildlinks .fl-content-slider-navigation {
	width:65%;
}

.fl-content-slider-navigation:before, .referenzen-slide .fl-slideshow-image-nav-left:before {
	content:"";
	width:30px;
	height:1px;
	background-color:white;
	display: inline-block;
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left: -15px;
	margin-bottom: -10px;
}
.referenzen-slide .fl-slideshow-image-nav-left:before {
	bottom:20px;
	margin-left: 20px;
}

.fl-content-slider-navigation .slider-next {
	right:50%;
	margin-right:-45px;
}

.fl-content-slider-navigation .slider-prev {
	left:50%;
	margin-left:-45px;
}

.slideprodukte .fl-slide-title {
	margin-bottom:0px!important;
}

.fl-content-slider-navigation .fl-content-slider-svg-container {
	width:20px;
	height:20px;
}


.fl-accordion-button-label, .fl-accordion-large .fl-accordion-button-label {
	font-size:18px;
	line-height: 23px;
	letter-spacing: 0.5px;
}

.entry-content .bannertext .fl-rich-text ol li:before {
	display: none;	
}

.widget-ges .widget {
	margin-bottom: 0px;
}

.ce_hyperlink {
	position: relative;
}

.ce_hyperlink a {
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	padding-top: 12px;
	padding-bottom: 12px;
}

.entry .entry-content .ce_hyperlink a {
	text-decoration: none;
}

.sliderbild .n2-section-smartslider {
	height: 100%;
}

.sliderbild .wds_slideshow_image_wrap_0, .sliderbild #wds_container2_0, .sliderbild #wds_container1_0 {
	height: 100%!important;
}

.sliderbild h2, .sliderbild .wds_slideshow_dots_thumbnails_0 {
	display: none;
}

.klein .site-header {
	height: auto;
	min-height: 0px;
}
.klein .site-header #header-widget-area {
	height: 181px;
}
.klein #button-shop a {
	min-width: 331px;
}
.klein #button-shop {
	margin-right: 5%;
}
.klein .entry .entry-header {
	margin-top:50px;
}
.sound {
	display: inline-block;
	position: absolute;
	z-index: 3;
	padding:8px;
	right:5%;
	top:120px;
	background:var(--ncbeige);
	color:var(--ncbraun);
	margin-right: 15px;
	font-family: 'Oswald', sans-serif;
	color:var(--ncbraun);
	letter-spacing: 2px;
	text-transform: uppercase;
}
.sound .mejs-button:before {
	content:"Natur spüren";
	display: inline-block;
	color:var(--ncbraun);
	margin-right: 0px;
	font-family: 'Oswald', sans-serif;
	color:var(--ncbraun);
	letter-spacing: 2px;
	text-transform: uppercase;
	float: left;
	font-size: 15px;
	line-height: 20px;
	marign-top:-1px;
}
#sound .mejs-button > button {
	position: relative;
	float:right;
	margin-right: 0px;
}
.sound a {
	text-decoration: none;
}
.sound .sound-inn {
	width:112px;
	overflow: hidden;
	float:left;
	display: none;
}
.sound .sound-inn a {
	width:177px;
	display: block;
}
.sound span {
	float:right;
}
.sound span.play {
	margin-right: 5px;
}
.sound span, .sound::after, .sound .sound-inn {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.sound .mejs-container:hover {
	cursor: pointer;
}
#sound::after {
	width: 24px;
	height: 20px;
	float: right;
	display: inline-block;
	margin-top: 4px;
	margin-left: 10px;
	background-image: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/bilder/sound.svg);
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display: none;
}
#sound.clicked::after {
	background-image: url(//www.der-zirbentischler.at/wp-content/themes/twentynineteen/bilder/sound-close.svg);
}
#sound.clicked #nyan-btn {
	margin-left: -110px;
}
#cookieChoiceInfo {
	background-color:rgba(211,179,137, 0.8)!important;
	max-width: 450px;
	padding:20px!important;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}
#cookieChoiceInfo a#cookieChoiceDismissIcon {
	background-color:var(--ncbeige)!important;
	background-position: 51% 50%!important;
}
#cookieChoiceInfo div a {
	font-family: 'Oswald', sans-serif;
	color:var(--ncbraun);
	font-weight: 300;
	text-transform: uppercase;
	text-decoration: none;
}
#cookieChoiceInfo div a#cookieChoiceDismiss {
	margin-left:0px!important;
}
#cookieChoiceInfo div a#cookieChoiceDismiss:after {
	font-family: FontAwesome;
	content:"\f00c";
	display: inline-block;
	margin-left: 5px;
	color:var(--ncbraun);
}
#cookieChoiceInfo div a#cookieChoiceDismiss:before {
	content:"–";
	display: inline-block;
	margin-left:5px;
	margin-right: 5px;
}

.search .entry-title {
	font-size: 25px;
	line-height: 30px;
}

.search .entry .entry-content {
	padding:0px;
}

.search .entry {
	margin-top:0px;
}

.search.hfeed .entry .entry-header {
	margin-top:0px;
}
.search .entry .entry-footer {
	margin-bottom:0px;
	margin-top:0px;
}
.search a {
	color:var(--ncbraun);
}
.referenzen-slide .fl-slideshow-image-nav-left, .referenzen-slide .fl-slideshow-image-nav-right {
	width:20px;
	height:20px;
	bottom:35px;
	top:auto!important;
}
.referenzen-slide .fl-slideshow-image-nav-left {
	left: 50%;
    margin-left: -45px;
}
.referenzen-slide .fl-slideshow-image-nav-right {
	right: 50%;
    margin-right: -45px;
}
.referenzen-slide .fl-slideshow-image-nav-right, .referenzen-slide .fl-slideshow-image-nav-right .fl-slideshow-nav-buttons, .referenzen-slide .fl-slideshow-image-nav-right a, .referenzen-slide .fl-slideshow-image-nav-left, .referenzen-slide .fl-slideshow-image-nav-left .fl-slideshow-nav-buttons, .referenzen-slide .fl-slideshow-image-nav-left a {
	height:20px;
}

#sound .mejs-container {
	display: inline-block;
	width:150px!important;
	min-width: 0!important;
}

#sound .mejs-time, #sound .mejs-time-rail, #sound .mejs-button.mejs-volume-button, #sound .mejs-horizontal-volume-slider {
	display: none;
}

#sound .mejs-container .mejs-controls {
	padding:0px;
	display: inline-block;
	background:transparent;
	height:19px;
}
#sound .mejs-container {
	background: transparent;
	height:19px!important;
	margin-top:3px;
}
#sound .mejs-button {
	height:19px;
	width: 145px;
}
#sound .mejs-button > button {
	margin-top:0px;
	margin-bottom: 0px;
}

/* Formular */

.anf .fl-terms-checkbox-text {
	font-size:13px;
	line-height:20px;
}

.anf input[type="text"], .anf input[type="email"], .anf input[type="url"], .anf input[type="password"], .anf input[type="search"], .anf input[type="number"], .anf input[type="tel"], .anf input[type="range"], .anf input[type="date"], .anf input[type="month"], .anf input[type="week"], .anf input[type="time"], .anf input[type="datetime"], .anf input[type="datetime-local"], .anf input[type="color"], .anf textarea {
	border-color: var(--ncbraun);
	background: transparent;
}

.anf .fl-contact-form  label, #route label {
	font-family: 'Oswald', sans-serif;
	color:var(--ncbraun);
	font-weight: 300;
}

#route {
	position: relative;
}

.anf .fl-contact-form  .fl-name label, .anf .fl-contact-form  .fl-email label, .anf .fl-contact-form  .fl-phone label, .anf .fl-contact-form  .fl-message label, #route label {
	position: absolute;
	left:20px;
	top:0px;
	background:var(--ncbg);
	display: inline-block;
	padding-left:5px;
	padding-right: 5px;
	margin-top: -15px;
}
.anf .fl-input-group {
	margin-bottom: 20px;
}

#route input {
	width:100%;
	box-sizing: border-box;
	padding: 0.36rem 0.66rem;
}

#route button, .ce_hyperlink a, input.search-submit {
	padding-left: 0px;
	padding-right: 0px;
	bacckground:transparent;
	color:var(--ncbraun);
	font-family: 'Oswald', sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
}

#route button, input.search-submit {
	margin-top:20px;
}

	.widget.widget_search .search-field {
		max-width:100%;
	}

input.search-submit, input.search-submit:hover {
	border-radius: 0px;
	display: block;
	padding-left:25px;
	padding-right:25px;
	background-color: var(--ncbeige);
	width:100%;
}


/* CSS Document */
:root {
	--ncblack: #151515;
	--ncbeige: #d3b389;
	--ncbraun: #613b13;
	--ncbg: #EEE7D9;
	--ncgruen: #79AE2E;
}

.main-navigation {
	font-family: 'Oswald', sans-serif;
	font-size:19px;
	line-height:25px;
	text-transform: uppercase;
	font-weight:normal;
	float: right;
	display: inline-block;
	width:700px;
	margin-top:0px;
}

.main-navigation .main-menu > li > a {
	color:var(--ncbraun);
	font-weight:400;
	margin-right:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:40px;
	padding-top:40px;
	display: inline-block;
	text-decoration: none;
}

.main-navigation .main-menu > li > a:hover, .main-navigation .main-menu > li > a:hover + svg, .main-navigation .main-menu > li.current_page_item > a {
	color:var(--ncbraun);
	background-color:var(--ncbeige);
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
	vertical-align: top;
	padding-top:22px;
}

.main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return {
	text-align: left;
	text-decoration: none;
}

.main-navigation .sub-menu > li.current-menu-item > a {
	text-decoration: underline;
}

.main-navigation .sub-menu > li:after {
	width:100%;
	height:1px;
	background: white;
	content:"";
	display: block;
	left:5px;
}

.main-navigation .sub-menu > li:last-child:after {
	display: none;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, .main-navigation .sub-menu > li > .menu-item-link-return:hover, .main-navigation .sub-menu > li > .menu-item-link-return:focus {
	background:var(--ncbeige);
}

.main-navigation .sub-menu > li > a, .main-navigation .sub-menu > li > .menu-item-link-return {
	font-weight:300;
	text-transform: none;
}

.main-navigation .sub-menu {
	background:var(--ncbeige);
	padding-top:10px;
	padding-bottom:10px;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
	fill:var(--ncbeige);
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
	display: none;
}

/* Navigation Content */

#main .main-navigation {
	position:absolute;
	top:0px;
	right:424px;
	z-index:999;
	margin-top:-80px;
}
#main .main-navigation.fix {
	position: fixed;
	margin-top:0px;
}

#main .main-navigation, #main .main-navigation .menu-der-zirbentischler-container {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

#main .main-navigation .menu-der-zirbentischler-container {
	background-color:var(--ncbg);
	position: absolute;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
 	opacity: 0;
	right: 0px;
}

#main .main-navigation.fix .menu-der-zirbentischler-container {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
 	opacity: 1;
}

#main .main-navigation .main-menu > li > a {
	padding-top:18px;
	padding-bottom:18px;
}

/*Navigation Footer*/

.navfoo a {
	color:var(--ncblack);
	font-weight: normal;
	text-decoration: none;
}
.navfoo ul {
	margin: 0;
	padding: 0;
}
.navfoo.widget_nav_menu ul li {
	margin-left:25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.navfoo li:before {
	content:"\f054";
	font-family: FontAwesome;
	margin-left:-25px;
	margin-right:16px;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center center;
	background-size:100% auto;
	display: inline-block;
	font-weight: 300;
	font-size: 0.5em;
	color:var(--ncblack);
}

.navfoo a:hover {
	color:var(--ncgruen);
}

/* Sitemap */

.entry-content .fl-richt-text #primaryNav li:before {
	display: none;
}
#primaryNav li a {
	background: none;
	border:1px solid var(--ncbraun);
	border-radius: 0px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color:var(--ncbraun);
	-webkit-box-shadow: rgba(0,0,0,0.5) 0 0 0;
	-moz-box-shadow: rgba(0,0,0,0.5) 0 0 0;
}

#primaryNav li li a, #primaryNav li li a:hover {
	background: var(--ncbg);
	border-color:var(--ncbeige);
}

#primaryNav li li a:hover {
	border-color:var(--ncbraun);
}

#primaryNav #home {
	background-color:transparent;
}

#primaryNav li a:hover {
	background: var(--ncbeige);
	border-color:var(--ncbraun);
}

/* CSS Document */

:root {
	--ncblack: #151515;
	--ncbeige: #d3b389;
	--ncbraun: #613b13;
	--ncbg: #EEE7D9;
}

@media screen and (max-width: 1400px) {
	.logo {
		width:450px;
	}
}

@media screen and (max-width: 1300px) {
	#socialm {
		margin-right: -80px;
	}
	.main-navigation .main-menu > li > a {
		padding-left:7px;
		padding-right:7px;
	}
	.logo {
		width:380px;
	}
	#button-shop a {
		font-size: 20px;
		line-height: 25px;
		padding-top:20px;
		padding-bottom:20px;
	}
	#button-shop a::before {
		margin-bottom: 0px;
		float: left;
	}
	.klein .site-header #header-widget-area {
		height: 169px;
	}
	#main .main-navigation {
		right: 331px;
	}
	#main .main-navigation .main-menu > li > a {
		padding-top: 16px;
		padding-bottom: 15px;
	}
	.logo {
		position: absolute;
	}
	.entry .entry-header, .fl-row-full-width.fl-row-bg-none, #colophon .widget-area, .search .entry-content {
		max-width: 90%;
	}
	.entry .entry-content, .entry .entry-summary {
		padding-left: 5%;
		padding-right: 5%;
	}
	.fl-row-full-width.fl-row-bg-none {
		max-width: 100%;
	}
}

@media screen and (max-width: 1100px) {
	.logo {
		margin-left:3%;
		width:320px;
	}
	.text-re .fl-module-content .fl-icon i::before {
		font-size:20px;
	}
	.neuheiten-ueber, .ueberschrift {
		margin-left: 0px;
	}
	.neuheiten-ueber h2, .ueberschrift h2 {
		font-size: 80px;
		line-height: 85px;
	}
	.neuheiten-ueber .fl-module-content, .ueberschrift .fl-module-content {
		margin-left: 0px;
		margin-right: 0px;
	}
	.slidertext strong {
		font-size: 35px;
		line-height: 40px;
	}
	.entry-title {
		font-size: 60px;
		line-height: 65px;
	}
	.bannertext h4::before, .neuheiten .fl-col-small::before {
		font-size: 80px;
		line-height: 85px;
	}
	.bannertext ol a {
		font-size: 16px;
		line-height: 21px;
	}
	.banner {
		marign-top:50px;
		marign-bottom:50px;
	}
	.spruch h4 {
		font-size: 35px;
		line-height: 40px;
	}
	.spruch::before, .spruch::after, .slidertext h4 {
		font-size: 140px;
		line-height: 120px;
	}
	.spruch::after {
		margin-top: 0px;
		margin-bottom: -50px;
	}
	.fl-module-content .fl-content-slider, .fl-module-content .fl-slide {
		min-height: 0px;
	}
	.spalte-produktslider .ueber-produktslide h3 {
		font-size: 18px;
		line-height: 23px;
		letter-spacing: 1.5px;
	}
}

@media screen and (max-width: 1020px) { 
	.main-navigation {
		width:50px;
	}
	.main-menu-more:before {
		content:"Menü";
		display: block;
	}
	.logo {
		position: relative;
	}
	.widget-ges .logo.widget, .logo {
		margin-bottom: 15px;
	}
	#shiftnav-toggle-main.shiftnav-toggle-style-burger_only .shiftnav-toggle-burger {
		background: var(--ncbeige);
	}
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item ul.sub-menu .current-menu-item > .shiftnav-target {
		background:var(--ncbeige);
	}
	.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu li.menu-item > .shiftnav-target {
		color:var(--ncbraun);
		font-size: 15px;
		line-height: 20px;
	}
	.shiftnav.shiftnav-skin-light ul.shiftnav-menu ul.sub-menu {
		padding-left: 20px;
		background:transparent;
	}
	.shiftnav ul.shiftnav-menu .sub-menu li.menu-item a:before {
		content:"\f054";
		font-family: FontAwesome;
		margin-left:-21px;
		margin-right:16px;
		background-size:100% auto;
		display: inline-block;
		font-weight: 300;
		font-size: 0.5em;
		color:var(--ncbraun);
		vertical-align: top;
		margin-top: 0px;
	}
	.shiftnav::after {
		-webkit-box-shadow: 0 0 15px rgba(0,0,0,.2);
		-moz-box-shadow: 0 0 15px rgba(0,0,0,.2);
		-ms-box-shadow: 0 0 15px rgba(0,0,0,0.2);
		-o-box-shadow: 0 0 15px rgba(0,0,0,.2);
		box-shadow: 0 0 15px rgba(0,0,0,.2);
	}
	.bannertext li a span {
		-webkit-transform: rotate(0deg);
  		-ms-transform: rotate(0deg);
   		transform: rotate(0deg);
	}
	.bannertext ol li {
		left:20px;
	}
}

@media screen and (max-width: 767px) { 
	.entry-title {
		font-size: 45px;
		line-height: 50px;
		letter-spacing: 2px;
	}
	h2 {
		font-size: 20px;
		line-height: 25px;
	}
	.sliderbild, .sliderbild .so-widget-sow-slider, .sliderbild .sow-slider-images, .sliderbild .sow-slider-base, .sliderbild .sow-slider-image {
		max-height: 550px;
	}
	.spruch::before, .spruch::after, .slidertext h4 {
		font-size: 100px;
		line-height: 90px;
	}
	.spruch::before {
		margin-bottom: -80px;
	}
	.spruch h4 {
		font-size: 25px;
		line-height: 35px;
	}
	.slidertext strong {
		font-size: 20px;
		line-height: 25px;
	}
	.slidertext {
		margin-left: 0px;
		z-index: 2;
	}
	#socialm {
		background:var(--ncgruen);
		color:white;
		z-index: 2;
		padding-left: 5px;
		padding-right: 5px;
	}
	.site-header #header-widget-area {
		height: auto;
	}
	.site-header {
		height: auto;
		min-height: 0;
	}
	.entry .entry-header {
		margin-top: 50px;
	}
	.fl-col-small {
		max-width: 100%;
	}
	.borderleft {
		border: 0px;
		margin-top: 15px;
		padding-top: 15px;
		border-top:1px solid var(--ncbraun);
	}
	.banner {
		margin-top:30px;
		margin-bottom:30px;
	}
	.fl-module-content {
		margin-left:0px!important;
		margin-right:0px!important;
	}
	.banner .fl-col-small {
		max-width: 50%;
		float: left;
		clear: none;
	}
	.fl-builder-content .fl-module-content-slider .fl-slide .fl-slide-content {
		background: none;
		padding-left:0px;
		padding-right:0px;
	}
	.fl-slide-title {
		color:var(--ncbraun)!important;
	}
	.fl-slide-text * {
		color:var(--ncblack)!important;
	}
	.fl-slide-text-left .fl-slide-content-wrap, .fl-slide-text-right .fl-slide-content-wrap {
		text-align: left;
	}
	.fl-row-fixed-width {
		max-width: 90%;
	}
	#colophon .widget-column .foo1.widget, #colophon .widget-column .foo2.widget {
		width:47%;
	}
	#colophon .widget-column .foo2.widget {
		margin-right: 0px;
	}
	#colophon .widget-column .foo3.widget {
		width: 100%;
		border-top:1px solid var(--ncbraun);
		margin-top:20px;
		padding-top:20px;
	}
	.slideprodukte .fl-slide-content:before {
		display: block;
	}
	.slideprodukte .fl-slide-content:after {
		display: none;
	}
	.fl-content-slider-navigation {
		top:20px;
		bottom:auto;
	}
	.entry-content .fl-rich-text li::before, .entry-content .fl-accordion-content li::before, .fl-slide-text li::before {
		margin-top: 0px;
	}
	.anf .fl-contact-form .fl-name label, .anf .fl-contact-form .fl-email label, .anf .fl-contact-form .fl-phone label, .anf .fl-contact-form .fl-message label, #route label {
		background:white;
	}
	.anf {
		margin-top:40px;
	}
	.contentslidebildlinks .fl-content-slider-navigation {
		width:100%;
	}
	#button-shop.fix a {
		padding-bottom: 16px;
	}
	.logo {
		width: 80%;
	}
	.slidertext {
		position: relative;
		width:79%;
		padding:0px;
		padding-left:10%;
		background:none;
		margin-top:0px;
	}
	.slidertext h4 {
		margin-bottom:-60px;
	}
	.sliderbild {
		width:100%;
		margin: 0px;
		width:100%;
		height:300px;
	}
	.sliderbild .so-widget-sow-slider, .sliderbild .sow-slider-images, .sliderbild .sow-slider-base, .sliderbild .sow-slider-image {
		height: 100%;
	}
	.slideprodukte .bx-viewport {
		height:auto!important;
	}
	.slideprodukte {
		margin-bottom:0px;
	}
	.bannertext li a span {
		-webkit-transform: rotate(-90deg);   
   		-ms-transform: rotate(-90deg);
  		transform: rotate(-90deg);
	}
	.bannertext ol li {
		left:40px;
	}
	.sound {
		top: auto;
		bottom: 80px;
		right: 0;
	}
	.reiter-gal {
		display: none;
	}
}

@media screen and (max-width: 500px) { 
	.entry-title {
		font-size: 35px;
		line-height: 40px;
		letter-spacing: 1px;
	}
	h2 {
		font-size: 18px;
		line-height: 23px;
	}
	.banner .fl-col-small {
		max-width: 100%;
		float: none;
		clear: both;
	}
	.slidertext strong {
		font-size: 15px;
		line-height: 20px;
	}
	body, .navfoo a, .fl-slide-text > *{
		font-size: 14px;
		line-height: 22px;
	}
	.slidertext em {
		margin-top: 7px;
		font-size: 12px;
	}
	#button-shop {
		width: 100%;
	}
	#button-shop a {
		padding-left: 5%;
		padding-right: 5%;
		width:95%;
		min-width: 85%;
	}
	h2 {
		margin-bottom: 35px;
	}
	.fl-node-5cf68b68aa59b > .fl-row-content-wrap {
		padding-top:30px;
		padding-bottom:30px;
	}
	.neuheiten-ueber h2, .ueberschrift h2 {
		font-size:60px;
		line-height: 65px;
	}
	#colophon .widget-column .foo1.widget, #colophon .widget-column .foo2.widget {
		width:100%;
		margin-right:0px;
	}
	#colophon .widget-column .foo2.widget { 
		border-top:1px solid var(--ncbraun);
		margin-top:20px;
		padding-top:20px;
	}
	.spruch h4 {
		margin-bottom: 10px;
	}
	.kont p {
		line-height: 30px;
	}
	#colophon .widget-column .kont.widget {
		font-size: 16px;
	}
	.spalte-produktslider .ueber-produktslide h3 {
		left:0px;
		top:0px;
		bottom: auto;
		margin-left: 5%;
	}
	#button-shop a {
		width:95%;
		bottom:6px;
	}
}