

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */



/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

html, body {
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
font-size:62.5%;
line-height:1.5;
}

body {height:100%;width:100%;
font-size:1.8rem;
margin: 0 auto;
overflow-x:hidden;
color:#52233A;
background:#fff
}

#container {
margin:0 auto;
}


/* ---- ueberschriften ----- */

h1, h2, h3, h4, h5 {text-align:left;
font-weight:normal;text-transform:none;
font-weight:bold;
}

h2 {
font-size:2.6rem;
line-height: 3.3rem;
margin-top: 0rem;
margin-bottom: 2.5rem;
letter-spacing:1px;
}


h3 {
font-size:2rem;
line-height: 3rem;
margin-top: 0rem;
margin-bottom:2.5rem;
letter-spacing:0px;
}


/*  quelltext erklaerungen, wenn vorhanden  */

pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
font-family:'open_sanscondensed_light', tahoma,georgia,  arial, Verdana, Segoe, 'Open Sans',helvetica,roboto ,sans-serif;
padding:0rem 1rem 2rem 1rem;
margin:4rem auto;
text-align:center;
border:dashed 0.1rem #1f1f1f;
background:transparent;
}

pre .extra {display:inline-block;
position:absolute;
left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:normal;
background:#4f4f4f;padding:0 .5rem;
transform:rotate(-45deg);
}


/*  ----------------------------------------  */
/* allgemeine links */
/*  ----------------------------------------  */

a {color:#52233A;
text-decoration: underline;
cursor:pointer;
}

a:hover {color:#52233A;
text-decoration: none  ;
}


/* ############################################################ */
/*  speziell */
/* ############################################################ */

/* bilder groesse anpassen  */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
border-radius:1rem;
}

/* hauptcontainer */

.wrapper {display:block;
width:85%;
margin:0 auto;
text-align:center;
border-radius:0rem;
padding: 2rem 0rem;
}



/*  ----------------------------------------  */
/*   MEHR LESEN BUTTON  */
/*  ----------------------------------------  */

/* ----- style ----- */

.button  {display:block;
margin:0rem 0 0rem 0;
text-align:left;
}

.button.cntr {text-align:center; }

.button .mehr_lesen a {display:inline-block;
text-transform:uppercase;
font-size:1.5rem;
letter-spacing:1px;
color:#fff;
background:#A84878;
border-radius:.4rem;
text-decoration:none;
padding:.3rem 1.8rem ;
transition:all  .3s ease-out;
cursor:pointer;
}

.button .mehr_lesen a:hover {
background:#000;
}



/* ----- design-link ohne button ----- */

a.extra-link   {display:block;
padding:1rem 0;
text-decoration: none; }

/* icon bei extra-link */
a.extra-link:before {position:relative;
display:inline-block;
text-align:center;
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */
padding:0 1rem 0 0 ;
content:"\f152";
color:#A84878;
}

