/*-------------Neues Glossar---------*/
.symbolTitle{
    text-align: center;

}
#glossarConti{
    background:  #ececec;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(250px,1fr));
    grid-auto-rows: 0;
    max-width:98%;
}
.glossarTile{
    
}

/* Hier nur css der noch nicht umgestellten Seiten*/ 
.menuBar{ 
    font-size: 1.4em;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color:black;
    text-decoration: none;
}
@media all and (max-width: 50em) {
    .menuBar{ 
        font-size: 1.4em;
        font-family: "Helvetica", "Open Sans", sans-serif;
        font-weight: 600;
        font-style: normal;
        text-align: center;
        margin: 0.2em 0.15em 0.15em 0.15em;
    }   
} 



 /*-------------Cookie----------------------*/
/*
#cookie-law {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 6%;
    left: 0;
    right: 0;
    padding: 20px 5%;
    color: white;
    background-color: rgba(37,41,46,.8);    
    z-index: 999;
    opacity:0.87;
}
#cookie-law > div {
    
}
#cookie-law > div:first-child {
    padding-right: 2em;
}
#cookie-law > div:first-child > a {
    color: inherit;
}
#cookie-law > div a:last-child  {
    padding: 10px 20px;
    background-color: #fa7d19;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    margin:0.5em;
}
#cookie-law > div:nth-child(2) {
    
}
#cookie-law > div.butt > a:first-child {
	font-size: smaller;
    vertical-align: middle;
    padding: 3px 3px;
    background-color: #ececec;
    border-radius: 5px;
    color: black;
    text-decoration: none
}
#hinweis{
    font-size:0.7em;
}
@media all and (max-width: 50em) {
    #cookie-law {
        flex-direction: column;
    }
    .butt{
        display:inline;
        margin: 1em 0 0 1em;
        
    }
}

/*-------------ButtonBanner----------------------*/
/* .butBanner{
    width:200px;
    height:40px;
    margin:2.5em;
}
.butBanner a{
    color: white;
    text-decoration:none;
    font-size:1.3em;
}
.butBanner{
    border: 5px outset #f75d12;
    border-radius:15px;
    color: black;
    background-color: #f75d12;;
    
} */


/*-------------iFrame----------------------*/
/* #iframe-law {
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between; 
    align-items: center;
    min-width:50%;
    max-width:75%;
    min-height: 35%;
    margin:2em;
    margin-top:20%;     
    text-align:center;
    font-size: 1em;
    font-weight:400;
    font-family: "Helvetica", "Open Sans", sans-serif;       
    position: fixed;
    padding: 20px 5%;
    background-color: #dedede;
    opacity:0.94;
    z-index: 999;
    border: 10px outset #f75d12;
    border-radius:3%;
}
#iframe-law > div {
    
}
#iframe-law > div:first-child {
    padding-right: 40px;
}
#iframe-law > div:first-child > a {
    color: inherit;
}
#iframe-law > div:last-child {  
    vertical-align: middle;
}
#iframe-law > p:last-child > a {
    padding: 10px 20px;
    background-color: rgb(226, 231, 144);
    border-radius: 5px;
    color: black;
    text-decoration: none;
} */


/*---------------danaBanner-----------------*/
/* #danaB {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 6%;   
	width: 7em;
	padding: 1em;
	border-radius: 6px;
	margin: 0.5em;
    background-color: rgba(37,41,46,.8);    
    z-index: 999;
}
#danaB a{
	color:white;
}
#daClose{
	display:flex;
	align-self: flex-end;
	justify-content: flex-end;
	align-items:right;
    font-size:2em;
    font-weight:bold;
    width:4em;
    color:white;
    margin-top:-0.7em;
    margin-right: -0.4em;
}
#daClose:hover{
	cursor: pointer;

} */

 
 
 


/* .label.filter {
    text-transform: uppercase;
    font-size: 0.9em;
    line-height: 1.8em;
    padding-left: 1.6em;
    background: url(../../images/default/filter-icon.png) 0 0 no-repeat;
} */


/* .menu1{
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-around;  
    align-items: center;
    margin-left:3em;
    margin-right:3em;
} */





