body {
font-family: 'Source Sans 3', sans-serif;
font-weight: 400;
font-style: normal;
font-weight: 400;
margin:0;
padding:0;
border:0;
width:100%;
height:auto;
display:block;
text-align: left;
font-style: normal;
margin:0px;
padding:0px;
font-size:17px;
-webkit-text-size-adjust: none;
text-size-adjust: none;
color: #000;
background-color:#efe4d4;
line-height: 1.5em;
letter-spacing: 0.05rem;
}
article {
line-height:0;
letter-spacing:0rem;
}

article > div {
line-height: 1.5em;
letter-spacing: 0.05rem;
}

a {
text-decoration:none;
}



.inhalt2spalten a {
color: #c31617;
}

h1 {
    font-family: 'Source Sans 3', sans-serif;
font-weight: 500;
font-style: normal;
color: #c31617;
text-align: left;
font-size: 2.2em;
line-height: 1.3em;
letter-spacing: 0.01rem;
margin: 0px 0 15px 0;
font-weight: 500;
}
h2.h1 {
font-family: 'Source Sans 3', sans-serif;
font-weight: 500;
font-style: normal;
color: #c31617;
text-align: left;
font-size: 2.2em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0 15px 0;
font-weight: 500;
}
.textRahmen h2.h1,
.inhalt2spalten h2.h1 {
color: #c31617;
}
.textRahmen h1[style]:after, 
.textRahmen h2.h1[style]:after,
.inhalt2spalten h1[style]:after, 
.inhalt2spalten h2.h1[style]:after {
display:block;
width:100px;
height:2px;
content:" ";
margin-top:10px;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
position:relative;
background-color:#c31617;
}

.textRahmen h1:after
.textRahmen h2.h1:after,
.inhalt2spalten h1:after
.inhalt2spalten h2.h1:after {
display:block;
width:100px;
height:2px;
content:" ";
margin-top:30px;
margin-bottom:30px;
margin-left:auto;
margin-right:auto;
position:relative;
background-color:#c31617;
margin-left:0;
margin-right:0;
}

h2 {
font-family: 'Source Sans 3', sans-serif;
font-weight: 500;
font-style: normal;
color: #c31617;
text-align: left;
font-size: 1.8em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0 15px 0;
font-weight: 500;
}


h3 {
font-family: 'Source Sans 3', sans-serif;

font-weight: 400;
font-style: normal;
color: #c31617;
text-align: left;
font-size: 1.2em;
line-height: 1.3em;
letter-spacing: 0.08rem;
font-weight:normal;
margin-top: 0;

}

strong {
font-weight: 500;
color: #c31617;
}

.inhalt {
width: 100%;
height: auto;
position: relative;
margin-top: 50px;
padding-bottom: 0px;
margin: 0 0;
}


div.inhalt {
z-index:5;
}

.open div.inhalt {
display: none;
}

body > .slideshow.slick-slider.slick-dotted {
width: 100%;
z-index:1;
height: auto;
margin-top:170px;
margin-bottom: 10px;
}

body:not(#article1) > .slideshow.slick-slider.slick-dotted {
width: 100%;
z-index:1;
height: auto;
height:40vh;
margin-top:170px;
margin-bottom: 10px;
}


body:not(#article1) > .slideshow.slick-slider.slick-dotted .slick-slide {
height: 100%;
height:40vh;
}
body:not(#article1) > .slideshow.slick-slider.slick-dotted .slideshowtextbereich {
display:none;
}
.slick-initialized .slick-slide {
display:flex;
width:90%;
}

.slick-initialized button.slick-prev {
position: absolute;

border: 0;
height: 45px;
width: 45px;
top: 45%;
background-repeat: no-repeat;
z-index: 10;
background-color: #000;
color: transparent;
background-image: url("../../media/pfeil-links.png");
background-size: 49%;
background-position: center;
cursor: pointer;
background-color: #c31617;
}

.slick-initialized button.slick-next {
position: absolute;

border: 0;
height: 45px;
width: 45px;
top: 45%;
background-repeat: no-repeat;
z-index: 10;
background-color: #000;
color: transparent;
background-image: url("../../media/pfeil-rechts.png");
background-size: 49%;
background-position: center;
cursor: pointer;
background-color: #c31617;
}

