@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700');

:root {
	--lightbrown: #f0f2ef;
	--middlebrown: #f7f2ee;
	--green: #8ca600;
	--brown: #8b612b;
	--darkbrown: #5f4313;
	--black: #020202;
}
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;
}
body br {
	line-height: 0px !important;
	margin-bottom: 0px !important;
}
a {
	text-decoration: none;
}
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,.3);
}
a .bh-bodytext {
	text-decoration: none;
	text-decoration-style: dashed;
}

.style-copyright{
	font-family: "myriad-pro-condensed", sans-serif;
	position: absolute;
    top: 0px;
    right: 8px;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    font-size: 14px;
    line-height: 12px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0,0,0,.5);
}


.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 {
	z-index: 4;
	position: absolute;
	right: 0px;
	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 a {
	margin-bottom: 0px;
	margin-top: 0px;	
	margin-left: calc(17px + 24px);	
	margin-right: 17px;	
	color: #5f4313;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.7857rem;
	overflow: hidden;
	line-height: 0px;	
	height: 0px;	
	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;
}

[lang="de-DE"] .langmenue .de a,
[lang="en-EN"] .langmenue .en a,
[lang="cs-CS"] .langmenue .cz a,
[lang="it-IT"] .langmenue .it a,
[lang="es-ES"] .langmenue .es a,
[lang="fr-FR"] .langmenue .fr a,
.langmenue:hover a {
	line-height: 26px;		
	height: 26px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.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: cover;
	display: block;
	float: left;
	margin-left: 50px;
	flex: 216px 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.50);
}
.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 .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: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;	
}
.footertop > *,
.footerbottom > * {
	flex: 1;
}
.footerbottom .copyright {
	text-align: right;
	font-size: 0.8571rem;
	color: #E6DDD3;
	letter-spacing: 0.1429rem;
	line-height: 2.071rem;	
}

.servnavi_box a {
	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;
}
.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.30);
}

.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,.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.10);
    transition: background .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.10);
	transition: background .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: "myriad-pro-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,.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,.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,.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,.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,.2);
}
.el-tables.schalungstraeger-bemessung .active.selectGrid {
	background-color: #604417 !important;
	box-shadow: 0px 0px 30px rgba(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,.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,.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;
}
.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: 247px;
	height: 255px;
	position: absolute;
	right: 0;
	top: -80px;
	background-image: url(../images/pfeifer-special-elements/euroblock-dimensionen.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 247px 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_europakarte.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: 446px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform .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: 60%;
	transition: background-color .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;
	margin-left: -10px;
	width: calc(100% + 10px);
	transform: translateZ(0);
}
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box {
	display: block;
	width: calc(33.3333% - 10px);
	margin-left: 10px;
	transform: translateZ(0);
}
.newslist-blog-uebersicht-item  {
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;2
}
.newslist-blog-uebersicht-item .bh-image-background {
	height: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: transform .6s;
	transform: translateZ(0);
}
.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;
	bottom: 20px; left: 20px;
	width: 333px;
	transition: background-color .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 {
	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-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: 100% !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(33.3333% - 10px);
}
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(3) {
	margin-left: 10px;
}
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(6),
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(7),
.bh-state-desktop .newslist-blog-uebersicht a.newslist_box:nth-child(10) {
	width: calc(66.6666% - 10px);
}

.newslist-blog-uebersicht a.newslist_box:nth-child(1) .newslist-blog-uebersicht-content {
	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: .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: .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: .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: .4;
	margin-top: 20px;
}

/* NEWS STARTSEITE */

.newslist-news-startseite {
	overflow: hidden;
}
.newslist-news-startseite-item {
	height: 550px;
	background-color: #F5F1ED;
	transition: background-color .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,.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;
	display: block;
}
.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,.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;
}
.newsdetail-news-pic{
	position: relative;
}
.newsdetail-news-figcaption{
	position: absolute;
	bottom: 0;
	left: 0;
	background: #8ca600;
	padding: 10px 10px;
	font-size: 12px;
	display: flex;
	color: white;
	align-items: center;
}

/* TERMINE ÜBERSICHT */