body {
    background-color: white;
    display: flex;
    margin: 0.5em auto;
    flex-direction: column;
    max-width: 62em;
    hyphens: auto; 
}
h1{
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    font-size: 1.5em;
    font-family: "Helvetica", "Open Sans", sans-serif;
    text-align:center;
    font-weight: 600;       
    color: #880000;
    padding: 0 0.5em 0 0.5em; 
}
h2{
    font-size: 1.8em;
    color: #880000;
    margin: 0.2em;
    margin-left: 0.1em;
    margin-bottom: 1em;
}
h3{
    margin: 0.2em;
    margin-top: 0.05em;
    margin-left: 0em;
    font-size: 1.2em;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 600;
}
h5{
    margin: 0.2em;
    margin-top: 1em;
    font-size: 1.22em;    
    font-weight: 600;
}
h6{
    margin: 0.2em;
    margin-top: 1em;
    font-size: 1.2em;    
    font-weight: 400;
}
p{
    margin: 0.2em;
}
a {
    text-decoration: none;
    color: black;
}


/* -----------horizontale Linien über die seite */
.longline{
    margin:0.4em auto;
    border: 1.5px solid DarkSlateGray;
    width:98%
}
.longline2{
    margin: 0.4em auto;
    border: 1.5px solid DarkSlateGray;
    width:94%
}


/* -------------menueleiste oben mit logo -----------------*/
.menu2{
    display: flex;
    flex-direction: row;
    /* flex-flow: wrap; */
    justify-content: space-between;  
    align-items: center;
    font-size: larger;
    font-weight:bold;    
    margin-right: 1.2em;
}
.menuBar2{
    margin-left:12px;
    cursor: pointer;
    text-align: center;
}
@media all and (max-width: 680px) {
    .menu2{
        flex-direction:column;
    }
}
#logo{
    height:2.8em;
}
#contiLogo{
    height:1.2em;
    margin-bottom:1.4em;
}
.activeMenu{
    color:  rgb(228, 167, 99);
}

/*---Menueleiste der anderen Seiten---*/
#zurueck:hover{
    cursor:pointer;
}
#glossar:hover{
    cursor:pointer;
}



/*----------------DanaBanner-------------------*/
#danaClick{
    width:100px;
    height: 112px;
    /* background-color: yellow; */
    background-color: #cfcaca;
    position: fixed;
    z-index: 100;
    top:35%;
    right:0%;
    border: 0px solid #cfcaca;
    border-radius: 3px;
    box-shadow: 0 0 10px 0px rgba(0,0,0,0.2);
    transition: box-shadow .5s;
    padding: 6px 2px 6px 2px;
    cursor: pointer;
}
#closeX{
    background-color: #cfcaca;
    color:white;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top:-12px;
    left:-10px;
    box-sizing: border-box;
    border-radius:50%;
    cursor: pointer;
    /* border: 0px solid #fe5000; */
    z-index: 1;
    text-align: center;
    padding: 2px;
    /* vertical-align: middle; */
}
#closeY{
    background-color: #ff9812;
    color:white;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 2px;
    left: 2px;
    box-sizing: border-box;
    border-radius:50%;
    cursor: pointer;
    /* border: 0px solid #fe5000; */
    z-index: 100;
    text-align: center;
    padding: 2px;
    /* vertical-align: middle; */
}
#danaJPG{
    width:100%;
    height:100%;
}
.frameDana{
    display:block;
    /* width:92%; */
    height:95%;
    position:fixed;
    top:10%;
    right:0;
    /* left:0; */
    overflow:scroll;
    /* background-color: orange; */
    z-index:100;
    margin-left: 8%;
}
#frameDanaContId{
    background-color: #ff9812;
    padding:1.1em;
    max-width: 550px;
    /* background-color: #ddd; */
    border: 1px solid white;
    border-radius: 4px;
    font-size: large;
    margin-left: auto;
    /* margin-top: 10%; */
    margin-bottom:10%;
}
#linkDana{
    font-weight: bolder;
    text-align: center;
}
.spendenLink{
    color:blue;
    cursor: pointer;
}
#Benachrichtigung{
    color:white;
    font-size: larger;
}
#hinweisExL{
    font-size: small;
    font-weight: lighter;
}