.slick-prev:before, .slick-next:before  {
content: none;
}

/**

ul.slick-dots {
list-style: none;
position: relative;
display: inline-block!important;
justify-content: center;
text-align: center;

height: auto;
top: -90px;
padding: 0;
margin: 0;
background-color: rgba(0,0,0,0);
right: 0;
width: 40%;
margin-left: 60%;
}

ul.slick-dots li {
display: inline-block;
margin: 2%;
}

ul.slick-dots li button {
width: 70px;
height: 10px;
border: 0;
background-color: rgba(125,99,66,0.7);
color: transparent;
cursor: pointer;
outline: none;
}

ul.slick-dots li.slick-active button {
background-color: rgba(125,99,66,1);
}

.slick-dots li.slick-active button:before, .slick-dots li button:before  {
display: none;
}

**/




@media screen and (min-width:800px) {
body > .slideshow {
width: 100%;
z-index:1;
height: auto;
margin-left:0;
margin-right:0;
}

.arrow-down {
  font-size: 40px;
  position: absolute;
  bottom: 50px;
  right: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  animation: bounce 2s infinite;
  z-index:5;
}



.arrow-down img {
width:40px;
height:40px;
}
@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(10px); }
}


.social {
font-size: 40px;
  position: absolute;
  bottom: 45vh;
  right: 5%;
  transform: translateX(-50%);
  cursor: pointer;
  
  z-index:5;

}
.social img {
width:60px;
height:60px;
}

}




body > .slideshow ul.slick-dots {
display: none;
}

body > .slideshow img {
width: 100%;
height: auto;
opacity: 0;
}

body > .slideshow {
background-color: #fff;
}

body > .slideshow .slick-track {
height: auto;
}
@media screen and (min-width:800px) {
body:not(#article1) > .slideshow .slick-track {
height: auto;
}
}

body > .slideshow .rsContent {
opacity: 1;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}

header {
padding-top: 15px;
padding-bottom: 0px;
width: 100%;
height: 155px;
position: fixed;
padding-left: 0%;
padding-right: 0%;
display: flex;
top: 0;
left:0;
z-index: 11;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
background-color: #c31617;
}
header.sticky {
transition: background-color 0.5s;
z-index:6;
position: fixed;
background-color: rgba(215,234,197,0.9);
}
.open header {

}


.menuumgebend {
	display:none;
}


.headerinner {
display: flex;
width:95%;
height:155px;

margin-left:auto;
margin-right:0;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
align-items: flex-start;
}

.headerinner-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width:72%;
  
}

header .buttonmenu button {
position: relative;
background-color: transparent;
width: 60px;
height: 30px;
border: 0;
outline: 0;
z-index: 1100;
transition: top .5s;
cursor: pointer;
padding-left: 13px;
padding-right: 13px;
vertical-align: middle;
justify-content: space-between;
flex-wrap: wrap;
}
body.open header .buttonmenu button {

}
header .buttonmenu {
color: #fff;
}
body.open header .buttonmenu {
color: #fff;
}

#nav-icon1 span {
background-color: #fff;
width:100%;
height:2px;
margin:4px 0;
position: relative;
display: block;
transition:transform .5s;
left:0;
}

#nav-icon1.open span:nth-child(2) {
opacity:0;
margin:0px 0;
left:0;
background-color: #fff;
}

#nav-icon1.open span:nth-child(1) {
transform: rotate(-45deg);
margin:0px 0;
top: 4px;
left:0;
background-color: #fff;
}

#nav-icon1.open span:nth-child(3) {
transform: rotate(45deg);
margin:0px 0;
top: 0px;
left:0;
background-color: #fff;
}

.logo {
width:26%;
height:auto;
display:inline-block;
position: relative;
width:140px;

background-color: transparent;
}


.logo {
font-family: 'Source Sans 3', sans-serif;

color:#000;
font-size:32px;
padding-top:0px;
background-image:url(../../media/feng-shui-symbol.png);
background-size:140px;
background-position:center 5px;
background-repeat:no-repeat;

}
.logo a {
color:#616f39;
letter-spacing:.01em;
display:block;
}
.logo img { 
width:100%;
height:auto;
display:inline-block;
position: relative;
visibility:hidden;
}

