@charset "UTF-8";
@import "icomoon/style.css";
body, html, h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
}

body {
  background: #2e2e30;
  overflow: hidden;
}

html, body {
  height: 100%;
}

#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -56px;
  overflow-x: hidden;
}

.push, footer {
  height: 54px;
}

a {
  color: #5fa7c9;
  font-family: "Roboto", sans-serif;
}
a:hover {
  color: #85bcd6;
}
a.elm-link {
  position: absolute;
}

.page-logo {
  display: inline-block;
  margin: 14px;
}

#page-header,
.content-inside {
  position: relative;
}

#page-header {
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
#page-header #mainNav {
  position: absolute;
  top: 58px;
  right: 6px;
  list-style: none;
}
#page-header #mainNav li {
  display: inline-block;
}
#page-header #mainNav li a {
  color: #838383;
  text-decoration: none;
  padding: 4px 6px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
#page-header #mainNav li.active a {
  color: white;
}
#page-header #languages {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}
#page-header #languages .language-select {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 25px;
  height: 24px;
  font-size: 12px;
  line-height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.15);
  display: inline-block;
  margin: 2px;
  text-align: center;
  cursor: pointer;
}
#page-header #languages .language-select:hover {
  background: #5fa7c9;
  border: 2px solid #5fa7c9;
  text-decoration: none;
}
#page-header #languages .language-select > span {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

::selection {
  background: #3e90b7;
  color: white;
}

::-moz-selection {
  background: #3e90b7;
  color: white;
}

#content-wrapper {
  margin-top: 100px;
}

#content-inside {
  margin-left: 250px;
  clear: both;
  *zoom: 1;
  position: relative;
}
#content-inside:before, #content-inside:after {
  display: table;
  content: "";
  line-height: 0;
}
#content-inside:after {
  clear: both;
}

#left-nav {
  width: 240px;
  float: left;
  min-height: 20px;
  z-index: 3;
  *zoom: 1;
  position: fixed;
  top: 100px;
  left: 0;
}
#left-nav:before, #left-nav:after {
  display: table;
  content: "";
  line-height: 0;
}
#left-nav:after {
  clear: both;
}
#left-nav .selection-background {
  background: url("../images/nav-arrow.png") 0 0 no-repeat;
  height: 56px;
  display: block;
  top: 0;
  left: 0;
  position: absolute;
  right: -1px;
  width: 235px;
  -webkit-transition: all 700ms;
  -moz-transition: all 700ms;
  -o-transition: all 700ms;
  transition: all 700ms;
}
#left-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#left-nav ul > li > a {
  font-size: 14px;
  color: #999999;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  padding: 17px 20px;
  display: block;
  margin: 0 0 7px;
  min-height: 56px;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
#left-nav ul > li > a.two-line {
  padding: 8px 20px;
}
#left-nav ul > li > a:focus {
  background: transparent;
  color: #999999;
  outline: none;
}
#left-nav ul > li > a:hover {
  color: #ffffff;
}
#left-nav ul > li.active > a {
  color: #ffffff;
}
#left-nav ul > li.mainEntry > a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

#page-content {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1000px;
}
#page-content.page-full {
  height: auto;
}

.page-disclaimer .my-elm p {
  max-width: 800px;
  font-family: "Roboto", sans-serif;
}
.page-disclaimer .disclaimer {
  margin-top: 50px;
}

footer#slimfooter {
  display: block;
}

footer#bigfooter {
  display: none;
}

