/* Erste Klasse, beste Klasse! */

.firstclass {
  width: 100%;
  height: 100%;
}


/* Linkleiste Navigation */
 
.navigation {
  display: block;
  float: right;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  z-index: 4;
}
 
.navigationtext {
  position: fixed;
  top: 2%;
  right: 2%;
  float: right;
  clear: right;
  font-family: paralucent, sans-serif; 
font-weight: 700; 
font-style: italic;
font-size: 200%;
z-index: 5;
}


/* Container für alles */

.containermain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
font-family: paralucent, sans-serif; 
font-weight: 700; 
font-style: italic;
font-size: 300%;
line-height: 150%;
z-index: 3;
padding-top: 20%;
}

.containermain2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
font-family: paralucent, sans-serif; 
font-weight: 700; 
font-style: italic;
font-size: 300%;
line-height: 150%;
z-index: 3;
}

.small {
font-size: 30%;
line-height: 90%;
}


/* Container fürs Logo */

.logoclass {
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
margin-top: -13%;
margin-bottom: 5%;
z-index: 2;
min-width: 40%;
min-height: 40%;
max-width: 70%;
max-height: 70;
}


/* Links */
 
a:link {
  color: inherit;
  text-decoration: none;
}
 
a:visited {
color: inherit;
text-decoration: none;
}
 
a:hover {
color: inherit;
text-decoration: none;
}
 
a:active {
color: inherit;
text-decoration: none;
}