.newslist-termine-uebersicht .newslist-termine-uebersicht-item {
	background: #fff;
	border: 1px solid rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.newslist-termine-uebersicht .newslist-termine-uebersicht-content {
	border-bottom: 1px solid rgba(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,.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 PFEIFER INSIDE */

.newslist-news-inside {
	border-top: 1px solid rgba(0,0,0,.1);
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
}
.newslist-news-inside .newslist-news-inside-pre,
.newslist-news-inside .newslist-news-inside-link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #8BA820;
	text-transform: uppercase;
	font-size: 1.2857rem;
	letter-spacing: 1px;
	line-height: 1.4rem;
	padding-left: 18px;
	width: 147px;
	float: left;
	position: relative;
	padding-top: 45px;
}
.newslist-news-inside .newslist-news-inside-link {
	font-size: 0.92857rem;
	width: 100px;
	text-align: center;
	padding: 0;
	padding-top: 35px;
	transition: color .4s;
}
.newslist-news-inside .newslist-news-inside-link:hover {
	color: #8B612B;
}
.newslist-news-inside .newslist-news-inside-link-icon {
	font-size: 24px;
	padding-bottom: 17px;
}
.newslist-news-inside .newslist-news-inside-allitems {
	float: left;
	width: calc(100% - 265px);
	position: relative;
	height: 120px;
}
.newslist-news-inside .newslist-news-inside-item {
	width: 33.3333%;
	height: 120px;
	float: left;
	transition: margin-top .4s;
}
.newslist-news-inside .newslist-news-inside-item:hover {
	margin-top: -10px;
}
.newslist-news-inside .newslist-news-inside-item img {
	float: left;
	padding-right: 20px;
}
.newslist-news-inside .newslist-news-inside-content {
	float: left;
	padding-right: 30px;
	width: calc(100% - 170px);
}
.newslist-news-inside .newslist-news-inside-item  h2 {
	color: #464646;
	font-size: 1.7142857rem;
	line-height: 2rem;
}
.newslist-news-inside .newslist-news-inside-item  h3 {
	color: #8BA820;
	font-size: 1.0714rem;
	margin-bottom: 0px !important;
}

/* ----- 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: .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,.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 .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,.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 .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,.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,.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,.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,.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: var(--green);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.10);
    transition: background .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: .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;
}
.checkmark {
	border: 1px solid rgba(0,0,0,.12);	
	position: absolute;
	top: 0;
	left: 0px;
	height: 25px;
	width: 25px;
	background-color: #ffffff;
	border-radius: 3px;
}
.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,.3);
	box-shadow: 0px 10px 40px rgba(0,0,0,.2);
	text-align: center;
	transition: all .4s;
	display: none;
}
.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 .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;
}


/* = VLOG = */
.newslist-vlog-featured-title,
.newslist-vlog-featured-item-subtitle,
.newslist-vlog-item-title,
.newsdetail-vlog-similar-title,
.newslist-vlog-featured-item-button,
.newsdetail-vlog-content-subtitle{
	font-family: 'Montserrat', sans-serif;
}


/* == News Box hover + scale Style == */
.global-news-box{
	position: relative;
	display: block;
    overflow: hidden;
    color: white;
}
.global-news-box .bh-image-background{
	height: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: transform .6s;
	transform: translateZ(0);
}
.global-news-box-content-layer{
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.global-news-box-content{
	color: white;
    transition: background-color .5s;
    position: relative;
    width: 100%;
}

.global-news-box-content:before{
	content: '';
	background-color: #8BA820;
    mix-blend-mode: multiply;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translateZ( 0 );
    pointer-events: none;
}
.bh-state-desktop .global-news-box:hover .global-news-box-content{
	background-color: white;
}
.bh-state-desktop .global-news-box:hover .bh-image-background{
	transform: scale(1.05);
}
.global-news-box-content-inner{
	position: relative;
}
.global-news-box-title{
	font-size: 2.143rem;
    line-height: 2.3rem;
}
.global-news-box-subtitle{
	font-weight: bold;
	font-size: 0.93rem;
    line-height: 0.93rem;
    letter-spacing: 1px;
    text-transform: uppercase;
	margin-bottom: 10px;
}


/* == News Box Style 2 == */
.global-news-box-2{
	position: relative;
}
.global-news-box-2 .bh-image-background{
	height: 300px;
	background-position: center center;
}
.global-news-box-2-pic{
	position: relative;
}
.global-news-box-2-overlay{
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba( 0, 0, 0, 0.4 );
	transition: opacity .5s;
}
.bh-state-desktop .global-news-box-2:hover .global-news-box-2-overlay{
	opacity: 1;
}
.global-news-box-2-icon{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate( -50%, -50% );
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
	color: white;
	font-size: 36px;
	margin-top: 30px;
}
.bh-state-desktop .global-news-box-2:hover .global-news-box-2-icon{
	opacity: 1;
	margin-top: 0;
}
.global-news-box-2-title{
	font-size: 1.28rem;
	line-height: 1.2;
	padding: 5px 0;
	text-transform: uppercase;
}




.news-vlog-header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.news-vlog-header-right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	cursor: pointer;
}
.news-vlog-header-title{
	font-size: 5.28rem;
	line-height: 1.2;
	margin-bottom: 0 !important;
}
.news-vlog-header-icon{
	background: url( '/fileadmin/images/vlog-icon.svg' ) no-repeat center center;
	background-size: contain;
	width: 66px;
	height: 83px;
}

/* == Newsliste Vlog == */

.newslist-vlog-featured{
	margin-bottom: 50px;
}
.newslist-vlog-featured-title{
	font-size: 1.42rem;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 50px;
	margin-bottom: 20px;
}
.newslist-vlog-featured-items{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.newslist-vlog-featured-item{
    height: 450px;
    
}
/*
.newslist-vlog-featured-item-content{
    left: 25px;
    bottom: 25px;
    width: calc( 100% - 50px );
}
*/
.newslist-vlog-featured-item-content-inner{
	padding: 25px;
}


.newslist-vlog-featured-item[data-index="0"],
.newslist-vlog-featured-item[data-index="3"]{
	width: calc( ( 200% / 3 ) - 20px );
}
.newslist-vlog-featured-item[data-index="0"]{
	margin-right: 20px;
	margin-bottom: 20px;
}
.newslist-vlog-featured-item[data-index="3"]{
	margin-left: 20px;
}
.newslist-vlog-featured-item[data-index="1"],
.newslist-vlog-featured-item[data-index="2"]{
	width: calc( 100% / 3 );
}
.newslist-vlog-featured-item-header{
	width: 100%;
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	
}

.newslist-vlog-featured-item-button{
	opacity: 0;
	transition: opacity .5s;
	width: 186px;
	height: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	font-weight: bold;
    font-size: 0.93rem;
    line-height: 0.93rem;
    letter-spacing: 1px;
    text-transform: uppercase;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.45);
}
.bh-state-desktop .newslist-vlog-featured-item:hover .newslist-vlog-featured-item-button{
	opacity: 1;
}
.newslist-vlog-featured-item-button:hover{
	background: #8ca600;
}
.newslist-vlog-featured-item-icon{
	font-size: 30px;
}

.newslist-vlog-categories{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.newslist-vlog-category{
	color: #8C622F;
	font-size: 1.28rem;
	line-height: 1.2;
	flex-grow: 1;
	text-align: center;
	min-height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-left: 1px solid #E7DDD3;
	cursor: pointer;
}
/* featured category nicht anzeigen */
.newslist-vlog-category[data-category="13"]{
	display: none;
}
.newslist-vlog .newslist-vlog-category:first-child{
	border-left: none;
}
.newslist-vlog-category.active,
.newslist-vlog-category:hover{
	color: #8CA600;
}

.newslist-vlog-items{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	padding-left: 25px;
	padding-right: 25px;
}
.newslist-vlog-item{
	width: calc( ( 100% - 200px)  / 4 );
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
/*
.newslist-vlog-item:nth-child( 4n + 4 ){
	margin-right: 0;
}
*/




/* == News-Detail Vlog == */
.news-vlog-back-to-overview{
	font-size: 1.28rem;
	line-height: 1.2;
	color: #8C622F;
	margin-top: 30px;
    display: flex;
    align-items: center;
}
.news-vlog-back-to-overview-title{
	padding-left: 5px;
	white-space: nowrap;
}
.newsdetail-vlog-content{
	background-color: #f8f6f4;
	margin-bottom: 120px;
	padding-bottom: 60px;
	padding-left: 50px;
	padding-right: 50px;
}
.newsdetail-vlog-video{
	padding-bottom: 56.25%;
	position: relative;
	margin-bottom: 50px;
}
.newsdetail-vlog-video iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.newsdetail-vlog-content-title{
	font-size: 3.21rem;
	line-height: 1.06;
	color: #8CA600;
	margin-bottom: 15px;
}
.newsdetail-vlog-content-subtitle{
	font-weight: bold;
	font-size: 1.07rem;
	line-height: 1.2;
	color: #8CA600;
	margin-bottom: 10px;
}
.newsdetail-vlog-similar{
	padding-left: 25px;
	padding-right: 25px;
}
.newsdetail-vlog-similar-items{
	display: flex;
	align-items: stretch;
}
.newsdetail-vlog-similar-item{
	width: calc( ( 100% - 200px)  / 4 );
	margin-left: 25px;
	margin-right: 25px;
}
.newsdetail-vlog-similar-title{
	font-size: 1.43rem;
	line-height: 1.2;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	padding-left: 25px;
	padding-right: 25px;
}
