@font-face {
  font-family: 'Nunito Extra Bold';
  src: url('http://squashcomics.de/font/Nunito-ExtraBold.ttf')  format('truetype');
  font-weight: bold;
}

@font-face {
  font-family: 'Nunito Extra Bold Italic';
  src: url('http://squashcomics.de/font/Nunito-ExtraBoldItalic.ttf')  format('truetype');
  font-weight: italic;
}

body {
background-color: #f9c6ff;
  margin: 0;
  padding: 0;
}

/* --- TOP MENU --- */
.top-menu {
    width: 100%;
    border-bottom: 4px solid #000000;
    background: #FFFCFC;
    margin: 0;
    padding: 0.5rem 0;
}

.top-menu ul {
    list-style: none;
    display: flex;
    justify-content: space-evenly;  /* distributes items evenly */
    align-items: center;
    margin: 0;
    padding: 0;
}

.top-menu li {
    margin: 0;
    padding: 0;
}

.top-menu a {
    text-decoration: none;
    color: black;
    font-family: "Arial Rounded MT Bold", "Nunito Extra Bold", Arial, sans-serif;;
    font-size: 1rem;
}

.top-menu a:hover {
    text-decoration: underline;
}

/* --- TOP MENU END --- */

.title_squash {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 66px;
font-weight: bold;
}

@media only screen and (min-width: 900px) {
.text_squash {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 25px;
font-weight: bold;
}
}

@media only screen and (max-width: 900px) {
.text_squash {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 22px;
font-weight: bold;
}
}

@media only screen and (min-width: 1200px) {
.text_squash {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 33px;
font-weight: bold;
}
}

a.text_squash:link, a.text_squash:visited {
color: #6A5ACD;
font-family: "Nunito Extra Bold Italic", "Arial Rounded MT Bold", Arial, sans-serif;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-thickness: 3px;
}

a.text_squash:hover {
color: #7B68EE;
font-family: "Nunito Extra Bold Italic", "Arial Rounded MT Bold", Arial, sans-serif;
text-decoration-line: underline;
text-decoration-style: wavy;
text-decoration-thickness: 3px; 
}


@media only screen and (min-width: 900px) {
  #container{
  display: flex;
}
}

@media only screen and (max-width: 900px) {
  #container{
  display: block;
}
}

#titlebox{
margin: 2% auto 1% auto;
width: 100%;
height: 30%;
}

@media only screen and (min-width: 900px) {
#pagebox_de, #pagebox_en {
margin-left: 4%;
width: 40%;
}
}

@media only screen and (max-width: 900px) {
#pagebox_de, #pagebox_en {
margin-left: 4%;
width: 80%;
}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.line {
  display: block;
  margin-left: 5%;
  width: 50%;
}

#NameLink {
  display: block;
  margin-left: 4%;
}

.NameLink {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 30px;
line-height: 35px;
font-weight: bold;
cursor: pointer;
transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.NameLink:hover {
    letter-spacing: 0.2em;
    color: #22003f;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
}

.bio-content {
  display: none;
}

.bio-content.show {
  display: flex;
}

hr {
  
  border-style: solid;
  border-width: 2px;
  color: #22003f;
      }

#logos {
    float: left;
    width: 95%;
    display: flex;
    margin-left: 2%;
    padding-top: 4%;
    padding-bottom: 5%
}



.logoimg {
    display: block; 
    height: 8vw; 
    width: auto;
    left: 0;
    padding-left: 2%;
}

@media only screen and (min-width: 900px) {
.text_impress {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}
}

@media only screen and (max-width: 900px) {
.text_impress {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 12px;
font-weight: bold;
}
}

@media only screen and (min-width: 1200px) {
.text_impress {
color: #22003f;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 18px;
font-weight: bold;
}
}

#box_impressum {
margin-left: 4%;
width: 80%;
}

#box_link_impress {
    width: 96%;
    text-align: center;
    padding-bottom: 3%;
}

.link_impress {
text-decoration: none;
color: #f1f1f1;
font-family: "Nunito Extra Bold", "Arial Rounded MT Bold", Arial, sans-serif;
font-size: 18px;
font-weight: bold;
letter-spacing: 2pt;
}