.logoschriftzug {
width:26%;
height:auto;
display:inline-block;
position: relative;
width:400px;
margin-right:8%;
}


.logoschriftzug {
font-family: 'Lustria';
color:#000;
font-size:32px;
padding-top:0px;
background-image:url(../../media/essence-of-feng-shui.png);
background-size:100%;
background-position:center 5px;
background-repeat:no-repeat;
}
.logoschriftzug a {
color:#616f39;
letter-spacing:.01em;
display:block;
}
.logoschriftzug img { 
width:100%;
height:auto;
display:inline-block;
position: relative;
visibility:hidden;
}


nav {
opacity: 1;
width: 100%;
height: 56px;
position: relative;
display:inline-block;
font-weight: 500;
color:#4a4a49;
z-index:100;
top: 0px;
margin-top:44px;
padding-right:8%;
background-color:#fff;
padding-left:40px;
border-radius:10px 0 0 0;
}

nav ul {
width:100%;
height: 56px;
position:relative;
margin:0;
padding:0;
display:flex;
justify-content:space-between;
text-align:justify;
opacity:1;
}

nav ul li {
width:auto;
height: 56px;
display:inline-block;
position:relative;
text-align:center;
}

nav ul li a {
color:#4a4a49;
font-size:1.0em;
display:table-cell;
width:100%;
vertical-align:middle;
position:relative;
padding-left: 2px;
padding-right: 2px;
padding-top:2px;
padding-bottom: 0px;
position:relative;
text-align:center;
height:56px;
}
nav ul li.rex-current a, 
nav ul li a:hover {
color:#000;
}


@media screen and (min-width:800px) {
nav ul li a::after {
content:"";
width:100%;
height:5px;
background-image:url(../../media/menu-zeiger-leer.png);
display:inline-block;
position:absolute;
background-size:0 5px;
background-repeat:no-repeat;
background-position:top left;
margin-top:0px;
transition:.5s;
bottom:9px;
left:0;
}

nav ul li.rex-current a::after, 
nav ul li:hover a::after {
content:"";
width:100%;
height:5px;
background-image:url(../../media/menu-zeiger.png);
display:inline-block;
position:absolute;
background-size:100% 5px;
background-repeat:no-repeat;
background-position:top left;
margin-top:0px;
bottom:9px;
left:0;
}
}


.open #nav-icon1 span {

}

.inhalt2spalten {
width: 100%;
height: auto;
position: relative;
display: flex;
justify-content:center;
flex-wrap: wrap;
margin-left:0;
margin-right:0;
padding: 100px 0px 100px 0px;
gap: 4%;  
}

.inhalt .inhalt2spalten {
margin-top: 0px;
margin-bottom: 0px;

}

.inhalt2spalten > div {
width: 40%;
height: auto;
display: block;
max-width:700px;
flex: 1;
  text-align: center; 
}

.inhalt2spalten > div img {
border-radius:10px;
}

.slideshow .inhalt2spalten > div.spalte1 {
width: 52%;
height: 40vh;
display: inline-block;
}
.slideshow .inhalt2spalten > div.spalte2 {
width: 42%;
height: 55vh;
display: inline-block;

}


.slick-slide img {
visibility:hidden;
}

.slideshow .inhalt2spalten > div {
width: 40%;
height: auto;
display: block;
vertical-align:top;
}


.inhalt2spalten > div.spalte1 {
padding-right:0%;
text-align:right;
padding-top:0%;
padding-bottom:0%;

      margin-top:auto;
margin-bottom:auto;
}

.inhalt2spalten > div.spalte2 {
padding-left:0%;
text-align:left;
padding-top:0%;
padding-bottom:0%;
      margin-top:auto;
margin-bottom:auto;
}
.inhalt2spalten > div.spalte2.spaltenslideshow, 
.inhalt2spalten > div.spalte1.spaltenslideshow  {
padding-left:0%;
text-align:left;
padding-top:0%;
padding-bottom:0%;
padding-right:0;
width: 50%;
}

.slideshow .inhalt2spalten > div.spalte2 img { 
	height:700px
}

