body {
font-family: 'Crimson Text', serif;
font-weight: 400;
color:#C5AB55;
line-height:140%;
background-color:#333333;
height: 100%;
max-height: 100%;
overflow-y: scroll;
}

body.single-leistungen {
color:#6A6361;
background-color:#FFF;
}

#siteWrapper {
max-width:1280px;
height:auto;
margin:0 auto;
position:relative;
opacity: 0
}

#siteWrapper.active {
opacity: 1
}

.galleryWrapper img {
max-width: 100%
}

/* ----- HEADER ----- */

#headerWrapper {
max-width: 1280px;
height: auto;
z-index: 100;
display: grid;
grid-template-columns: auto 1fr auto;
grid-template-rows: auto;
align-items: center;
position: sticky;
padding: 0;
top:0;
-webkit-backdrop-filter: saturate(180%) blur(20px);
backdrop-filter: saturate(180%) blur(20px);
}

#headerWrapper #logoWrap {
padding: 0 30px;
}

#headerWrapper #logo {
max-width: 220px;
}

#headerWrapper #triggerWrapper {
background-color: rgba(51,51,51,0.6)
}

#headerWrapper #triggerWrapper img {
max-width: 40px;
}

#headerWrapper #triggerWrapper .btnPopup {
display: flex;
width: 100%;
height: 100%;
justify-content: center;
padding: 19px;
background-color: rgba(205, 201, 188, 1);
opacity: 0.6;
cursor: pointer
}

#headerWrapper #triggerWrapper .btnPopup:hover {
opacity: 0.8;
background-color: rgba(197, 171, 85, 1);
}

#headerWrapper #triggerWrapper .btnPopup img {
filter: brightness(40%);
}


/* ----- UNSER BEITRAG ----- */

#beitragWrapper {
position: fixed;
margin:0;
width: 100%;
z-index: 300;
max-width: 1280px;
display: none;
background-color:#CDC9BC;
background-size: 50px;
color:#6A6361;
text-align: center;
padding: 25px 0;
}

#beitragWrapper .natureIcon {
filter: brightness(40%);
max-width: 60px;
margin: 0 0 20px 0
}

#beitragWrapper .main {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 20px;
text-transform: uppercase;
line-height: 110%;
letter-spacing: 2px;
margin: 0 0 20px 0
}

#beitragWrapper a {
color:#FFF
}

#beitragWrapper a.close {
position: absolute;
right:20px;
top:20px;
}

#beitragWrapper .maincharity {
padding: 10px 150px 55px;
display: none;
}

#beitragWrapper .maincharity p {
margin: 20px 0 0 0;
}

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

/* ------------------------------------------------------------------- SLIDESHOW ----- */

/*------------------------------------*\
	Slideshow
\*------------------------------------*/

#slideshowWrapper {
z-index: 1;
width: 100%;
transition: 0.6s ease-out;
}

.slideshow .pagination {
position: absolute;
width:140px;
height: auto;
right: 0;
bottom: 50px !important;
transform: translateY(-50%);
z-index: 200
}

.pagination {
text-align: center	
}

.swiper-pagination-bullet {
width: 30px !important;
height: 3px !important;
display: inline-block;
border-radius: 0;
background: rgba(20, 20, 20, 1) !important;
opacity: 1 !important;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
margin: 0 2px;
}

.swiper-pagination-bullet-active {
background: rgba(197, 171, 85, 1) !important;
}

.swiper-container.slideshow {
max-width: 1280px;
overflow: hidden;
position: relative;
z-index: 0;
}

.slideshow {
position: relative
}

.slideshow  .swiper-slide {
position: relative;
z-index: 0;
}

.slideshow .icon {
border: solid rgba(205, 201, 188, 1);
border-width: 0 2px 2px 0;
display: inline-block;
padding: 0.8vw;
position: absolute;
top: calc(50% - 15px);
transform: translateY(-50%);
z-index: 11;
cursor: pointer;
opacity:0;
width:30px;
height:30px;
}