footer#slimfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #2e2e30;
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  *zoom: 1;
}
footer#slimfooter:before, footer#slimfooter:after {
  display: table;
  content: "";
  line-height: 0;
}
footer#slimfooter:after {
  clear: both;
}
footer#slimfooter .nav {
  margin: 7px 19px 0 19px;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  float: left;
  width: 25%;
  max-width: 252px;
}
footer#slimfooter .nav p {
  color: #d4d4d4;
  margin-bottom: 4px;
}
footer#slimfooter .nav p a {
  color: #d8d8d8;
  padding-right: 8px;
  border-right: 1px solid #d8d8d8;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  line-height: 13px;
}
footer#slimfooter .nav p a:last-child {
  border-right: none;
}
footer#slimfooter .nav .copyright {
  color: #838383;
}
footer#slimfooter .address-wrapper {
  color: #d8d8d8;
  max-width: 1000px;
  padding-right: 20px;
  display: block;
  margin-left: 252px;
}
footer#slimfooter .address-wrapper .address-block {
  width: 255px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 20px 0 36px;
}
footer#slimfooter .address-wrapper .address-block:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
footer#slimfooter .address-wrapper .address-block dl {
  margin: 7px 0;
  *zoom: 1;
}
footer#slimfooter .address-wrapper .address-block dl:before, footer#slimfooter .address-wrapper .address-block dl:after {
  display: table;
  content: "";
  line-height: 0;
}
footer#slimfooter .address-wrapper .address-block dl:after {
  clear: both;
}
footer#slimfooter .address-wrapper .address-block dl dt {
  float: left;
  clear: both;
  position: relative;
  top: 3px;
  font-size: 16px;
  line-height: 1em;
}
footer#slimfooter .address-wrapper .address-block dl dd {
  float: left;
  margin-left: 9px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
}
footer#slimfooter .address-wrapper .address-block dl dd a {
  color: #d8d8d8;
}
footer#slimfooter .bisg-logo {
  position: absolute;
  left: 0;
  top: -73px;
  width: 240px;
  height: 72px;
  background-image: url("../images/bisg-logo-mono.png");
  background-repeat: no-repeat;
  background-size: 180px 54px;
  background-position: 20px 0;
}
footer#slimfooter .bisg-logo.bisg-logo-colored {
  background-image: url("../images/bisg-logo-colored-alt.png");
}
@media (max-width: 890px) {
  footer#slimfooter .bisg-logo {
    display: none;
  }
}
@media (max-height: 730px) and (min-width: 891px) {
  footer#slimfooter .bisg-logo {
    display: none;
  }
}

.my-elm.elm-with-image > a, .my-elm.elm-with-image > img {
  position: absolute;
  z-index: 2;
}
.my-elm.elm-with-image > a img, .my-elm.elm-with-image > img img {
  max-height: 100%;
  max-width: 100%;
}
.my-elm.elm-with-image .page-inner {
  padding-top: 495px;
}
.my-elm.elm-with-image .community-img1 {
  top: 0px;
  left: 67px;
  width: 491px;
}
.my-elm.elm-with-image .community-img2 {
  left: 394px;
  top: 153px;
  width: 543px;
}
.my-elm.elm-with-image .enterprise-img1 {
  left: 95px;
  top: 40px;
  width: 678px;
}
.my-elm.elm-with-image .enterprise-img2 {
  top: -38px;
  width: 880px;
}
.my-elm.elm-with-image .mobile-img1 {
  top: 183px;
  width: 635px;
}
.my-elm.elm-with-image .mobile-img2 {
  top: 0px;
  left: 467px;
  width: 336px;
}
.my-elm.elm-with-image .threed-img1 {
  top: -107px;
  left: -100px;
  width: 813px;
}
.my-elm.elm-with-image .threed-img2 {
  top: 103px;
  left: 581px;
  width: 400px;
}
.my-elm.elm-with-image .singlepage-img {
  margin-top: -30px;
  top: 0;
  left: 0;
  width: 859px;
}

#content-enterprise .page-inner {
  padding-top: 460px;
}

#content-mobile .page-inner {
  padding-top: 472px;
}

#content-singlepage .page-inner {
  padding-top: 510px;
}

.page-inner {
  padding: 20px;
}
.page-inner > div {
  z-index: 9999;
  position: relative;
}
.page-inner ul {
  padding-left: 0;
  margin-top: 25px;
  color: white;
  list-style-type: square;
}
.page-inner ul li {
  background-image: url(../images/dot4.png);
  list-style: none;
  background-repeat: no-repeat;
  padding-left: 24px;
  background-position: 0px 8px;
}
.page-inner ul p {
  font-family: "Roboto", sans-serif;
}
.page-inner ul p > .highlight {
  font-weight: 700;
  font-size: 1.4em;
  margin-right: 3px;
}

#skills div.main-heading h1,
.page-contact div.main-heading h1 {
  padding: 20px 35px;
}

