.camMove1 {
position: fixed;
top: 58px;
right: 13px;
width: 40%;
max-width: 200px;
height:62px;
background:#ffffff;
z-index: 2;
font-family: Arial;color: #5a566d;
}

.cammenuIconImg0 {
position: absolute;
}


.CammenuIconEinzeln {
height:62px;	
}

.Kamerabilder {
    position: relative;
    float: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    border: 1px solid black;
max-width: 45%;
    height: auto;
    box-shadow: 3px 3px 10px #a49c99, 3px 3px 10px #000000;

}


#cam_items {
    margin-top: 125px;
    display:flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}




@media only screen and (max-device-width : 480px)
{

.camMove1 {
height:53 !important;
top: 0px !important;
right: 0px !important; 
    box-shadow: none !important;
}

.CammenuIconEinzeln {
height:53px !important;	
}

    #cam_items {
    margin-top: 125px;
    display:flex;
    justify-content: space-evenly;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}


.Kamerabilder {
max-width: 90%;
    margin-bottom: 20px;
}
    
}
