p{color: rgb(0, 0, 139);}


.body{ background-color: rgb(255, 255, 255);
        /*background-image: url(hintergrund_index.jpg);*/
        background-attachment:fixed;
        background-size: 100%;
        margin: 0;}



/*########## HEADER ##########*/

.header{/*border-style: solid;
        border-width: 5px;
        border-color: blue;*/
        /*height: 75px;*/
        background-color: #444444;
        position: sticky;
        top: 0;
}

/*--  --*/
.headerbar{
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-style: solid;
  border-width: 1px;
  border-color: rgb(150, 91, 13);*/
  height: 35px;
  text-align: center;
}

.headerbar p{color: rgb(255, 255, 255);}

/*--  --*/
.headerbase{
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: rgb(255, 255, 255);
  }

/*--Sidenav--*/
.sidenavbutton{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidenav{
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 10px;
}
.sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
      }



/*--Logo--*/
.logo{  
  display: flex;
  justify-content: left;
  align-items: center;
  /*border-style: solid;
  border-width: 1px;
  border-color: bisque;*/
  width: 300px;
  }

/*--NAV Menue--*/
.menue{  
        /*border-style: solid;
        border-width: 1px;
        border-color: bisque;*/
        width: 100%;
}


nav ul{
        margin: 0;
        padding: 0;
}

nav li{
        display: inline;
        margin: 15px;
}

nav a{
        color: rgb(255, 254, 254);
        text-decoration: none;
        font-family: 'Courier New', sans-serif;
        font-size: x-large;
        font-weight: bolder;
}

nav a:hover{
        color: aqua;
}

/*--Homebutton*/
.home{
        display: flex;
        justify-content: center;
        align-items: center;
        /*border-style: solid;
        border-width: 1px;
        border-color: bisque;*/
        width: 100px;
}

/*--Log In Button*/
.login{ 
        /*border-style: solid;
        border-width: 1px;
        border-color: bisque;*/
        width: 150px;
        text-align: center;
}

.login a{color: rgb(255, 255, 255);
        font-family: 'Courier New', sans-serif;
        font-size: x-large;}

.login a:hover{
        background-color: green;
}



/*########## MAIN ##########*/

.main{
  /*display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;*/
  border-style: solid;
  border-width: 15px;
  /*width: 100%;*/
  /*height: 200px;*/
  border-color:green;
  /*margin: 0 auto;*/
}


.main2{
        display: flex;
        justify-content: center;
        /*width: 80%;*/
        margin: 0 auto;
        border-style: solid;
        border-width: 5px;
        border-color: coral;
}

.sidebar{border-style: solid;
                border-width: 5px;
                border-color: chartreuse;
                /*height: 200px;*/
                width: 250px;}


.content{
  display: flex;
               justify-content: center;
               align-content: space-around;
                /*align-items:flex-start;*/
        flex-direction: row;
        flex-wrap: wrap;

                border-style: solid;
                border-width: 5px;
                border-color: crimson;
                padding: 1px;
                width: 100%;
                /*height: 1000px;*/
}


.widgets{border-style: solid;
                border-width: 5px;
                border-color: blueviolet;
                height: 100px;
                width: 250px;}


.article{
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  border-style: solid;
  border-width: 1px;
  border-color: black;
  border-radius: 5px;
  width: auto;
  min-width: 30%;
  min-height: 150px;
  overflow-y: auto;
  overflow-x: auto;
  background-color: rgb(255, 255, 255, 0.8);
  padding: 15px;
  margin: 5px 0px 5px 0px;
  /*margin: 5px;*/
}
        

/*########## FOOTER ##########*/
.footer{display: flex;
        justify-content: center;
        position: sticky;
        bottom: 0px;
        border-style: solid;
        border-width: 5px;
        border-color: cornflowerblue;
        background-color: #444444;
}

.impressum{width: 300px;
        border-style: solid;
        border-width: 1px;
        border-color: aqua;
        /*margin: 0 auto;*/
}

.impro1{
        border-style: solid;
        border-width: 1px;
        border-color: aqua;
        width: 100%;}

.impro2{
        border-style: solid;
        border-width: 1px;
        border-color: aqua;
        width: 300px;}


/*@media (min-width: 0px) {
    body {background-color: #cc3399;
    }
}

@media (min-width: 576px){
    body {background-color: #339900;
    }
}

@media (min-width: 992px){
    body {background-color: #ccff33;
    }
}

@media (min-width: 1200px){
    body {background-color: #ff6600;
    }

}*/
