a { 
text-decoration: none;
color: white;
background-size: auto 100%;
font-family: Arial;
font-size: 15px;
font-weight: bold;
}

a:hover { color: blue; 
}

.beschriftung {
 width: 170px;
 position: relative;
margin-left: 20px;
margin-right: 15px; 
margin-top: 20px;
margin-bottom: 20px;
font-size: 15px;
}

.slider {
    font-face: Tahoma;
    background-color: white;
    width: 75%;
}

.slider li {
color: white; }

.slider ul {
color: white; }

ul.bxslider {
color: white; }

.beschriftung span {
    background-color: silver;
    background-color: hsla(0, 0%, 20%, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px;
}


.beschriftung img { display: block;
border-radius: 5px;
 }

.beschriftung a {
color: white;
font-family: Arial;
font-weight: bold;
font-size: 15px; 
}

.beschriftung a:hover {
color: #02bcea; 
}

.beschriftung2 {
 width: 200px;
 position: relative;
margin-left: 20px;
margin-right: 15px; 
margin-top: 20px;
margin-bottom: 20px;
font-size: 10px;
}





.beschriftung2 span {
    background-color: silver;
    background-color: hsla(0, 0%, 20%, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
}

.beschriftung a:hover span {
background-color: hsla(0, 0%, 20%, 1);
}

.beschriftung2 img { display: block; }

.beschriftung2 a {
color: white;
font-family: Arial;
font-weight: bold;
font-size: 12px; 
}

.beschriftung3 {
 width: 200px;
 position: relative;
margin-left: 20px;
margin-right: 15px; 
margin-top: 20px;
margin-bottom: 20px;
font-size: 10px;
}

.beschriftung3 h3 {
    background-color: silver;
    background-color: hsla(0, 0%, 20%, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    text-align: left;
color: white;
}

.beschriftung3 a:hover h3 {
background-color: hsla(0, 0%, 20%, 1);
color: #02bcea;
}



.beschriftung3 span {
    position: absolute;
    left: 0;
    width: 100%;
  line-height: 1.5em;
    text-align: center;
}

.beschriftung3 img { display: block;
border-radius: 5px;
 }

.beschriftung3 a {
top: 0;
color: black;
font-family: Arial;
font-weight: bold;
font-size: 12px; 
}

.beschriftung3 a:hover {
color: #02bcea;
text-decoration: underline;
}

.beschriftung4 {
 position: relative;
font-size: 15px;
font-family: Arial;
font-weight: bold;
}


.beschriftung4 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 1.5em;
    text-align: left;
padding-left: 40px;
}

.beschriftung4 img { display: block;
border-radius: 5px;
 }

.beschriftung5 {
 width: 200px;
 position: relative;
margin-left: 20px;
margin-right: 15px; 
margin-top: 20px;
margin-bottom: 20px;
font-size: 10px;
}


.beschriftung5 span {
    position: absolute;
    left: 0;
    width: 100%;
  line-height: 1.5em;
    text-align: center;
}

.beschriftung5 img { display: block; }

.beschriftung5 a {
top: 0;
color: black;
font-family: Arial;
font-weight: bold;
font-size: 12px; 
}

.beschriftung5 a:hover {
color: #02bcea;
text-decoration: underline;
}

.beschriftung3:hover img,
.beschriftung3.hover img {
  opacity: 0.5;
}


@import url(https://fonts.googleapis.com/css?family=Raleway);
.snip1551 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 8px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #000000;
}

.snip1551 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.snip1551 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.snip1551 figcaption {
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  z-index: 1;
  border: 1px solid #ffffff;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.8);
}

.snip1551 h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 7px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 2px;
  display: inline-block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
  color: rgba(255, 255, 255, 0);
}

.snip1551 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1551:hover > img,
.snip1551.hover > img {
  opacity: 0.5;
}

.snip1551:hover h3,
.snip1551.hover h3 {
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  color: #ffffff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #02bcea;
    min-width: 135px;
background-color: hsla(0, 0%, 20%, 0.5);
   z-index: 1;


}

.dropdown-content a {
    color: black;
padding-left: 15px;
    text-decoration: none;
    display: block;
    text-align: left;
background-color: white;
font-size: 12px;
}

.dropdown-content a:hover {
color: #02bcea;

}

.dropdown:hover .dropdown-content {
    display: block;
}

ul {
    list-style-type: none;
   
    background-color: #02bcea;
}

li {
    float: left;
list-style-type: none;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
color: blue;
}

li.dropdown {
    display: inline-block;
padding: 0;
}

.fotos li {
color: black; }

.fotos ul {
color: black; }

.fotogalery {
background-color: white;
}

	
.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}


.sidenav {
    height: 100%;
    width: 0;
    position: absolute;
   z-index: 1;
    top: 0;
    left: 0;
    background-color: #02bcea;
 overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
float: left;

}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 60px;
    color: #white;
    display: block;
    transition: 0.8s;
}

.sidenav a:hover {
    color: blue;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 90px;
    margin-left: 50px;
}

a.cover {
color: black;
font-family: Arial;
font-weight: bold;
font-size: 15px; 
}

a.cover:hover {
color: #02bcea; 
}


@media screen and (max-height: 400px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}


.cover {
 width: 200px;
 position: relative;
margin-left: 20px;
margin-right: 15px; 
margin-top: 20px;
margin-bottom: 20px;
font-size: 15px;
}


.cover span {
    background-color: silver;
    background-color: hsla(0, 0%, 20%, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 2em;
    text-align: center;
border-bottom-left-radius: 5px; 
border-bottom-right-radius: 5px;
}


.cover img { display: block;
border-radius: 5px;
 }


