


/* = = = = = = = = = = = = = = = = = datei boxfenster.css = = = = = = = = = = = = = = = = = = = = = = = = = */


/* -------------------------------------- */
/* diese datei enthält  die BOX-FENSTER mit box-fenster-öffnen/schliessen-funktionen */
/* -------------------------------------- */





/* ############################################################ */
/* INFO-FENSTER */
/* ############################################################ */

/* - - - - - INFOFENSTER FORMATIERUNG - - - - - */

.schalter  {position:relative; }


#boxfenster-home ,
#boxfenster-primus1 ,
#boxfenster-primus2 ,
#boxfenster-primus3 ,
#boxfenster-secundus ,
#boxfenster-tertius ,
#boxfenster-quartus,
#boxfenster-quintus ,
#boxfenster-sextus,
#boxfenster-impressum ,
#boxfenster-datenschutz ,
#boxfenster-disclaimer  {display:block;
font-size:15px;
position:fixed;
top:0;
left:0;
overflow:auto;
box-shadow: 0 0 1px black;
text-align:left;
font-size:1.7rem;
line-height:2.5rem;
height:100vh;
width:100vw;
margin-top:-260vh;
overflow:hidden;
}

.boxinhalt {display:block;overflow:auto;position:relative;
background:#ECEFF1;
color:#000;
height:100%;
padding:7rem 2.5rem 2rem 2.5rem ;
margin:0;
}

.boxinhalt    h1, .boxinhalt   h2, .boxinhalt   h3  {
color:#000;
}

.boxinhalt a {
color:#000;
}

/* - - - schließen-schalter für box-fenster -  - - - */

.schalter label.button-close {display:table;
position: absolute;
top:1rem;right:0%;
z-index:3;
cursor:pointer;
background:transparent;
text-align:center;
width:100%;vertical-align:middle;
}


/* - - - icons  -  - - - */

.schalter  .fas {position:fixed;
display:table-cell;vertical-align:middle;
color:#dca394;
margin:0rem -2rem;
padding: 0;
font-size:3.5rem;
width:4rem;
height:4rem;
line-height:4rem;
}

.schalter .fas:hover  {
color:#78909C;
}


/* - - - toggle-funkton mit CHECKED- - - */


/* - checkbox versteckt - */
input[type=checkbox]{
display: none;
}


/* - fenster - ereignis nach klick - */
input#open-info-home:checked ~ #boxfenster-home,
input#open-info-primus1:checked ~ #boxfenster-primus1,
input#open-info-primus2:checked ~ #boxfenster-primus2,
input#open-info-primus3:checked ~ #boxfenster-primus3,
input#open-info-secundus:checked ~ #boxfenster-secundus,
input#open-info-tertius:checked ~ #boxfenster-tertius,
input#open-info-quartus:checked ~ #boxfenster-quartus,
input#open-info-quintus:checked ~ #boxfenster-quintus,
input#open-info-sextus:checked ~ #boxfenster-sextus,
input#open-info-impressum:checked ~ #boxfenster-impressum,
input#open-info-datenschutz:checked ~ #boxfenster-datenschutz,
input#open-info-disclaimer:checked ~ #boxfenster-disclaimer {
z-index:4;
margin:0;background:rgba(0,0,0,.6);
ANIMATION:einblenden 1s linear;
}


/* ############################################################ */
/* M E D I A   Q U E R I E S - RESPONSIVE-BILDSCHIRMABFRAGEN*/
/* ############################################################ */


/* ==================================== ab 640 pixel ================================== */

@media (min-width: 640px) {

/* fenster-schliessen-button wird neu positioniert */
.schalter label.button-close {top:2rem;right:3rem; width:auto; }

.boxinhalt {padding:2rem 2.5rem 2rem 2.5rem ; }


}


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

.boxinhalt {
width:80rem;
height:84vh;margin:0 auto;
margin-top:8vh;
margin-bottom:8vh;
}

}


/* = = = = = = = = = = = = = = = = = = = = = Code Ende = = = = = = = = = = = = = = = = = = = = = */