.slideshow:hover .icon {
opacity:1;
}

.slideshow:hover .icon.gallery-next {
right:calc(0.6vw + 30px);
}

.slideshow:hover .icon.gallery-prev {
left:calc(0.6vw + 30px);
}


.slideshow .icon.gallery-next {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
right:0
}

.slideshow .icon.gallery-prev {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
left:0
}

.slideshow  .swiper-slide img {
transition: all 0 linear;
transition-delay: 0;
transform:scale(1.15);
position: relative;
transform-origin: center center;
}

.slideshow .swiper-slide img.active {
transition: all 12000ms linear;
transition-delay: 0;
transform:scale(1);
}

/* ------------------------------------------------------------------- CONTENT ----- */

#contentWrapper {
padding:80px 140px;
text-align: center;
font-size: 1rem;
}

#contentWrapper h1 {
font-size: 2.2rem;
font-weight: 100;
margin: 0 0 50px 0;
line-height: 100%
}

/* ------------------------------------------------------------------- TEASER HOME ----- */

#teaserWrapper {
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
grid-template-rows: auto;
grid-column-gap: 30px;
grid-row-gap: 10px;
width: 100%;
padding:0 50px;
}

#teaserWrapper .teaser h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 0.7rem;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
margin: 10px 0 0 0;
color:#C5AB55;
}

#teaserWrapper .teaser {
height: auto;
text-align: center;
border-bottom: 1px solid #C5AB55;
padding: 0 0 20px 0;
display: block;
cursor: pointer
}

#teaserWrapper .teaser:hover {
border-bottom: 1px solid #DDC67A;
}

#teaserWrapper .teaser:hover h2 {
color:#DDC67A
}


#teaserWrapper .teaser.last {
margin:0;	
}

/* --------------------------------------------------------------------------------------------------------  PROJEKTE ----- */

#contentWrapper.projektUebersicht {
padding:0 50px;
text-align: center;
margin: 50px 0;
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
grid-template-rows: auto;
grid-column-gap: 40px;
grid-row-gap: 40px;
}

#contentWrapper.projektUebersicht .projektTeaser {
display: inline-block;
height: auto;
text-decoration: none;
border-bottom: 1px solid #C5AB55;
overflow: hidden
}

#contentWrapper.projektUebersicht .projektTeaser .imgBG {
background-color: #C5AB55;
overflow: hidden
}

#contentWrapper.projektUebersicht .projektTeaser img {
opacity: 1;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
display: block;
transform: scale(1.01)
}


#contentWrapper.projektUebersicht .projektTeaser:hover img {
opacity: 0.6;
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
transform: scale(1.1)
}

#contentWrapper.projektUebersicht .projektTeaser .projektname {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 0.7rem;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
color: #C5AB55;
padding: 20px 0;
}

/* --------------------------------------------------------------------------------------------------------  LEISTUNGEN ----- */

.mainContent {
overflow: hidden;
position: relative
}


#contentWrapper.leistungDetail {
padding:80px 290px 0;
text-align: center;
position: relative
}

#contentWrapper.leistungDetail .lGrafik img {
max-width: 150px;
margin: 0 0 20px 0
}

#contentWrapper.leistungDetail .galleryWrapper {
position: relative;
margin: 50px 0;
}

.galleryWrapper .galerie {
overflow: hidden
}

#contentWrapper.leistungDetail .galleryWrapper.oberflaechen .icon {
display: none;
}

.galleryWrapper .icon {
border: solid rgba(51,51,51, 1);
border-width: 0 2px 2px 0;
display: inline-block;
padding: 0.5vw;
position: absolute;
top: calc(50% - 5px);
transform: translateY(-50%);
z-index: 11;
cursor: pointer;
width:10px;
height:10px;
}

.galleryWrapper .icon.gallery-next {
transform: rotate(315deg);
-webkit-transform: rotate(315deg);
right:-25px
}