div.main-heading {
  *zoom: 1;
}
div.main-heading:before, div.main-heading:after {
  display: table;
  content: "";
  line-height: 0;
}
div.main-heading:after {
  clear: both;
}
div.main-heading h1 {
  background: #3e90b7;
  padding: 6px 35px 10px;
  font-size: 36px;
  text-align: center;
}
div.main-heading h1.heading-left {
  margin-bottom: -9px;
  float: left;
  margin-top: 80px;
}
div.main-heading h1.heading-right {
  margin-top: 0px;
  float: right;
  clear: both;
  border: 2px solid #2e2e30;
  border-radius: 2px;
}

.impressum-content,
.contact-content {
  margin-top: 40px;
  color: #ffffff;
}
.impressum-content dl.register dt,
.contact-content dl.register dt {
  width: 120px;
}
.impressum-content dd,
.contact-content dd {
  float: left;
  margin-left: 9px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.impressum-content dd.closer,
.contact-content dd.closer {
  margin-bottom: 6px;
}
.impressum-content dt,
.contact-content dt {
  float: left;
  width: 75px;
  clear: both;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.impressum-content dt i,
.contact-content dt i {
  font-size: 16px;
  position: relative;
  top: 1px;
  line-height: 1em;
}
.impressum-content p,
.contact-content p {
  clear: both;
}

.contact-content dt {
  width: 26px;
}
.contact-content dt i {
  font-size: 22px;
  top: 0.2em;
}
.contact-content dd {
  font-size: 18px;
  font-weight: 100;
}

.intro-section-icons {
  margin-top: 60px;
  margin-left: 0;
  padding-left: 0;
  *zoom: 1;
}
.intro-section-icons:before, .intro-section-icons:after {
  display: table;
  content: "";
  line-height: 0;
}
.intro-section-icons:after {
  clear: both;
}
.intro-section-icons li {
  width: 16.9%;
  margin-right: 3.6%;
  text-align: center;
  float: left;
  list-style: none;
  position: relative;
}
.intro-section-icons li.contact {
  display: none;
}
.intro-section-icons li.contact a span {
  background: #d5d5d5;
}
.intro-section-icons li.contact a span i {
  color: #3e3e40;
}
.intro-section-icons li.contact a span:hover {
  background: #f2f2f2;
}
.intro-section-icons li.contact a span p {
  color: #3e3e40;
  font-weight: 400;
}
.intro-section-icons li.last {
  margin-right: 0;
}
.intro-section-icons li a {
  display: block;
  text-decoration: none;
}
.intro-section-icons li a span {
  height: 150px;
  position: relative;
  width: 100%;
  background: #3e3e40;
  display: block;
}
.intro-section-icons li a span .hover-helper {
  display: none;
}
.intro-section-icons li a span .hover-helper i {
  background: rgba(104, 208, 235, 0.2);
}
.intro-section-icons li a span i {
  display: inline-block;
  margin-top: 10px;
  color: white;
  font-size: 52px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 999px;
  height: 85px;
  width: 85px;
  line-height: 85px;
}
.intro-section-icons li a span em {
  display: block;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-top: 8px;
  letter-spacing: 1px;
}

.ie .intro-section-icons li:hover a span, .ie .intro-section-icons li:focus a span {
  background: #3e90b7;
}
.ie .intro-section-icons li a span {
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

.mixitup {
  color: gray;
  margin-top: 40px;
}
.mixitup > .cd-dropdown > .cd-label {
  display: none;
}
.mixitup .filters {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mixitup .filters li {
  list-style: none;
  display: inline-block;
  padding: 5px 24px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.mixitup .filters li:last-child {
  margin-right: -80px;
}
.mixitup .filters li:hover {
  background: rgba(255, 255, 255, 0.05);
  color: white;
}
.mixitup .filters li.active {
  background: #3e90b7;
  color: white;
}
.mixitup #Grid {
  margin-left: 0;
  padding: 0;
  margin-right: -12px;
  *zoom: 1;
}
.mixitup #Grid:before, .mixitup #Grid:after {
  display: table;
  content: "";
  line-height: 0;
}
.mixitup #Grid:after {
  clear: both;
}
.mixitup #Grid .mix {
  opacity: 0;
  display: none;
  list-style: none;
  float: left;
  margin-right: 12px;
  height: 84px;
  width: 96px;
  margin-top: 1px;
  overflow: hidden;
}
.mixitup #Grid .mix img {
  margin-top: -10px;
}
.mixitup #Grid .mix a {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mixitup #Grid .mix:hover a {
  opacity: 1;
}

