

/* = = = = = = = = = = = = = = = = = datei format.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* ############################################################ */
/* allgemein */
/* ############################################################ */

*, *:before, *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');

html, body {
font-family: 'Cormorant Garamond', georgia, serif;
font-size:100%;
line-height:1.5;
font-weight:normal;
height:100%;
}

body {
font-size: 1.6rem; /* = 16px */
margin: 0 auto;color:#4f4f4f;
}

.sup {
    vertical-align: super;
    font-size: 0.8em;
}

 /* überschriften */

h1, h2, h3, h4, h5 {
color: #737373;
font-family: 'Cormorant Garamond', serif;
font-weight: 600; /* oder 400, wenn du’s zarter willst */
}

h1 {
font-size:3.2rem;
line-height: 3.5rem;
margin-top: 0rem;
margin-bottom: 2.0rem;
letter-spacing:.0rem;
}

h2 {
font-size:2.5rem;
line-height: 3rem;
margin-top: 1rem;
margin-bottom: 4.5rem;
letter-spacing:0rem;
}

h2.tight {
margin-bottom: 0.2rem !important;
}

h3 {
font-size:2.0rem;
line-height: 2.3rem;
margin-top: 1rem;
margin-bottom:1.4rem;
letter-spacing:0rem;
}


/* allgemeine links  */

a {background-color:transparent;
color:#3f3f3f;
text-decoration: underline;
}

a:hover  {color:#3f3f3f;
background-color:transparent;
text-decoration:none;
}


/* Definition des Aktuell-Hinweises auf der Startpage  */

.aktuell-hinweis{
    border: 2px solid #b30000;
    background: #fff3f3;
    color: #7a0000;
    padding: 1.2rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    border-radius: 8px;
}

.aktuell-hinweis-a{
    border: 2px solid #188F14;
    background: #fff3f3;
    color: #2E7A18;
    padding: 1.2rem 1.5rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: center;
    border-radius: 8px;
}

/* Definition des Menüs  */

#menu1 {
    background-color: transparent;
    padding: 1rem;
    border-radius: 8px;
    max-width: 92%;
    margin: 2rem auto;
    font-family: 'Cormorant Garamond', serif;
}

#menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu1 li {
    margin: 0.5rem 0;
}

#menu1 a {
    text-decoration: none;
    color: #000;
    background-color: transparent;
    font-size: 1.2rem;
}

#menu1 a:hover {
    color: #b35900;
}


#menu1 h3 {
    text-align: center;
}


/* Definition des Menüs für "Gebete"  */

#menu-gebete {
    color: white;
    text-align: left;
    padding: 1em;
}

#menu-gebete ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#menu-gebete li {
    margin-bottom: 0.4em;
}

#menu-gebete a {
    color: white;
    text-decoration: none;
}

#menu-gebete a:hover {
    text-decoration: underline;
}

/* Optional: Aktives Element hervorheben */
#menu-gebete a.active {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}




/* quelltext-erklärungen - wenn vorhanden */


pre {white-space:pre-wrap;position:relative;
font-size:1.5rem;
padding:0rem 1rem 2rem 1rem;
color:#000;
background:#EAECFF;
font-family:'open_sanslight';
margin:0 auto;
margin-bottom:2rem;
text-align:center;
border:dashed 0.1rem black;
}


pre .extra {display:inline-block;position:absolute;left:-1.5rem;top:1.5rem;font-size:1.8rem;
color:#fff;font-weight:bold;background:#525054;padding:0 .5rem;
transform:rotate(-45deg);
}


/* ############################################################ */
/*  Zurück-Botton*

        und das ins html:
        <div class="zurueck-box">
        <a href="index.html" class="zurueck-button">? Zurück zur Übersicht</a>
        </div>
/
/* ############################################################ */

.zurueck-box {
    margin-top: 3rem;
    text-align: center; /* Button mittig */
    padding-top: 1.5rem;
    border-top: 1px solid #ccc; /* dezente Trennlinie oben */
}

.zurueck-button {
    display: inline-block;
    padding: 0.8rem 1.2rem;
    background-color: #DC7560;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1.2rem;
    transition: background-color 0.2s ease;
}

