* {
		margin: 0;
		padding: 0;
	}
	header {
		height: 80px;
		background-color: #50585B
	}
	nav {
		height: 55px;
    width: 100%;
		background-color: white;		
		line-height: 30px;

    z-index: 2;
    overflow: visible;
	}
	article {
		background-color: white
	}
    .festkleben {
        position: fixed;
        top: 0;
        width: 100%;
        opacity: 0.95;
 /* z-index: 10px;
  overflow: hidden;*/
        
    }
    .festkleben + article {
        padding-top: 30px;
    }


/* unvisited link */
      a:link {
      color: black;
      }
      /* visited link */
      a:visited {
      color: black;
      }
      /* mouse over link */
      a:hover {
      color: #F20E0E;
      }
      /* selected link */
      a:active {
      color: black;
      }



.link {
  width: 320px;
  border: 1px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 12px;
  background-image: white;
  margin: 0 auto;
}





.links {
  width: 320px;
  border: 1px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 10px;
  background-image: white;
  margin: 0;
}



.link_info {
  width: 620px;
  border: 1px solid grey;
  box-shadow: 1px 1px 1px #1;
  padding: 5px 10px;
  background-image: white;
  margin: 0 auto;
}


.dropbtn {
  background-color: white;
  color: black;
  opacity: 0.95;
  padding: 10px;
  font-family: Public Sans;
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  z-index: 2;
  overflow: hidden;
}

.dropdown {
  position: relative;
  display: inline-block;
  font-family: Public Sans;
  font-size: 20px;
  font-weight: none;
  z-index: 2;
  overflow: hidden;
}

.dropdown-content {
  display: block;
  position: absolute;
  background-color: red;
  min-width:280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
  overflow: hidden;
}


.dropdown-content a {
  color: black;
  padding: 2px 16px;
  text-decoration: none;
  display: block;
  z-index: 2;
  overflow: hidden;
}


.dropdown-content a:hover {background-color: black;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: black;}



.btn {
  background-color: white;
  font-family: Public Sans;
  color: black;
  border: none;
  padding: 12px;
  font-size: 20px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
}

.menuepunkt {background-color: white;} /* Weiß */
.menuepunkt:hover {background-color:  #ddd;}



.menue {
  width: 1900px;
  border: 0px solid #333;
  box-shadow: 1px 1px 1px #1;
  padding: 0px 0px;
  background-image: white;
  opacity: 0.95;
  margin: 0 auto;
}
