@import url("https://use.typekit.net/xpi0qwi.css");

:root {
	--lightbrown: #f0f2ef;
	--middlebrown: #f7f2ee;
	--green: #8ca600;
	--brown: #8b612b;
	--darkbrown: #5f4313;
	--black: #020202;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- Button Reset */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

:where(
		button,
		input:is([type="button" i], [type="reset" i], [type="submit" i])
	) {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none; /* 1 */
	appearance: none; /* 1 */
	margin: 0; /* 1 */
	border: 0; /* 1 */
	border-radius: 0; /* 1 */
	padding: 0; /* 1 */
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	text-align: inherit; /* 1 */
	color: inherit; /* 1 */
	background: transparent; /* 1 */
	cursor: pointer; /* 1 */
}

html {
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
	font-kerning: auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
}
::selection {
	background: #d1dda7;
}
::-moz-selection {
	background: #d1dda7;
}
body {
	margin: 0 auto;
	font-family: "minion-pro", serif;
	overflow-x: hidden;
}
a {
	text-decoration: none;
}
body br {
	line-height: 0px !important;
	margin-bottom: 0px !important;
}
figure {
	margin: 0 !important;
}
.bhT3.bhElement {
	margin-bottom: 0px !important;
}

h1 {
	font-family: "minion-pro", serif;
	font-size: 3.571rem;
	color: #8ca600;
	letter-spacing: 0;
	font-weight: normal;
	line-height: 3.571rem;
	margin-bottom: 25px !important;
}
h2 {
	font-family: "minion-pro", serif;
	font-size: 2.571rem;
	color: #8b612b;
	letter-spacing: 0;
	line-height: 3.071rem;
	font-weight: normal;
}
h3 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.143rem;
	color: #8b612b;
	letter-spacing: 0.07143rem;
	/* 	line-height: 2.143rem; */
	line-height: 1.7rem;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px !important;
}
h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #020202;
	line-height: 2.143rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
h5 {
	font-size: 1.4rem;
	color: #8ca600;
	line-height: 2.143rem;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-weight: 400;
}
h6 {
	font-size: 1.2rem;
	letter-spacing: 0.5px;
	font-weight: 400;
}
/*
h3 + h1 {
	margin-top: -20px;
}
*/

.el-text .bh-bodytext {
	font-family: "minion-pro", serif;
	font-size: 1.429rem;
	color: #020202;
	letter-spacing: 0;
	line-height: 2.143rem;
}
.bh-bodytext a {
	text-decoration: none;
	color: #020202;
	border-bottom: 1px solid rgba(139, 168, 32, 0.3);
}
a .bh-bodytext {
	text-decoration: none;
	text-decoration-style: dashed;
}

.topbar {
	background: #f0f2ef;
	height: 60px;
	width: 100%;
	line-height: 60px;
}

.claim {
	color: #8ca600;
	padding-left: 50px;
	font-size: 1.429rem;
	text-transform: uppercase;
	float: left;
}

.langmenue:after {
	content: "\e908";
	font-family: "bakehouse-iconset" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 5px;
	top: 20px;
	font-size: 20px;
}

