
:root {
	--pn-primary: #EC5B40; /* orange-rot */
	--pn-secondary: #A4CC69; /* grün */
	--pn-tertiary: #D5CBC3; /* hellbraun */
	--pn-font-color: #0E1239;
	--pn-navigation: #41454B;
	--pn-navigation-hover: var(--pn-primary);
	--pn-box-background: var(--pn-tertiary);
	--pn-background: #fff;
	--pn-footer-background: var(--pn-box-background);
}

#c12470,
#c12471 {
	position: fixed;
	padding: 0;
	right: 50px;
	bottom: 127px;
}
#c12471 {
	right: 20px;
	bottom: 56px;
}
#c12470 figure,
#c12471 figure {
    background-color: var(--pn-secondary);
    border-radius: 50%;
    width: 107px;
    height: 107px;
	position: relative;
}
#c12470 figure a,
#c12471 figure a {
	display: block;
    border-radius: 50%;
    width: 100%;
    height: 100%;
	position: relative;
	z-index: 2;
}
#c12470 figure:hover,
#c12471 figure:hover {
    background-color: #86A559;
}
#c12471 figure {
    width: 74px;
    height: 74px;
}
#c12470 figcaption,
#c12471 figcaption {
    position: absolute;
    color: white;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 5px));
	opacity: 0;
	transition: all 0.4s ease;
}
#c12470 figure:hover figcaption,
#c12471 figure:hover figcaption {
	opacity: 1;
}
#c12470 figure img,
#c12471 figure img {
	transition: all 0.4s ease;
}
#c12470 figure:hover img,
#c12471 figure:hover img {
	opacity: 0;
}
.scroll-top {
    display: none;
}

html {
	font-size: 23px;
}
body {
	font-family: "Public Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.35;
	color: var(--pn-font-color);
	background-image: url(../Images/holzmarkt/hg-holzmarkt.svg);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
}
.link-arrow {
	color: var(--pn-secondary);
}
a {
	color: var(--pn-secondary);
}
a:hover {
	color: var(--pn-primary);
}
[class*="frame-background-"]:not(.frame-background-none) .element-header  {
	color: white;
}
[class*="frame-background-"]:not(.frame-background-none) .frame-container {
    padding: 1rem 0;
}
[class*="frame-background-"]:not(.frame-background-none) a {
    color: white;
}
h1, h2, h3, h4, h5, .element-header, .dce-image-fullwidth .title-image-fullwidth {
	font-family: "Public Sans", sans-serif !important;
	font-weight: 300;
}
h1 {
	font-size: 80px;
}
h2 {
	font-size: 50px;
}
h3 {
	font-size: 53px;
}
h4, h4.element-header {
	font-size: 38px;
}
.control-label {
    font-weight: 400;
}

.list-normal,
.list-unstyled {
	padding: 0;
}
.list-normal > li,
.list-unstyled > li {
	list-style: none;
	padding-left: 20px;
	position: relative;
	line-height: 1.2;
    margin-bottom: 0.2em;
}
.list-normal > li::before,
.list-unstyled > li::before {
    content: "";
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background-color: var(--pn-primary);
    left: 0;
    top: 0.55em;
    border-radius: 50%;
}
.list-normal > li small,
.list-normal > li .small,
.list-unstyled > li small,
.list-unstyled > li .small {
	display: inline;
}
.frame-background-primary .list-normal > li::before,
.frame-background-primary .list-unstyled > li::before,
.frame-background-secondary .list-normal > li::before,
.frame-background-secondary .list-unstyled > li::before,
.frame-background-tertiary .list-normal > li::before,
.frame-background-tertiary .list-unstyled > li::before {
    background-color: white;
}
.container.container-element3cols:not(.frame) {
    max-width: 100%;
    padding: 0 !important;
}
.element3cols {
    display: grid;
    column-gap: 35px;
    grid-template-columns: 1fr 1fr 1fr;
}
.container .element3cols .col {
    width: 100%;
    margin-right: 0;
	padding: 0;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0;
}
#page-header {
	background-color: white;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
body.scroll-up #page-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 6px -1px rgba(0,0,0,0.5);
    z-index: 11;
}
footer .footer-section-content {
	display: block;
}
#page-footer {
    font-size: 18px;
	line-height: 1.7;
}
#page-footer a {
    color: var(--pn-primary);
}
#page-footer a:hover {
    color: var(--pn-primary);
	text-decoration: none;
}
.footer-section-content-column-right .gallery-row {
    width: 325px;
}
.footer-section-content-column-right img {
    max-width: 130px;
}
.footer-section-content-column-right figure img, 
.footer-section-content-column-right figure picture {
    display: inline-block;
}
.footer-section-content-column-right figure.image {
	margin-bottom: 40px;
}

.category-filter-item:first-child {
    padding-left: 0;
}