.zurueck-button:hover {
    background-color: #8c4600;
}


/* ############################################################ */
/*  Drucken-Botton*

        und das ins html:
        <div class="drucken-box">
        <a href="fürbitten.html" class="drucken-button">Ausdrucken</a>
        </div>
/
/* ############################################################ */


.drucken-box {
    margin-top: 3rem;
    text-align: center; /* Button mittig */
    padding-top: 1.5rem;
    border-top: 1px solid #ccc; /* dezente Trennlinie oben */
}

.drucken-button {
    display: inline-block !important;
    padding: 0.8rem 1.2rem !important;
    background-color: #DC7560 !important;
    color: white !important;
    text-decoration: none !important;
    border-radius: 8px !important;
    font-size: 1.2rem !important;
    transition: background-color 0.2s ease !important;
}

.drucken-button:hover {
    background-color: #8c4600;
}


.logo-links {
    display: flex;
    align-items: center;
    padding-left: 8rem;
}

.logo-links img {
    height: 200px; /* oder 200px, wenn Platz da */
    max-height: none;
    width: auto;
    max-height: none;
}




#back {
margin:0 auto;
width:100%;
padding:0rem 0;
background:#EAECFF;
}

#haupt {box-shadow:0rem 0rem .2rem #4F4F4F;
border: solid 1rem #fff;
margin:0 auto;
width:100%;
padding:0rem;
}

/* bilder -anpassen der grösse */
img {max-width: 100%;display:block;
margin:0 auto;
height: auto;
font-family: arial,sans-serif;
}


/* = = = = = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */
/*  GRID-SYSTEM  - für Bilder / Spalten  */
/* = = =  = = = = = =  = = = = = = = = = =  = = = = = = = = = = = = = = = = = = = = */

/*  boxen - grundsystem */

.box {display:inline-block;
width:100%;
padding:.2rem;
text-align:left;vertical-align:top;
margin:0rem -.22rem 0rem -.22rem ;/* ausgleich ( minus-margin) für INLINE-BLOCK-WHITESPACE-BUG*/
}

.bilder .box-1_of_1 ,
.bilder .box-1_of_2 ,
.bilder .box-1_of_3,
.bilder .box-1_of_4,
.bilder .box-1_of_5 {width:100%; }



/* ############################################################ */
/* bereich kopf */
/* ############################################################ */

.kopf-main {
padding:0;
margin:0 auto;
font-family: 'Cormorant Garamond', serif;
}

.kopf {display:table;
width:100%;
background:#fff;/* IE9*/
margin: 0 auto;
padding:0;
}

.kopfbox-1a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}

.kopfbox-1a .name p {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.2;
}


.kopfbox-1b  {
display:block;text-align:center;
padding:1rem;
}

.name {display:block;
font-family:'robotolight';
font-size:2.6rem;
line-height:2.8rem;

letter-spacing:0.2rem;
color:#000;
}

/*  die icons im kopfbereich */
.kopf .icon-liste i {
font-size:1.5rem;
line-height:1.5rem;
height:1.5rem;
width:1.5rem;
color:#66827E;
margin:.2rem;
}

.kopf .icon-liste ul {
padding:0;
margin:0;
}

.kopf .icon-liste li {display:inline;
padding:0;
margin:.5rem
}

.icon-liste {
    display: none !important;
}


.nav-kurz {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(16px, 2vw, 22px);  /* oder max. 1.6rem, je nach Basisgröße */}

.nav-kurz a {
    text-decoration: none;
    color: #4f4f4f;
    font-size: clamp(1.4rem, 2vw, 1.8rem);
    font-weight: 700;
    padding: 0.3rem 0.6rem;
    transition: color 0.3s ease;
    position: relative;
    white-space: nowrap;
    font-family: 'Cormorant Garamond', serif;  /* doppelt gemoppelt hält besser */
}

.nav-kurz a::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.2em;
    background-color: #aaa;
    margin-left: 1rem;
    vertical-align: middle;
}

.nav-kurz a:hover {
    color: #b35900;
    text-decoration: underline;
}

