body {
  height: 100%;
  font-family: Verdana;
  background-image: linear-gradient(to top, #1A1A1A , #FFFFFF);
  margin: 0;
}

.topnav {
  overflow: hidden;
  background-color: #333333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 25px;
}

.topnav a:hover {
  background-color: rgba(255,255,255,0.5);
  color: white;
  cursor: pointer;
  transition: transform 0.25 ease-in-out;
  transform: scale(1.05);
}

.footernav {
  bottom: 0;
  width: 100%;
  overflow: hidden;
  border-top: 2px solid white;
}

.footernav a {
  float: right;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.footernav a:hover {
  background-color: rgba(255,255,255,0.5);
  color: white;
  cursor: pointer;
  transition: transform 0.25 ease-in-out;
  transform: scale(1.05);
}


.midcolumn {
  padding: 20px;
  text-align: center;
  margin-top: 20px;
}

.midcolumn a {
  font-size: 25px;
  text-align: justify;
  text-decoration: none;
  color: white:
}

h1 {
  width: 70vw;
  margin: 0 auto;
  font-size: 100px;
  text-decoration: bold;
  color: #333333;
  margin-top: 70px;
  margin-bottom: 150px;
  text-shadow: 2px 0px 100px rgba(0,0,0,0.1);
  text-align: center;
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 60px;
  }
}


h2 {
  font-size: 100px;
  color: #333333;
  margin: 80px;
  text-shadow: 2px 0px 100px rgba(0,0,0,0.1);
  text-align: center;
}


h3 {
  font-size: 100px;
  color: rgba(41,41,41);
  margin: 80px;
  text-shadow: 2px 0px 100px rgba(0,0,0,0.1);
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .projekte {
    width: 70vw;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  table {
    width: 80vw;
  }
}


@media only screen and (max-width: 600px) {
  h3 {
    font-size: 70px;
  }
}

table {
  border-radius: 5px;
  width: 90%;
  text-align: center;
  margin: 50px;
  margin-left: auto;
  margin-right: auto;
  height: 25%;
  padding: 10px;
  padding-left: 100px;
  padding-right: 100px;
  border-spacing: 100px;
}

td {
  margin: 20px;
  border-radius: 5px;
  border-bottom: 2px;
}

td a{
  text-decoration: none;
  color: white;
  text-decoration: bold;
}

.team {
  font-size: 20px;
  background-color: rgba(31,31,31,0.9);
  color: white;
  border-radius: 10px;
  border-bottom: 2px;
  padding: 15px;
}

.team:hover {
  transform: scale(1.05);
  transition: transform 0.2s ease-in-out;
  cursor: pointer;
}

.projekte {
  padding: 100px;
  padding-top: 0px;
  margin-bottom: 700px;
}

.step {
  float: left;
  background-color: rgba(255,255,255,0.2);
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: 200px;
  padding-bottom: 40px;
  padding-top: 25px;
}

.step p{
  font-size: 30px;
  color: white;
  padding-bottom: 100px;
}

.step:hover{
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.step a{
  text-decoration: none;
  color: white;
  background-color: #333333;
  padding: 10px;
  border-radius: 20px;
}

.step a:hover {
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
}

.swe {
  float: right;
  background-color: rgba(255,255,255,0.2);
  border-radius: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-right: 200px;
  padding-bottom: 40px;
}

.swe p{
  font-size: 30px;
  color: white;
  padding-bottom: 100px;
}

.swe:hover{
  transform: scale(1.05);
  transition: 0.2s ease-in-out;
}

.swe a{
  text-decoration: none;
  color: white;
  background-color: #333333;
  padding: 10px;
  border-radius: 20px;
}

.swe a:hover {
  background-color: rgba(255,255,255,0.1);
  cursor: pointer;
}

h4 {
  font-size: 70px;
  color: white;
  text-decoration: bold;
  padding-bottom: 25px;
}

h5 {
  font-size: 70px;
  color: white;
  text-decoration: bold;
}

