a:link {text-decoration: none; color: #585f0f}
a:visited {text-decoration: none}
a:hover {text-decoration: none; background-color: #c6eaea}
a:active {text-decoration: none; background-color: #484e4e}




#inhalt {width: 900px; margin-left: auto; margin-right: auto; font-family: "fantasy", "arial"; letter-spacing: 4px}

#Logo {text-align: center; font-size: 270%; color: #484e4e;padding-top: 5px; font-family: "fantasy"; letter-spacing: 4px}

#navigation {text-align: left; font-size: 150%; letter-spacing: 5px; padding-bottom: 15px;}

#Bild {text-align: center}

#Text {text-align: center;font-size: 110%; color: #484e4e; font-family: "arial"; letter-spacing: 1px;padding-top: 10px; padding-bottom: 5px}

#footer {text-align: center; font-size: 100%}

p {align-content: left; font-size: 100%; letter-spacing: 2px; padding-top: 5px; padding-right: 20px}

.nav {background-color: #FFFFFF; font-size: 170%; padding: 1}
.container {width: 900px; background-color: #FFFFFF}
.navbar-nav {margin: 5px 2px; width: 900px
}


hr1 {font-size: 150%; letter-spacing: 5px}

footer  {
	text-align: center;
	margin: 0.1%;
}

footer img {
    text-align: center;
    font-size: 100%;
	margin: 5;
    width:inherit;
}

.navbar navbar-default navbar-static-top

li {float: left;}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 5px 2px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {background-color: #FFFFFF}

li.dropdown {display: inline-block;}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color: #484e4e;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 60%;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: gainsboro}

.dropdown:hover .dropdown-content {
    display: block;
}

#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}

@keyframes zoom {
    from {transform: scale(0.1)} 
    to {transform: scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}