.toplinks a.telefon:before {
content: " ";
background-image: url(../../media/phone-icon.png);
display: inline-block;
text-align: center;
width: 23px;
height: 18px;
background-size: 20px auto;
position: relative;
margin: 0 auto;
background-repeat: no-repeat;
left: 0px;
top: 2px;
}

.toplinks a.telefon:hover::before {
background-image: url(../../media/phone-icon-weiss.png);
}

@media screen and (min-width:800px) {
.slideshow .inhalt2spalten > div.spalte2 img { 
	height:900px
}
}

.inhalt2spalten > div.spaltenslideshow .bildText {
display:none;
}

.inhalt2spalten > div.spaltenslideshow {


}

.inhalt2spalten > div.spaltenslideshow img {
visibility:hidden;
width:100%;
height:650px;
}
.gruppo.slick-initialized .slick-slide {
display:flex;
}
.gruppo .inhalt2spalten {
justify-content:space-between;
}
.gruppo .inhalt2spalten > div {
width: 46%;
height: auto;
display: inline-block;
padding-top:5%;
vertical-align:top;
}

.divimg {
background-size:cover;
background-position:center;
}
.inhalt2spalten div.innerspalte {
width:90%;
max-width:750px;
display:inline-block;
text-align:left;
height:auto;
margin-top:auto;
margin-bottom:auto;
}
.inhalt2spalten div.innerspalte {
width:90%;
max-width:750px;
display:inline-block;
text-align:left;
height:auto;
margin-top:auto;
margin-bottom:auto;
}


section.inhalt2spalten div.spalte div.innerspalte:has(p > img) {
  width:100%;
}