.galleryWrapper .icon.gallery-prev {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
left:-25px
}

.galleryWrapper .swiper-button-disabled {
pointer-events: none;
opacity:0
}

#contentWrapper.leistungDetail h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
margin: 0 0 10px 0;
}

#contentWrapper.leistungDetail .subline {
display: block;
width:280px;
height: 1px;
margin: 0 auto;
background-color:#6A6361; 
}

#contentWrapper.leistungDetail h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
text-decoration: underline;	
margin: 25px 0 0 0;
}

#contentWrapper.leistungDetail p {
margin: 25px 0 0 0;
}

#contentWrapper.leistungDetail table {
margin:25px auto 0 
}

#contentWrapper.leistungDetail td {
vertical-align: top
}

#contentWrapper.leistungDetail table.preise {
border-collapse: collapse
}

#contentWrapper.leistungDetail table.preise th {
font-weight:normal;
width:130px;
border-bottom: 1px solid #6A6361;
padding: 0 0 3px 0
}

#contentWrapper.leistungDetail table.preise td {
border-bottom: 1px solid #6A6361;
padding: 3px 0
}

#contentWrapper.leistungDetail img.herstellung {
margin:0 0 0 70px;
}

.fancybox__caption {
font-size: 2rem !important
}

/* ------------------------------------------------------------------- CONTENT ----- */

#contentWrapper.page {
padding:100px 290px 0;
text-align: center;
margin: 0 0 50px 0;
}

#contentWrapper.page p {
margin: 25px 0 0 0;
}

#contentWrapper.page h1 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1.2rem;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
margin: 0;
}

#contentWrapper.page h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
text-decoration: underline;	
margin: 25px 0 0 0;
}

#contentWrapper.page h3 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
text-decoration: underline;	
margin: 25px 0 -25px;
}

#contentWrapper.page u {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 12px;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
text-decoration: underline;	
}

#contentWrapper.page ul {
text-align: left;
max-width: 400px;
margin: 30px auto 0;
}

#contentWrapper.projektDetail {
text-align: center;
padding: 80px 50px 0;
}

#contentWrapper.projektDetail .projectDesc {
width: 66%;
margin: 0 auto 80px
}

#contentWrapper.projektDetail .backBTN {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
color: #CDC9BC;
text-decoration: none;
}

#contentWrapper.projektDetail .projektname {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 1rem;
text-transform: uppercase;
line-height: 130%;
letter-spacing: 2px;
color: #C5AB55;
border-bottom: 1px solid #C5AB55;
margin: 20px auto 0;
padding: 0 0 15px 0;
}

#contentWrapper.projektDetail .projektbeschreibung {
font-family: 'Crimson Text', serif;
font-size:0.9rem;
font-weight: 400;
color:#C5AB55;
line-height:140%;
margin: 30px 0;
}

#projektshowcase .image {
background-color: #C5AB55;
width: calc(25% - 10px);
margin: 0 0 10px 0;
overflow: hidden;
}

#projektshowcase .image img {
object-fit: cover;
width: 100%;
height: 100%;
opacity: 1;
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
display: block;
transform: scale(1.05)
}  

#projektshowcase .image a:hover img {
opacity: 0.6;
filter: grayscale(50%);
-webkit-filter: grayscale(50%);
filter: grayscale(50%);
transform: scale(1.15)
}


/* ----- FOOTER ----- */

#footerWrapper {
width:100%;
height:auto;
margin:0 auto;
padding: 40px 0;
font-size:0.8rem;	
position: relative;
color:#6A6361;
}

#footerWrapper .copy {
text-align: center;
margin: 0 0 15px 0
}

#footerWrapper .copy .spacer {
display: inline-block;
padding: 0 5px;
}

#footerWrapper .footer-links {
text-align: center;
padding: 20px 0;
}

#footerWrapper .footer-link {
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
color:#6A6361;
margin: 0 5px;
}