*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
  display: block;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}
.quote {
  font-style: italic;
}
.quote:before {
  content: "«";
}
.quote:after {
  content: "»";
}
body {
  background-image: url("/img/bg.png");
  background-color: rgba(60, 60, 60, 0.09);
  font-family: 'Open Sans', sans-serif;
  font-size: .9em;
  color: #333;
  line-height: 1.5;
}
@media (min-width: 450px) {
  body {
    font-size: 1em;
  }
}
.sheet {
  margin: 0 auto;
  max-width: 900px;
}
a {
  text-decoration: none;
  color: #2c87ad;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 15px;
}
p:last-child {
  margin: 0;
}
p.solitary {
  margin: 35px 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
}
ul {
  list-style: disc;
  margin-bottom: 15px;
  padding-left: 25px;
}
@media (min-width: 450px) {
  ul {
    padding-left: 40px;
  }
}
ul li {
  margin-bottom: 5px;
}
button,
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #30aeff;
  background-color: #3FB4FF;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-size: 0.8rem;
}
button:hover,
input[type=submit]:hover {
  text-decoration: none;
}
button:active,
input[type=submit]:active {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
img {
  display: block;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
code {
  overflow-wrap: break-word;
  background-color: #fff;
  border: 1px solid #b9b9b9;
  padding: 0 5px;
}
.highlight {
  border: 1px solid #b9b9b9;
  padding: 5px 12px;
  margin: 0;
  white-space: pre;
  overflow-x: scroll;
  font-size: 0.8em;
}
.highlight > code {
  border: 0;
  background-color: transparent;
  line-height: inherit;
  padding: 0;
  overflow-wrap: normal;
}
.columns {
  *zoom: 1;
  display: block;
}
.columns:before,
.columns:after {
  display: table;
  content: "";
}
.columns:after {
  clear: both;
}
.columns .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom: 12px;
}
.columns .column2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom: 12px;
}
@media (min-width: 700px) {
  .columns .column2 {
    float: left;
    width: 50%;
  }
  .columns .column2:nth-child(odd) {
    padding-right: 20px;
  }
  .columns .column2:nth-child(even) {
    padding-left: 20px;
  }
}
.columns .column2flex {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom: 12px;
}
@media (min-width: 700px) {
  .columns .column2flex:first-child {
    width: 260px;
    padding-right: 20px;
    float: left;
  }
  .columns .column2flex:last-child {
    margin-left: 260px;
    padding-left: 20px;
  }
}
.columns .column3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding-bottom: 12px;
}
@media (min-width: 450px) {
  .columns .column3 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 700px) {
  .columns .column3 {
    width: 33.33%;
  }
}
.logo {
  display: block;
  width: 184px;
  height: 72px;
  margin: 30px auto;
  background-image: url('/img/logo.svg');
}
@media (min-width: 700px) {
  .logo {
    height: 36px;
    margin: 0;
    background-image: url('/img/logo-inline.svg');
  }
}
#header {
  position: relative;
  z-index: 1;
  text-align: center;
}
#header .sheet {
  padding: 0 7px;
}
@media (min-width: 700px) {
  #header .sheet {
    padding: 0 25px;
    padding-top: 40px;
  }
}
#header .menu {
  margin: 0;
  padding: 0;
}
@media (min-width: 700px) {
  #header {
    text-align: right;
  }
}
.menu-item {
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.menu-item:after {
  content: "";
  position: absolute;
  display: block;
  height: 4px;
  left: 0;
  bottom: -4px;
  width: 100%;
}
.page-home .menu-item:after {
  display: none;
}
.menu-item.active:nth-child(1):after {
  background-color: #3FB4FF;
}
.menu-item.active:nth-child(2):after {
  background-color: #D41440;
}
.menu-item.active:nth-child(3):after {
  background-color: #F1861E;
}
.menu-item-link {
  position: relative;
  display: block;
  padding: 5px 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #333;
}
@media (min-width: 450px) {
  .menu-item-link {
    letter-spacing: 3px;
  }
}
.menu-item-link:hover {
  text-decoration: none;
}
.menu-item-link #jobCount {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 4px 0 0 8px;
  line-height: 18px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 0.6rem;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #333;
  background-color: rgba(51, 51, 51, 0.5);
  vertical-align: top;
  letter-spacing: normal;
}
.article {
  padding: 15px 12px;
  margin-bottom: 25px;
}
@media (min-width: 450px) {
  .article {
    padding: 30px 25px;
  }
}
.article-github .project {
  position: relative;
  margin: 6px 0 12px;
  padding: 12px 25px 12px 60px;
  background-image: url('/img/icon/gitRepo.svg');
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: 10px 10px;
}
.tags {
  font-size: 0.8rem;
  color: #808080;
}
.tags .tag {
  margin-right: 4px;
}
.tags .tag:before {
  content: "#";
  margin-right: 2px;
  opacity: .5;
}
.posts {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-title {
  margin: 0;
}
.post-meta,
.post-timestamp {
  font-size: 0.6rem;
  color: #808080;
}
.post-tags {
  margin-bottom: 4px;
}
.post-content {
  margin-bottom: 12px;
}
.post-content p {
  margin: .5em 0;
}
.post-content strong {
  color: #666666;
}
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
  font-weight: bold;
  color: #666666;
  margin: 0.5em 0;
}
.post-content h1,
.post-content h2,
.post-content h3 {
  border-bottom: 1px solid #b9b9b9;
}
.post-content h1:not(:first-child) {
  margin-top: 1.8em;
}
.post-content h2:not(:first-child) {
  margin-top: 1.6em;
}
.post-content h3:not(:first-child) {
  margin-top: 1.5em;
}
.post-content h4:not(:first-child) {
  margin-top: 1.2em;
}
.post-content ul,
.post-content ol {
  margin: 0.5em 0;
}
.post-content li {
  margin: 0 0;
}
.post-content blockquote {
  border-left: 4px solid #DDD;
  color: #777;
  margin-left: 5px;
  padding-left: 20px;
}
.post-content img {
  margin: 1.5em 0;
  padding: 2px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  background-color: #fefefe;
  height: auto;
  max-height: 80%;
}
.heading-with-anchor .anchor {
  display: inline-block;
  opacity: 0;
  width: 14px;
  height: 14px;
  fill: #3FB4FF;
}
.heading-with-anchor:hover .anchor {
  opacity: 1;
}
.article-blogPreview .post {
  margin-bottom: 12px;
}
.article-blogPreview .post-title-link {
  color: #666666;
}
.article-blog .post-title-link {
  color: #666666;
}
.article-blog .post-content img {
  max-height: 300px;
}
.article-blog .post-more {
  margin-top: 15px;
  display: inline-block;
}
.article-blog .pagination {
  text-align: center;
}
.article-blog .pagination-link,
.article-blog .pagination-current {
  display: inline-block;
  padding: 1px 8px;
}
.article-blog .pagination-current {
  border-radius: 3px;
  background-color: #D41440;
  color: #fff;
}
.article-post .post-title {
  color: #666666;
  margin-bottom: 0;
}
.boxAlternative {
  position: relative;
  margin: 6px 0 25px;
  padding: 12px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
@media (min-width: 700px) {
  .boxAlternative {
    padding: 25px;
  }
}
.boxAlternative.transparent {
  background-color: transparent;
  box-shadow: none;
}
.article-career .boxAlternative {
  position: relative;
}
.article-career .boxAlternative .clippy {
  display: none;
  width: 60px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/img/icon/icon_clippy.svg");
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 900px) {
  .article-career .boxAlternative .clippy {
    display: block;
  }
}
.wallpaper {
  margin-top: 20px;
  padding: 28px 0;
  text-align: center;
  background-color: #333;
  color: #f7f7f7;
}
.wallpaper.home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 900px auto;
}
.wallpaper .headline {
  margin: .5em 0 0;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 2px 2px #000000;
}
@media (min-width: 450px) {
  .wallpaper .headline {
    font-size: 6.8vw;
  }
}
@media (min-width: 900px) {
  .wallpaper .headline {
    font-size: 4.5rem;
  }
}
.wallpaper .catchphrase {
  font-family: 'Bad Script', cursive;
  font-size: 1rem;
  margin: .5em;
  text-shadow: 1px 1px #000000;
}
@media (min-width: 450px) {
  .wallpaper .catchphrase {
    font-size: 4vw;
  }
}
@media (min-width: 900px) {
  .wallpaper .catchphrase {
    font-size: 2rem;
  }
}
.headingStripe {
  margin-top: 45px;
  padding: 8px 0;
  background-color: #4d4c4c;
  color: #dddddd;
}
.headingStripe .sheet {
  padding: 0 15px;
}
@media (min-width: 700px) {
  .headingStripe .sheet {
    padding: 0 25px;
  }
}
.headingStripe h2 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  margin: 0 20px 0 0;
  color: #f7f7f7;
  text-shadow: 2px 2px #000000;
}
.headingStripe h2 strong {
  text-transform: uppercase;
}
@media (min-width: 450px) {
  .headingStripe h2 {
    font-size: 1.7rem;
  }
}
.headingStripe .subtitle {
  display: inline-block;
  font-size: .9rem;
  font-family: 'Bad Script', cursive;
  text-shadow: 1px 1px #000000;
}
@media (min-width: 450px) {
  .headingStripe .subtitle {
    font-size: 1.1rem;
  }
}
.rainbow {
  position: relative;
  height: 4px;
  bottom: 4px;
}
@media (min-width: 450px) {
  .rainbow {
    height: 6px;
    bottom: 6px;
  }
}
.rainbow .rainbow-stripe {
  float: left;
  width: 25%;
  height: 100%;
}
.rainbow .rainbow-stripe.blue {
  background-color: #3FB4FF;
}
.rainbow .rainbow-stripe.green {
  background-color: #009245;
}
.rainbow .rainbow-stripe.red {
  background-color: #D41440;
}
.rainbow .rainbow-stripe.orange {
  background-color: #F1861E;
}
.illustration {
  width: 260px;
  max-width: 100%;
  margin: 20px auto;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}