/*--------------Sidenav----------------------------------*/
.sidenav {
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    row-gap: 0.5em;
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;	  
    max-width: 92%;
}
.contisSidenav{
    width:94%;
    margin-bottom: 1.5em;
    padding-left:0.2em;
}
.sidenav a, form {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: black;
    display: block;
    transition: 0.3s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}
.sidenav a:hover {
  color: grey;
}
.sidenavTitle{
    position:absolute;
    font-size: 1.6em;
    border-bottom: 1px solid #bbc7cf;
    font-weight: 500;
    width: 75%;
    top: 0.6em;
    padding-left:0.2em;
    margin-bottom:2em;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}					
fieldset{
    border:none;
}
.labelOne{
    /* display:block; */
    font-size: smaller;				
    /* margin-rigth: .2em; */
}			
.labelTwo{
    font-size: inherit;
}
.setList{
    font-size: 1.0em;
    margin-bottom:-0.3em;
}
.setList2{
    font-size: 1.3em;
}
#contiAusrichtung{
    margin-top: 1.5em;
}
#contiHaeuser{
    margin-left: -1em;
}
#regionen, #ausrichtungID, #zeitraum {
    display:grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    font-size: 1.4em;
    /* max-width: 75%; */
}
#presence {
    display:grid;
    grid-template-columns: 1fr 1fr;
    font-size: 1.4em;
}
.bottomGrids{
    display:grid;
    grid-template-columns: 1fr 1fr;
    width:89%;
    margin-left:1em;
}
#contiButtons{
    margin-bottom:2em;				
}
.sideNavBUttons {
    box-sizing: border-box;
    font-size: 90%;		
    text-transform: none;
    background: transparent;
    cursor: pointer;
    border-radius: 2rem;
    border: 1px solid #000;				
    min-height: 3em;
    margin-right: 0.6em;
}
#anmerkung{
    font-size: 0.60em;
}
.ohne{
    list-style: none;
    max-height: 120px;
    overflow-y: auto;
    margin-left: -0.3em;
}
.listHeader{
    font-size: 1.5em;
    margin-left: 1.5em;
    margin-bottom: -0.4em;
}
#contiSchlagworte{
    margin-left: -1em;
}


/* -----------------HeaderImage und Zitat ------------------ */
.imgWrap{
    display:flex;
    position:relative;
    width:96%;
    margin: auto;
}
#spruchDiv{
    position:relative;
}
#topImage {
    width:100%;
    z-index:0;
}


#spruch_kurz{        
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1em;
    font-family: "Georgia", "Calibri", sans-serif;
    font-style:italic;
    color: white; 
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    width: 92%;
    margin-left: 5%;
}
#sprecher_kurz{
    font-size: smaller;
    color: white;
    font-style: italic;
    text-align: end;
    display: block;
    margin-left:5px;
}

@media all and (min-width: 560px) {
    #spruch_kurz{
        width: 75%;
        margin-left: 4%;
    }
}
@media all and (min-width: 640px) {
    #spruch_kurz{
        width: 65%;
        margin-left: 4%;
    }
}
@media all and (min-width: 780px) {
    #spruch_kurz{
        width: 55%;
        margin-left: 4%;
    }
}
@media all and (min-width: 920px) {
    #spruch_kurz{
        width: 45%;
        margin-left: 6%;
    }
}


/*--------------Filterleiste---------------------*/
#container-filters-date{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* border: 1px solid; */
    margin: 0 18px 10px 8px;
}
.selection-kind-coursedisplay{
    /* min-height:26px;
    border-radius: 1rem;
    border: 1px solid #000; */
    display:flex;
    flex-direction:row;
    align-items: center;    
    margin-left:1em;
    margin: 0 0 6px 1em;
}
#filter-and-sortDate-container {	
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}
.filter-and-sort__button {
    font-size: 90%;
    text-transform: none;
    background: transparent;
    font-family: inherit;
    cursor: pointer;
    border-radius: 1rem;
    border: 1px solid #000;
    min-width: 9.8em;
    padding-left: 1.3em;
    min-height: 24px;
    text-align:start;
    margin-left:4px;
    margin-right: 8px;
}
#buttonWeitereFilter{
    text-align: center;
}
.filter-and-sort_date{
    font-size: 90%;
    text-transform: none;
    background: transparent;
    font-family: inherit;
    border-radius: 1rem;
    border: 1px solid #000;
    min-width: 8.6em;
    display: flex;
    margin-right: 3px;
    padding-left: 1em;
    min-height: 22px;
    align-items: center;
}
.filter-and-sort_inputDate{
    width:5.25em;
    border: none;
    cursor: pointer;
}