.langmenue {
	position: relative;
	border-left: 1px solid white;
	background: #f0f2ef;
}
.langmenue .lang {
	position: relative;
}
.langmenue .lang:before {
	content: "";
	background-image: url(../images/de.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	left: 15px;
	top: 0px;
	width: 26px;
	height: 100%;
}
.langmenue .lang.en:before {
	background-image: url(../images/en.svg);
}
.langmenue .lang.cz:before {
	background-image: url(../images/cz.svg);
}
.langmenue .lang.fr:before {
	background-image: url(../images/fr.svg);
}
.langmenue .lang.es:before {
	background-image: url(../images/es.svg);
}
.langmenue .lang.it:before {
	background-image: url(../images/it.svg);
}
.langmenue .lang.pl:before {
	background-image: url(../images/pl.svg);
}
.langmenue .lang.nl:before {
	background-image: url(../images/nl.svg);
}
.langmenue a {
	margin-top: 17px;
	margin-bottom: 17px;
	margin-left: calc(17px + 24px);
	margin-right: 17px;
	color: #5f4313;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7857rem;
	overflow: hidden;
	line-height: 26px;
	height: 26px;
	display: block;
	text-align: left;
	padding-left: 8px;
	width: 105px;
	font-family: "Montserrat", sans-serif;
	/* 	background: #e3e2df; */
	font-weight: bold;
	transition: 0.2s ease all;
	-webkit-transform: translate3d(0, 0, 0);
	letter-spacing: 1px;
}
.topbar .langmenue .langmenu-display .lang a {
	display: none;
}

[lang="de-DE"] .topbar .langmenue .langmenu-display .lang.de a,
[lang="en-EN"] .topbar .langmenue .langmenu-display .lang.en a,
[lang="cs-CS"] .topbar .langmenue .langmenu-display .lang.cz a,
[lang="it-IT"] .topbar .langmenue .langmenu-display .lang.it a,
[lang="es-ES"] .topbar .langmenue .langmenu-display .lang.es a,
[lang="fr-FR"] .topbar .langmenue .langmenu-display .lang.fr a,
[lang="pl-PL"] .topbar .langmenue .langmenu-display .lang.pl a,
[lang="nl-NL"] .topbar .langmenue .langmenu-display .lang.nl a {
	display: block;
}
[lang="de-DE"] .topbar .langmenue .langmenu-dropdown .lang.de a,
[lang="en-EN"] .topbar .langmenue .langmenu-dropdown .lang.en a,
[lang="cs-CS"] .topbar .langmenue .langmenu-dropdown .lang.cz a,
[lang="it-IT"] .topbar .langmenue .langmenu-dropdown .lang.it a,
[lang="es-ES"] .topbar .langmenue .langmenu-dropdown .lang.es a,
[lang="fr-FR"] .topbar .langmenue .langmenu-dropdown .lang.fr a,
[lang="pl-PL"] .topbar .langmenue .langmenu-dropdown .lang.pl a,
[lang="nl-NL"] .topbar .langmenue .langmenu-dropdown .lang.nl a {
	display: none;
}
.langmenue .langmenu-dropdown {
	position: absolute;
	left: 0;
	top: 100%;
	transform: translateY(20px);
	opacity: 0;
	pointer-events: none;
	background-color: #eff2ef;
	z-index: 100;
	transition: ease-in transform 0.3s, ease-in opacity 0.3s;
}
.langmenue:hover .langmenu-dropdown,
.langmenue:focus-within .langmenu-dropdown {
	transform: translateY(0px);
	opacity: 1;
	pointer-events: auto;
	transition: ease-out transform 0.3s, ease-out opacity 0.3s;
}

.langmenue {
	cursor: pointer;
	z-index: 100;
}

.logo,
.footerlogo {
	width: 216px;
	height: 28px;
	background-image: url(../images/logo.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	float: left;
	margin-left: 50px;
	flex: 216px 0 0;
}

.logo,
.footerlogo {
	width: 297px;
	height: 41px;
	flex: 297px 0 0;
}

.footerlogo {
	background-image: url(../images/logowhite.svg);
	float: right;
}
.zurkarte {
	min-height: 350px;
	background-image: url(../images/standorte.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: right;
	padding-right: 40px;
}
.zurkarte h2,
.zurkarte h3 {
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.zurkarte h2 {
	font-family: "minion-pro", serif;
	font-style: italic;
	font-size: 2.357rem;
	color: #ffffff;
	letter-spacing: 0.07143rem;
	line-height: 3.214rem;
	font-weight: normal;
	margin: 0px;
	padding-top: 20px;
}
.zurkarte h3 {
	font-family: "minion-pro", serif;
	font-size: 3.214rem;
	color: #ffffff;
	letter-spacing: 0.07143rem;
	line-height: 3.214rem;
	font-weight: normal;
	margin: 0px;
}
.zurkarte .link {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9286rem;
	color: #5f4313;
	letter-spacing: 0.07143rem;
	padding-right: 0px;
	line-height: 1.357rem;
}
.zurkarte .link svg {
	display: block;
	float: right;
	padding-left: 20px;
}
.related-content {
	margin-top: 100px;
}
.breadcrumb {
	line-height: 60px;
	background: #f8f6f4;
	font-size: 1rem;
	color: #464646;
	padding-left: 50px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
.bh-breadcrumb li,
.bh-breadcrumb div,
.bh-breadcrumb span,
.bh-breadcrumb ol {
	display: inline-block;
}
.bh-breadcrumb ol {
	padding-left: 0px;
	margin: 0px;
}
.bh-breadcrumb ol li a {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #8ba820;
	letter-spacing: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
}
.bh-breadcrumb ol li {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	color: #8b612b;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.breadcrumb-arrow {
	padding-left: 10px;
	padding-right: 10px;
	color: #8ca600;
	font-size: 1.5rem;
	vertical-align: middle;
	margin-top: -6px;
}

.footer {
	min-height: 200px;
	padding-top: 60px;
	padding-bottom: 15px;
	background-image: url(../images/footer.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 50px;
	padding-right: 50px;
}
.footerclaim {
	font-size: 1.786rem;
	color: #8ca600;
	letter-spacing: 0;
	line-height: 3.071rem;
	text-transform: uppercase;
}
.footercols {
	padding-bottom: 40px;
}
.footercontent .bh-cols {
	margin-left: -35px;
	margin-right: -35px;
}
.footercontent .bh-col {
	border-left: 1px solid #514836;
	padding-left: 35px;
	padding-right: 35px;
	height: 100%;
}
.footercontent .bh-col:first-child {
	border-left: 0px;
}
.footercontent .bh-bodytext a {
	border-bottom: none;
	transition: color 0.4s;
	color: #fff;
}
.footercontent .bh-bodytext a:hover {
	color: #8ca600;
}
.footer h4 {
	font-family: "Montserrat", sans-serif;
	font-size: 1.286rem;
	color: #8ca600;
	line-height: 2.143rem;
	font-weight: normal;
	margin-bottom: 10px;
	font-weight: 500;
}
.footer p {
	margin: 0px;
	font-size: 1.286rem;
	color: white;
	line-height: 2.143rem;
}
.footer .bh-bodytext a {
	text-decoration: none;
}

/*
.footercontent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footercontent > div {
	background: yellow;
	box-sizing: border-box;
	width: calc(1/4*100% - (1 - 1/4)*30px);
}
*/

.footercontent {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footercontent > div {
	width: calc(3 / 12 * 100% - (1 - 1 / 12) * 48px);
	position: relative;
}
.footercontent > div:before {
	content: "";
	position: absolute;
	left: -29px;
	top: 0px;
	bottom: 0px;
	border-left: 1px solid #534836;
}
.footercontent > div:last-child:before {
	display: none;
}

.footercontent > div:first-child:before {
	display: none;
}
.footercontent > div:last-child {
	margin-right: 0;
}

.socials a {
	width: 33.3333%;
	height: 20px;
	display: block;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #4d4533;
	box-sizing: border-box;
	border-bottom: 1px solid #4d4533;
}
.socials a:nth-child(n + 4) {
	border-bottom: 0px;
}
.socials a svg {
	width: 25px;
	height: 25px;
	transition: 0.5s ease all;
}
.socials a:hover svg {
	transform: scale(1.1);
}
.socials {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: -29px;
	width: calc(100% + 58px);
	margin-top: 15px;
}

.footertop,
.footerbottom {
	display: flex;
	margin-bottom: 45px;
}
.footerbottom {
	margin-bottom: 40px;
	padding-top: 60px;
	gap: 0 30px;
}
.footerbottom .copyright {
	flex: 0 1 auto;
}
.footertop > *,
.footerbottom > * {
	flex: 1;
}
.footerbottom .copyright {
	text-align: right;
	font-size: 0.8571rem;
	color: #e6ddd3;
	letter-spacing: 0.1429rem;
	line-height: 2.071rem;
	text-transform: uppercase;
}
.footersocial {
	text-align: center;
	font-size: 24px;
}
.footersocial a {
	color: #fff;
	padding-right: 15px;
}
.footersocial a:last-child {
	padding-right: 0;
}

.servnavi_box :is(a, .servnavi_link) {
	font-size: 1.071rem;
	color: #e6ddd3;
	letter-spacing: 0;
	line-height: 2.143rem;
	text-decoration: none;
	text-transform: none;
}
ul.servnavi_box {
	padding-left: 0px;
	margin: 0px;
}
li.servnavi_item {
	display: inline-block;
}
li.servnavi_item:first-child .servnavi_link::before {
	content: none;
}
.servnavi_box button:before,
.servnavi_box a:before {
	content: "·";
	padding-left: 10px;
	padding-right: 10px;
}
.servnavi_item:first-child a:before {
	display: none;
}

.content {
	min-height: 400px;
	max-width: 1920px;
	margin: 0 auto;
}
/* body:not(.bhe-state-editing) .content {
	overflow: hidden;
} */
.highlight,
.bhe-message,
.highlight-2 {
	font-family: "minion-pro", serif;
	font-size: 2.45rem;
	color: #8ca600;
	line-height: 3.071rem;
}
.highlight-2 {
	font-size: 5.2rem;
	line-height: 4.5rem;
	color: #b6b6b6;
	padding-left: 24px;
	display: block;
	border-left: 1px solid #e1e1e1;
}

.bhe-wertestyle {
	display: inline-block;
	font-style: italic;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 23px;
	line-height: 32px;
	font-weight: 100;
	padding-bottom: 5px;
	border-bottom: 1px solid RGBA(139, 168, 32, 0.3);
}

.bhe-hansjoerg {
	background-color: yellow;
}

.style-table-row-brown,
.style-table-cell-brown {
	background-color: #efeae6;
	border: none !important;
}
.style-table-row-brown-2 td {
	background-color: #5f4313 !important;
	color: #fff !important;
	border: none !important;
}
.style-table-row-green,
.style-table-cell-green {
	background-color: #edf0e2;
}
.style-table-row-green td,
.style-table-cell-green td {
	border: none !important;
}
.style-table-row-brown td,
.style-table-cell-brown td {
	border: none !important;
}
.bhe-message {
	padding-left: 24px;
	display: block;
	border-left: 1px solid #d1dda7;
}

p[style="text-align: right;"] .bhe-message {
	border-left: none;
	border-right: 1px solid #d1dda7;
	padding-left: 0;
	padding-right: 24px;
}
.bhe-message.bhe-white {
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.bhe-white {
	color: white !important;
}
.bhe-brown {
	color: #8b612b;
}
.bhe-green {
	color: #8ca600;
}

.bhe-warning {
	color: #bb070c;
}

.linkbutton-warning {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9286rem;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none !important;
	letter-spacing: 0.07143rem;
	background-color: #bb070c;
	display: inline-block;
	padding: 7px 20px;
	text-transform: uppercase;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transition: background 0.4s;
	border-bottom: none !important;
}

.blocky,
.bhe-blocky {
	font-family: "Montserrat", sans-serif !important;
	font-size: 1rem;
	letter-spacing: 0.07143rem;
	line-height: 2.143rem;
	text-transform: uppercase;
	font-weight: 700;
}

.linkbutton,
.linkbutton-white {
	font-family: "Montserrat", sans-serif;
	font-size: 0.9286rem;
	font-weight: 700;
	color: #ffffff !important;
	text-decoration: none !important;
	letter-spacing: 0.07143rem;
	background: #8ca600;
	display: inline-block;
	padding: 7px 20px;
	text-transform: uppercase;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transition: background 0.4s;
	border-bottom: none !important;
}
.linkbutton:hover,
.linkbutton-white:hover {
	background: #8b612b;
	color: #fff !important;
}
.linkbutton-white {
	background: white;
	color: #8b612b !important;
}
.bh-bodytext p {
	margin-top: 0;
}
.bh-bodytext ul {
	padding-left: 30px !important;
}
.bh-bodytext ul li {
	list-style-type: none;
	position: relative;
}
.bh-bodytext ul li:before {
	content: "";
	width: 15px;
	height: 14px;
	display: block;
	background-image: url(../images/aufzaehlung.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 15px 14px;
	position: absolute;
	left: -29px;
	top: 7px;
}
.bhe-condensed {
	font-family: open-sans-condensed, sans-serif;
	font-size: 1.36rem;
	line-height: 1.786rem;
	color: #464646;
}

/* ----- CUSTOM LAYOUT STARTSEITE ----- */

.specialcontent-home {
	max-width: 1920px;
	margin: 0 auto;
}
body:not(.bhe-state-editing) .specialcontent-home {
	overflow: hidden;
}
.contentwrapper-home-1 {
	width: 100%;
	padding-bottom: 10px;
	margin-top: 85px;
}
.contentwrapper-home-2,
.contentwrapper-home-3 {
	width: 50%;
	float: left;
}
.content-home-produkte {
	padding-right: 5px;
}
.content-home-blog {
	padding-left: 5px;
	padding-bottom: 10px;
}
.contentwrapper-home-4 {
	padding-left: 5px;
}
.content-home-karriere,
.content-home-quicklinks {
	width: 50%;
	float: left;
}
.content-home-quicklinks .bhContainer {
	margin-left: 10px;
}
.content-home-video {
	margin-bottom: 10px;
}
.content-home-standorte {
	width: 75%;
	float: left;
}
.content-home-news {
	width: 25%;
	float: left;
}
.content-home-news .bhContainer {
	margin-left: 10px;
}
.contentwrapper-home-5 {
	margin-bottom: 10px;
}
.content-home-content-2 {
	margin-bottom: 10px;
}
.content-home-newsletter {
	margin-bottom: 10px;
	margin-top: 40px;
}

.content-home-produkte .bhContainer.bhe-state-content-empty:before {
	content: "Produkte";
}
.content-home-blog .bhContainer.bhe-state-content-empty:before {
	content: "Blog";
}
.content-home-karriere .bhContainer.bhe-state-content-empty:before {
	content: "Karriere";
}
.content-home-quicklinks .bhContainer.bhe-state-content-empty:before {
	content: "Quicklinks";
}
.content-home-video .bhContainer.bhe-state-content-empty:before {
	content: "Video";
}
.content-home-standorte .bhContainer.bhe-state-content-empty:before {
	content: "Standorte";
}
.content-home-news .bhContainer.bhe-state-content-empty:before {
	content: "News";
}
.content-home-content-2 .bhContainer.bhe-state-content-empty:before {
	content: "Content 2";
}
.content-home-inside .bhContainer.bhe-state-content-empty:before {
	content: "Inside Pfeifer";
}

/* ----- CUSTOM TABLES ----- */

/* EUROBLOCK */

.el-tables.euroblock-kloetze-eckig table tr:first-child {
	font-weight: 700;
}
.el-tables.euroblock-kloetze-eckig table tr:first-child td {
	padding-top: 10px;
	padding-bottom: 8px;
}
.el-tables.euroblock-kloetze-eckig table tr:first-child td:first-child {
	background: #efeae6;
}
.el-tables.euroblock-kloetze-eckig table tr:first-child td:nth-child(2) {
	background: #edf0e2;
	color: #8ba820;
}
.el-tables.euroblock-kloetze-eckig table td:first-child {
	width: 45%;
}
.el-tables.euroblock-kloetze-eckig table td:nth-child(2) {
	color: #8ba820;
}

/* BRETTSCHICHTHOLZ */

.el-tables.brettschichtholz td:first-child {
	width: 25%;
}
.el-tables.brettschichtholz-properties td:first-child {
	width: 33%;
	color: #8ba820;
}
.el-tables.brettschichtholz-properties tr:first-child {
	border-top: 1px dotted #a97e49;
}
.el-tables.brettschichtholz-properties h3 {
	text-align: center;
	margin-bottom: 15px !important;
}

/* MASSIVHOLZPLATTEN */

.el-tables.massivholzplatten td,
.el-tables.massivholzplatten-einschichtig td {
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
	text-align: center;
	padding-left: 0;
}
.el-tables.massivholzplatten td:last-child,
.el-tables.massivholzplatten-einschichtig td:last-child {
	border-right: none !important;
}
.el-tables.massivholzplatten tr:first-child,
.el-tables.massivholzplatten-einschichtig tr:first-child {
	border-bottom: 1px solid #fff !important;
	font-weight: 700;
}
.el-tables.massivholzplatten h3,
.el-tables.massivholzplatten-einschichtig h3 {
	text-align: center;
	margin-bottom: 15px !important;
}
.el-tables.massivholzplatten td:nth-child(1) {
	width: 17%;
}
.el-tables.massivholzplatten-einschichtig td:nth-child(1) {
	width: 25%;
}
.el-tables.massivholzplatten td:nth-child(2),
.el-tables.massivholzplatten td:nth-child(3),
.el-tables.massivholzplatten td:nth-child(4),
.el-tables.massivholzplatten td:nth-child(5),
.el-tables.massivholzplatten td:nth-child(6),
.el-tables.massivholzplatten-einschichtig td:nth-child(2),
.el-tables.massivholzplatten-einschichtig td:nth-child(3),
.el-tables.massivholzplatten-einschichtig td:nth-child(4),
.el-tables.massivholzplatten-einschichtig td:nth-child(5),
.el-tables.massivholzplatten-einschichtig td:nth-child(6) {
	width: 9%;
}
.el-tables.massivholzplatten td:nth-child(7) {
	width: 16%;
}
.el-tables.massivholzplatten-einschichtig td:nth-child(7) {
	width: 24%;
}
.el-tables.massivholzplatten td:nth-child(8) {
	width: 22%;
}
.el-tables.massivholzplatten .bhe-green {
	background: #edf0e2;
	border-radius: 50%;
	padding: 3px;
}

/* MASSIVHOLZPLATTEN NUT UND FEDER */

.el-tables.massivholzplatten-nut-feder td {
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
	text-align: center;
	padding-left: 0;
}
.el-tables.massivholzplatten-nut-feder td:last-child {
	border-right: none !important;
}
.el-tables.massivholzplatten-nut-feder tr.style-table-row-brown {
	border-bottom: 1px solid #fff !important;
}
.el-tables.massivholzplatten-nut-feder h3 {
	text-align: center;
	margin-bottom: 15px !important;
}
.el-tables.massivholzplatten-nut-feder td:nth-child(1) {
	width: 50%;
}
.el-tables.massivholzplatten-nut-feder td:nth-child(2) {
	width: 50%;
}
.el-tables.massivholzplatten-nut-feder .bhe-green {
	background: #edf0e2;
	border-radius: 50%;
	padding: 3px;
}

/* KONSTRUKTIONSVOLLHOLZ */

.el-tables.konstruktionsvollholz {
	text-align: center;
}
.el-tables.konstruktionsvollholz td {
	padding-left: 0;
}
.el-tables.konstruktionsvollholz td:nth-child(2),
.el-tables.konstruktionsvollholz td:nth-child(5),
.el-tables.konstruktionsvollholz td:nth-child(7),
.el-tables.konstruktionsvollholz tr:first-child td:nth-child(1),
.el-tables.konstruktionsvollholz tr:first-child td:nth-child(3) {
	border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.el-tables.konstruktionsvollholz tr:first-child td:nth-child(5) {
	border-right: none !important;
}
.el-tables.konstruktionsvollholz tr:first-child td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff !important;
}
.el-tables.konstruktionsvollholz td:nth-child(8),
.el-tables.konstruktionsvollholz td:nth-child(9) {
	color: #8ca600;
	width: 15%;
}
.el-tables.konstruktionsvollholz td:nth-child(1),
.el-tables.konstruktionsvollholz td:nth-child(2),
.el-tables.konstruktionsvollholz td:nth-child(3),
.el-tables.konstruktionsvollholz td:nth-child(4),
.el-tables.konstruktionsvollholz td:nth-child(5),
.el-tables.konstruktionsvollholz td:nth-child(6),
.el-tables.konstruktionsvollholz td:nth-child(7) {
	width: 10%;
}

/* SCHALUNGSTRÄGER */

.el-tables.schalungstraeger h3 {
	margin-bottom: 20px !important;
}
.el-tables.schalungstraeger td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.el-tables.schalungstraeger td:nth-child(1) {
	color: #8ca600;
}

/* SCHALUNGSTRÄGER BEMESSUNG */

.el-tables.schalungstraeger-bemessung td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding-left: 0;
}
.el-tables.schalungstraeger-bemessung tr:hover {
	background: none;
}
.el-tables.schalungstraeger-bemessung .active {
	background-color: #8ba820 !important;
	color: #fff !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.el-tables.schalungstraeger-bemessung .active.selectGrid {
	background-color: #604417 !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.el-tables.schalungstraeger-bemessung .activeJochtraeger {
	background-color: #cb2947 !important;
	color: #fff !important;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.el-tables.schalungstraeger-bemessung .activeResult {
	background-color: #ff0030 !important;
	color: #fff !important;
	transform: scale(1.4);
	box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
}
.el-tables.schalungstraeger-bemessung td:nth-child(4),
.el-tables.schalungstraeger-bemessung td:nth-child(6) {
	background-color: #fbfaf8;
}
.el-tables.schalungstraeger-bemessung td:nth-child(3),
.el-tables.schalungstraeger-bemessung td:nth-child(5) {
	background-color: #f8f6f4;
}
.el-tables.schalungstraeger-bemessung td:nth-child(7),
.el-tables.schalungstraeger-bemessung td:nth-child(9),
.el-tables.schalungstraeger-bemessung td:nth-child(11),
.el-tables.schalungstraeger-bemessung td:nth-child(13),
.el-tables.schalungstraeger-bemessung td:nth-child(15) {
	background-color: #edf0e2;
}
.el-tables.schalungstraeger-bemessung td:nth-child(8),
.el-tables.schalungstraeger-bemessung td:nth-child(10),
.el-tables.schalungstraeger-bemessung td:nth-child(12),
.el-tables.schalungstraeger-bemessung td:nth-child(14) {
	background-color: #f5f7ee;
}
.el-tables.schalungstraeger-bemessung tr:nth-child(1) td:nth-child(4) {
	background-color: #dee8b8;
}
.el-tables.schalungstraeger-bemessung tr:nth-child(1) td:nth-child(3) {
	background-color: #f2e9d7;
}
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(5) {
	background-color: #f5f7ee;
}
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(5) {
	background-color: #edf0e2;
}
.el-tables.schalungstraeger-bemessung td:first-child {
	border-left: 4px solid rgba(255, 220, 41, 1);
	border-right: 4px solid rgba(255, 220, 41, 1);
}
.el-tables.schalungstraeger-bemessung tr:nth-child(5) td:first-child {
	border-top: 4px solid rgba(255, 220, 41, 1);
}
.el-tables.schalungstraeger-bemessung tr:last-child td:first-child {
	border-bottom: 4px solid rgba(255, 220, 41, 1);
}
.el-tables.schalungstraeger-bemessung tr:nth-child(1) td:first-child,
.el-tables.schalungstraeger-bemessung tr:nth-child(2) td:first-child,
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:first-child,
.el-tables.schalungstraeger-bemessung tr:nth-child(4) td:first-child {
	border-left: none;
	border-right: none;
}
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(3) {
	border-left: 4px solid rgba(255, 220, 41, 1);
}
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(6) {
	border-right: 4px solid rgba(255, 220, 41, 1);
}
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(3),
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(4),
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(5),
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(6) {
	border-top: 4px solid rgba(255, 220, 41, 1);
	border-bottom: 4px solid rgba(255, 220, 41, 1);
}

.el-tables.schalungstraeger-bemessung tr:nth-child(1) td:nth-child(1),
.el-tables.schalungstraeger-bemessung tr:nth-child(2) td:nth-child(1),
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(1),
.el-tables.schalungstraeger-bemessung tr:nth-child(1) td:nth-child(2),
.el-tables.schalungstraeger-bemessung tr:nth-child(2) td:nth-child(2),
.el-tables.schalungstraeger-bemessung tr:nth-child(3) td:nth-child(2) {
	border: none !important;
}

/* ----- PFEIFER SPECIAL ELEMENTS ----- */

/* --- EUROBLOCK DIMENSIONEN --- */

.pse-euroblock-dimensions {
	width: 100%;
	height: 170px;
	background-color: #f8f6f4;
	margin-bottom: -25px;
	font-family: "minion-pro";
	position: relative;
	margin-bottom: 2px;
}
.pse-euroblock-dimensions-left {
	position: absolute;
	top: 0;
	left: 45px;
	width: 20%;
	font-style: italic;
	font-size: 32px;
	line-height: 34px;
	color: #8ba820;
	padding-top: 50px;
}
.pse-euroblock-dimensions-center {
	width: 254px;
	height: 170px;
	left: 50%;
	margin-left: -127px;
	position: absolute;
}
.pse-euroblock-dimensions-row-1,
.pse-euroblock-dimensions-row-2 {
	width: 100%;
	height: 60px;
	color: #604417;
	font-size: 40px;
}
.pse-euroblock-dimensions-row-1 {
	padding-top: 30px;
}
.pse-euroblock-dimensions-row-2 {
	font-size: 16px;
	font-style: italic;
}
.pse-euroblock-dimensions-col-1,
.pse-euroblock-dimensions-col-2,
.pse-euroblock-dimensions-col-3,
.pse-euroblock-dimensions-col-4,
.pse-euroblock-dimensions-col-5 {
	float: left;
	line-height: 60px;
	text-align: center;
}
.pse-euroblock-dimensions-col-1,
.pse-euroblock-dimensions-col-3,
.pse-euroblock-dimensions-col-5 {
	width: 24%;
}
.pse-euroblock-dimensions-col-2,
.pse-euroblock-dimensions-col-4 {
	width: 14%;
}
.pse-euroblock-dimensions-row-1 .pse-euroblock-dimensions-col-5 {
	background-color: #fff;
	color: #8ba820;
}
.pse-euroblock-dimensions-right {
	width: 268px;
	height: 255px;
	position: absolute;
	right: 0;
	top: -80px;
	background-image: url(../images/pfeifer-special-elements/euroblock-dimensionen.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 267px 255px;
}

/* --- EUROBLOCK-DIAGRAMM --- */

.euroblock-tortendiagramm,
.euroblock-produktionsentwicklung,
.euroblock-europakarte {
	width: 100%;
	height: 250px;
	background-image: url(../../uploads/tx_bh/diagramm_pressspanklotz_vollholzklotz.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 250px 250px;
	margin-top: -20px;
	margin-left: -1px;
}
html[lang="it-IT"] .euroblock-tortendiagramm {
	background-image: url(../../uploads/tx_bh/diagramm_pressspanklotz_vollholzklotz_it.png);
}
html[lang="cs-CS"] .euroblock-tortendiagramm {
	background-image: url(../../uploads/tx_bh/diagramm_pressspanklotz_vollholzklotz_cz.png);
}
.euroblock-produktionsentwicklung {
	margin: 0;
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung.jpg);
	height: 887px;
	background-size: 1920px 887px;
	margin-bottom: -140px;
}

html[lang="en-EN"] .euroblock-produktionsentwicklung {
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung_en.jpg);
}
html[lang="cs-CS"] .euroblock-produktionsentwicklung {
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung_cz.jpg);
}
html[lang="it-IT"] .euroblock-produktionsentwicklung {
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung_it.jpg);
}
html[lang="fr-FR"] .euroblock-produktionsentwicklung {
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung_fr.jpg);
}
html[lang="es-ES"] .euroblock-produktionsentwicklung {
	background-image: url(../../uploads/tx_bh/euroblock_produktentwicklung_es.jpg);
}
.euroblock-europakarte {
	margin: 0;
	background-image: url(../../uploads/tx_bh/euroblock_palettenklotz_europakarte_0001.png);
	height: 881px;
	background-size: 1920px 881px;
	margin-bottom: -40px;
	position: relative;
}
html[lang="en-EN"] .euroblock-europakarte {
	background-image: url(../../uploads/tx_bh/euroblock_europakarte_en.png);
}
html[lang="cs-CS"] .euroblock-europakarte {
	background-image: url(../../uploads/tx_bh/euroblock_europakarte_cz.png);
}
html[lang="it-IT"] .euroblock-europakarte {
	background-image: url(../../uploads/tx_bh/euroblock_europakarte_it.png);
}
html[lang="fr-FR"] .euroblock-europakarte {
	background-image: url(../../uploads/tx_bh/euroblock_europakarte_fr.png);
}
html[lang="es-ES"] .euroblock-europakarte {
	background-image: url(../../uploads/tx_bh/euroblock_europakarte_es.png);
}

.euroblock-europakarte-ue {
	position: absolute;
	top: 400px;
	right: 30px;
	text-align: right;
	font-size: 43px;
	line-height: 40px;
	text-transform: uppercase;
}
.euroblock-europakarte-ue .euroblock-europakarte-ue-italic {
	font-style: italic;
	text-transform: none;
	font-size: 35px;
}

/* --- SCHNITTHOLZ BILDSCHNITTOPTIMIERUNG --- */

.schnittholz-bildschnittoptimierung {
	background-color: #8ba820;
	height: 400px;
	margin-right: 150px;
	width: 100%;
	background-image: url(../../uploads/tx_bh/pfeifer_schnittholz_bildschnittoptimierung.png);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 100px;
}

html[lang="it-IT"] .schnittholz-bildschnittoptimierung {
	background-image: url(../../uploads/tx_bh/pfeifer_schnittholz_bildschnittoptimierung_it.png);
}
html[lang="cs-cs"] .schnittholz-bildschnittoptimierung {
	background-image: url(../../uploads/tx_bh/pfeifer_schnittholz_bildschnittoptimierung_cz.png);
}
.schnittholz-bildschnittoptimierung-ue {
	position: absolute;
	top: 150px;
	left: 120px;
	color: #fff !important;
	text-align: right;
	font-size: 43px;
	line-height: 40px;
}
.schnittholz-bildschnittoptimierung-text {
	position: absolute;
	top: 200px;
	left: 120px;
	color: #fff;
	font-size: 20px;
	width: 30%;
}
.euroblock-europakarte-ue .euroblock-europakarte-ue-italic {
	font-style: italic;
	text-transform: none;
	font-size: 35px;
}

/* --- NEWSMODULE --- */

/* BLOG STARTSEITE */

.newslist-blog-startseite {
	overflow: hidden;
}
.newslist-blog-startseite-item .bh-image-background {
	height: 435px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.6s;
}
.newslist-blog-startseite-item:hover .bh-image-background {
	transform: scale(1.05);
}
.newslist-blog-startseite-item .newslist-blog-startseite-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #604417;
	background: #fff;
	line-height: 40px;
	height: 40px;
	padding-right: 17px;
	padding-left: 17px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.07143rem;
}
.newslist-blog-startseite-item .newslist-blog-startseite-content {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: calc(100% - 40px);
	max-width: 560px;
	transition: background-color 0.5s;
}

.newslist-blog-startseite-item:hover .newslist-blog-startseite-content {
	background-color: #fff;
}
.newslist-blog-startseite-item .newslist-blog-startseite-background {
	background-color: #8ba820;
	mix-blend-mode: multiply;
	height: 100%;
	width: 100%;
	position: absolute;
}
.newslist-blog-startseite-item .newslist-blog-startseite-subtitle,
.newslist-blog-startseite-item .newslist-blog-startseite-headline {
	color: #fff;
	position: relative;
}
.newslist-blog-startseite-item .newslist-blog-startseite-subtitle {
	font-size: 0.93rem;
	line-height: 0.93rem;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-top: 25px;
}
.newslist-blog-startseite-item .newslist-blog-startseite-headline {
	font-size: 2.86rem;
	line-height: 2.86rem;
	margin-bottom: 22px;
	margin-left: 23px;
	margin-right: 23px;
}

/* BLOG ÜBERSICHT */

.newslist-blog-uebersicht {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	align-content: flex-start;
	width: calc(100% - 10px);
	max-width: 1170px;
	margin: 0 auto;
	margin-top: -5px;
	padding: 0 5px;
	transform: translateZ(0);
}
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box {
	display: block;
	width: calc((100% / 3) - 10px);
	margin: 5px;
	transform: translateZ(0);
}
.newslist-blog-uebersicht-item {
	position: relative;
	overflow: hidden;
}
.newslist-blog-uebersicht-item .bh-image-background {
	position: relative;
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform 0.6s;
	transform: translateZ(0);
}
.newslist_box .bh-image-background:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.4) 10.13%,
		rgba(0, 0, 0, 0.6) 100%
	);
}
.newslist-blog-uebersicht-item:hover .bh-image-background {
	transform: scale(1.05);
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-title {
	display: none;
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-content {
	position: absolute;
	padding-top: 20px;
	bottom: 20px;
	left: 20px;
	width: 100%;
	transition: background-color 0.5s;
}

/*
.newslist-blog-uebersicht-item:hover .newslist-blog-uebersicht-content{
	background-color: #fff;
}
*/
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-background {
	/*
	background-color: #8BA820;
	mix-blend-mode: multiply;
	height: 100%;
	width: 100%;
	position: absolute;
	transform: translateZ(0);
*/
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle,
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	color: #fff;
	position: relative;
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle {
	position: relative;
	font-size: 0.93rem;
	line-height: 0.93rem;
	letter-spacing: 1px;
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: 18px;
	margin-bottom: 0px !important;
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-subtitle:after {
	content: "";
	width: 153px;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 12px;
	background: rgba(255, 255, 255, 0.5);
}
.newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	font-size: 2.143rem;
	line-height: 2.3rem;
	margin-bottom: 22px;
	margin-left: 23px;
	margin-right: 23px;
}
.newslist-blog-uebersicht .newslist_box:first-child {
	width: calc(100% - 10px) !important;
}
.newslist-blog-uebersicht
	.newslist_box:first-child
	.newslist-blog-uebersicht-item
	.bh-image-background {
	height: 640px;
}
/* ---- temporär nicht genutzt ---- */
/*
.newslist-blog-uebersicht a.newslist_box:nth-child(2),
.newslist-blog-uebersicht a.newslist_box:nth-child(3) {
	width: calc(50% - 10px);
}
*/
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(2),
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(3) {
	width: calc(50% - 10px);
}
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(5),
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(6),
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(9) {
	width: calc(((100% / 3) * 2) - 10px);
}

.newslist-blog-uebersicht
	a.newslist_box:nth-child(1)
	.newslist-blog-uebersicht-content {
	max-width: 700px;
}

/*
.newslist-blog-uebersicht a.newslist_box:nth-child(2) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(3) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(6) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(7) .newslist-blog-uebersicht-content,
.newslist-blog-uebersicht a.newslist_box:nth-child(10) .newslist-blog-uebersicht-content {
	width: 450px;
}
*/
/* ---- temporär genutzt ---- */
/*
.newslist-blog-uebersicht a.newslist_box:nth-child(4) .newslist-blog-uebersicht-content {
	width: 450px;
}
*/
.newslist-blog-uebersicht
	a.newslist_box:nth-child(3)
	.newslist-blog-uebersicht-content,
.newslist-blog-uebersicht
	a.newslist_box:nth-child(5)
	.newslist-blog-uebersicht-content,
.newslist-blog-uebersicht
	a.newslist_box:nth-child(8)
	.newslist-blog-uebersicht-content,
.newslist-blog-uebersicht
	a.newslist_box:nth-child(10)
	.newslist-blog-uebersicht-content,
.newslist-blog-uebersicht
	a.newslist_box:nth-child(12)
	.newslist-blog-uebersicht-content {
	bottom: auto;
	top: 20px;
}
.bh-state-desktop
	.newslist-blog-uebersicht
	a.newslist_box:first-child
	.newslist-blog-uebersicht-item
	.newslist-blog-uebersicht-headline {
	font-size: 4.643em;
	line-height: 4.8rem;
}
.bh-state-desktop
	.newslist-blog-uebersicht
	a.newslist_box:first-child
	.newslist-blog-uebersicht-item
	.newslist-blog-uebersicht-subtitle {
	font-size: 1.2857rem;
	line-height: 1.2857rem;
}
/*
.newslist-blog-uebersicht a.newslist_box:nth-child(2) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(3) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(6) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(7) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline,
.newslist-blog-uebersicht a.newslist_box:nth-child(10) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	font-size: 2.857rem;
	line-height: 3rem;
}
*/
/* ---- temporär genutzt ---- */
/*
.newslist-blog-uebersicht a.newslist_box:nth-child(4) .newslist-blog-uebersicht-item .newslist-blog-uebersicht-headline {
	font-size: 2.857rem;
	line-height: 3rem;
}
*/

/* BLOG DETAILSEITE */

.newsdetail-blog .newsdetail-header {
	background-color: #5f4313;
}
.newsdetail-blog .newsdetail-header .bh-image-background {
	height: calc(100vh - 188px);
	position: relative;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.newsdetail-blog .newsdetail-header-headline {
	position: absolute;
	top: 30vh;
	text-align: center;
	left: 50%;
	margin-left: -480px;
	opacity: 0;
	animation-name: fade-news-headline;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	animation-delay: 0.5s;
	width: 100%;
}
@keyframes fade-news-headline {
	0% {
		top: 45vh;
		opacity: 0;
	}
	100% {
		top: 30vh;
		opacity: 1;
	}
}
.newsdetail-blog .newsdetail-header-headline h1 {
	color: #fff;
	font-size: 5.5rem;
	line-height: 5.5rem;
}
.newsdetail-blog .newsdetail-header-headline h3 {
	color: #fff;
	font-size: 1.3rem;
	padding-bottom: 20px;
}
.newsdetail-blog .newsdetail-header-headline h3 p {
	margin: 0;
}
.newsdetail-blog .newsdetail-header-headline h3:after {
	display: block;
	position: absolute;
	content: "";
	width: 200px;
	height: 1px;
	background-color: #fff;
	left: 50%;
	margin-left: -100px;
	opacity: 0.3;
	margin-top: 24px;
}
.newsdetail-blog .newsdetail-body {
	position: relative;
}
h4.newsdetail-subtext {
	font-family: "minion-pro", serif;
	font-size: 2.45rem;
	color: #8ca600;
	line-height: 3.071rem;
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
	text-align: center;
	padding-bottom: 25px;
}
h4.newsdetail-subtext:after {
	display: block;
	position: absolute;
	content: "";
	width: 200px;
	height: 1px;
	background-color: #8ca600;
	left: 50%;
	margin-left: -100px;
	opacity: 0.4;
	margin-top: 20px;
}

/* NEWS STARTSEITE */

.newslist-news-startseite {
	overflow: hidden;
}
.newslist-news-startseite-item {
	height: 550px;
	background-color: #f5f1ed;
	transition: background-color 0.4s;
}
.newslist-news-startseite-item:hover {
	background-color: #fff;
}
.newslist-news-startseite-item .bh-image-background {
	height: 315px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.newslist-news-startseite-item .newslist-news-startseite-title {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #604417;
	background: #fff;
	line-height: 40px;
	height: 40px;
	padding-right: 17px;
	padding-left: 17px;
	font-weight: 500;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.07143rem;
}
.newslist-news-startseite-item .newslist-news-startseite-content {
	position: relative;
	padding: 30px 60px 30px 30px;
	text-decoration: none;
}
.newslist-news-startseite-item .newslist-news-startseite-content:after {
	display: block;
	content: "\e906";
	width: 50px;
	height: 235px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	line-height: 235px;
	font-size: 24px;
	color: #8ca600;

	font-family: "bakehouse-iconset" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.newslist-news-startseite-date {
	color: #8ca600;
	font-size: 1.071rem;
}
.newslist-news-startseite-headline {
	font-size: 2.143rem;
	line-height: 2.3rem;
	color: #5f4313;
}
.newslist-news-startseite-subtext {
	font-size: 1.2857rem;
	line-height: 1.6428rem;
}

/* NEWS ÜBERSICHT */

.newslist-news-uebersicht-item {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
}
.newslist-news-uebersicht-item .bh-image-background {
	width: 30%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: left;
	margin-right: 3%;
}
.newslist-news-uebersicht-content {
	float: left;
	width: 60%;
	position: relative;
}
h2.newslist-news-uebersicht-headline {
	color: #8ba820;
}
.newslist-news-uebersicht-text {
	font-size: 1.3rem;
}
.newslist-news-uebersicht-more {
	position: absolute;
	right: 0;
	top: 0;
	width: 4%;
	text-align: center;
	font-size: 30px;
	color: #8ba820;
	padding-top: 45px;
}

/* NEWS DETAIL */

.newsdetail-news {
	padding-top: 30px;
}
.newsdetail-news h1 {
	font-size: 34px;
	line-height: 34px;
}
.newsdetail-news .newsdetail-header img {
	width: 100%;
	height: auto;
}
.newsdetail-news .newsdetail-subtext {
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #020202;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.newsdetail-news .newsdetail-subtext:after {
	display: none;
}
.newsdetail-news .newsdetail-gallery-picture {
	float: left;
}
.newsdetail-news .newsdetail-gallery {
	margin-left: -1.5%;
	margin-right: -1.5%;
	padding-top: 8px;
}
.newsdetail-news .newsdetail-gallery-picture {
	padding-left: 1.5%;
	padding-right: 1.5%;
	width: 30.333%;
	padding-bottom: 2.5%;
}
.newsdetail-news .newsdetail-gallery-picture img {
	width: 100%;
	height: auto;
}

/* TERMINE ÜBERSICHT */

.newslist-termine-uebersicht .newslist-termine-uebersicht-item {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
	padding: 15px 15px 0px 15px;
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-content-2 {
	padding: 15px 15px 0px 15px;
	height: 90px;
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-image {
	border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-image img {
	width: 100%;
	height: auto;
	margin-bottom: -5px;
}
.newslist-termine-uebersicht h3.newslist-termine-uebersicht-subtitle {
	font-size: 1rem;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 86%;
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-icon {
	float: left;
	color: #8b612b;
	font-size: 20px;
	padding-right: 13px;
}
.newslist-termine-uebersicht h2.newslist-termine-uebersicht-headline {
	color: #8ba820;
	font-size: 2.2rem;
	line-height: 2.6rem;
}

/* NEWS EUROBLOCK INSIDE (TERMINE STARTSEITE) */

.newslist-news-inside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: none;
	background-color: #faf8f6;
	margin-top: 0px;
}
.newslist-news-inside .newslist-news-inside-pre,
.newslist-news-inside .newslist-news-inside-link {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	color: #979494;
	text-transform: uppercase;
	font-size: 1.2857rem;
	letter-spacing: 1px;
	line-height: 1.4rem;
	padding-left: 18px;
	width: 147px;
	position: relative;
}
.newslist-news-inside .newslist-news-inside-link {
	font-size: 0.92857rem;
	width: 100px;
	text-align: center;
	padding: 0;
	color: #8ba820;
	transition: color 0.4s;
	width: 100px;
}
.newslist-news-inside .newslist-news-inside-link:hover {
	color: #8b612b;
}
.newslist-news-inside .newslist-news-inside-link-icon {
	font-size: 24px;
}
.newslist-news-inside .newslist-news-inside-allitems {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: calc(100% - 265px);
	position: relative;
	min-height: 180px;
}
.newslist-news-inside .newslist-news-inside-item {
	width: 25%;
	height: auto;
	min-height: 140px;
	transition: margin-top 0.4s;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.newslist-news-inside .newslist-news-inside-item:hover {
	margin-top: -10px;
}
.newslist-news-inside .newslist-news-inside-img {
	height: 100%;
	width: 25%;
	margin-right: 20px;
	background-image: url("/fileadmin/images/calendar.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.newslist-news-inside .newslist-news-inside-content {
	padding-right: 30px;
	width: 75%;
	box-sizing: border-box;
}
.newslist-news-inside h3.newslist-news-inside-location,
.newslist-news-inside h3.newslist-news-inside-date {
	color: #8b612b;
	font-size: 1rem;
	line-height: 1.2;
	letter-spacing: 0.428571px;
	margin-bottom: 0px !important;
}
.newslist-news-inside h2.newslist-news-inside-headline {
	color: #464646;
	font-size: 1.7142857rem;
	line-height: 2.2857142857rem;
	color: #8ba820;
	padding-top: 10px;
}

/* ----- VIDEOS ------ */

.video-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: -6px;
}

.video-wrapper.video-blog-style {
	height: 750px;
	box-sizing: border-box;
}

.video-wrapper.video-blog-style video {
	position: relative;
	left: 50%;
	top: calc(50% - 375px);
	height: auto;
	margin-left: -585px;
	z-index: 3;
}

.video-wrapper video {
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.video-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	text-align: center;
}
.video-button {
	line-height: 37px;
}
.video-button:focus {
	outline: none;
}
.video-icon {
	color: #fff;
	font-size: 32px;
	padding-bottom: 20px;
}

/* ------ VIDEO HOME ------ */

.video-content-image {
	width: 100%;
}
.video-content-image h2,
.video-content-image h3 {
	color: #fff;
}
.video-content-image h3 {
	font-size: 1.4rem;
}
.video-content-image h2 {
	font-size: 4rem;
	text-transform: uppercase;
}

/* ------ VIDEO PELLETS ------ */

.video-pellets video {
	position: relative;
	left: 50%;
	margin-left: -800px;
}

/* ------ VIDEO NATUR ------ */

.video-wrapper.video-nature {
	margin-bottom: 120px;
}
.video-wrapper.video-nature .video-content {
	position: absolute;
	bottom: 40px;
	display: block;
	height: auto;
	text-align: left;
	width: auto;
	top: auto;
	left: 60px;
}
.video-wrapper.video-nature h1 {
	color: #fff;
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
}
.video-wrapper.video-nature h2 {
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0.9px;
	color: #fff;
	margin-bottom: 44px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.bhImageInner img {
	display: block;
}

/* ------- ROUTENPLANER ------ */

.content .cooRouteLocation {
	padding: 15px !important;
	background: rgba(0, 0, 0, 0.7) !important;
	text-align: center;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 2;
}
.content .cooRouteLocation input[type="text"] {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	background-color: #fff;
	height: 45px;
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
	width: 45%;
}
.content .cooRouteLocation input[type="submit"] {
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
	-webkit-appearance: none;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none !important;
	background: #8ca600;
	transition: background 0.4s;
	text-transform: uppercase;
	height: 45px;
	border: 0px;
	width: 45%;
}
.content .cooRouteLocation input[type="submit"] {
	width: 200px;
}
.cooRouteLegs .adp-placemark {
	background: rgba(0, 0, 0, 0.1) !important;
}
.cooRouteLegs .adp-placemark {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1px;
}
.cooRouteLegs .adp-directions td:first-child {
	background: #fff !important;
}
.cooRoutePointSubtext {
	color: #000;
	text-align: center;
	padding-bottom: 15px;
}
.content .bhRoute.bhElement {
	width: 100%;
	max-width: 100%;
}
.content .cooRouteMap {
	min-height: 60vh;
	opacity: 1 !important;
	pointer-events: none;
	transition: opacity 0.4s;
}
.content .cooRouteLegs {
	font-family: "Montserrat", sans-serif;
}
.content table.adp-placemark {
	background: #fff !important;
}
.cooRouteLegs .adp-summary {
	font-family: "Raleway", sans-serif !important;
	background: #000 !important;
}

div[data-uid="3194"] {
	position: relative;
}

div[data-uid="3194"] .el-headerbild.bhElement {
	margin-left: -0px;
}

.socials > a {
	background-image: url(../images/facebook.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.socials .youtube {
	background-image: url(../images/youtube.svg);
}
.socials .xing {
	background-image: url(../images/xing.svg);
}
.socials .instagram {
	background-image: url(../images/instagram.svg);
}
.socials .linkedin {
	background-image: url(../images/linkedin.svg);
}
.socials .instagram {
	background-image: url(../images/instagram.svg);
}
.socials .issuu {
	background-image: url(../images/issuu.svg);
}
.closesearch {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 20px;
	cursor: pointer;
}

/* ----- NEWSLETTER ----- */

.form-register input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 25px;
	height: 25px;
	cursor: pointer;
	top: 0;
	left: 0;
}
.form-register .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	pointer-events: none;
}
.form-register .bhe-formsettings-option input:hover ~ .checkmark {
	background-color: #ccc;
}
.form-register .bhe-formsettings-option {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
	margin-bottom: 40px;
	position: relative;
}
.form-register .bhe-formsettings-option input:checked ~ .checkmark {
	background-color: #8aa822;
}
.form-register .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.form-register input:checked ~ .checkmark:after {
	display: block;
}
.form-register label {
	pointer-events: none;
	padding-left: 45px;
	display: block;
}
.form-register .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------------------------------- */
/* --------- LOGINFELD DESIGN ------------------ */
/* --------------------------------------------- */

[data-uid="11688"] fieldset {
	border: 1px solid RGBA(0, 0, 0, 0.05);
	background: #f0f2ef;
	padding: 30px;
	padding-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
}

[data-uid="11688"] input {
	border: 1px solid RGBA(0, 0, 0, 0.2);
	padding: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}
[data-uid="11688"] legend {
	display: none;
}
[data-uid="11688"] input {
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: inherit;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	padding: 15px 20px;
	width: 100%;
	-webkit-appearance: none;
	background-color: #fff;
	background-color: rgba(0, 0, 0, 0.02);
	transition: 0.4s all;
}
[data-uid="11688"] input[type="submit"] {
	background: #8ca600;
	color: #fff;
	border: 0px;
	margin-top: 20px;
	border-radius: 0px;
	width: 50%;
}
[data-uid="11688"] input[type="submit"]:hover {
	background: #8b612b;
}

[data-uid="11688"] .tx-felogin-pi1 label {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	padding-bottom: 8px;
	padding-top: 8px;
	text-align: left;
	color: rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
[data-uid="11688"] input:focus {
	color: #8ba820;
	background: white;
	transition: 0.4s all;
}
[data-uid="11688"] input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #f8f6f4 inset;
	-webkit-text-fill-color: #8aa822 !important;
}

/* NEWS AN/ABMELDUNG */

form.form-register {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	padding-bottom: 20px;
}
form.form-unregister {
	padding-left: 30px;
	padding-right: 30px;
	box-sizing: border-box;
	padding-bottom: 20px;
}

.bhnl-form-field {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.bhnl-form-field label {
	font-family: "Montserrat", sans-serif;
	font-size: 1.143rem;
	color: #8b612b;
	letter-spacing: 0.07143rem;
	line-height: 50px;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	width: 130px;
}
.bhnl-form-field input {
	border: 1px solid rgba(0, 0, 0, 0.12);
	font-size: inherit;
	font-family: "Montserrat", sans-serif;
	box-sizing: border-box;
	padding: 15px 20px;
	width: 47.5%;
	-webkit-appearance: none;
	background-color: rgba(0, 0, 0, 0.02);
	transition: 0.4s all;
}

input.btn-submit {
	border: none;
	cursor: pointer;
	padding: 15px 20px;
	display: inline-block;
	-webkit-appearance: none;
	width: 300px;
	font-size: 18px;
	left: 50%;
	margin-left: -150px;
	position: relative;
	font-family: "Montserrat", sans-serif;
	font-size: 0.9286rem;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none !important;
	letter-spacing: 0.07143rem;
	background: #8ca600;
	box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
	transition: background 0.4s;
	text-transform: uppercase;
	margin-top: 20px;
}

.bhnl-form-field input:focus {
	border: 1px solid #8ba820;
}
.bhnl-form-field input:hover {
	border: 1px solid #8ba820;
}

.bhnl-form-field input:focus {
	color: #8ba820;
	background: var(--lightbrown);
	transition: 0.4s all;
}

.media-body {
	text-align: center;
}

.media-body .alert-title {
	font-family: "minion-pro", serif;
	font-size: 18px;
	color: #020202;
	letter-spacing: 0;
	line-height: 2.143rem;
}

/**************
* Cookies
**************/
.bh-state-desktop .bh-cookies-warning {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 320px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 700;
	color: #fff;
	background-color: #f0f2ef;
	display: none;
}
.bh-cookies-warning-text a {
	color: inherit;
	text-decoration: underline;
}
.bh-state-desktop .bh-cookies-warning-accept,
.bh-state-desktop .bh-cookies-warning-link {
	background: transparent;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	width: 50%;
	transition: 0.5s all;

	border-right: 1px solid rgb(140, 166, 0);
	color: rgb(140, 166, 0) !important;
	font-size: 15px;
	line-height: 40px;
	font-family: "Montserrat", sans-serif;
}
.bh-state-desktop .bh-cookies-warning-accept:hover,
.bh-state-desktop .bh-cookies-warning-link:hover {
	/* 	background: rgb(139, 97, 43); */
	/* 	color: rgb(139, 97, 43) !important; */
	background: #dfead9;
}
.bh-state-desktop .bh-cookies-warning-link,
.bh-state-desktop .bh-cookies-warning-accept {
	padding: 0px;
	margin: 0px;
}
.bh-state-desktop .bh-cookies-warning-link {
	border-right: 0px;
}
.bh-state-desktop .bh-cookies-buttons {
	display: inline-block;
	float: none;
	display: flex;
	justify-content: center;
	padding: 0px;
	border-top: 1px solid rgb(140, 166, 0);
}
.bh-state-desktop .bh-cookies-warning-text {
	padding-top: 15px;
	text-align: center;
	border-top: 1px solid rgb(140, 166, 0);
	font-size: 11px;
	letter-spacing: 0.3px;
	line-height: 18px;
	color: rgb(140, 166, 0);
	font-family: "Montserrat", sans-serif;
}

/**************
* Kontakt - Anmeldung Checkbox
**************/

.kunden-check {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 2.143rem;
	display: block;
	position: relative;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none !important;
	padding-left: 50px;
}

.kunden-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.checkmark {
	border: 1px solid rgba(0, 0, 0, 0.12);
	position: absolute;
	top: 0;
	left: 0px;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 3px;
}
.kunden-check input:focus ~ .checkmark,
.kunden-check input:focus-visible ~ .checkmark {
	border: 1px solid #8ca51b;
	outline: 2px solid #8ca51b;
	outline-offset: 2px;
}
.kunden-check input:checked ~ .checkmark {
	background-color: #8ca51b;
	border: none;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.kunden-check input:checked ~ .checkmark:after {
	display: block;
}
.kunden-check .checkmark:after {
	content: "\e911";
	color: white;
	left: 2px;
	top: 1px;
	font-size: 21px;
	font-family: "bakehouse-iconset" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* ----- HEADERBUTTON ----- */
/* (Brettsperrholz CLT) */

body.bhe-state-editing .pfeifer-headerbutton {
	position: absolute;
}
.pfeifer-headerbutton {
	position: fixed;
	z-index: 90;
	top: 280px;
	right: 50px;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: #89aa31;
	border: 1px solid rgba(255, 255, 255, 0.3);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.2);
	text-align: center;
	transition: all 0.4s;
}
.pfeifer-headerbutton-content {
	color: #fff;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	transform: rotate(10deg);
	padding-top: 40%;
	text-align: center;
	width: 100%;
	padding-left: 5px;
	transition: all 0.4s;
}
body.menufix .pfeifer-headerbutton {
	top: 90px;
	right: 20px;
	width: 90px;
	height: 90px;
}
body.menufix .pfeifer-headerbutton-content {
	font-size: 18px;
	padding-top: 37%;
	padding-left: 3px;
}

.newsletteranmeldung {
	text-align: center;
}

.newsletteranmeldung .newsletteranmeldungrow:first-child label {
	line-height: 25px;
	display: block;
}

.newsletteranmeldung button {
	background: #8ba821 !important;
	font-size: 20px;
	margin-bottom: 20px;
}

.newsletteranmeldung .newsletteranmeldungrow:first-child input {
	line-height: 30px !important;
	width: 250px !important;
	font-size: 18px;
	text-align: center;
}

.b2bButton {
	background: #8aa71f;
	position: absolute;
	right: 238px;
	padding: 0px 20px;
	box-sizing: border-box;
	font-family: "Montserrat";
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b2bButton:before {
	content: "\e985";
	font-family: "bakehouse-iconset" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	letter-spacing: 0;
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	padding-right: 10px;
	/*https://www.bakehouse.at/fileadmin/tutorial/iconfont/demo.html*/
}

div.removeItem {
	right: 0px;
	cursor: pointer;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 20px !important;
	font-size: 18px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 10px;
}

div.removeItem:before {
	color: white;
	background: #819d27;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.positionTmpl1 > div:first-child div.removeItem,
.positionTmpl2 > div:first-child div.removeItem {
	display: none;
}

.mailingsline {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	text-align: center;
}

.produktbild {
	height: 0px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 100%;
}

body:not(.bhe-state-editing) .euroblock-kloetze-eckig a {
	text-decoration: none;
	border-bottom: 0px;
	color: #604516;
}

body:not(.bhe-state-editing) .euroblock-kloetze-eckig tr {
	cursor: pointer;
}

.euroblock-kloetze-eckig tr.active {
	background: rgba(139, 168, 32, 0.05);
	border: 3px solid #8ba820 !important;
	z-index: 2;
	position: relative;
	margin-top: 0px !important;
	box-sizing: border-box;
}

.euroblock-kloetze-eckig tr.active td {
	border-bottom: 0px !important;
	margin: 0px;
	height: 21px !important;
	font-weight: bold;
}

/*----------------
	UPDATE SASCHA - MAI 2020
	----------------------------*/

/* NEWS - TERMIN-HIGHLIGHT */

.newslist.newslist-termin-highlight {
	height: 435px;
	background: #efefef;
}
.newslist-termin-highlight-content {
	display: block;
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
}
.newslist-termin-highlight-location h4,
.newslist-termin-highlight-date h4 {
	font-size: 14px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #979494;
}
.newslist-termin-highlight-date {
	margin-bottom: 20px;
	width: auto;
}
.newslist-termin-highlight-img {
	height: 130px;
	width: 160px;
	background-image: url("/fileadmin/images/calendar.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.newslist-termin-highlight-headline {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.newslist-termin-highlight-headline h2 {
	color: #979494;
	text-align: center;
}
.newslist-termin-highlight-label {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #604417;
	background: #fff;
	line-height: 40px;
	height: 40px;
	padding-right: 17px;
	padding-left: 17px;
	font-weight: 500;
}

/* NEWS - PRODUKTE */

.newslist-products-tab-toggler-wrapper {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}
.newslist-products-tab-toggler {
	margin: 0 40px;
	padding: 20px 5px;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 1.0714285714rem;
	line-height: 1;
	text-align: center;
	color: #604417;
	text-transform: uppercase;
	cursor: pointer;
	transition: ease-in-out color 0.3s, ease-in-out border 0.3s,
		ease-in-out padding 0.3s;
}
.newslist-products-tab-toggler.active {
	color: #8ba820;
	padding-bottom: 19px;
	border-bottom: 1px solid rgba(139, 168, 32, 0.3);
	transition: ease-in-out color 0.3s, ease-in-out border 0.3s,
		ease-in-out padding 0.3s;
}

.newslist-products-tab-content-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 500px;
}
.newslist-products-tab-content {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	opacity: 0;
	pointer-events: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.newslist-products-tab-content.active {
	position: relative;
	left: auto;
	top: auto;
	opacity: 1;
	pointer-events: all;
}
.newslist-products-img-wrapper,
.newslist-products-table-wrapper {
	position: relative;
	width: 50%;
}
.newslist-products-img-wrapper {
	max-width: 650px;
}
.newslist-products-img {
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: ease-out opacity 0.3s;
}
.newslist-products-img.active {
	position: relative;
	opacity: 1;
	transition: ease-out opacity 0.3s 0.3s;
}
.newslist-products-img .bh-image-background {
	width: 100%;
	padding-top: 100%;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.newslist-products-table table {
	border-collapse: collapse;
	font-family: open-sans-condensed, sans-serif;
	font-size: 1.2142857143rem;
	line-height: 1;
}
.newslist-products-table table thead td {
	font-weight: 600;
	padding: 10px;
}
.newslist-products-table table thead td:nth-child(odd) {
	background-color: rgba(140, 99, 48, 0.09);
	color: #8b612b;
}
.newslist-products-table table thead td:nth-child(even) {
	background-color: rgba(139, 168, 32, 0.09);
	color: #8ba820;
}
.newslist-products-table table tbody tr {
	border-bottom: 1px dashed rgba(140, 99, 48, 0.6);
	cursor: pointer;
}
.newslist-products-table table tbody tr.active {
	border: 3px solid #8ba820;
	background-color: rgba(139, 168, 32, 0.05);
}
.newslist-products-table table tbody tr.active td {
	padding: 6px 8px;
}
.newslist-products-table table tbody td {
	padding: 8px;
	font-weight: 400;
}
.newslist-products-table table tbody td:nth-child(1) {
	color: black;
}
.newslist-products-table table tbody td:nth-child(2) {
	color: #8ba820;
}
.newslist-products-table table tbody td:nth-child(3) {
	color: #8b612b;
}

@media only screen and (max-width: 960px) {
	.newslist-products-tab-toggler {
		margin: 0 20px;
		padding: 20px 5px;
	}
}
@media only screen and (max-width: 850px) {
	.newslist-products-tab-toggler {
		font-size: 0.95rem;
	}
}

/* COOKIE CONSENT BUTTON */

.el-cookies-consent-button.bhElement .bh-cookies-popup-intro-cookies-list {
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 10px;
	margin-bottom: 25px;
}
.el-cookies-consent-button.bhElement
	.bh-cookies-popup-intro-cookies-list-cookie-infos {
	padding-bottom: 14px;
	margin-bottom: 12px;
}
.el-cookies-consent-button.bhElement .bh-cookies-popup-intro-cookies-list h2 {
	font-size: 28px;
	line-height: 1.2;
}
.el-cookies-consent-button.bhElement
	.bh-cookies-popup-intro-cookies-list-description {
	font-size: 20px;
	line-height: 1.5;
	color: #656565;
	margin-bottom: 35px;
}
.el-cookies-consent-button.bhElement
	.bh-cookies-popup-intro-cookies-list-cookie-id {
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 1.2;
	color: black;
	margin-bottom: 10px;
}
.el-cookies-consent-button.bhElement
	.bh-cookies-popup-intro-cookies-list-cookie-name {
	font-size: 16px;
	line-height: 1.2;
	color: black;
}
.el-cookies-consent-button.bhElement
	.bh-cookies-popup-intro-cookies-list-cookie-description {
	font-size: 16px;
	line-height: 1.2;
	color: #b4b4b4;
}
.el-cookies-consent-button.bhElement .bh-cookies-consent-button {
	display: inline-block;
	padding: 15px 30px;
	box-sizing: border-box;
	font-family: "Montserrat";
	font-weight: 700;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.914286px;
	color: #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	transition: ease-in-out all 0.3s;
	background: #8ba820;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.102185);
}

/* Schrift für DSGVO & NL Checkboxtexte */
.fieldblock-dsgvo {
	font-family: "Montserrat", sans-serif;
	color: rgba(0, 0, 0, 0.65);
	font-size: 14px;
	letter-spacing: 0;
	line-height: 1.4em;
}
.fieldblock-dsgvo a {
	font-weight: 600;
	color: #8ca519;
}

.topbar-wrapper {
	display: flex;
	justify-content: space-between;
}

.bh-state-mobile #bh-accessibility-widget {
	--accessibility-offset-vertical: 75px;
	--accessibility-transform-hidden-vertical: 0px;
	--accessibility-transform-hidden-horizontal: calc(
		100% + var(--accessibility-offset-horizontal)
	);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- Sitemap */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.frame-type-menu_sitemap {
	max-width: 960px;
	margin: 0 auto clamp(3rem, 6vw, 8rem);
}
.frame-type-menu_sitemap ul {
	list-style: none;
	padding-left: 1.5rem;
}
.frame-type-menu_sitemap > ul > li {
	position: relative;
	display: block;
	font-family: "Montserrat", sans-serif !important;
	font-size: 1rem;
	letter-spacing: 0.07143rem;
	line-height: 2.143rem;
	text-transform: uppercase;
	font-weight: 700;
}
.frame-type-menu_sitemap > ul > li:before {
	content: "";
	width: 15px;
	height: 14px;
	display: block;
	background-image: url(../images/aufzaehlung.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 15px 14px;
	position: absolute;
	left: -29px;
	top: 7px;
}

.frame-type-menu_sitemap > ul > li > ul > li {
	position: relative;
	display: block;
	font-family: "minion-pro", serif;
	font-size: 1.429rem;
	color: #020202;
	letter-spacing: 0;
	line-height: 2.143rem;
	text-transform: none;
	font-weight: 400;
}
.frame-type-menu_sitemap ul > li > ul > li:before {
	content: "•";
	color: #8b612b;
	margin-right: 0.3rem;
}
.frame-type-menu_sitemap ul > li > ul > li > ul > li:before {
	content: "-";
	color: #8b612b;
	margin-right: 0.3rem;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* !- Accessibility */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.bh-skiplinks {
	--bh-skiplinks-highlight-color: #8b612b;
	--bh-skiplinks-padding: 12px 20px;
}
.bh-skiplinks .bh-skiplinks__item {
	font-size: 18px;
}