.illustration-basel {
  background-image: url("/img/cm_basel.svg");
  height: 178px;
}
.illustration-benefits {
  height: 240px;
  background-image: url("/img/cm_benefits.svg");
}
.contact {
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 25px;
}
.contact.twitter {
  background-image: url(/img/icon/twitter.svg);
}
.contact.facebook {
  background-image: url(/img/icon/facebook.svg);
}
.contact.github {
  background-image: url(/img/icon/github.svg);
}
.contact.google {
  background-image: url(/img/icon/google.svg);
}
.contact.linkedin {
  background-image: url(/img/icon/linkedin.svg);
}
.businessCard {
  position: relative;
  display: block;
  margin: 6px 10px 0;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  border: 2px dashed transparent;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}
.businessCard.empty {
  border-color: #b9b9b9;
  background-color: rgba(255, 255, 255, 0.5);
}
.businessCard.empty:hover {
  text-decoration: none;
  border-color: #a0a0a0;
  background-color: rgba(255, 255, 255, 0.6);
}
.businessCard .thumb {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -6px;
  left: -10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  background-color: #3FB4FF;
}
.businessCard .thumb.bat {
  background-image: url(/img/animal/animal_bat.svg);
}
.businessCard .thumb.bull {
  background-image: url(/img/animal/animal_bull.svg);
}
.businessCard .thumb.cat {
  background-image: url(/img/animal/animal_cat.svg);
}
.businessCard .thumb.caterpillar {
  background-image: url(/img/animal/animal_caterpillar.svg);
}
.businessCard .thumb.cougar {
  background-image: url(/img/animal/animal_cougar.svg);
}
.businessCard .thumb.cow {
  background-image: url(/img/animal/animal_cow.svg);
}
.businessCard .thumb.dog {
  background-image: url(/img/animal/animal_dog.svg);
}
.businessCard .thumb.dragon {
  background-image: url(/img/animal/animal_dragon.svg);
}
.businessCard .thumb.elephant {
  background-image: url(/img/animal/animal_elephant.svg);
}
.businessCard .thumb.fish {
  background-image: url(/img/animal/animal_fish.svg);
}
.businessCard .thumb.fox {
  background-image: url(/img/animal/animal_fox.svg);
}
.businessCard .thumb.hen {
  background-image: url(/img/animal/animal_hen.svg);
}
.businessCard .thumb.hippo {
  background-image: url(/img/animal/animal_hippo.svg);
}
.businessCard .thumb.hummingbird {
  background-image: url(/img/animal/animal_hummingbird.svg);
}
.businessCard .thumb.iguana {
  background-image: url(/img/animal/animal_iguana.svg);
}
.businessCard .thumb.monkey {
  background-image: url(/img/animal/animal_monkey.svg);
}
.businessCard .thumb.owl {
  background-image: url(/img/animal/animal_owl.svg);
}
.businessCard .thumb.panda {
  background-image: url(/img/animal/animal_panda.svg);
}
.businessCard .thumb.seahorse {
  background-image: url(/img/animal/animal_seahorse.svg);
}
.businessCard .thumb.sheep {
  background-image: url(/img/animal/animal_sheep.svg);
}
.businessCard .thumb.stag {
  background-image: url(/img/animal/animal_stag.svg);
}
.businessCard .thumb.turtle {
  background-image: url(/img/animal/animal_turtle.svg);
}
.businessCard .thumb.whale {
  background-image: url(/img/animal/animal_whale.svg);
}
.businessCard .thumb.zebra {
  background-image: url(/img/animal/animal_zebra.svg);
}
.businessCard .thumb.pig {
  background-image: url(/img/animal/animal_pig.svg);
}
.businessCard .thumb.gecko {
  background-image: url(/img/animal/animal_gecko.svg);
}
.businessCard .thumb.empty {
  background-image: url(/img/animal/animal_empty.svg);
}
.businessCard .content {
  margin-left: 42px;
}
.businessCard .content h4 {
  font-weight: 600;
  margin: 0 0 4px 0;
}
.businessCard .content .mission {
  font-size: 0.8rem;
  font-family: 'Bad Script', cursive;
  color: #666666;
  margin: 0 0 3px 0;
}
.businessCard .content .apply {
  margin: 0;
}
#footer {
  background-color: #4d4c4c;
  margin-top: 100px;
  padding: 12px 0;
  color: #dddddd;
  font-weight: lighter;
}
@media (min-width: 700px) {
  #footer .flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-between;
    -moz-box-pack: justify;
    -webkit-justify-content: justify;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
#footer .flex .flex-box {
  padding: 12px 25px 12px;
}
#footer h5 {
  margin: 0 0 8px 0;
  text-shadow: 1px 1px black;
}
#footer a {
  color: #dddddd;
  margin: 0 10px;
}
#footer .madeInBasel {
  display: inline-block;
  width: 150px;
  height: 70px;
  background: url(/img/MadeInBasel.svg) no-repeat center;
  background-size: contain;
}