.my-elm {
  width: 100%;
  position: relative;
  min-height: 750px;
  max-width: 1000px;
  padding: 20px;
}
.my-elm h1 {
  color: white;
  font-weight: 300;
  margin-top: 0;
  font-size: 46px;
  line-height: 1em;
}
.my-elm h1 .highlight {
  font-weight: 700;
}
.my-elm h2 {
  font-size: 30px;
  color: white;
  font-weight: 300;
  margin: 1.5em 0 0.5em;
}
.my-elm p {
  font-size: 14px;
  color: white;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 400;
  line-height: 1.6em;
  max-width: 600px;
}

.intro-section-icons li:hover a span, .intro-section-icons li:focus a span {
  background: #3e90b7;
}
.intro-section-icons li:hover a span i, .intro-section-icons li:focus a span i {
  background: rgba(104, 208, 235, 0.2);
}
.intro-section-icons li a span {
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
.intro-section-icons li a span i {
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

@media (min-width: 1272px) {
  .lang-en .mixitup .filters li {
    padding: 5px 29.75px;
  }

  .chrome .intro-section-icons li {
    width: 160px;
    margin-right: 40px;
    -webkit-perspective: 0px;
    -moz-perspective: 0px;
    perspective: 0px;
    -webkit-transition: margin 0.4s;
    -moz-transition: margin 0.4s;
    -o-transition: margin 0.4s;
    transition: margin 0.4s;
  }
  .chrome .intro-section-icons li.last {
    margin-right: -80px;
  }
  .chrome .intro-section-icons li:hover.last, .chrome .intro-section-icons li:focus.last {
    margin-right: -80px;
  }
  .chrome .intro-section-icons li a span {
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -100px;
    -moz-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px;
  }
  .chrome .intro-section-icons li a span .hover-helper {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #24546b;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    transition: background 0.4s;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    transform-origin: 0 50%;
    pointer-events: none;
  }
  .chrome .intro-section-icons li a span .hover-helper em {
    color: white;
  }
}
@media (max-width: 1271px) {
  .mixitup {
    margin-top: 10px;
    height: 310px;
    overflow: hidden;
  }
  .mixitup .cd-dropdown {
    position: relative;
    width: 300px;
    margin: 19px auto 13px;
    display: block;
    font-family: arial;
  }
  .mixitup .cd-dropdown.cd-active {
    z-index: 999;
  }
  .mixitup .cd-dropdown .cd-label {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
    background: #3e3e40;
    display: block;
    cursor: pointer;
    height: 38px;
  }
  .mixitup .cd-dropdown > .cd-label {
    color: #999;
    line-height: 38px;
    font-weight: 700;
    font-size: 16px;
    z-index: 1004;
    padding: 0 50px 0 30px;
    position: relative;
  }
  .mixitup .cd-dropdown > .cd-label:after {
    content: "▼";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 37px;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    height: 70%;
    line-height: 5px;
    border-left: 1px solid #5F5F5F;
  }
  .mixitup .cd-dropdown.cd-active > span:after {
    content: "▲";
  }
  .mixitup .cd-dropdown ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    border: none;
  }
  .mixitup .cd-dropdown ul li {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 1003;
    left: 0px;
    margin-left: 0px;
    padding: 0;
    opacity: 1;
    -webkit-transform: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: block;
    top: 0px;
    width: 288px;
    left: 6px;
    z-index: 1;
  }
  .mixitup .cd-dropdown ul li:nth-child(1) {
    display: block;
    top: 3px;
    z-index: 3;
    left: 2px;
    width: 296px;
  }
  .mixitup .cd-dropdown ul li:nth-child(2) {
    display: block;
    top: 6px;
    width: 292px;
    left: 4px;
    z-index: 2;
  }
  .mixitup .cd-dropdown ul li .cd-label {
    padding: 10px 30px 0 30px;
    display: block;
    color: #bcbcbc;
    font-weight: 300;
    line-height: 19px;
    font-size: 13px;
  }
  .mixitup .cd-dropdown ul li .cd-label.two-line {
    padding: 5px 30px 0 30px;
  }
  .mixitup .cd-dropdown.cd-active > .cd-label {
    color: #53a8cf;
    background: #3e3e40;
    display: block;
    width: 100%;
    left: 0;
  }
  .mixitup .cd-dropdown.cd-active .cd-label {
    box-shadow: 1px 1px 0px #2e2e30;
  }
  .mixitup .cd-dropdown.cd-active ul li {
    display: block;
    width: 100%;
    left: 0;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(1) {
    top: 39px;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(2) {
    top: 78px;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(3) {
    top: 117px;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(4) {
    top: 156px;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(5) {
    top: 195px;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(6) {
    top: 234px;
  }
  .mixitup .cd-dropdown.cd-active ul li.active .cd-label {
    color: #53a8cf;
    background: #3e3e40;
  }
  .mixitup .cd-dropdown.cd-active ul li .cd-label {
    transition: all 0.2s linear 0s;
  }
  .mixitup .cd-dropdown.cd-active ul li .cd-label:hover {
    background: #3e90b7;
    color: #fff;
  }

  footer#slimfooter .address-wrapper {
    padding-right: 0px;
  }
}
@media (max-width: 1171px) {
  .intro-section-icons li {
    width: 17.6%;
    margin-right: 3%;
  }
}
@media (max-width: 1071px) {
  .intro-section-icons li {
    width: 18.1%;
    margin-right: 2.3%;
  }
}
@media (max-width: 770px) and (min-width: 481px) {
  #page-header #mainNav > li {
    min-width: 24%;
  }
  #page-header #mainNav > li > a {
    padding: 8px 4px;
  }
}
@media (max-height: 870px) and (max-width: 1271px) {
  .mixitup {
    margin-top: -5px;
    height: 306px;
    overflow: hidden;
  }

  #skills div.main-heading h1,
.page-contact div.main-heading h1 {
    font-size: 30px;
  }
}
@media (max-height: 870px) and (min-width: 631px) {
  .intro-section-icons {
    margin-top: 20px;
  }

  .my-elm h1 {
    font-size: 34px;
  }

  #content-enterprise .page-inner {
    padding-top: 355px;
  }

  #content-mobile .page-inner {
    padding-top: 355px;
  }

  #content-singlepage .page-inner {
    padding-top: 395px;
  }

  .page-inner ul p > .highlight {
    font-size: 1.3em;
  }

  .page-inner ul {
    margin-top: 16px;
  }

  .intro-section-icons li a span {
    height: 110px;
  }
  .intro-section-icons li a span i,
.intro-section-icons li a span .hover-helper i {
    font-size: 34px;
    margin-top: 2px;
    height: 60px;
    width: 64px;
    line-height: 65px;
    background: none;
  }
  .intro-section-icons li a span em {
    font-size: 13px;
    margin-top: 4px;
  }

  #skills div.main-heading h1,
.page-contact div.main-heading h1 {
    padding: 11px 35px;
  }
  #skills div.main-heading h1.heading-left,
.page-contact div.main-heading h1.heading-left {
    margin-bottom: -5px;
  }

  .mixitup {
    height: 292px;
    overflow: hidden;
  }
  .mixitup #Grid {
    margin-top: 10px;
  }
  .mixitup #Grid .mix {
    margin-top: 0;
    height: 74px;
    overflow: hidden;
  }
  .mixitup #Grid .mix img {
    margin-top: -10px;
  }

  .my-elm.elm-with-image .page-inner {
    padding-top: 375px;
  }
  .my-elm.elm-with-image .community-img1 {
    height: 474px;
  }
  .my-elm.elm-with-image .community-img2 {
    height: 281px;
    top: 104px;
    left: 350px;
  }
  .my-elm.elm-with-image .enterprise-img1 {
    top: 49px;
    height: 350px;
  }
  .my-elm.elm-with-image .enterprise-img2 {
    top: 0px;
    height: 422px;
  }
  .my-elm.elm-with-image .mobile-img1 {
    top: 117px;
    height: 200px;
  }
  .my-elm.elm-with-image .mobile-img2 {
    top: 22px;
    width: 231px;
    left: 340px;
  }
  .my-elm.elm-with-image .threed-img1 {
    top: -20px;
    height: 482px;
    left: -50px;
    z-index: 3;
  }
  .my-elm.elm-with-image .threed-img2 {
    height: 300px;
    left: 380px;
    top: 90px;
  }
  .my-elm.elm-with-image .singlepage-img {
    top: 20px;
    width: 554px;
    left: 0px;
  }
}
@media (max-height: 730px) and (min-width: 891px) {
  body {
    min-height: 600px;
    position: relative;
  }

  .mixitup {
    height: 215px;
  }

  .push {
    display: none;
  }

  footer#slimfooter {
    left: 0;
    width: 230px;
    height: 120px;
    bottom: 0;
  }
  footer#slimfooter .nav {
    display: none;
  }
  footer#slimfooter .address-wrapper {
    margin: 0;
    padding: 0;
  }
  footer#slimfooter .address-wrapper .address-block {
    padding-left: 20px;
    border: none;
  }

  #content-enterprise .page-inner {
    padding-top: 297px;
  }

  #content-singlepage .page-inner {
    padding-top: 355px;
  }

  #content-mobile .page-inner {
    padding-top: 304px;
  }

  #content-community .page-inner {
    padding-top: 310px;
  }

  .my-elm.elm-with-image .page-inner {
    padding-top: 342px;
  }
  .my-elm.elm-with-image .community-img1 {
    height: 405px;
    left: 27px;
    top: -17px;
  }
  .my-elm.elm-with-image .community-img2 {
    height: 245px;
    top: 120px;
    left: 244px;
  }
  .my-elm.elm-with-image .enterprise-img1 {
    top: 23px;
    height: 296px;
    left: 53px;
  }
  .my-elm.elm-with-image .enterprise-img2 {
    top: 2px;
    height: 361px;
    left: 1px;
  }
  .my-elm.elm-with-image .mobile-img1 {
    top: 112px;
    left: 19px;
    width: 430px;
  }
  .my-elm.elm-with-image .mobile-img2 {
    top: -15px;
    height: 454px;
    left: 323px;
  }
  .my-elm.elm-with-image .threed-img1 {
    top: -42px;
    height: 450px;
    left: -50px;
    z-index: 5;
  }
  .my-elm.elm-with-image .threed-img2 {
    height: 250px;
    left: 365px;
    top: 82px;
  }
  .my-elm.elm-with-image .singlepage-img {
    top: 0px;
    width: 620px;
    left: -12px;
  }

  .mixitup .cd-dropdown.cd-active ul li:nth-child(1) {
    top: 39px;
    left: -50%;
    z-index: 6;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(2) {
    top: 39px;
    left: 50%;
    margin-left: 1px;
    z-index: 5;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(3) {
    top: 78px;
    left: -50%;
    z-index: 4;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(4) {
    top: 78px;
    left: 50%;
    margin-left: 1px;
    z-index: 3;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(5) {
    top: 117px;
    left: -50%;
    z-index: 2;
  }
  .mixitup .cd-dropdown.cd-active ul li:nth-child(6) {
    top: 117px;
    left: 50%;
    margin-left: 1px;
    z-index: 1;
  }
}
@media (max-height: 730px) and (min-width: 1272px) {
  .mixitup {
    height: 183px;
  }
}
@media (max-width: 890px) {
  #content-enterprise .page-inner {
    padding-top: 52%;
  }

  #content-mobile .page-inner {
    padding-top: 44%;
  }

  #content-singlepage .page-inner {
    padding-top: 410px;
  }

  #content-inside {
    margin-left: 0;
  }

  .my-elm.elm-with-image .page-inner {
    padding-top: 60%;
  }
  .my-elm.elm-with-image .community-img1 {
    width: 54%;
    height: auto;
  }
  .my-elm.elm-with-image .community-img2 {
    width: 54%;
    left: 47%;
    height: auto;
  }
  .my-elm.elm-with-image .enterprise-img1 {
    width: 76%;
    height: auto;
    left: 11%;
  }
  .my-elm.elm-with-image .enterprise-img2 {
    width: 100%;
    height: auto;
  }
  .my-elm.elm-with-image .mobile-img1 {
    width: 57%;
    top: 16%;
  }
  .my-elm.elm-with-image .mobile-img2 {
    height: auto;
    width: 30%;
    left: 52%;
  }
  .my-elm.elm-with-image .threed-img1 {
    display: none !important;
  }
  .my-elm.elm-with-image .threed-img2 {
    width: 65%;
    left: 18%;
    height: auto;
    top: -1%;
  }
  .my-elm.elm-with-image .threed-img2 img {
    width: 100%;
  }
  .my-elm.elm-with-image .singlepage-img {
    top: -33px;
    width: 660px;
    left: -12px;
  }

  footer#slimfooter {
    display: none;
  }

  footer#bigfooter {
    display: block;
    width: 226px;
    margin: 0 auto;
    height: auto;
    padding-top: 14px;
    *zoom: 1;
  }
  footer#bigfooter:before, footer#bigfooter:after {
    display: table;
    content: "";
    line-height: 0;
  }
  footer#bigfooter:after {
    clear: both;
  }
  footer#bigfooter .copyright {
    color: #838383;
    padding-top: 55px;
    clear: both;
    font-size: 16px;
    font-weight: 100;
    margin-left: 23px;
    padding-bottom: 9px;
  }

  #content-wrapper {
    margin: 0;
  }

  #page-header {
    height: auto;
    position: relative;
  }
  #page-header #languages {
    top: 4px;
    right: 4px;
  }
  #page-header #mainNav {
    position: static;
    display: block;
    margin: 10px 3px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }
  #page-header #mainNav > li > a {
    padding: 8px 17px;
    font-size: 16px;
    display: block;
    text-align: center;
  }

  #left-nav {
    display: none;
  }

  body {
    overflow-y: scroll;
  }

  #page-content {
    width: 100%;
    margin-top: 0;
    height: auto;
  }

  div.main-heading h1.heading-left {
    margin-top: 0px;
  }

  .page-inner ul p > .highlight {
    font-size: 1.3em;
  }

  .page-inner ul {
    margin-top: 16px;
  }

  .intro-section-icons {
    margin-top: 20px;
  }
  .intro-section-icons li a span {
    height: 110px;
  }
  .intro-section-icons li a span i,
