﻿a:link {color: #EAEAFA; text-decoration:none;}
a:visited {color: silver;}
a:hover {color: lightyellow;}
a:active {color: #EAEAFA;}


#fotoblok {
margin-left:auto;
margin-right:auto;
margin-top:10px;
width:50%;
max-width:50%;
}



.dropbtn {
/*    background-color: #4CAF50; */

background-color: #2F4F4F;

    color: white;
    padding: 8px;
    font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}



.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
   font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;
   background-color: gray;
}

@media only screen and (max-width: 1000px) {
#fotoblok { min-width: 99%; max-width: 99%;}

}