/*--slider-Element---*/
.switch {
    position: relative;
    /* display: inline-block; */
    min-width: 45px;
    min-height: 12px;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1rem;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .slider:before {
    position: absolute;
    content: "";
    min-height: 16px;
    min-width: 16px;
    left: 2px;
    bottom: 2px;
    border-radius: 1rem;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
  }
  #displayMode:checked + .slider {
    background-color: #103EF2;
  }
  #displayMode:focus + .slider {
    box-shadow: 0 0 1px #103EF2;
  }
  #displayMode:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(24px);
  }
  #lab2{
      margin-left: 8px;
  }



/* --------------tabellen legende--------------------- */
@media all and (min-width: 3em) {
    .flex-container {
        display:flex;
        flex-direction: column;
        justify-content:  space-around; 
    }       
}
@media all and (min-width: 35em) {
    /* .flex-container {
        display: flex;
        flex-direction: column;
        flex-flow: wrap;
        justify-content:  space-around; 
        align-items: center;
    }    */    
}
@media all and (min-width: 35em) {
    .flex-container {
        display: flex;
        flex-flow: wrap;
        justify-content:  space-around; 
        align-items: center;
    }       
}
.theravadaTr{
    background-color: #a76d23;
}
.mahayanaTr{
    background-color: #b1aeb4;
}
.vajrayanaTr{
    background-color: #f0c224;
}
.otherTr{
    background-color: #b7d2ea;
}
.mixedTr{
    background-color: #FFE3B3;
}
/*-------------Kalender legende----------------------*/
#tabellenLegende{
    display:flex;
    flex-flow:wrap;
    justify-content:flex-start;
    align-content: center;
    width:98%;
    margin: 28px auto 14px auto;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.75em;   
}
.tabellenItem{    
    max-width:9.2em;
    min-width: 9.1em;
    text-align: center;
} 

#grund{
    margin-right: 6px;
    padding: 2px;    
}
#ther{
    background-color: #a76d23;    
    border-radius: 6px;
    margin-right: 4px;
    padding: 2px;
}
#maha{
    background-color: #b1aeb4;
    border-radius: 6px;
    margin-right: 4px;
    padding: 2px;
}
#vajr{
    background-color: #f0c224;
    border-radius: 6px;
    margin-right: 4px;
    padding: 2px;
}
#mixed{
    background-color: #FFE3B3;
    border-radius: 6px;
    margin-right: 4px;
    padding: 2px;
    margin-right: 40px;
}



/*------------------Kalender----------------------*/
/*---Kalender allgemein---*/
table{
    border-collapse: collapse;
}
#contiTabellenLeiste{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-flow: row nowrap; /*soll verhindern dass elemente in die nächste Zeile springen*/
    justify-content:  space-between;    
    width:98%;
    margin: auto;   
}
#contiTabelle {
    position: relative;
    scrollbar-width: none;
    overflow-y:hidden;        
}
#contiTabelle::-webkit-scrollbar {
    display: none;
}
.scrollButton{
    opacity: .5;
    position: absolute;
    top: 50%;
   
    width: 48px;
    height: 56px;
    margin: -28px 0 0 0;
    padding: 0;
    background-color: #25292e;
    font-family: Georgia;
    font-size: 1.5em;
    font-weight: 800;
    text-transform: none;
    color: white;
    border: none;
    z-index: 3;
    -webkit-transition: left .4s ease-in-out,right .4s ease-in-out,opacity .4s ease-in-out;
    transition: left .4s ease-in-out,right .4s ease-in-out,opacity .4s ease-in-out;
}
.scrollButton:hover{
    cursor:pointer;
    opacity: .2;
}
#buttonScrollRight{
    right: 0;       
}
#tabelleKurse{
    height: 200px;
}

