body{
	background-color: #F4F1E9;
}

#site-footer{
	background-color: #684A38;
	color: #fff;
}

.global-footer-content{
	border: none;
	padding-top: 0px;
	margin-top: 0px;
}

.main-nav{
	padding: 15px;
	background-color: #B89A78;
	border-radius: 20px;
	color: #fff;
	opacity: 0.9;
}

.main-nav ul li.active a{
	font-weight: bolder;
	color: #684A38;
}

.main-nav ul li ul li a{
	font-weight: normal;	
	color: #684A38;
}

main#main-content{
	min-height: 800px;
}

main#main-content.page-content p a, .left-column ul li a{
	text-decoration: none;
	color: #987557;	
}

.ce.gallery.gallery-3 a{
	border: solid 1px #000;
}

#site-footer a{
	/*font-weight: bolder;*/
	color: #fff;
	text-decoration: none;
}

.cms-lightbox-overlay-close:hover, .cms-lightbox-overlay-close:focus{
	outline: none !important;
}

.global-header-content .ce.ce-image{
	margin-left: 0px;
}

.global-header-content{
	padding-top: 0px;
	padding-bottom: 0px;
}


/* ====================== */
/* ANIMIERTER SLIDER ANFANG */
/* ====================== */

.site-header {
    position: relative;

    height: 500px;

    border-bottom: 1px solid #e2e6e9;

    background-image: url('../../files/bilder/header/header-berge.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: visible;
}


/* Das NEUE Bild liegt über dem aktuellen Bild */
.site-header::before {
    content: "";

    position: absolute;
    inset: 0;
    z-index: 1;

    background-image: var(--next-header-image);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;

    transition: opacity 1.5s ease-in-out;

    pointer-events: none;
}


/* Neues Bild einblenden */
.site-header.header-fade::before {
    opacity: 1;
}


/* Navigation und Header-Inhalt bleiben ganz oben */
.site-header-inner,
.global-header-content {
    position: relative;
    z-index: 2;
}

/* ====================== */
/* ANIMIERTER SLIDER ENDE */
/* ====================== */



/* ======================================= *
/* ZUSATZ WEGEN ANIMIERTEM HEADER, DA SONST DAS UNTERMENÜ NICHT VOLLSTÄNDIG ERREICHBAR IST */
.site-header-inner {
    position: relative;
    z-index: 100;
}

.main-nav {
    position: relative;
    z-index: 101;
}

.main-nav ul ul {
    z-index: 102;
}
/* ======================================= */





.site-header-inner a.site-name{
	color: #fff;
}

.global-header-content .ce.ce-image{
	position: relative;
	top: -155px;
	left: 0px;
}

#left-column, #right-column{
	min-height: 65vh;
    padding: 100px 0;
	padding-left: 15px;
}

#right-column{
	padding-left: 0px;
}

.left-column{
	background-color: #ededed;
}

.page-kontakt{
	color: #555;
}

.bg-weiss{
	background-color: #fff;
}

.cms-width.cms-width-full.cms-width-full-content .ce{
	padding: 20px;
}

.center-it{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.cms-width.cms-width-full.cms-width-full-content .ce{
	border-bottom: 1px solid #e2e6e9;
    background: #fff;
	background-image: url('../../files/bilder/header/header-02.jpg');
	background-size: content;    /* Füllt das Div komplett aus */
	background-position: center; /* Zentriert das Bild */
	background-repeat: no-repeat; /* Verhindert das Wiederholen (Kacheln) */
}

.bild-rahmen a img{
	border: 1px solid #555;
}

.column > .cms-width:has(.ausrichtung-rechts) {
    display: flex;
    justify-content: flex-end;
}

.ce-image {
    margin: 0;
}

.link-button a{
	background-color: #29443A;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
	border-radius: 6px;
	border: 1px solid #555;
	color: #fff;
}

.link-button a:hover{
	background-color: #C2AA8B;
	color: #fff;
}
.ce.ce-download {
    display: block;
    width: 90%;
    background-color: #C2AA8B;
    padding: 5px 10px 5px 10px;
	border-radius: 7px;
	margin-bottom: 5px;
}

.ce.ce-download:hover{
	background-color: #987557;
}

.ce-download a {
    position: relative;
    display: block;
    padding-right: 50px;
	color: #fff;
	text-decoration: none;
}

.ce-download a::after {
    content: "\27B2";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
}

.cms-width.cms-width-full.cms-width-full-content .ce.ce-text.bg-holz {
    background-image: url('../../files/bilder/holz.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
}

.schrift-weiss-typ-1{
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
}

.schrift-weiss-typ-1 p{
	margin-top: 25px;
}

h1{
	color: #C2AA8B;
}

.abstand-oben-medium{
	margin-top: 100px;
}