.intro-section-icons li a span .hover-helper i {
    font-size: 34px;
    margin-top: 2px;
    height: 60px;
    width: 64px;
    line-height: 65px;
    background: none;
  }
  .intro-section-icons li a span em {
    font-size: 13px;
    margin-top: 4px;
  }

  #page-header {
    height: auto;
  }
  #page-header #languages {
    top: 4px;
    right: 8px;
  }
  #page-header #languages .language-select {
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 31px;
  }

  #skills div.main-heading h1,
.page-contact div.main-heading h1 {
    font-size: 30px;
    padding: 11px 35px;
  }
  #skills div.main-heading h1.heading-left,
.page-contact div.main-heading h1.heading-left {
    margin-bottom: -5px;
  }

  .mixitup {
    height: auto;
    overflow: visible;
  }

  .my-elm {
    margin-bottom: 60px;
    position: relative;
    height: auto;
    min-height: inherit;
    width: 100%;
    max-width: inherit;
  }
  .my-elm h1 {
    font-size: 34px;
  }
  .my-elm:after {
    border-bottom: 1px solid #3d3d3d;
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: -20px;
  }
}
@media (max-width: 630px) {
  #content-enterprise .page-inner {
    padding-top: 300px;
  }

  #content-mobile .page-inner {
    padding-top: 352px;
  }

  #content-singlepage .page-inner {
    padding-top: 410px;
  }

  .my-elm.elm-with-image .page-inner {
    padding-top: 425px;
  }
  .my-elm.elm-with-image .community-img1 {
    height: 489px;
    left: 27px;
    width: inherit;
  }
  .my-elm.elm-with-image .community-img2 {
    height: 284px;
    top: 176px;
    left: 244px;
    width: inherit;
  }
  .my-elm.elm-with-image .enterprise-img1 {
    top: 0;
    height: 325px;
    left: 53px;
    width: 490px;
  }
  .my-elm.elm-with-image .enterprise-img2 {
    top: -33px;
    height: 368px;
    left: 1px;
    width: 595px;
  }
  .my-elm.elm-with-image .mobile-img1 {
    top: 112px;
    left: 19px;
    width: 430px;
  }
  .my-elm.elm-with-image .mobile-img2 {
    top: -15px;
    height: 454px;
    left: 323px;
    width: inherit;
  }
  .my-elm.elm-with-image .threed-img1 {
    display: none !important;
  }
  .my-elm.elm-with-image .threed-img2 {
    height: 389px;
    left: 83px;
    top: 30px;
    width: inherit;
  }
  .my-elm.elm-with-image .threed-img2 img {
    width: auto;
  }
  .my-elm.elm-with-image .singlepage-img {
    top: -33px;
    width: 660px;
    left: -12px;
  }

  .impressum-content {
    padding: 0 20px;
  }

  .my-elm {
    padding: 0;
  }

  #page-content {
    width: 100%;
  }

  .intro-section-icons li {
    width: 49.5%;
    float: left;
    margin-bottom: 5px;
    margin-right: 1%;
  }
  .intro-section-icons li.last {
    margin-right: 1%;
  }
  .intro-section-icons li:nth-child(2n) {
    margin-right: 0;
  }
  .intro-section-icons li.contact {
    display: block;
  }
  .intro-section-icons li a span {
    height: 100px;
  }
  .intro-section-icons li a span i {
    margin-top: 0;
    font-size: 40px;
  }
  .intro-section-icons li a span em {
    font-size: 15px;
    margin-top: 5px;
  }
  .intro-section-icons li a.two-line span em {
    margin-top: -1px;
  }

  div.main-heading h1.heading-left, div.main-heading h1.heading-right {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 26px;
    width: 100%;
    border: none;
    margin-bottom: 4px;
  }

  #skills div.main-heading h1,