/*-----Kalender Zellen-----*/
.tableVar{  
    background-color: #fcfcfc;
}
.sonntag{
    background-color:#f0f0f0;
}
#tabelleKurse  thead{
    background-color: #fafafa;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 400;
    font-style:normal;
    font-size:0.9em;
    padding: 2px;    
}
#tabelleKurse th {
    white-space: nowrap;    
    padding: 2px;
    min-width:92px;
    max-width:92px;
    text-align:center;
    vertical-align: middle;
    border:solid 1px gray;
}
thead tr  {
    height:1.6em;
}
#tabelleKurse td{    /*war mal >> #tabellenKurse td << */
    white-space: pre-wrap;
    border:solid 1px gray;
    min-width:92px;
    max-width:92px;
    vertical-align: top;
    height: 106px; 
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;        
}

/*---Kalender Kursdarstellung---*/
div.courseTyp{
    position:relative;
    border: 2px outset #BBBBBB;
    border-radius: 6px;
    height: 20px;
    padding-left: 14px;
    display: flex;
    align-items: center;
    margin-left:48px;
    cursor: pointer;
}
.theraSingle{        
    background-color: #a76d23;      
}
.mahaSingle{    
    background-color: #b1aeb4;
}
.vajaSingle{    
    background-color: #f0c224;
}
.mixSingle{    
    background-color: #FFE3B3;
}
.otherSingle{    
    background-color: #b7d2ea;
}
.statusInfo{
    color: #820101;
    font-weight: bold;
}
.courselinks{
    margin-right:15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
/*-------------ToolTip----------------------*/
div.courseTyp .tooltiptext {
    position: absolute;
    visibility: hidden;  
    background-color: #3e39d7;
    color: #fff;
    text-align: center;
    border-radius: 6px;  
    display: inline-block;
    padding: 6px;
    top: 20px;
    width: 70%;  
    z-index: 1;
}
@media all and (min-width: 20em) {
    div.courseTyp .tooltiptext {
        width: 60%;
    }
}
div.tooltiptext {
    position: relative;
}
/* Show the tooltip text when you 
 * mouse over the tooltip container */
div.courseTyp:hover .tooltiptext {
    visibility: hidden;
    left: 3%;    
}


/*--------------coursetile----------------------*/
#kursdarstellung{
    width: 100%;
    align-self: center;
    display: flex;
    justify-content: space-evenly;
}
.tileCourse{
    background-color: #fcfcfc;
    color:black;
    display: flex;
    flex-direction: column;
    width:30%;
    min-height: 220px;
    box-shadow: 2px 2px 10px 1px rgba(62,48,48,0.7);
    margin: 6px 0 6px 0;
    border-radius:4px;
}
@media (max-width: 992px){
    .tileCourse{
        width: 44%;
    }
}
@media (max-width: 660px){
    .tileCourse{
        width: 80%;
    }
}
@media (max-width: 460px){
    .tileCourse{
        width: 92%;
    }
}
.tilePicture{
    min-width:100%;
    max-width:100%;
    border-radius: 4px 4px 0px 0px;
}
.tileDisplay{
    display:flex;
    flex-flow: row wrap;
    gap: 1.2em;
    justify-content: space-between;
}
.tileTable{
    display:flex;
    flex-flow: column;
    justify-content: end;
    height: 100%;
}
.tileTr{
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0.4em;
    text-align: center;
    /* border: solid 1px black; */
    hyphens: none;
}
.tileStatus{
    min-height:14px;
    margin-top:0.15em;
}
.tileTitel{
    /* font-family: "Indie Flower", "Lucida Handwriting", cursive; */
    font-family: "Georgia", "Calibri", sans-serif;
    font-style:italic;
    font-size: x-large;
    font-weight: 600;
    margin: 1.5em 0.5em 2em 0.5em;
    cursor: pointer;   
}
.tileLehrer{
    font-size: larger;
    margin: 0 0 1em 0;
    cursor: pointer;
}
.tileStart{
    cursor: pointer;
}
.tileLink{
    /* text-decoration: none; */
}
#tileModalDiv{
    padding: 5px 5px 5px 5px;
    display: inline-block;
}
#tileModalLink{
    float:right;
}
#divButtonMore{
    text-align: center;    
    margin: 24px 0 12px 0;    
}
#buttonMore{
    width:240px;
    height:34px;
    background-color: #cec6c6;
    color: #7d1010;
    font-size: medium;
    font-weight: bold;
    border-radius: 6px;
    border: 2px outset #d3cdcd;
}


