/*************************** Pop UP Start ************************/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default (block für Anzeige) */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* 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.4); /* Black w/ opacity */
  animation:opac 2.0s}@keyframes opac{from{opacity:0} to{opacity:1}
}

/* Modal Content */
.modal-content {
  background-color: #ffffff;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #222222;
  float: right;
  font-size: 48px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/*************************** Home Button *************************/

.logo-projekt {
   width:700px;
   height:500px;
}

.logo {
   width:250px;
   height:100px;
}

.logo-navigation {
   width:200px;
   height:100px;
}

/*************************** Navigtation **************************/

.home-button-home {
   width:50px;
   height:50px;
}

.home-button-navigation {
   width:50px;
   height:50px;
}

.home-button-location {
   width:45px;
   height:45px;
}

/*************************** Footer *******************************/

.footer-button-route {
   width:200px;
   height:150px;
}

.footer-button-telefon {
   width:350px;
   height:180px;
}

.footer-button-mail {
   width:400px;
   height:150px;
}

.footer-button-facebook {
   width:400px;
   height:150px;
}

.footer-button-instagram {
   width:400px;
   height:150px;
}

.footer-button-twitter {
   width:400px;
   height:150px;
}

.footer-button-youtube {
   width:400px;
   height:150px;
}

/*************************** Link *********************************/

.icon-link {
   width:20px;
   height:20px;
}