
@import 'global.css';

/************* Hintergrund der Präsentation *************/
body {
   width:100vw;
   height:auto;
   padding:0px;
   margin:0px;
   background-color:rgba(77, 77, 77, 1);
   background-position:center middle;
   background-repeat:no-repeat;
   background-attachment:fixed;
   font-family: var(--me-FontFamily), var(--me-FontFamilyAlt);
}

#MasterContainer {
    display:block;
    float:left;
    width:auto;
    height:auto;
    border:0px solid black;
    overflow:visible;
}

/*auch für die Kleinsten:*/
/************* Die Einleitung *************/
#IntroHead {
   width:100%;
   background-color:white;
   height:4.5rem;
   overflow:visible;
}

#IntroNavigation {
   position:relative;
   background-color:white;
   float:left;
   display:block;
   overflow:visible;
}

#IntroLogo {
   position:absolute;
   float:left;
   display:block;
   text-align:center;
   background-color:#fff;
   left: calc(100% - 20rem);
   padding:10px;
   color:#000;
   border:0px solid black;
   width:16rem;
   height:4.0rem;
   overflow:hidden;
}

#LogoZeile1 {
   font-family:'MS Sans Serif', sans serif;
   color:red;
   text-shadow:grey 1px 1px;
   font-size:1.8rem;
   font-weight:bold;
}

#LogoZeile2 {
   font-family:'MS Sans Serif', sans serif;
   color:black;
   font-size:1rem;
   font-weight:500;
}

#PictureTitle {
   position:relative;
   float:left;
   display:block;
   padding:0px;
   border:0px solid black;
   height:auto;
   width:100%;
   overflow:hidden;
}

#InfoLeiste {
   display:flex
   position:relative;
   float:left;
   text-align:center;
   background-color:#fff;
   padding:0px;
   border:0px solid black;
   height:auto;
   width:100%;
   overflow:hidden;
}

/***********************************************/
@media only screen and (min-width:576px)
/***********************************************/

/***********************************************/
@media only screen and (min-width:768px)
/***********************************************/

/***********************************************/
@media only screen and (min-width: 992px)
/***********************************************/