/*----------------Housetile----------------------*/

#tileHouseContainer {    
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(240px,1fr));
    grid-auto-rows: 0px;
    max-width:96%;
    margin: auto;
    /* background-color: #ececec;
    padding: 0.4em; */
}
.tileHouse {
    background-color: #fcfcfc;
    color: black;
    box-shadow: 2px 2px 10px 1px rgba(62,48,48,0.7);
    border-radius: 4px;
}
.tile2house{
    margin:10px;    
}
.houseContent{
    text-align: justify;
}
.houseTitle {
    text-align:center;
    margin:10px;
    padding-top: 8px;
}
.houseLink{
    margin: 0.6em 0.3em 0em 0.3em;
}
.houseLink > a{
    color:blue;
    text-decoration: underline;
}
.infoKarte{
    width:100%;
    /* max-width:100%; */
}
.divInner{    
}
.mehr{
    color:maroon;
    float: right;
    text-decoration: underline;
    cursor: pointer;
}

/*--------Glossar only----------*/
.tileGlossar{
    background-color: #ffffff;
    color: black;
    box-shadow: 2px 2px 10px 1px rgba(62,48,48,0.7);
    border-radius: 4px;
    /* margin:10px;     */
}
.tile2Glossar{
    /* position: relative; */
}
.titleGlossar{
    text-align:center;
    margin:10px;
    padding-top: 8px;
    hyphens: manual;
    /* position: absolute; */
    /* z-index: 10000; */
}

.titleGlossar > h2{
    margin-bottom:5px;
}
.picGlossar{
    width:96%;
    margin-left: 2%;
    /* position: absolute; */
}
.textField{
    display: none;
    text-align: justify;
    margin: 12px;
    margin-top: 10px;
    font-size: large;
}
.picField{
    display: block;
}
.footnote{
    float: right;
}
.footnoteInline{
}
#footnotes{
    background-color: #ffffff;
    color: #5c5c5c;
    box-shadow: 2px 2px 10px 1px rgba(62,48,48,0.7);
    border-radius: 4px;
    margin: auto;
    margin-top: 2em;
    padding: 1em;
    padding-left: 2.2em;
    text-indent: -1.2em;    
}
#longlineFooterGlossar{
    /* margin-bottom: 1em; */
    margin-top: 2.4em;
}



/*----------------Modal anfang----------------------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */    
    padding-top: 4%; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    z-index: 3; /* Sit on top */
  }
  .modal-date {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      padding-top:3%;
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
      z-index: 3; /* Sit on top */
    }
  
  .ui-datepicker-inline{
      margin-left:auto;
      margin-right:auto;
    }
  .modal-content {
    background-color: #373737;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border: 2px solid #888;
    max-width:750px;
  }
  .modalForTiles{
      max-width:550px;
      background-color: #ddd;
      border: 2px solid black;
      border-radius: 12px;
      font-size: large;
  }  
  .tablo {
      min-width: 100%;
  }  
  .modal-content tr {
      max-width:auto;
  } 
  .modal-content td {
      background-color: #ddd;
      border: 2px solid black;
      text-align: top;
      padding: 0.4em;
  }  
  .modal a{
      color:blue;
  }  
  /* The Close Button */
  #close {
      color: #aaaaaa;
      float: right;
      font-size: 0.8em;
      margin-top: -18px;
      margin-right: -10px;
      font-family: arial;
  }
  #close:hover,
  #close:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
  }  
  #tipp{        
      font-size: 0.7em;    
  }  
  #modalUnterstuetz{
      display:block;
      position:fixed;
      border-radius: 4%;
      width:120px;
      height:120px;
      background-color: blue;
      z-index:3;
      margin-left: 0.2em;
      margin-top:66%;
  }
  .mehrLink{
      text-decoration: underline;
      color: brown;
      float: right;
      cursor: pointer;
      margin-right: 2px;
  }
  
  
  /*-------------progress ring----------------------*/
    #progRing {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 3;
        width: 2em;
        height: 2em;
        border-radius: 50%;
        border: 0.5em solid #EEE7AD;
        border-top-color: #D99718;
        border-bottom-color: #D99718;
        -webkit-animation: progRing 2.5s infinite ease-in-out;
        animation: progRing 2.5s infinite ease-in-out;       
    }  
  @-webkit-keyframes progRing {
  /*
     0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
     }
     100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
     }
  */
  }  
  @keyframes progRing {
     0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
     }
     100% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
     }
  }  
  @media all and (max-width: 680px) {
      #container-filters-date{
          flex-direction:column;
          align-items:center;
          gap: 0.2em;
      }
      #filter-and-sortDate-container{
          justify-content: end;
      }
  }
  @media all and (max-width: 440px) {
      #filter-and-sortDate-container{
          flex-direction: column;
          /* align-items:center; */
          gap: 0.2em;
          margin: 10px 2px 12px 2px;
      }
  }
  