.page-contact div.main-heading h1 {
    font-size: 30px;
    padding: 11px 14px;
  }
  #skills div.main-heading h1.heading-left,
.page-contact div.main-heading h1.heading-left {
    margin-bottom: 3px;
  }

  #page-header #mainNav {
    border: none;
  }
  #page-header #mainNav > li {
    display: block;
  }
  #page-header #mainNav > li > a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-size: 16px;
  }
  #page-header #mainNav > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .page-home h1 {
    font-size: 34px;
  }
  .page-home p {
    font-size: 12px;
  }

  .page-logo {
    padding-top: 20px;
  }

  .my-elm h1 {
    font-size: 34px;
  }

  .mixitup {
    display: none;
  }
}
@media (max-width: 481px) {
  #content-enterprise .page-inner {
    padding-top: 223px;
  }

  #content-mobile .page-inner {
    padding-top: 274px;
  }

  #content-singlepage .page-inner {
    padding-top: 260px;
  }

  .my-elm {
    min-height: 600px;
  }
  .my-elm h1 {
    font-size: 28px;
  }

  .my-elm.elm-with-image .page-inner {
    padding-top: 280px;
  }
  .my-elm.elm-with-image .community-img1 {
    height: 314px;
    left: 20px;
  }
  .my-elm.elm-with-image .community-img2 {
    height: 171px;
    top: 122px;
    left: 176px;
  }
  .my-elm.elm-with-image .enterprise-img1 {
    top: 0;
    height: 232px;
    left: -5px;
  }
  .my-elm.elm-with-image .enterprise-img2 {
    top: -16px;
    height: 260px;
    left: -35px;
  }
  .my-elm.elm-with-image .mobile-img1 {
    top: 93px;
    left: -4px;
    width: 292px;
  }
  .my-elm.elm-with-image .mobile-img2 {
    top: -20px;
    height: 330px;
    left: 162px;
  }
  .my-elm.elm-with-image .threed-img1 {
    display: none;
  }
  .my-elm.elm-with-image .threed-img2 {
    height: 272px;
    left: 24px;
    top: -8px;
  }
  .my-elm.elm-with-image .singlepage-img {
    top: 0px;
    width: 365px;
    left: -9px;
  }
}
.lang-en #skills div.main-heading {
  width: 70%;
  margin: 0 auto;
}
.lang-en .bisg-logo {
  display: none;
}

.eupopup-container.eupopup-container-bottom {
  bottom: 54px;
}

/*# sourceMappingURL=style.css.map */
