body {
  margin: 0;
  font-family: 'Arimo', Arial, sans-serif;
  background: #1c2e36;
  color: #ccc;
  overflow-x: hidden;
  text-transform: lowercase;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:active {
  outline: 0 none;
}

#allcontent.ie_alert {
  margin: 120px 4%;
  text-align: center;
  text-transform: none;
}

div#examples>div p.contributors a {
  text-transform: none;
}

header.collapse {
  height: 70px;
}

header,
footer {
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 1;
  background: rgba(28, 46, 54, 0.9);
  padding: 0 5%;
}

header {
  height: 140px;
  line-height: 74px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border: #ccc 2px solid;
  border-top: none;
  width: calc(90% - 4px);
  flex-wrap: wrap;
  transition: 0.1s;
  overflow: hidden;
  text-transform: none;
}

header:hover {
  height: 140px;
  transition: 0.1s;
}

footer {
  border-top: #ccc 2px solid;
  width: 90%;
  line-height: 36px;
  bottom: 0;
}

div#examples>div h2 i,
header span#en_langSwitch,
header span#de_langSwitch {
  -webkit-user-select: none;
  /* Safari 3.1+ */
  -moz-user-select: none;
  /* Firefox 2+ */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Standard syntax */
  cursor: pointer;
}

header span#en_langSwitch {
  display: none;
}

header a#pdf_link {
  cursor: pointer;
}

header a#pdf_link span {
  text-decoration: underline;
  display: inherit;
}

header>div {
  height: 50px;
}

header>div:last-child {
  width: 100%;
  height: 90px;
  line-height: 1.6;
  margin-top: 14px;
}

div#examples {
  padding: 166px 0 14px 0;
  display: flex;
  min-height: 100%;
  position: absolute;
  width: 100vw;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}

div#examples>div {
  width: 42.5%;
  border-radius: 12px;
  border: #ccc 2px solid;
  /*
  min-height: 320px;
  */
  min-height: 568px;
  margin-bottom: 48px;
  align-self: stretch;
  overflow-y: hidden;
  background-size: cover;
  position: relative;
}

@media (min-width: 769px) {
  div#examples>div:nth-child(odd) {
    margin-right: -2.4%;
  }

  div#examples>div:nth-child(even) {
    margin-left: -2.4%;
  }

  div#examples>div:hover {
    background: #000;
    color: #0f0;
  }

  header span#de_langSwitch:before {
    content: "zu ";
  }

  header span#de_langSwitch:after {
    content: " wechseln";
  }

  header span#en_langSwitch:before {
    content: "change to ";
  }
}

div#examples>div div.bg {
  position: absolute;
  bottom: 0;
  height: calc(100% - 47px);
  width: 100%;
  display: none;
}

div#examples>div div.bg iframe {
  width: 100%;
  height: 100%;
  padding-bottom: 4px;
  border: 0 none;
  background: #ccc;
  overflow-x: hidden;
}

div#examples>div div.bg img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  background: #ccc;
}

div#examples>div div.bg img.mobil_cover {
  object-fit: cover;
}

div#examples>div div.bg.show {
  display: block;
  background: #ccc;
}

@keyframes in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

div#examples>div div.bg>div.cover {
  background: #ccc;
  -webkit-animation: in .25s ease-in;
  animation: in ease-in .25s 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #1c2e36;
  font-size: 2vw;
}

div#examples>div div.bg>div.cover>i {
  margin: auto;
}

div#examples>div h2 {
  background: #ccc;
  color: #1c2e36;
  line-height: 48px;
  margin-top: 0;
  padding: 0 8px;
  text-transform: none;
}

div#examples>div h2 i {
  float: right;
  line-height: inherit;
}

div#examples>div h2 i.fa-file-text-o {
  padding-left: 6px;
}

div#examples>div p.how_to_use span,
div#examples>div p.contributors span,
div#examples>div ul.description span,
div#examples>div p.description span {
  width: 100%;
}

div#examples>div p,
div#examples>div ul {
  font-family: 'Source Code Pro', monospace;
  margin: 16px 8px;
  overflow-wrap: break-word;
}

div#examples>div ul {
  list-style-type: none;
  margin-left: 0;
  padding-left: 24px;
}

div#examples>div ul li.dash:before {
  content: "- ";
  margin-left: -16px;
  position: absolute;
}

div#examples>div ul li:not(.dash) {
  margin-left: -16px;
}

div#examples>div p:not(.subtitle):not(.how_to_use):not(.contributors):not(.description) {
  text-align: right;
}

div#examples>div ul li.inline_title:after,
div#examples>div p span.inline_title:after {
  content: ":";
}

div#examples>div ul li.inline_title,
div#examples>div p span.inline_title {
  text-align: left;
}

div#examples>div p span.inline_title {
  float: left;
}

div#examples>div ul li.inline_title {
  margin-left: -16px;
}

div#examples>div a:not(.inline_title):not(:nth-child(2)):before,
div#examples>div p span:not(.inline_title):not(:nth-child(2)):before {
  content: " / ";
}

@media (max-width: 768px) {
  div#examples>div {
    width: 100%;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }

  div#examples>div ul,
  div#examples>div p {
    font-size: 4vw;
  }

  div#examples>div h2 {
    line-height: 15vw;
    margin-top: 0;
    padding: 0 2.5vw;
    font-size: 5vw;
  }

  div#examples>div h2 i {
    font-size: 6.4vw;
  }

  div#examples>div div.bg {
    height: calc(100% - 18vw);
    border-bottom: #ccc 4vw solid;
    text-align: center;
  }

  div#examples>div div.bg iframe,
  div#examples>div div.bg img {
    width: calc(100% - 4px);
  }

  div#examples>div.show_container {
    max-height: 100vh;
  }

  div#examples {
    padding-top: 96px;
  }

  header {
    max-height: 70px;
  }

  header>div:last-child {
    display: none;
  }
}