/*-------------Footer----------------------*/
#footer{
    justify-content: space-around;
    background-color: #dedede;
    /* font-size: 0.7em;
    font-family: "Helvetica", "Open Sans", sans-serif;    */
    width:97%;
    margin: auto;
    margin-top: 1em;
    padding: 1%;
    padding-top: 4px;
    padding-bottom: 4px;
}
#disclaimer{
    width: 70%;
    margin:2px;
}
@media all and (max-width: 559px) {
    #disclaimer{
        width: 100%;
    }
}
#impress, #datenschutz{
    font-size: 1.2em;
    padding: 0.2em;
    margin-right: 0.9em;
}
.contactInline{
    text-decoration: none;
    color: blue;
}
#impress, #datenschutz{
    text-decoration: none;
    color: black;
    font-size: 1.2em;
    padding: 0.2em;
}

/*---------------Tiles dfür die Häuser und des Glossars--------------*/
#contiHausInfo{
    width:98%;
    background:  #ececec;
    margin: auto;
    padding-top:.5em;
    padding-bottom:.5em;
}
.hausInfo{
    display: flex;
        flex-direction: row;
        justify-content: space-around;  
    max-width:92%;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin-bottom: 0.5em;
    padding:0.8em;
    font-size: 1.0em;
    font-family: Helvetica, Open sans, sans-serif;
    line-height: 1.3em; 
    /* font-family: "Open Sans", sans-serif; */
    font-weight: 400;       
    margin-left: auto;
    margin-right: auto;
}

#info_404{    
    font-size: 30px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 12px;
    line-height: 40px;
    color: red;
}
.infoKarte{
    margin-top: 1em;
    text-align:right;   
}
@media all and (max-width: 55em) {
    .hausInfo{
        display: flex;
        flex-direction: column;
        justify-content: space-between; 
        margin-left: auto;
        margin-right: auto;
    }
    .infoKarte{
        margin-top: 0.5em;
        text-align:right;    
        max-width:100%;
    }
}

.oDblicense{
    font-size: .8em;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 200;      
    text-align:right;
}
.oDblicense a{
    text-decoration: none;
}
.oDblicenseSub{
    font-size: .8em;
    margin-top: -2px;
}
.inlineA{
    text-decoration: none;
    color: blue;
}
/* Homepagelink unter den Häusern */
br + a{
    /* text-decoration: underline blue; */
    color:blue;
}
#nachOben{
	float:right;
	/* margin-right:1em; */
	color: #b3b3b3;
	font-size: 0.8em;
}

/*---Glossar---*/
.attributionFooter{
	font-size: 0.9em;
	font-style: italic;
	text-align:right;
	margin:1em;
	margin-bottom:-0.4em;	
}
footer{
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-size: 0.7em;
}
/* .footnoteBottom{
    font-weight: 400;
    font-size: 0.6em;
} */
.lit, .notes{
    margin: 0 0.2em 0 0.2em;
}
.literatur, .fussnoten{
    margin: 0.4em 0 0.4em 0;
}