.bilderumgend {
width: 100%;
height: auto;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.bilderumgend img {
width: 47%;
height: auto;
display: inline-block;
position: relative;
align-items: center;
}

.bilderumgend img:nth-child(1) {
margin-bottom: 50px;
}

.bilderumgend img:nth-child(2) {
margin-top: 50px;
}

footer {
background-color: #c31617;
padding-top:50px;
padding-bottom:0px;
position:relative;
padding-bottom:50px;
}

footer .textRahmen { 
background-color:#65723c;
padding-top:10px;
padding-bottom:10px;
}

footer .textRahmen a {
color:#ffffff;
} 

footer .inhalt2spalten { 

padding-top:10px;
padding-bottom:10px;
height:300px;
}
footer .inhalt2spalten { 
      margin-top:auto;
margin-bottom:auto;
}

footer .inhalt2spalten table {
color:#fff;
border-radius:15px;
} 
footer .inhalt2spalten table p {
margin-top:0;
margin-bottom:0;
}
footer .inhalt2spalten a {
color:#fff;
}

a.button {
background-color:transparent;
color: #c31617;
position: relative;
padding: 2px 20px;
margin-top: 5px;
width: auto;
display: inline-block;
border:2px solid #c31617;
border-radius:10px;
}

a.button:hover {
background-color: #c31617;
color:#fff;
}

.bg a.button {
background-color: transparent;
color: #fff;
position: relative;
padding: 2px 20px;
margin-top: 5px;
width: auto;
display: inline-block;
border:2px solid #fff;
}

.bg a.button:hover {
background-color: #fff;
color:#c31617;
}




.textRahmen {
padding: 80px 5% 80px 5%;
}

footer .textRahmenVB3sp {
width: 90%;
height: auto;
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 50px 5%;
}

footer .textRahmenVB3sp > div {
width: 31%;
height: auto;
display: block;
position: relative;
color:#fff;
background-color: transparent;
}

footer .textRahmenVB3sp strong {
color:#ffffff;
} 

.textRahmenVB3sp > div:hover {

}

footer .textRahmenVB3sp > div h2 {
color:#fff;

}

footer .textRahmenVB3sp > div p:first-child {
padding-top:0;
margin-top:0;
}
footer .textRahmenVB3sp img {
width: 100%;
max-width: 180px;
height: auto;
position: relative;
display: block;
}

footer .textRahmenVB3sp a {
color: #fff;
}



.textRahmenVB3sp h2 {
margin-top:0;
margin-bottom:10px;
}














.bildsliderreal {
width: 90%;
margin-right: 5%;
margin-left: 5%;
}

.bildsliderreal img {
max-width: 100%;
height: auto;
}

.inhalt li {
list-style: none;
padding-left: 20px;
}

.inhalt li {
position: relative;
padding-left: 35px;
margin-bottom:15px;
line-height: 1.5em; 
}

.inhalt ul {
padding: 0;
}


.inhalt li::before {
content: '';
position: absolute;
top:5%;
left: 0;
width: 20px;
height: 20px;
background-image: url('../../media/pfeil-aufz.png');
background-size: 20px;
background-repeat: no-repeat;
}
em {
font-style: normal;
font-weight: 600;
color: #768964;

}

.textRahmen a {
font-weight: normal;
color: #000;
}
.textRahmen a {
color:#627039;
}



.slideshowtextbereich {
display:flex;
justify-content:space-between;
width:100%;
max-width:1550px;
position:absolute;
left: 10%;
top: 50%;
vertical-align:bottom;
height:200px;
align-items: flex-end;
}
.slideshowtextbereich > div.textRahmen {
display:inline-block;
padding: 10px 2%;
}

.slideshowtextbereich > div.textRahmen:first-of-type {
background-color:#fff;
padding-left:0%;
width:40%;
padding:40px;
box-shadow: 0px 0px 10px #888888;

border-radius:10px;
}
@media screen and (min-width:1000px) {
	.slideshowtextbereich > div.textRahmen:first-of-type {
	max-width:50%;

	}
}

.slideshowtextbereich > div.textRahmen:first-of-type h3 {
margin-bottom: 20px;
}

.slideshowtextbereich > div.textRahmen:first-of-type h1 { 
margin-bottom:5px;
}
.slideshowtextbereich > div.textRahmen:first-of-type p { 
margin-top:5px;
}


.slideshowtextbereich div.textRahmen h2 {
font-size: 1.5em;

}

.galerie {
display:flex;
position:relative;
width:90%;
height:auto;
flex-wrap:wrap;
justify-content:space-between;
margin-left:auto;
margin-right:auto;
}

.galerie > a {
width:23%;
height:auto;
position:relative;
display:inline-block;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
outline:0;
margin-bottom:40px;
box-shadow:0px 0px 10px #ccc;
}

.galerie > a img {
width:100%;
height:auto;
position:relative;
display:block;
visibility:hidden;
}






a.pdf:before {
content: " ";
background-size: 100%;
background-position: top;
background-repeat: no-repeat;
background-image: url(../../media/pdf-icon-weiss.png);
width: 15px;
height: 15px;
display: inline-block;
position: relative;
vertical-align:middle;
margin-right: 2px;
padding: 9px 10px 9px 0;
background-size: 76%;
background-position: center left;
}

a.pdf:hover::before {
background-image: url(../../media/pdf-icon-gruen.png);
}

a.pdf:before {
background-image: url(../../media/pdf-icon-gruen.png)!important;
}



a.pdf:hover::before {
background-image: url(../../media/pdf-icon-weiss.png)!important;
}

#inhalt16 {
padding-top:0;
}



.bg a.pdf:before {
background-image: url(../../media/pdf-icon-weiss.png)!important;
}

.bg a.pdf:hover::before {
background-image: url(../../media/pdf-icon-gruen.png)!important;
}

@media screen and (min-width: 800px) and (max-width: 1400px) {

body:not(#article1) > .slideshow.slick-slider.slick-dotted {
width: 100%;
z-index: 1;
height: auto;
height: 40vh;
margin-top: 135px;
margin-bottom: 10px;
}

header {
height: 120px;
margin:0;

}

nav {
height:54px;
margin-top: 26px;
}

nav ul li {
height: 54px;
}

.headerinner {

width: 94%;
height: 120px;
}

.logo {
background-size:cover;
width: 100px;
height: 100px;
background-position:center;
}

.logo img {

width: 100px;
}

nav ul {

height: 64px;
}

body > .slideshow.slick-slider.slick-dotted {
width: 100%;
z-index: 1;
height: auto;
margin-top: 120px;
margin-bottom: 10px;
}

.logoschriftzug {
width: 26%;
height: auto;
display: inline-block;
position: relative;
width: 300px;
margin-right: 8%;
}

.slideshowtextbereich {
display: flex;
justify-content: space-between;
width: 94%;
left:3%;
}
footer .textRahmenVB4sp {
width: 90%;
}

.inhalt2spalten {
max-width:94%;
margin-left:0;
margin-right:0;
padding-left:3%;
padding-right:3%;
padding-top:50px;
padding-bottom:50px;
}
.inhalt2spalten > div {
text-align:left;
}


.inhalt2spalten .innerspalte:not(.img) {
padding-left:5%!important;
padding-right:5%!important;
}

}


