.bilderbox{
    position: relative;
    float: left;
    width: 19%;
    margin: 0.5%;
    
}

.bilderbox img{
    
    width: 100%;
    
}

.csc-firstHeader{
    margin: 25px 0 0 0;
    color: black;
}

#footer a{
    text-decoration: none;
}

.bilderbox a.hidden{
    display: none;
    position: absolute;
    top: 35%;
    background: dimgrey;
    padding: 5%;
    border-radius: 100%;
    color: white!Important;
}

.bilderbox a.hidden:hover{
    cursor: pointer;
    background: white;
    color: dimgray!Important;
}

.bilderbox:hover a.hidden{
    display: block;
}

.bilderbox a.del{
    right: 20%;
}

.bilderbox a.edit{
    left: 20%;
}


.bilderbox a.right{
    top: 40%;
    background: none!Important;
    right: 0;
    padding: 0;
}

.bilderbox:last-of-type a.right{
    display: none;
}

.bilderbox a.right i{
    font-size: 35px;
}


.bilderbox a.left{
    top: 40%;
    background: none!Important;
    left: 0;
    padding: 0;
}

.bilderbox:first-of-type a.left{
    display: none;
}

.beins a.left{
    display: none!Important;
}

.bilderbox a.left i{
    font-size: 35px;
}

#neuesBild{
    display: block;
    width: 150px;
    margin: 20px auto;
    padding: 15px;
    color: red;
    border-radius: 10px;
    text-align: center;
    background: white;
}

#neuesBild:hover{
    cursor: pointer;
    color: white;
    background: red;
}


#links a{
    display: block;
    margin: 0 3px;
    float: left;
    cursor: pointer;
}

#newImg{
    display: none;
}

.gastinput{
    display: block;
    width: 90%;
    margin: 0 auto 20px auto;
    height: 25px;
}

#links{
    background: white;
    width: 750px;
    margin: 25px auto;
    -webkit-box-shadow: #000 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}

#gallerie{
    padding-top: 4px;
}

.fkill{
    clear: both;
}

#infoschleier{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../bilder/inc/schleier.png);
    background-repeat: repeat;
    z-index: 90;
}

#infoschleier .infocloser{
    display: block;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

#infoBox{
    position: fixed;    
    margin: 0 auto;
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 25px;
    z-index: 90;
    -webkit-box-shadow: #000 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
}


#infoBox button:hover{
    background-color: #5EBB4A;
}

#infoBox button.zwei:first-of-type{
    margin-left: 140px;
}

#infoBox button.drei{
    display: inline-block;
    border: none;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #9E483E;
    border-radius: 0.5em;
    color: white;
    text-align: center;
    cursor: pointer;
    margin-left: 10px;
    font-size: 1.2rem;
}

#infoBox button.drei:first-of-type{
    margin-left: 45px;
}

#infoBox h1{
    color: #9E483E;
    padding: 20px 0 20px 0;
    font-size: 30px;
    text-align: center;
}

#infoBox p{
    color: gray;
    text-align: center;
    font-size: 1.125rem;
    padding-bottom: 10px;
}

/* ====================== Menu ====================== */

#galNavi{
    margin: 30px auto;
    width: 100%;
}

#galNavi ul{
    list-style-type: none;
    text-align: center;
    padding: 0;
}


#galNavi ul li{
    display: inline-block;
    padding: 10px;
}



#galNavi ul li a{
    text-decoration: none;
    font-size: 20px;
    color: black;
}



#galNavi ul li a:hover{
    text-decoration: underline;
    cursor: pointer;
}


#galNavi .editkat i{
    font-size: 15px;
    padding-left: 10px;
}




/* ------------------------------------------------------------------------
                  kleiner 950px                                       
   ------------------------------------------------------------------------*/
@media only screen  and (max-width : 1400px) and (min-width : 1101px) {
    
   .bilderbox{
        width: 24%;
        margin: 0.5%;

    }

    
} /* Ende media */

@media only screen  and (max-width : 1100px) and (min-width : 751px) {
    
   .bilderbox{
        width: 31.33%;
        margin: 1%;

    }

    
} /* Ende media */

@media only screen  and (max-width : 750px){
    
   .bilderbox{
        width: 47%;
        margin: 1.5%;

    }

    
} /* Ende media */

