/*---Leaflet---*/
.leaflet-container a{
	color: black;
	font-weight: bold;
}
.customThera .leaflet-popup-tip,
.customThera .leaflet-popup-content-wrapper{
	background: #a76d23;			
}
.customMahay .leaflet-popup-tip,
.customMahay .leaflet-popup-content-wrapper{
	background: #b1aeb4;			
}
.customVajray .leaflet-popup-tip,
.customVajray .leaflet-popup-content-wrapper{
	background: #f0c224;			
}
.customMix .leaflet-popup-tip,
.customMix .leaflet-popup-content-wrapper{
	background: #FFE3B3;			
}
/*
Fehler in der Konsole: Will-change memory consumption is too high. Bereinigt durch folgende Zeile:	>>> Hilft leider nicht	
*/
.leaflet-fade-anim .leaflet-tile, .leaflet-zoom-anim .leaflet-zoom-animated { 
	will-change:auto !important; 
}
#map{
	margin: 2%;
	margin-bottom:0.5%;
	margin-top:1%;
	height: 96%;
	min-height:520px;
	width: 95%;
	/* min-width:320px; */
	border: .1pt solid #ccc;
	border-radius: 5px;
	z-index: 1;	
}

/*-----------Datenschutzerklärung und Impressum--------------*/
.impressframe{  
    background:  #ececec;
    width:98%;
    margin: auto;
}
#impressframe{
    max-width:94%;
    background: white;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    margin: 0.5em;
    margin-left: 1em;
    padding:0.8em;
    font-size: 1.0em;
    font-family: "Helvetica", "Open Sans", sans-serif;
    font-weight: 400;      
}
#abschiedsgruss{
    width: 80%;
    font-size: 1.3em;
    font-weight: 400;  
    padding: 0.0em;
    margin: 0.1em;
    text-align:left;
}

/*---------------------ContactFormular----------------------*/

#dank{
    margin: 0em 0em 3em 1.9em;
}
.formContact {
  width: 98%;
  padding: 2em;
  position: relative;
  /* background-color: ; */
}
.introLine{
    text-align:right;
    width:100%;
}

.inputContact, .textaContact{
    margin: 0 0 1em 21%;
    padding: .2em .5em;
    width: 60%;
    background-color: #f1f1f1; 
} 
.labContact { 
    text-align: right;
    line-height: 1.5;
    width: 20%;
    position: absolute;
    left: 0;
    margin-left:0%;
}
.labContact::after {
    content: ": ";
}    
.butContact {
    margin-top: 0em;
    margin-left: 21%;
    width:34%;
    height:2em
}    
.headtext{
    margin:1.3em 1em 0.4em 0em;
    margin-left:2em;    
    font-weight:600;
    text-align:left;
} 
#inbetween{ 
    margin:0.8em 1.5em 0.2em 0em;
    margin-left:4.5em;  
}
.toCheck { 
    margin-top:1em;
    padding: .2em .5em;
    width: 60%;
    background-color: #f1f1f1;   
}

@media all and (max-width: 640px) {
    #titelContact{
        width:70%;
    }
    .inputContact, .textaContact{
      margin: 0 0 0.1em .5em;
      margin-top:3em;
      padding: .2em .5em;
      width: 70%;
      background-color: #f1f1f1; 
    }
    .labContact { 
      text-align: left;
      line-height: 1.5;
      width: inherit;
      position: absolute;
      left: 0;
      margin-left:2.3em;
      margin-top:0.2em;      
    }
    .labContact::after {
      content: ": ";
    }
    .butContact {
      margin-top: 0.5em;
      margin-left: 0.4em;
      height:2em;
      width:30%;
    }    
    .headtext{
        margin:1.3em 1.4em 0.4em 0em;
        margin-left:0.5em;  
        font-weight:600;
        text-align:left;
        width:70%;
    }   
    #inbetween{ 
        margin:0.8em 0.8em 0.2em 0em;
        margin-left:0.4em;  
        text-align:left;
    }
    .toCheck { 
      margin-top:2em;
      padding: .2em .5em;
      width: 70%;
      background-color: #f1f1f1;     
    }
}