@media screen and (max-width:1400px) {





body {
font-size: 15px;
}

body > .slideshow.slick-slider.slick-dotted {
margin-top: 135px;
}

.logo {
font-size: 26px;
}

body > .slideshow.slick-slider.slick-dotted {
width: 100%;
}

nav ul li a {
height:52px;
}

body > .slideshow.slick-slider.slick-dotted {
margin-bottom: 20px;
}

.slideshow .inhalt2spalten > div.spalte1 {
background-size: cover;
}

.slideshow .inhalt2spalten > div.spalte2 {
background-size: cover;
}

.galerie > a {
width: 31%;
}

.slick-next {
right: -30px;
}

.slick-prev {
left: -30px;
}

.slick-initialized button.slick-prev {
height: 40px;
width: 40px;
}

.slick-initialized button.slick-next {
height: 40px;
width: 40px;
}

}


@media screen and (max-width: 800px) {
    body {
        font-size: 15px; /* Beispiel für eine kleinere Schriftgröße */
    }

    header {
		height:90px; /* Anpassung der Header-Höhe für mobile Geräte */
        z-index:100;
        padding-top:10px;
    }
	
	.open header {
		height:85px;
	}
	
    header .buttonmenu button {
        padding: 8px 8px; /* Kleinere Padding-Werte für das Menü-Icon */
    }

	.headerinner {
	width:90%;
	height:85px;
	margin-left:4%;
	margin-right:4%;
	}
body:not(#article1) > .slideshow.slick-slider.slick-dotted {
width: 100%;
z-index: 1;
height: auto;
height: 40vh;
margin-top: 85px;
margin-bottom: 10px;
}
.open nav {
display: block;
background-color:#fff;
height: auto;
position:absolute;
left:0;
padding-left:0;
padding-right:0;
top:100px;
width:100%;
margin-top:0;
border-radius:0;
}

nav ul {
width: 90%;
height: auto;
position: relative;
margin: 0;
margin-left:auto;
margin-right:auto;
margin-top:85px;
padding: 0;
display: block;
justify-content: space-between;
text-align: justify;
opacity: 1;
}

nav ul li {
width: 100%;
min-width: 10%;
height: 60px;
display: inline-block;
position: relative;
text-align: center;

}

nav ul li a {
color: #888;
font-size: 1.4em;
display: block;
width: 100%;
height: 50px;
vertical-align: middle;
position: relative;
padding-left: 0%;
padding-right: 0%;
padding-top: 0px;
position: relative;
text-align: center;
}


nav ul li a:after {
content:"";
width:100%;
height:10px;
background-image:url(../../media/menu-zeiger-leer.png);
display:inline-block;
position:relative;
background-size:0 5px;
background-repeat:no-repeat;
background-position:center;
margin-top:5px;
transition:.5s;
}

nav ul li.rex-current a:after, 
nav ul li:hover a:after {
content:"";
width:100%;
height:10px;
background-image:url(../../media/menu-zeiger.png);
display:inline-block;
position:relative;
background-size:100px 5px;
background-repeat:no-repeat;
background-position:center;
margin-top:5px;
margin-bottom:10px;
}

.logo {
height:auto;
display:inline-block;
position: relative;
width:70px;
padding-top:0;
}

.logo {

color:#c31617;
font-size:16px;
padding-top:25px;
}
.logo a {
color:#c31617;
letter-spacing:.01em;
}
.logo {

background-size: 75px;
background-position: center 5px;
background-repeat: no-repeat;
}

.logoschriftzug {
width: 26%;
height: auto;
display: inline-block;
position: relative;
width: 250px;
margin-right: 0%;
}
    nav {
        width: 100%; /* Volle Breite für das Navigationselement */
        display: none; /* Standardmäßig ausgeblendet */
    }

    .open nav {
        display: block; /* Bei geöffnetem Menü anzeigen */
        
        height:auto;
        height:100%;
    }
    
    
    .open header {
    height:100%;
    
    }
    
    .menuumgebend {
		display: block;
		width:50px;
		height:auto;
		position:absolute;
		right:7%;
		top:55px;
	}
	

	.buttonmenu {
		text-align:center;
	}
    .inhalt2spalten > div {
        width: 100%; /* Volle Breite für Inhaltscontainer auf mobilen Geräten */
        margin-bottom: 20px; /* Abstand zwischen den Spalten erhöhen */
    }

    .bilderumgend img {
        width: 100%; /* Volle Breite für Bilder */
        margin-bottom: 20px; /* Abstand zwischen den Bildern erhöhen */
    }

    footer .textRahmenVB4sp > div {
        width: 100%; /* Volle Breite für Footer-Textspalten */
    }

	body > .slideshow {
		width: 100%;
		z-index: 1;
		height: auto;
		display:block;
		position:relative;
			background-color:transparent;
	}
	
	body > .slideshow .slick-next {
		top:35%!important:
	}
	body > .slideshow .slick-prev {
		top:35%!important:
	}
	
	body > .slideshow .slick-track {
		height: 450px;
	}
	
    .slideshowtextbereich {
        width: 94%; /* Volle Breite für den Textbereich der Slideshow */
        left: 0; /* Positionierung am linken Rand */
    	display:block;
    	position:relative;

    	bottom:0px;
    	height:auto;
    	padding-top:10px;
    	padding-bottom:10px;
    	margin-left:auto;
    	margin-right:auto;
    	background-color:transparent;
    	padding-top:40px;
    	padding-bottom:2px;
    }
    body > .slideshow .slick-slide {
		
		float: left;
		height: 300px;
		min-height: 1px;
	}
	body .slideshow .slick-slide {
		height:300px;
	}
	body .slideshow .slick-list {
		height:300px;
	}
	body .slideshow .slick-track {
		height:300px;
	}

    .galerie > a {
        width: 48%; /* Volle Breite für Galerie-Elemente */
    }


    
    .inhalt2spalten {
    display:block;
    width:100%;
    }
    
    .inhalt2spalten > div.spalte1.spaltenslideshow {
    width:100%;
    display:block;
    height:400px;
    }
    .inhalt2spalten > div.spalte2.spaltenslideshow {
    width:100%;
    display:block;
    height:400px;
    }
    .inhalt2spalten div.innerspalte1 {
    	width: 100%;
    }
    
    .inhalt2spalten div.innerspalte2 {
    	width: 100%;
    }
    .inhalt2spalten > div.spalte1 {
    	padding-left: 4%;
    	padding-right: 4%;
    	width:92%;
    }
    .inhalt2spalten > div.spalte2 {
    	padding-left: 4%;
    	padding-right: 4%;
    	width:92%;
    }
body > .slideshow.slick-slider.slick-dotted {
width:100%;
height: auto;
margin-top:100px;
}

body > .slideshow.slick-slider.slick-dotted {
margin-bottom: 0px;
}

.slideshow .inhalt2spalten > div.spalte1 {
width: 52%;
height: auto;
display: inline-block;
padding-left: 0%;
padding-right: 0%;
}
.slideshow .inhalt2spalten > div.spalte1 {

width: 47%;
height: 300px;
display: inline-block;
padding-left: 0%;
padding-right: 0%;
}

.slideshow .inhalt2spalten > div.spalte2 {
height: 300px;
}

.slideshow .inhalt2spalten > div.spalte2 img {
height:300px;
}
.slideshowtextbereich > div.textRahmen:first-of-type {

box-shadow: 0px 0px 0px #888888;
}
.inhalt2spalten {
margin-left: 0;
margin-right: 0;
}

    .inhalt2spalten > div {
    margin-bottom:0;
    }
    
    
    div.inhalt {
		z-index: 20;
	}
	footer .textRahmenVB3sp {
		display:block;
		margin:0;
		padding-left:4%;
		padding-right:4%;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	footer .textRahmenVB3sp > div {
		display:block;
		width:100%;
		margin-top:20px;
	}	
.textRahmenVB3sp h2 {
margin-top:10px;
margin-bottom:10px;
}
footer {

padding-top: 0px;
padding-bottom: 0px;
position: relative;
}

footer .inhalt2spalten .spalte1 p {
text-align:center;

}

footer .inhalt2spalten .spalte1 p img {
width:90% !important;

}

.inhalt2spalten p br {
display:none;
}

footer .inhalt2spalten p br {
display:block;
}

.textRahmen p br {
display:none;
}
p br.doch {
display:block;
}

.textRahmen {
padding: 30px 5% 5px 5%;
}
h1 {
font-family: 'Source Sans 3', sans-serif;
font-weight: 500;
font-style: normal;

text-align: left;
font-size: 2em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0 15px 0;
font-weight: 500;
}
h2 {
font-family: 'Source Sans 3', sans-serif;
font-weight: 500;
font-style: normal;

text-align: left;
font-size: 1.4em;
line-height: 1.3em;
letter-spacing: 0.04rem;
margin: 15px 0 15px 0;
font-weight: 500;
}
.inhalt {

padding-bottom: 0px;

}


body > .slideshow .slick-next {
right: 10px!important;
}

body > .slideshow .slick-prev {
left: 10px!important;
}

.slideshow.slick-initialized button.slick-next {
top: 25%;
}

.slideshow.slick-initialized button.slick-prev {
top: 25%;
}

.slick-initialized button.slick-next {
top: 40%;
}

.slick-initialized button.slick-prev {
top: 40%;
}

.inhalt .inhalt2spalten {
margin-top: 0px;
margin-bottom: 0px;
padding: 40px 0px 40px 0px;
display:flex;
gap:10px;
flex-direction: column;
}

.arrow-down {
display:none;

}

footer .inhalt2spalten {
padding-top: 10px;
padding-bottom: 10px;
height: 500px;
}

.social {
font-size: 40px;
  position: absolute;
  top:30vh;
  right: 0%;
  transform: translateX(-50%);
  cursor: pointer;
  
  z-index:5;

}

body:not(#article1) .social {
font-size: 40px;
  position: absolute;
  top:25vh;
  right: 0%;
  transform: translateX(-50%);
  cursor: pointer;
  
  z-index:5;

}

.social img {
width:40px;
height:40px;
}


}


@media only screen and (min-device-width: 600px) and (max-device-width: 800px) and (orientation: portrait) {
.galerie > a {
width:50.00%;
height:auto;
position:relative;
display:inline-block;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
outline:0;
}
}

@media only screen and (min-device-width: 600px) and (max-device-width: 800px) and (orientation: landscape) {
.galerie > a {
width:50.00%;
height:auto;
position:relative;
display:inline-block;
background-size:cover;
background-position:center;
background-repeat:no-repeat;
outline:0;
}
}

ul.rex-navi2 {
display:none;
}

@media screen and (min-width: 1600px) {
body > .slideshow.slick-slider.slick-dotted {

}

.inhalt {

margin: 0 0;
}

}

@media screen and (max-width: 800px) {
.slideshowtextbereich {
top: unset;
}

.slideshowtextbereich > div.textRahmen:first-of-type {
width: 90%;
padding: 5%;
padding-top:1%;
padding-bottom:1%;
}

.innerspalte:not(.img) {
max-width:90%!important;
padding-left:5%!important;
padding-right:5%!important;
padding-top:1%!important;
padding-bottom:1%!important;
}

}

@media screen and (min-width: 800px) and (max-width: 1400px) and (orientation:landscape) {

.slideshow .inhalt2spalten > div.spalte1 {
height: 400px;
}

.slideshow .inhalt2spalten > div.spalte2 {
height: 600px;
}

.slideshowtextbereich {
top: 45%;
}


}

@media screen and (min-width: 800px) and (max-width: 1000px) and (orientation:portrait) {

.slideshowtextbereich {

top: 25%;
vertical-align:middle;
height:200px;
width:100%;
align-items: center;
}

.slideshowtextbereich > div.textRahmen:first-of-type {
background-color: #fff;

width: 60%;

}

}
body:not(#article1) .arrow-down {
display:none;

}
