
body,html {
   padding:0;
   margin:0;
   top:0;
   left:0;
   width: 100%;
   height: 100%;
   font-size: 16px;
   color: black;
}
h1, h2, h3, h4, a{
  color: #004284;
}
h1, h2, h3, h4{
  margin-bottom: 20px;
  margin-top: 20px;
}
/*-------------------------------------------------------*/



a:hover {
    color: lighgrey;
}

.wrapper {
    display: flex;
    width: 100%;
}


#sidebar a, #sidebar a:hover, #sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.buttonnav {
   position: fixed;
   top: -5px;
   margin-left: -68px;
   height: 35px;
   width: 35px;
   opacity: 0.6;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    /*background: #d8ffbf;*/   /*hier*/
    color: #505050; /* dunkles Grau Schriftfarbe komplett*/
    transition: all 0.3s;
    background-image: url("../img/5backgroundtransparent.png");
    background-color: #bff8ff;
    background-size: cover;
    background-blend-mode: multiply;
}

@supports (-ms-ime-align:auto) {
    #sidebar{
           background-image: url("../img/backgroundtransparent.png");
         }
} /*workaround for microsoft edge browser - background image was shown in different coloring*/

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul li a {
    padding: 10px;
    padding-left: 1.1em;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    background: #73f0ff;       /*rgba(0,66,132,0.4); /*Dunkelblau in Hex #004284*/
}

#sidebar ul li.active{
    background: blue;
    color: #fff;}

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

.row {
    padding: 10px;
    }

.search_button {
    background-color: #004284;
    color: white;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #004284;
}
/*paging*/
.paging_button_active {
    background-color: #004284;  /*blue:#004284,hover-green:#b9ff8c,sidebar-green:#d8ffbf*/
    border: 1px solid lightgrey;
    border-radius: 5px;
    color: white;
    padding: 10px 10px;
    text-align: center;
    margin-top: 5px;

}

.paging_button_inactive {
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
    color: black;
    padding: 10px 10px;
    margin-top: 5px;
}
/*paging*/

#thmannheimlogo {
    padding: 5px;
    width: 200px;
    height: auto;
    margin-right: 10px;
}

#dmelogo {
    width: 110px;
    height: auto;
    margin-top: 10px;
    margin-left: -10px;
}
#jcelogo {
    padding: 5px;
    width: 120px;
    height: auto;
}
#ubflogo {
    padding: 5px;
    width: 95px;
    height: auto;
    margin-top: -5px;
}
#jeulogo {
    padding: 5px;
    width: 130px;
    height: auto;
    margin-top: -5px;
}
#euprologo {
    padding: 5px;
    width: 126px;
    height: auto;
    margin-top: 3px;
    }

#picturemargintop30 {
    top: 30px;
    z-index: -1;
}

.header-logos{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*JudaicaLink Logo*/
.logo {
  width: 200px;
}
/*JudaicaLink Logo*/


/*FID Logo oben rechts*/
.logofid {
  width: 215px;
  }
/*FID Logo oben rechts*/
.logofidfooter {
    width: 160px;
    }


.footer-logos {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}

.footer-content{
    margin-top: 30px;
    font-size: 17px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;

}
.footer-content a{
    color: grey;
}
.footer-content a:hover{
    text-decoration:underline;
}
pre{
    color:grey;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.container-fluid {
margin-top: -30px;}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
/*@media (max-width: 1000px) wenn kleiner als 1000px oder =1000px dann...*/

@media (max-width: 540px){
    .row{
        padding: 0px;
    }
    .logo {
        width: 150px;
        margin-top: 5px;
        margin-left: 50px;
    }
    .header-logos{
        margin-left: -5%;
        margin-top: 10px;
    }

    footer-content {
        font-size: 12px;
    }

    h1, h2, h3, h4{
        margin-bottom: 15px;
        margin-top: 10px;
    }
    h1 {
        font-size: 33px;
    }

    #sidebar {
        margin-left: -100%; /*davor -250px*/
        width: 100%;        /*250px*/
        position:fixed;
        text-align: center;
        font-size: 16px;
    }

    #sidebar.active {
        margin-left: 0px;
        height: 100%;
    }

    #sidebar ul li a {
        padding-left: 0;
    }

    .buttonnav {                    /*evtl. hier buttonnav vgl. labs*/
        z-index: 1000;
        top: 1%;  /*Button außen*/
        right: 5%;
        height: 40px;
        width: 40px;
        opacity: 1;
    }

    body,html {
        font-size: 14px;
    }

    #sidebarCollapse span {
        display: none;
    }
    pre {
        font-size: 13px;
    }
    #content {
        width: 100%;
        padding: 10px;
        margin-top: 20px;
    }

}

@media (max-width: 768px) {
    .logo {
        width: 170px;
        margin-left: 10px;
    }

    #content {
        padding: 10px;
        margin-top: 20px;
    }

    .buttonnav {                    /*evtl. hier buttonnav vgl. labs*/
        margin-left: -38px;  /*Button außen*/
    }
}

@media (max-width: 992px) {
    .logo {
    width: 180px;
    }

    .logofid {
    width: 195px;
    }
}
@media (max-width: 1200px){
    #content {
        padding-left: 15px;
        padding-right: 0px;
    }
    .buttonnav {                    /*evtl. hier buttonnav vgl. labs*/
        margin-left: -42px;  /*Button auÃŸen*/
    }
}


