body {
    min-height: 100%;
    background: #1e6899;
   font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
   letter-spacing: 0.05em;
   overflow-x: hidden;
   
}

.logo{
    width: 8em;
    padding-right: 2em;
    padding-bottom: 1em;
    margin-right: 10em;
    z-index: 1;
}


h1{
    color:lightcyan;
    font-size: 3.5em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 25%;
    background-color: lightsalmon;
    text-align: center;
}


h2{
    color:lightcyan;
    font-size: 2.2em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
    padding-left: 1em;
}


h3{
    color: #dfa01a;
    font-size: 1.5em;
    font-style: italic;
    padding-left: 1em;
    text-align: center;
}

h4{
    color:lightcyan;
    font-size: 2.2em;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

ul{
    position: relative;
}

a{ padding: 0px 2px 8px 20px;
    margin-right: 20px;
    text-decoration: none;
    font-size: 2em;
    color: #090f69;
    display: block;
    transition: 0.3s;
    text-decoration: underline;
    cursor:pointer;
  }
  
  a:hover {
      margin-top: 5px;
    color: #f1f1f1;
}


.unterg {
    font-size: 1em;
    margin-left:  1em;
}

#frame{
    margin-left: 15em;
    position: relative;
    width: 70%;
    height: max-content;
    padding: 0% 10% 5% 10%;
}

#innerFrameL{
    width: 50%;
    float: left;
}

#innerFrameR{
    width: 50%;
    float: right;
}


h5{
    margin-top: 1.5em;
    font-size: 2em;
    margin-bottom: 0.2em;
}

h6{
    margin-top: 1.5em;
    font-size: 1.5em;
    margin-bottom: 0%;
}

#comments{
    width: 100%;
    color:lightblue;
    line-height: 0%;
}

#comment{
    width: 100%;
}

.hidd{
visibility: hidden;
}





/* SIDEBAR -----------------------------------------------------*/
.sidebar {
    height: 100%; 
    width: 20em; 
    position: fixed; /* Stay in place */
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #1a0147;; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 2em; /* Place content 60px from the top */
    transition: 1s; /* 0.5 second transition effect to slide in the sidebar */
    letter-spacing: 0.1em;
    box-shadow: #818181;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
  }

  .sidebar a {
    padding: 0px 2px 8px 40px;
    margin-right: 20px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
      margin-top: 5px;
    color: #f1f1f1;
  }
.sidebar .sideGrundl {
      font-size: 15px;
      display:none;
  }

 .sidebar .sideLuftre {
    font-size: 15px;
    display:none;
}

.sidebar .sideMeteo {
    font-size: 15px;
    display:none;
}
  
  #hiddenSidebar{
      min-height: 100%;
      width: 50px;
      background: none;
      border: none;
      color: #818181;
      font-size: 1.7em;
      display: none;
  }

/* Für Kleine Bildschirme */
  @media screen and (max-width: 1024px){
    #frame{
        margin-left: 3em;
        width: 60%;
        height: max-content;
        padding: 0% 10% 5% 10%;
    }
    
    #innerFrameL{
        width: 100%;
    }
    
    #innerFrameR{
        width: 100%;
    }
    
    h1{
        color:lightcyan;
        font-size: 2em;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        margin: 15% 5% 10% 18%;
        background-color: lightsalmon;
        text-align: center;
    }

    h4{
        color:lightcyan;
        font-size: 1.2em;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        text-align: center;
    }
    
    
    a{ padding: 0px 2px 8px 20px;
        margin-right: 20px;
        font-size: 1.5em;
        color: #090f69;
        display: block;
        transition: 0.3s;
        text-decoration: underline;
        cursor:pointer;
      }
         
    .unterg {
        font-size: 0.6em;
        margin-left:  1.2em;
    }


    .sidebar a {
        padding: 0px 2px 8px 40px;
        margin-right: 20px;
        text-decoration: none;
        font-size: 15px;
        color: #818181;
        display: block;
        transition: 0.3s;
      }
    .sidebar .sideGrundl {
        font-size: 10px;
        display:none;
    }
  
    .sidebar .sideLuftre {
      font-size: 10px;
      display:none;
    }
  
    .sidebar .sideMeteo {
      font-size: 10px;
      display:none;
     }
    
}
