body{
background-color: #f4f4f4;
color: #555555;
font: normal 16px Arial, Helvetica, sans-serif;
line-height: 1.2em;
margin: 0;
}

html {
  font-size: 100%;
}


h1 {
  font-weight: bold;
  line-height: 1.5;  
  color: #3070B3;
}

p {
  margin: .5rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: grey;
  overflow: hidden;
  margin-bottom: 40px;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #3070B3;
  color: white;
}
* { box-sizing: border-box;}

/*galerie beginnt*/



.grid1 {
  position: relative;
  max-width: 1050px; /* Maximum width */
  margin: auto; /* Center it */
  padding-top: 3rem;
}

/* First the Grid */
.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: .2rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}

/* The Picture Frame */
.gallery-frame {
  padding: .2rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #f4f4f4;
  color: #d9d9d9;
}

/* The Images */
.gallery-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
}

.gallery-img:hover {
  opacity: .7;
}

/*social media fix me */
/* Style all font awesome icons */
.fa{
  position:fixed;
  top: 300px;
  left: 0px;
  size: 100px;
  background-color: pink;
}

.fa{
  padding: 15px;
  font-size: 15px;
  width: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
  }

/* Set a specific color for each brand */

/* Insta */
.fa-instagram {
  background: #3070B3;
  color: white;
}

/*end of social media fix me*/


/*quote*/

.quote {
  position: relative;
  max-width: 1075px; /* Maximum width */
  margin: auto; /* Center it */
  background-color: none;
  padding-bottom: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.quote p{
  font-weight: normal;
  line-height: 1.5;  
  color: black;
  font-size: 22px;
  text-shadow: none;
  text-align: center;
}

.quote h4{
  text-align: center;
}

.quote1 {
  text-align: center;
} 

/*alumni*/

/*ab hier pop up*/

.text {
  position: relative;
  max-width: 1000px; /* Maximum width */
  margin: auto; /* Center it */
  padding-bottom: 20px;
  padding-top: 20px;
  color: #3070B3;
}

#click{
  font-size: 16px;
  background-color: #3070B3;
  color: white;
  font-style: bold;
}
#content {
  display: none;

}
input[type="text"]{
    color: transparent;
    text-shadow: 0 0 0 #000;
    padding: 6px 12px;
    width: 350px;
    cursor: pointer;
}
input[type="text"]:focus{
    outline: none;
}
input:focus + div#content {
  display: block;
text}
/* STYLES SPECIFIC TO FOOTER  */


/*test team gallery

/*ab hier zweiter Versuch der Gallerie*/

* { box-sizing: border-box;}



/* First the Grid */
.gallery-grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 1.5rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}

/* The Picture Frame */
.gallery-frame {
  padding: .5rem;
  font-size: 1.2rem;
  text-align: center;
  background-color: #DFDFDF;
  color: black;
}

/* The Images */
.gallery-img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  transition: opacity 0.25s ease-in-out;
}

.gallery-img:hover {
  opacity: .7;
}