.btn {
    border-radius: 30px;
    font-weight: 700;
    padding: 12px 40px;
}
.btn-primary {
	color: var(--pn-primary);
    background-color: transparent;
}
.btn-secondary {
	color: var(--pn-secondary);
    background-color: transparent;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    color: var(--pn-primary);
    background-color: transparent;
    border-color: transparent;
	box-shadow: none;
	outline: none;
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover {
    color: var(--pn-secondary);
}

.btn.btn-primary {
    background-color: var(--pn-primary);
    color: white;
}
.btn-primary:hover {
    color: var(--pn-primary);
    background-color: transparent;
    border-color: var(--pn-primary);
}
.category-filter-item.btn-primary {
	border: none;
}
.btn.btn-secondary {
    background-color: var(--pn-secondary);
    color: white;
}
.category-filter-item.btn-secondary:hover {
    color: var(--pn-primary);
    background-color: transparent;
    border-color: var(--pn-secondary);
}
.btn.btn-primary:hover,
.btn.btn-secondary:hover {
	color: var(--pn-primary);
    background-color: white;
}
.btn.btn-secondary:hover {
    color: var(--pn-secondary);
}

#page-header .navbar-brand {
    height: auto;
}
.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
    max-width: unset;
    width: 188px;
    height: auto;
	margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 20px;
	text-transform: none;
	font-weight: 700;
	letter-spacing: 0.02em;
	padding: 0 22px !important;
}
@media (min-width: 992px) and (max-width: 1300px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 0 10px !important;
		letter-spacing: 0;
	}
}

.card-group-element-item .card {
    border: none;
	background: none;
}
.card-group-element-item .card-title {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}
.card-body {
    font-size: 20px;
}

.dce-image-fullwidth {
    overflow: hidden;
}
.dce-image-fullwidth > a {
    display: flex;
}
.dce-image-fullwidth > a::before {
    content: "";
    background: #A3A3A3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: multiply;
	opacity: 1;
	transition: all 0.4s ease;
}
.dce-image-fullwidth > a:hover::before {
	opacity: 0;
}
.dce-image-fullwidth a {
	transition: all 0.4s ease;
}
.dce-image-fullwidth a:hover {
	transform: scale(1.05);
}
.dce-image-fullwidth .absolute {
    position: absolute;
    bottom: 50%;
    left: 0;
    margin-left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
}
h4.topic-image-fullwidth {
    font-size: 35px;
    color: white;
    font-weight: 700;
}

.category-filter {
    border-bottom: none;
}
.filter-title {
	display: none;
}
.category-filter-all {
    display: flex;
    justify-content: center;
}
.category-filter-item {
    margin-left: 20px;
    font-weight: 700;
    color: black;
}
.category-filter-item.btn-primary {
    color: var(--pn-primary);
	line-height: 1.35;
}
.filter-item-title {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    font-size: 35px;
}
.filter-item {
    overflow: hidden;
}
.filter-item a {
	transition: all 0.4s ease;
	position: relative;
}
.filter-item a:hover {
	transform: scale(1.05);
}
.filter-item a::before {
    content: "";
    background: #A3A3A3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    mix-blend-mode: multiply;
	opacity: 1;
	transition: all 0.4s ease;
}
.filter-item a:hover::before {
	opacity: 0;
}


@media (min-width: 768px) {
}
@media (min-width: 1200px) {
	.container,
    .frame-container {
		width: 100%;
        max-width: 1460px;
    }
	.frame-option-indent-right .frame-inner {
		padding-right: 210px;
	}
	.frame-option-indent-left .frame-inner {
		padding-left: 210px;
	}
}

@media (max-width: 1199px) {
    .category-filter-all {
        display: none;
    }
    .category-filter-item {
        display: flex;
		line-height: 1.6;
    }
	.category-filter-switch {
        display: inline-block;
    }
	.frame-option-indent-right .frame-inner {
		padding-right: 120px;
	}
	.frame-option-indent-left .frame-inner {
		padding-left: 120px;
	}
}
@media (max-width: 992px) {
	html {
		font-size: 20px;
	}
	h1 {
		font-size: 45px;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 33px;
	}
	h4, h4.element-header, h4.topic-image-fullwidth {
		font-size: 28px;
	}
	.list-normal > li::before,
	.list-unstyled > li::before {
		top: 0.45em;
	}
	.frame-option-indent-right .frame-inner {
		padding-right: 60px;
	}
	.frame-option-indent-left .frame-inner {
		padding-left: 60px;
	}
	.footer-section-content-column-right .gallery-row {
		width: auto;
	}
	.footer-section-content-column-right img {
		max-width: 100%;
	}
	.navbar-mainnavigation .navbar-brand-image > .navbar-brand-logo-normal {
		width: 90px;
		margin-top: 4px;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 5px 20px !important;
	}
}
@media (max-width: 767px) {
	#c12470, #c12471 {
		right: 37px;
		bottom: 95px;
	}
	#c12471 {
		right: 5px;
		bottom: 50px;
	}
	#c12470 figure, #c12471 figure {
		width: 80px;
		height: 80px;
	}
	#c12471 figure {
		width: 50px;
		height: 50px;
	}
	body {
		background-position: center calc(50% - 500px);
	}
	[class*="frame-background-"]:not(.frame-background-none) .frame-container {
		padding: 1rem 20px;
	}
	.frame-option-indent-right .frame-inner {
		padding-right: 0;
	}
	.frame-option-indent-left .frame-inner {
		padding-left: 0;
	}
	.element3cols {
		grid-template-columns: 1fr;
		row-gap: 35px;
	}
	.footer-section-content-column {
		margin-bottom: 50px;
	}
	.footer-section-content-column:last-child {
		margin-bottom: 0;
	}
	.footer-section-content-column-right .gallery-item-size-2 {
        width: 50%;
    }
	.footer-section-content-column-right .gallery-row {
		width: 325px;
	}
	.footer-section-content-column-right img {
		max-width: 130px;
	}
}
@media (max-width: 480px) {
}