a.extra-link:hover:before {color:#000; }



/*  ----------------------------------------  */
/* LISTE SPEZIAL  */
/*  ----------------------------------------  */

/* ----- style 1 ----- */

.liste-spez   {display:block;padding:0;}

.liste-spez ul  {
text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez li {margin:0rem .15rem .3rem  0rem; }

/* aufzaehlungszeichen marker */
.liste-spez li { list-style-type:square; }
.liste-spez li::marker { color:#000;font-weight:bold }
.liste-spez li:hover::marker{ color: #A84878; }

/* no list-style */

.liste-spez.no-list-style ul  {
padding:0rem 0 0 0rem;
}

.liste-spez.no-list-style li { list-style-type:none; }


/* numerische liste - ordered list */

.liste-spez ol  {text-align:left;
margin:0rem 0 0 0;
padding:0rem 0 0 2rem;
}

.liste-spez ol li {padding-left:.5rem;list-style-type: decimal; margin:0rem .15rem .3rem  0rem;}
.liste-spez ol li::marker { color: #A84878; font-family:serif }


/* ----- style 2 -  bei vorangestelltem icon (fontawesome) ----- */

.liste-spez-2 ul  {text-align:left;
margin:0rem 0 0 -1rem;
padding:0rem 0 0 2rem;
}

.liste-spez-2 li {list-style:none; margin:0rem .15rem .3rem  0rem;
list-style-position: inside; /* rueckt gfls zweite zeile ein*/
text-indent:-1.4rem; /* rueckt gfls zweite zeile ein */
padding-left:1.5rem; /* rueckt gfls zweite zeile ein */
}

.liste-spez-2  i {transform:scale(.9);padding-right:.8rem;color:#A84878; }
.liste-spez-2 li a:hover i {color:#000; }



/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID SYSTEM   fuer Bilder und Spalten */
/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/* ---------- boxen - grundsystem ---------- */

.box {display:inline-block;
text-align:left;
vertical-align:top;
width:100%;
padding:  1rem ;
margin:0  -.25rem -.25rem -.25rem; /* ausgleich  minus-margin fuer INLINE-BLOCK-WHITESPACE-BUG */
}

.box-1_of_1 ,
.box-1_of_2 ,
.box-1_of_3,
.box-1_of_4,
.box-1_of_5 {width:100%; }


/* ---------- boxen - bilder ---------- */

.bilder  {display:block;
margin:0 -1rem;
text-align:center;
}

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4 {width:100%; }
.bilder .box-1_of_4b  {width: 50%; }

#gallery.bilder .box-1_of_3 {width:33.33%; }
#gallery.bilder .box-1_of_4 {width:50%; }


/*  bei Mausberuehrung der Bilder, wenn diese verlinkt sind (z.B Lightbox) */
a:hover img {opacity:.8;  filter: blur(2px)  }




/* ############################################################ */
/* bereich header */
/* ############################################################ */

header {text-align:center;
margin:0 auto;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */

#logo {display:block;
padding:0;
margin:0 auto;text-align:center;
}


.logo-a .wrapper {display:inline-block;POSITION:relative;
height:40rem;
background:#FCF8FA;
background-image:url(../bilder/image333.webp);
background-repeat:no-repeat;
background-position:50% 50%;
background-size:cover;
overflow:hidden;
padding:0rem 0;
margin:4rem 0 1rem 0;
border-radius:2rem;
}

.logo-a .wrapper .box {}


/* logo-object  */

.logo-object {display:table;POSITION:absolute;
bottom:50%;left:50%;
width:24rem; height:22rem;
margin-bottom:-11rem;margin-left:-12rem;
background:rgba(255,255,255,.8);
border-radius:2rem;box-shadow:0px 0 90px rgba(0,0,0,.4);
}

.logo-object-inhalt {display:table-cell;
vertical-align:middle;
text-align:center;
}


/* homepagename  */
.name {display:block;font-weight:bold;
color:#473639;text-align:center;
text-transform:uppercase;
font-size:1.9rem;
letter-spacing:1px;padding:1.5rem;
}

.name b {display:block;font-weight:normal;
text-transform:none;
font-size: 1.7rem;
}


 /* ############################################################ */
/* bereich inhalt */
/* ############################################################ */

main#inhalt {display:block;text-align:center;
padding:0;
margin:0 auto;
}

.inhalt-a .wrapper .box {padding:1rem 0rem  }

.inhalt-a .bilder .box {padding:1rem 1rem; }


#intro .wrapper .box {
border-radius:2rem;
margin:0 0 -2rem 0;
}


/* sidebar - die rechte Spalte */

.one-third_two-thirds.box:nth-child(2) {background:#FCF8FA;
border-radius:2rem;
padding:3.5rem 2rem;margin:3rem 0;
}

.one-third_two-thirds.box:nth-child(2) .liste-spez li {margin:0rem .15rem 0rem  0rem; }

.one-third_two-thirds.box:nth-child(2) .liste-spez a {text-decoration:none; }


/* oeffnungszeiten */
.liste-spez  b.day {display:inline-block;width:8rem;font-weight:normal; }

/* blockquote-zitat */

blockquote.zitat {display:block;width:100%;
color:#52233A;
margin:0 auto ;margin-bottom:-1rem;
font-family:serif;
font-weight:normal;
font-style:italic;
font-size:2rem;
padding:0;
text-align:center;
letter-spacing:0px;
}

blockquote.zitat span {display:block;
background:transparent;
padding: 0rem 0rem;
}

/* icon  vorangestellt beim zitat mit ::before  */

blockquote.zitat::before {display:none; /* zun�chst ausgeblendet */
font-family:'Font Awesome 6 Free';/* - 'Font Awesome 6 Free' for Regular and Solid symbols;
                                     - 'Font Awesome 6 Brands' for Brands symbols. */
font-weight: 900;/*  Weight of the font (mandatory)
                     - 400 for Regular and Brands symbols;
                     - 900 for Solid symbols. */

text-align:center;
font-size:4rem;
padding:0 1.5rem ;
color:#E4BED2;
}



/* ############################################################ */
/* bereich fuss */
/* ############################################################ */

footer {text-align:center;
margin:0 auto;
padding:0;
}

.fuss-a .wrapper {
border-top:dotted 2px silver;
padding:4rem 0;
}

.fuss-a .wrapper .box {padding:0rem 0rem; }

#fuss .one-third_two-thirds {background:transparent;border-radius:0rem; padding:0rem 0rem; }

#fuss .one-third_two-thirds.box:nth-child(2) {margin:.5rem 0; }

#fuss .copyright {letter-spacing:1px; }


/*  ----------------------------------------  */
/*  die wesentlichen schriftformate fuer den gesamten footer plus fussmenu */
/*  ----------------------------------------  */

#fuss ,
#fuss a {
color:#52233A;
text-shadow:none;
font-weight:normal;
font-size:1.6rem;
line-height:2.8rem;
text-decoration:none;
}

.fussmenu ul {text-align:left;list-style: none;padding:0 0 2rem 0;margin: 0; }
.fussmenu li { display:block;padding:0 }

#fuss li a:hover {color:#000;text-decoration:none;}



/* ############################################################ */
/* M E D I A   Q U E R I E S */
/* CSS Bildschirmabfragen */
/* ############################################################ */

/* ==================================== ab 320 pixel ================================== */
@media (min-width: 320px) {

/*  hinweis:
fuer die kleinste smartphone aufloesung von 320 pixel benoetigen wir KEINE bildschirmabragen,
denn hierfuer gilt ja automtaisch der gesamte vorstehende quelltext code,
weil wir das template ja MOBILE-FIRST angelegt haben.
*/

}


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

html {font-size:70%; }

.bilder .box-1_of_4  {width: 50%; }

#fuss, #fuss a  {font-size:1.3rem; }

.fussmenu ul {padding: 0; }
.fussmenu li { display:inline-block; }

/*  zeichen nach jedem listenpunkt li */
.fussmenu li:after { display:inline-block;
content:"|";
color:#1f1f1f;font-weight:normal;
padding:0 .1rem 0 .3rem;
}

/*  kein zeichen beim letzten listenpunkt li */
.fussmenu li:last-child:after { content:""; }

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

.bilder .box-1_of_2  {width: 50%; }

}


/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

/* keine angabe */

}



/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

html {font-size:80%; }

.wrapper  {width: 670px; }
.logo-a .wrapper { height:36rem; }

.bilder .box-1_of_3  {width: 33.33%; }

blockquote.zitat {display:table; font-size:2.6rem; }
blockquote.zitat::before {display:table-cell;border-right:solid 2px #E4BED2; }
blockquote.zitat span {padding: 0rem 1rem 2rem 1rem; }

}


/* ===================================== ab 800 pixel ================================= */
@media (min-width: 800px) {

/* keine angabe */

}


/* ===================================== ab 960 pixel ================================= */
@media (min-width: 960px) {

html {font-size:70%; }

.wrapper  {width: 90%; }

blockquote.zitat  {width:80%; margin-bottom:0rem;}

.bilder .box-1_of_4  {width: 25%; }
#gallery.bilder .box-1_of_4  {width: 25%; }


/* 2er boxen mit aufteilung 1-drittel zu 2-drittel */

.one-third_two-thirds.box:nth-child(1)  {width: 62%;
padding:2rem 6rem 2rem 0rem;
}

.one-third_two-thirds.box:nth-child(2)  {width: 38%;
padding:3rem 3rem 3rem 3rem;
}

#fuss .one-third_two-thirds.box:nth-child(2) {margin:0rem 0; }

}


/* ===================================== ab 1024 pixel ================================= */
@media (min-width: 1024px) {

pre {width:70%; }

}


/* ===================================== ab 1250 pixel ================================= */
@media (min-width: 1250px) {

.wrapper   {width: 1200px; }

blockquote.zitat {font-size:3.6rem; }
blockquote.zitat span {padding: 0rem 1rem 0rem 3rem; }
blockquote.zitat::before {padding-right:3rem; }

}


/* ===================================== ab 1400 pixel ================================= */
@media (min-width: 1400px) {

/* keine angabe */

}