.themenuebersicht-title {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: white;
}

.themenuebersicht-list {
    list-style: none;
    padding: 0;
    font-size: 1.1rem;
}

.themenuebersicht-list li {
    margin: 25px 0;
}

.themenuebersicht-list a {
    color: white;
    text-decoration: none;
    transition: color 0.3s ease;
}

.themenuebersicht-list a:hover {
    color: #ddd; /* leicht abgedunkelt für Hover-Effekt */
}

.thema-highlight {
    color: white;
    font-weight: bold;
}


/* ############################################################ */
/* bereich logo */
/* ############################################################ */


.logo img {
    max-height: 280px;
    width: auto;
}



.logo-main {
padding:0;
margin:0 auto;background-image:url(../images/kreuzTitel.jpg);
background-position:50% 90%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main1 {
padding:0;
margin:0 auto;background-image:url(../images/Kreuz.jpg);
background-position:30% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main1f {
padding:0;
margin:0 auto;background-image:url(../images/TvA.jpg);
background-position:50% 20%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main2 {
padding:0;
margin:0 auto;background-image:url(../images/Buch1.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main2a {
padding:0;
margin:0 auto;background-image:url(../images/haende.jpg);
background-position:50% 30%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main3 {
padding:0;
margin:0 auto;background-image:url(../images/Feuer.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main4 {
padding:0;
margin:0 auto;background-image:url(../images/Zauberei.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main5 {
padding:0;
margin:0 auto;background-image:url(../images/petersdom.jpg);
background-position:50% 25%;
background-repeat:no-repeat;
background-size:cover;
}

 .logo-main5a {
padding:0;
margin:0 auto;background-image:url(../images/sand.jpg);
background-position:40% 35%;
background-repeat:no-repeat;
background-size:cover;
}

 .logo-main5b {
padding:0;
margin:0 auto;background-image:url(../images/assisi.jpg);
background-position:70% 35%;
background-repeat:no-repeat;
background-size:cover;
}

 .logo-main5c {
padding:0;
margin:0 auto;background-image:url(../images/dreifaltigkeit.jpg);
background-position:60% 25%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main7 {
padding:0;
margin:0 auto;background-image:url(../images/Kreuzzug3.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main7d {
padding:0;
margin:0 auto;background-image:url(../images/Kreuzzug3.jpg);
background-position:50% 35%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main8 {
padding:0;
margin:0 auto;background-image:url(../images/Geld.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8a {
padding:0;
margin:0 auto;background-image:url(../images/glauben.jpg);
background-position:10% 70%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8b {
padding:0;
margin:0 auto;background-image:url(../images/eucharistie.jpg);
background-position:5% 10%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8c {
padding:0;
margin:0 auto;background-image:url(../images/beichte.jpg);
background-position:40% 0%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8d {
padding:0;
margin:0 auto;background-image:url(../images/auferstehung.jpg);
background-position:40% 10%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main8da {
padding:0;
margin:0 auto;background-image:url(../images/auferstehung.jpg);
background-position:40% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8e {
padding:0;
margin:0 auto;background-image:url(../images/beten.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main8g {
padding:0;
margin:0 auto;background-image:url(../images/engel_weint.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8h {
padding:0;
margin:0 auto;background-image:url(../images/maria.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8f {
padding:0;
margin:0 auto;background-image:url(../images/engel.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8i {
padding:0;
margin:0 auto;background-image:url(../images/heilige.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8j {
padding:0;
margin:0 auto;background-image:url(../images/aliens2.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main8k {
padding:0;
margin:0 auto;background-image:url(../images/erb.jpg);
background-position:40% 40%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main9 {
padding:0;
margin:0 auto;background-image:url(../images/ehe.jpg);
background-position:70% 70%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main9a {
padding:0;
margin:0 auto;background-image:url(../images/firm.jpg);
background-position:40% 30%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main9b {
padding:0;
margin:0 auto;background-image:url(../images/taufe.jpg);
background-position:40% 10%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main10a {
padding:0;
margin:0 auto;background-image:url(../images/tiara.jpg);
background-position:50% 20%;
background-repeat:no-repeat;
background-size:cover;
}

.logo-main10b {
padding:0;
margin:0 auto;background-image:url(../images/ren1c.jpg);
background-position:20% 50%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main11 {
padding:0;
margin:0 auto;background-image:url(../images/orthodoxie.jpg);
background-position:80% 80%;
background-repeat:no-repeat;
background-size:cover;
}


.logo-main11a {
padding:0;
margin:0 auto;background-image:url(../images/erweckung.jpg);
background-position:80% 80%;
background-repeat:no-repeat;
background-size:cover;
}


.logo {display:table;width:100%;
margin: 0 auto;
padding:0;
}

.logobox-1a  {
padding:0rem ;
display:none;text-align:center;
}

.logobox-1b  {min-height:0rem;
padding:1rem 1rem 1rem 1rem;
display:block;text-align:right;
}

.seitentitel { background:black;color:white;display:inline-block;
padding:.5rem 1rem .5rem .6rem;
margin-bottom:0rem;
}


/* ############################################################ */
/*  Portalrahmen */
/* ############################################################ */

 .portal-wrap {
    display: flex;
    justify-content: center;
    margin: 4rem 0 6rem 0;
}

.portal-frame {
    position: relative;
    max-width: 700px;
    z-index: 2;
    width: 90%;
     padding-top: 6rem;
    padding: 4rem 3rem 3rem 3rem;
    background: linear-gradient(#f9f9f9, #ffffff);
    border: px solid #bfa36a;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}

.portal-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 3rem;
    color: #4f4f4f;
    letter-spacing: 0.05em;
}

.portal-links a {
    display: block;
    padding: 1.2rem 1rem;
    margin: 1rem 0;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 600;
    color: #3f3f3f;
    border-left: 4px solid transparent;
    transition: all 0.3s ease;
}

.portal-links a small {
    display: block;
    font-size: 2.2rem;
    font-weight: 400;
    color: #666;
}

.portal-links a:hover {
    border-left: 4px solid #b35900;
    color: #b35900;
}

.portal-num {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 0.8rem;
    color: #bfa36a;
}



/* ############################################################ */
/* bereich content */
/* ############################################################ */

/* Basisformat für dein Menü */
#menu1 ul { list-style: none; margin: 0; padding: 0; }
#menu1 li { margin: .25rem 0; }

/* Links und „nicht klickbare“ Labels gleich stylen */
#menu1 a,
#menu1 .nav-label {
    text-decoration: none;
    color: #3f3f3f;
    display: inline-block;
    padding: .2rem 0;
}
#menu1 a:hover { text-decoration: underline; }

/* Aktueller Menüpunkt */
#menu1 .aktuell .nav-label {
    font-weight: 700;
    cursor: default;
    text-decoration: none;
}



.content-main {width:100%;
padding: 0;
margin:0;
}

.content {display:table;width:100%;
background:#fff;
margin: 0 auto;
padding:0;
}

/* ############################################################ */
/* cb 1a = Listenlinks im Fließtext
/* ############################################################ */

.linkliste a {
    display: block;              /* jeder Link eine eigene Zeile */
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #3f3f3f;
    text-decoration: none;
    padding: 0.4rem 0;
}

.linkliste a:hover {
    color: #b35900;
    text-decoration: none;
}


.linkliste {
    list-style: none;
    padding-left: 25;
    margin: 2.5rem 0;
}


/* ############################################################ */
/* cb 1a = Haupt-Fließtext links
/* ############################################################ */


.contentbox-1a {display:inline-block;text-align:left;
background:#f7f7f7;/* IE9 */
background:linear-gradient( #f9f9f9 10%, #fff 30%  ,#fff , #fff 70%,  #f9f9f9 100%);
padding:4rem 2rem ;
font-family: 'Cormorant Garamond', georgia, serif;
}


/* ############################################################ */
/* cb 1a = Variante 1 - unbelegt
/* ############################################################ */

.contentbox-1b  {display:inline-block;text-align:left;
background:white;
padding:4rem 2rem ;
font-family: 'Cormorant Garamond', georgia, serif;
}

div.gebetstext {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.15em;
    line-height: 1.6;
    margin: 1em 0;
    padding: 0.5em 1em;
}

  blockquote.blockquote_gebet {
    font-family: 'Palatino Linotype', Palatino, serif;
    font-size: 1.1em;
    font-style: italic;
    color: #444;
    margin: 1.5em 2em;
    padding-left: 1em;
    border-left: 3px solid #ccc;
}


/* ############################################################ */
/* cb 1a = Quellennachweis für contentbox-1a
/* ############################################################ */

/* Gemeinsame Basis für alle Box-Typen */
.quellenbox,
.quellenbox1,
.tabellenbox,
.infobox,
.infobox1,
.infobox2 {
    margin: 3rem auto;
    padding: 2rem 2.5rem;
    max-width: 92%;
    box-sizing: border-box;            /* garantiert gleiche Breite inkl. Border & Padding */
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem;
    line-height: 1.6;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.tabellenbox td {
    word-break: break-word;      /* bricht lange Wörter */
    white-space: normal;         /* Zeilenumbruch erlauben */
}

.contentbox-1a h2 {
    margin-top: 0;
    margin-bottom: 3rem;
}

.contentbox-1a h2.tight {
    margin-bottom: 0.rem;
}


/* Typ-spezifische Unterschiede */

.quellenbox li:target{
    outline: 2px solid rgba(0,0,0,0.25);
    border-radius: 10px;
    padding: 0.4em 0.6em;
}

.quellenbox li[id]::before{
    content:"";
    display:block;
    height:120px;        /* Höhe der fixen Kopfzeile */
    margin-top:-120px;   /* zieht den Inhalt wieder hoch */
}


.quellenbox {
    background-color: #fdf5e6;
    border: 1px solid #d6b67b;
}
.quellenbox h2 { text-align: center; margin: 0; }
.quellenbox ol {
    font-size: 1.4rem;
    line-height: 1.6;
    padding-left: 1.4rem;
}
.quellenbox li { margin-bottom: 1rem; }

.quellenbox1 {
    background-color: #C5D1E8;
    border: 1px solid #d6b67b;
}
.quellenbox1 h2 { text-align: center; margin: 0; }


.quellenbox1 h3 { text-align: center; margin: 0; }

.infobox {
    background-color: #fdf5e6;
    border: 1px solid #d6b67b;
}
.infobox h2 { text-align: center; margin: 0; }
.infobox h3 { text-align: center; margin-top: 0; }

.infobox1 {
    background-color: #C5D1E8;
    border: 1px solid #d6b67b;
}
.infobox1 h2 { text-align: center; margin: 0 0 1rem 0; }

.infobox2 {
    background-color: #A8D4E6;
    border: 1px solid #d6b67b;
}
.infobox2 h2 { text-align: center; margin: 0 0 1rem 0; }
.infobox2 h3 { text-align: center; margin: 0 0 1rem 0; }


/* Tabellenbox: behält die Tabellen-Optik, ist aber gleich breit wie die anderen Boxen */
.tabellenbox {
    background-color: #fdf5e6;
    border: 1px solid #aac;           /* eigener Tabellenrand, wenn gewünscht */
    overflow-x: auto;                 /* falls Spalten lang werden */
}
.tabellenbox h3 {
    text-align: center;
    margin-top: 0;
    font-weight: 500;
    font-size: 2.2rem;
}
.tabellenbox table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    table-layout: fixed;
    font-size: 0.8em;              /* sauberer Umbruch in engen Spalten */
}
.tabellenbox th,
.tabellenbox td {
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: top;
}
.tabellenbox th {
    background-color: #e6eef7;
    font-weight: 600;
}
.tabellenbox td:nth-child(2) {
    word-wrap: break-word;
    white-space: normal;
}


/* Tablet: kleiner als 1024px */
@media (max-width: 1024px) {
    .tabellenbox {
        font-size: 1.2rem;
    }
}

/* Smartphone: kleiner als 768px */
@media (max-width: 768px) {
    .tabellenbox {
        font-size: 1rem;
    }
}


/*===== menu 2  =====  */

.menu2 ,
.menu2  ul,
.menu2  li {
margin: 0;
padding: 0;
border: 0;
}

.menu2  {width:100%; }

.menu2 ul { display:block;
text-align:left;padding-left:2.2rem;
}

.menu2 li {
width:100%;
list-style-type: square;
}

.menu2 a {
display : inline;
width : 100%;
text-align:left;
color:#000;
text-decoration: none;
padding:.2rem;
}

.menu2 a:hover {
color:#000;
text-shadow:none;
text-decoration: underline;
}


/* ############################################################ */
/* bereich fusstop */
/* ############################################################ */


.fusstop-main {display:table;width:100%;
padding:0;
margin:0 auto;
color:#fff;
font-size:1.5rem;
line-height:1.7rem;
}

.fusstop {display:table;width:100%;
background:#4f4343;
margin: 0 auto;
padding:0 ;
background-image:url(../images/erweckung.jpg);
background-position:50% 50%;
background-repeat:no-repeat;
background-size:cover;
}

.fusstopbox-1a  {display:block;
background:rgba(40,94,140,.5);
text-align:center;
padding:3rem 1rem ;
}

.fusstopbox-1b  {
display:none;
text-align:center;
padding:3rem 1rem;
}


/*  die icons im fusstopbox-1a  */

.fusstopbox-1a .icon-liste ul {
padding:0rem;
margin:0;
}

.fusstopbox-1a .icon-liste li {list-style:none;
padding:0rem;
margin:0;
}

.fusstopbox-1a .icon-liste i {
width:3rem;
line-height:2.4rem;
color:#fff;
text-shadow: 0 -1px 1px #104B10, 0 1px 1px #104B10;
}




/* ############################################################ */
/* bereich fuss-btm */
/* ############################################################ */


.fuss-main {color:#000;background:#fff;/* IE9*/
background:linear-gradient(to bottom , #fff, #efefef, #fff );
margin:0 auto;
}

.fuss {display:table;width:100%;
margin: 0rem auto;
padding: 0rem;
}

.fuss-main a {
text-decoration:none;
}

.fussbox-1a  {display:block;
text-align:center;
padding:4rem .5rem 0rem .5rem ;
}

.fussbox-1b  {display:block;
text-align:center;
padding:0rem .5rem 4rem .5rem ;
}

.fussname {display:block;
font-family:'robotolight';
text-align:center;
padding:.5rem;
font-size:1.2rem;
line-height:1.5rem;
letter-spacing:0.1rem;
color:#000;
}



/* ############################################################ */
/*  fussmenu */
/* ############################################################ */

.fussmenu  {width:100%;margin:0 auto; }

.fussmenu ul {padding:0;margin:0; }

.fussmenu li { display:inline;list-style: none;
width:100%;
margin-left:0rem;
padding-left:.5rem;
padding-right:.5rem;
}

.fussmenu a {font-size:1.1rem;
width : 100%;
text-align:left;
color:#000;
text-decoration:none;
padding:0rem;
letter-spacing:.2rem;
}

.fussmenu a:hover {
color:#000;
text-shadow:none;
background:transparent;
text-decoration: underline;
}



/* ############################################################ */
/* M E D I A   Q U E R I E S - BILDSCHIRMABFRAGEN*/
/* ############################################################ */


/* ==================================== ab 360 pixel ================================== */
@media (min-width: 360px) {

/* keine angabe */

}


/* ==================================== ab 480 pixel ================================== */
@media (min-width: 480px) {

/* keine angabe */

}


/* ==================================== ab 580 pixel ================================== */
@media (min-width: 580px) {

html {font-size:70%;}

#back { padding:2rem 2rem; }

}



/* ==================================== ab 640 pixel ================================== */
@media (min-width: 640px) {

.kopf {height:10rem; }

.kopfbox-1a  {width:65%;
display:table-cell;vertical-align:bottom;
}

.kopfbox-1b  {background:rgba(255,255,255,.6);
width:35%;
display:table-cell;vertical-align:bottom;
}

.bilder .box-1_of_2  {width: 50%; }
.bilder .box-1_of_3  {width: 33.33%;  }
.bilder .box-1_of_4  {width: 50%; }

}


/* ==================================== ab 760 pixel ================================== */
@media (min-width: 760px) {

.kopfbox-1a  {text-align:right; }

.seitentitel { display:none }

.logo { height:30rem; }

.logobox-1a  {width:65%;
display:table-cell;vertical-align:middle; }

.logobox-1b  {width:35%;
display:table-cell;vertical-align:middle;
background:rgba(40,94,140,.5); }

.contentbox-1a  {width:65%;padding:4rem 1rem 4rem 3rem ;
display:table-cell;vertical-align:top; }

.contentbox-1b  {width:35%;padding:3rem 1rem 2rem 2rem ;
display:table-cell;vertical-align:top;
font-size:1.3rem; }

.contentbox-1b h3 {
font-size:1.6rem;
line-height: 1.9rem; }

.fusstopbox-1a  {width:65%;
display:table-cell;vertical-align:middle; }

.fusstopbox-1b  {width:35%;
display:table-cell;vertical-align:middle; }

.fusstop {height:20rem; }

}


/* ===================================== ab 960 pixel ================================= */

@media (min-width: 960px) {

html {font-size:80%; }

.kopfbox-1a , .logobox-1a , .contentbox-1a,.fusstopbox-1a  {width:70%; }
.kopfbox-1b , .logobox-1b , .contentbox-1b,.fusstopbox-1b  {width:30%; }

}


/* ===================================== ab 1280 pixel ================================= */

@media (min-width: 1280px) {

#haupt {width:90%; }

}


/* ===================================== ab 1400 pixel ================================= */

@media (min-width: 1400px) {

#haupt {width:85%; }

.bilder .box-1_of_4  {width: 25%; }

}


/* ===================================== ab 1650 pixel ================================= */

@media (min-width: 1650px) {

#haupt {width:1600px; }

}


/* ================= BURGER-MENÜ - responsive ================== */

/* Standard: Menü ausgeblendet */
#menu1 {
    display: block;
}

/* Burger-Checkbox: verstecken */
#checkbox_toggle {
    display: none;
}

/* Burger-Icon: nur bei kleinen Bildschirmen sichtbar */
label[for="checkbox_toggle"] {
    display: none;
    font-size: 2rem;
    cursor: pointer;
}

/* Sichtbar ab Handygröße */
@media (max-width: 768px) {

    /* Burger-Icon sichtbar */
    label[for="checkbox_toggle"] {
        display: inline-block;
    }

#checkbox_toggle:checked ~ #menu1 {
    display: block;
    background-color: #D65C3A;
    color: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#checkbox_toggle:checked ~ #menu1 a:hover {
    text-decoration: underline;
}

/* Optional: Desktop-Menü nur im Hochformat auf kleinen Geräten ausblenden */
@media (max-width: 768px) and (orientation: portrait) {
    .nav-kurz {
        display: none;
    }
}

#menu1 {
    background-color: #4f4f4f !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-radius: 0.4rem;
}

.hide-at-start {
    display: none;
}

#rotate-hint {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    display: none;
    background: #fff;
    z-index: 99999;

    pointer-events: none;
}



/* Nur bei kleinen Geräten UND Hochformat anzeigen */
#rotate-hint {
    display: none;
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 99999;
    text-align: center;
    padding: 2rem;
    font-family: 'Cormorant Garamond', serif;
    align-items: center;
    justify-content: center;
}


@media print {
    /* Alles ausblenden */
    body * {
        display: none !important;
    }

    /* Sichtbar: das gewünschte Blockquote + alle enthaltenen Elemente */
    blockquote.blockquote_gebet,
    blockquote.blockquote_gebet * {
        display: block !important;
        visibility: visible !important;
        position: static !important;
    }

    /* Seitenhintergrund weiß */
    html, body {
        background: white !important;
    }

    /* Optionale Formatierung fürs Gebet */
    blockquote.blockquote_gebet {
        margin: 2cm !important;
        font-size: 14pt !important;
        color: black !important;
        font-style: normal !important;
    }
}



/*  +  +  +  +  + +  +  +  +  +  C O D E ENDE  +  +  +  +  +  +  +  +  +  +  */