#languages {
  position: fixed;
  top: 0;
  right: 12px;
  z-index: 2;
  background: #fafafa;
  padding: 6px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: normal;
}
#languages * {
  color: #404040;
}
#languages a {
  margin-right: 10px;
  vertical-align: top;
}
#languages a.flag {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  font-size: 0;
}
#languages a.flag:last-of-type img {
  margin-left: 6px;
}
#languages img {
  width: 32px;
}
#languages a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 700px) {
  #languages {
    box-shadow: none;
    right: 5px;
  }
}
body > footer {
  z-index: 1;
  min-height: 36px;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  /*
      >*{
          font-size: inherit;
      }
  */
  position: sticky;
  backdrop-filter: blur(8px);
  box-sizing: border-box;
  /*
      .eu{
         height: 20px;
         vertical-align: middle;
      }
  */
}
body > footer a {
  color: inherit;
  font-size: inherit;
  text-decoration: underline;
}
body > footer > div {
  margin: 0 auto;
  display: inline-grid;
  grid-template-columns: max-content max-content;
}
body > footer .contact {
  color: #404040;
  font-size: 13px;
  line-height: 34px;
}
body > footer .socialLinks {
  font-size: 0;
  padding-top: 7px;
}
body > footer .socialLinks a {
  filter: grayscale(1) brightness(1.2);
  margin: 0 5px 0 0;
  font-size: 0;
}
body > footer .socialLinks a img {
  vertical-align: middle;
  height: 22px;
  cursor: pointer;
}
body > footer .socialLinks a.x img {
  height: 18px;
}
body > footer .socialLinks a.reddit img {
  transform: translateY(-2px);
  filter: grayscale(1) brightness(0.6);
}
body > footer .star {
  display: inline-block;
  padding: 0 5px;
  font-size: 15px;
  vertical-align: baseline;
  color: #d0d0d0;
}

@media screen and (min-width: 1200px) {
  body > footer .star {
    padding: 0 30px;
  }
}
@media screen and (max-width: 700px) {
  body > footer {
    background: white;
    padding: 10px 5px;
    line-height: 25px;
    position: relative;
  }
  body > footer > div {
    display: block;
  }
}
* {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #404040;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-width: 0;
}

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
}
#logo img {
  height: 50px;
}

h1 {
  margin-bottom: 30px;
}

h1 {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 34px;
  font-size: 38px;
  color: #303030;
}

h3 {
  font-family: "Abel", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 34px;
  font-size: 32px;
  color: #303030;
}

section font {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}

html {
  min-height: 100%;
}

body {
  background: #f0f0f0;
  padding: 50px 10px 0 10px;
}

/*
p strong{
    font-weight: bold;
    color:white;
    background: #404040;
    padding: 0px 3px;
    border-radius: 3px;
    transform: rotate(-2deg);
    display: inline-block;
}
*/
body.tutorials .tutorials {
  padding-top: 50px;
  max-width: 1040px;
  margin: 0 auto;
}
body.tutorials .tutorials ul {
  margin-bottom: 50px;
}
body.tutorials .tutorials ul li {
  display: inline-block;
  margin: 10px;
}
body.tutorials .tutorials ul li img {
  border-radius: 8px;
  outline: 1px solid #bbbbbb;
}
body.tutorials .tutorials ul li p {
  color: #606060;
  font-size: 18px;
}
body.tutorials .tutorials ul li:hover img {
  outline: 1px solid #ff33cc;
}
body.tutorials .tutorials ul li:hover p {
  color: #ff33cc;
}
body.tutorials .tutorials .german {
  max-width: 1090px;
  margin: 0 auto;
  margin-bottom: 50px;
  padding-left: 20px;
}
body.tutorials .tutorials .german .button {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 6px;
  padding: 4px 8px;
}
body.tutorials .tutorials .german img {
  vertical-align: top;
  margin-right: 4px;
  height: 20px;
}

@media screen and (max-width: 700px) {
  body {
    padding: 80px 0 0 0;
  }
  #logo {
    top: 40px;
  }
  #logo img {
    height: 30px;
  }
  body.tutorials .tutorials {
    max-width: 320px;
  }
  body.tutorials .tutorials ul {
    margin-bottom: 40px;
  }
  body.tutorials .tutorials ul li {
    margin: 10px 0;
  }
}