/* (c) seiz.ch */
html,
body {
  color: #344a54;
  font-family: 'Lato', sans-serif !important;
  max-height: 100%;
}
body {
  background: #f2f5f4;
  font-size: 16px;
  line-height: 1.64;
}
p {
  font-size: 120%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
strong,
b {
  font-family: 'Raleway', sans-serif !important;
  margin-bottom: 20px;
}
h1,
h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
h2,
h3 {
  font-weight: 300;
  color: #396184;
}
h2 {
  font-size: 54px;
  text-align: center;
}
h3 {
  font-size: 28px;
}
p.lead {
  text-align: center;
  color: #476674;
}
p.lead a {
  color: #ffffff;
  text-decoration: underline;
}
p.lead a:hover {
  text-decoration: none;
}
/* ul.no-bullets */
ul {
/*  list-style-type: none; */
  margin: 0;
  padding: 0;
}
hr {
  margin: 40px 0;
  border-color: #476674;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/*
.icon {
    display: inline-block;
    background: url(images/sm_icon_sprite.png) no-repeat;
    height: 32px;
    width: 32px;
}
*/
/* jumbotron */
@media (max-width: 600px) {
  .jumbotron,
  .bg {
    background: no-repeat center center fixed url(images/background-mobile.jpg);
  }
}
@media (min-width: 601px) {
  .jumbotron,
  .bg {
    background: no-repeat center center fixed url(images/background.jpg);
  }
  .jumbotron .container,
  .bg .container {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0) 100%);
  }
}
/* for parallax scrolling, deactivated
.bg {
	z-index: -1;
	top: 0;
	left: 0;
}
*/
.jumbotron {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale')";
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.jpg', sizingMethod='scale');
  margin-bottom: 0;
  padding: 0;
  /*:before { 
		border: 1px solid @jumbotron-border;
		bottom: 30px;
		content: "";
		left: 30px;
		position: absolute;
		right: 30px;
		top: 30px;
	}*/
}
.jumbotron .overlay {
  background-color: #090b0e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.25;
  filter: alpha(opacity=25);
  z-index: 2;
}
.jumbotron .container {
  position: relative;
  top: 28%;
  z-index: 4;
  text-align: center;
}
.jumbotron .container > * {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  text-shadow: 2px 2px 12px #000000;
  letter-spacing: 3px;
}
.jumbotron h1 {
  padding-bottom: 5px;
  border-bottom-color: rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid #ffffff;
}
.jumbotron .SPS {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 2em;
  color: #f2f5f4;
}
.jumbotron .scroll-down {
  height: 80px;
  width: 110px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 5%;
  background-color: #090b0e;
  text-align: center;
  z-index: 6;
}
.jumbotron .scroll-down .glyphicon {
  color: #ffffff;
  font-size: 30px;
  padding-right: 2px;
  padding-top: 20px;
  animation-name: wiggle;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
.jumbotron .scroll-down:hover .glyphicon {
  padding-top: 25px;
}
/* end jumbotron */
.navbar-nav {
  margin: 0;
}
.navbar {
  border: 0;
  background-color: #090b0e;
  position: absolute;
  border-radius: 0 !important;
  top: 100%;
  right: 5%;
  width: 110px;
  z-index: 900;
}
.navbar .navbar-collapse {
  padding: 0;
  max-height: none;
}
.navbar .navbar-nav {
  float: none;
}
.navbar .nav > li {
  display: block;
  float: none;
  height: 80px;
}
.navbar .nav > li a,
.navbar .nav > li span {
  display: block;
  height: 80px;
  text-align: center;
  padding-top: 30px;
  font-weight: 600;
  color: #ffffff;
}
.navbar .nav > li a:hover,
.navbar .navbar .nav > li a:focus {
  color: #ffffff;
  background: #2a4760;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-nav > .active > span {
  background: #396184;
  color: #f2f5f4;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background: #090b0e;
}
.navbar-toggle {
  padding: 9px 9px 2px 9px;
}
.navbar-sub,
.fixed .navbar {
  position: fixed;
  top: 60px;
}
.background-white {
  background: #ffffff;
}
.background-gray {
  background: #1a3040;
}
.background-gray p.lead {
  color: #f2f5f4;
}
.container {
  max-width: 1280px;
  padding: 40px 180px;
}
#profile .row > div {
  margin-bottom: 20px;
}
#profile ul > li {
  min-height: 30px;
  padding: 3px 0;
}
#profile ul > li:hover {
  background: #F2F2F2;
}
#profile ul > li .ability-title {
  display: inline-block;
  width: 60%;
}
#profile ul > li .ability-score {
  float: right;
}
#profile ul > li .ability-score .glyphicon {
  color: #DFE0E0;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#profile ul > li .ability-score .glyphicon.filled {
  color: #396184;
}
#profile ul > li:hover .ability-score .glyphicon {
  margin-left: 2px;
}
.experience {
  margin-bottom: 20px;
}
.experience p > strong {
  display: block;
  padding-top: 8px;
  margin-bottom: 10px;
}
.experience .experience-details {
  display: block;
  margin-top: 6px;
}
.experience .experience-details * {
  color: #396184;
}
.experience .experience-details .seperator {
  color: #bcbcbc;
}
#projects .row > div {
  margin-bottom: 30px;
}
#projects figure {
  position: relative;
  overflow: hidden;
}
#projects figure h3 {
  color: #FFF;
  font-weight: 600;
  margin-bottom: 5px;
}
#projects figure p > strong {
  width: 60px;
  display: inline-block;
  margin: 0;
}
#projects figure img {
  width: 110%;
}
#projects figure figcaption {
  padding: 20px 30px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#projects figure a {
  z-index: 800;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#projects figure .icon {
  background: #396184;
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
#projects figure .icon span {
  font-size: 18px;
  line-height: 18px;
  padding: 15px;
}
/* projects */
@media (max-width: 1200px) {
  #projects .row > div {
    margin-bottom: 20px;
  }
  #projects figure h3 {
    font-weight: 300;
    margin-bottom: 3px;
    font-size: 20px;
  }
  #projects figure figcaption {
    padding: 10px 15px;
  }
  #projects figure .icon {
    width: 32px;
    height: 32px;
  }
  #projects figure .icon span {
    font-size: 14px;
    line-height: 14px;
    padding: 10px;
  }
}
#support,
#education {
  background: no-repeat top center fixed url(media/logogray.svg);
  background-color: #fff;
}
#contact {
  padding-bottom: 400px;
}
#contact h2,
#contact .row * {
  color: #ffffff;
}
#contact a {
  display: block;
  line-height: 32px;
  margin-bottom: 20px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#contact a .icon {
  float: left;
  margin-right: 20px;
}
#contact a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.invisible {
  display: none;
}
@media screen and (min-width: 768px) {
  .jumbotron .h1 {
    font-size: 63px;
  }
  .jumbotron .SPS {
    font-size: 53px;
  }
  .show-phone {
    display: none;
  }
}
@media (max-width: 767px) {
  .jumbotron:before {
    bottom: 100px;
    left: 20px;
    right: 20px;
    top: 20px;
  }
  .jumbotron .container {
    top: 20%;
    padding-top: 0;
  }
  .jumbotron .scroll-down {
    width: 100%;
    right: 0;
  }
  .navbar {
    left: 0;
    width: 100%;
  }
  .navbar .nav > li {
    height: 60px;
  }
  .navbar .nav > li a {
    height: 60px;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
    color: #ffffff;
  }
  .fixed .navbar {
    top: 0;
  }
  .navbar-header {
    box-shadow: 5px 0 14px #313c4c;
  }
  .container {
    padding: 60px 20px;
    min-width: 280px;
  }
  .hidden-phone {
    display: none;
  }
  .show-phone {
    display: inline;
  }
  #profile .row * {
    text-align: center;
  }
  .experience .experience-details > span {
    display: block;
    margin-bottom: 6px;
  }
  .experience .experience-details .seperator {
    display: none;
  }
  #contact {
    padding-bottom: 60px;
  }
  #contact a .icon {
    float: left;
    margin-right: 10px;
  }
  .logo {
    width: 50%;
    margin: auto;
  }
  body {
    font-size: 14px;
    line-height: 1.4;
  }
  .sse-form {
    margin: 0;
    padding: 0;
  }
  .scanning {
    width: 200px !important;
    height: 136px !important;
  }
  .LanguageSelection {
    top: 0;
    left: 5px;
    width: 100px;
    height: 40px;
    z-index: 950;
    vertical-align: middle;
  }
  .LanguageSelection li > a {
    padding-top: 15px;
    font-weight: 300;
    height: 54px;
  }
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
  #support {
    background-attachment: scroll;
  }
  .sse-form {
    padding: 10px 0 0 10px;
  }
  .popover {
    max-width: 80%;
  }
  .scanning {
    width: 200px !important;
    height: 136px !important;
  }
}
@media only screen and (orientation: portrait) and (max-width: 767px) {
  .jumbotron {
    background-attachment: scroll;
  }
}
@media only screen and (orientation: landscape) and (max-width: 767px) {
  .jumbotron {
    background-attachment: scroll;
  }
  .jumbotron .lead {
    display: none;
  }
}
@media (max-width: 1200px) {
  #interests .interest-content {
    padding: 20px 0;
  }
  .scanning {
    width: 200px !important;
    height: 136px !important;
  }
}
@keyframes wiggle {
  0% {
    padding-top: 20px;
  }
  50% {
    padding-top: 28px;
  }
  100% {
    padding-top: 20px;
  }
}
/*---------------*/
/***** EFFECT *****/
/*---------------*/
@media (max-width: 600px) {
  /* show text on mobile devices with no hover */
  figure.effect img {
    opacity: 0.5;
  }
  figure.effect h3 {
    opacity: 1;
  }
  figure.effect p {
    opacity: 1;
  }
}
@media (min-width: 601px) {
  figure.effect h3 {
    position: relative;
    overflow: hidden;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  figure.effect h3::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  figure.effect p {
    padding-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
figure.effect:hover img {
  opacity: 0.2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect:hover h3 {
  opacity: 1;
}
figure.effect:hover h3::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect {
  background: #396184;
  box-shadow: 2px 2px 4px #313c4c;
  color: #FFF;
}
figure.effect img {
  width: -webkit-calc(110%);
  width: calc(110%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.25s, transform 0.35s;
  -webkit-transform: translate3d(-5px, 0, 0);
  transform: translate3d(-5px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect figcaption {
  text-align: left;
}
figure.effect p {
  font-size: 14px;
}
/* end figure.effect */
#support .micon {
  height: 50px;
}
.micon {
  vertical-align: middle;
  padding: 2px;
}
.micon svg {
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
/* Language Selection */
@media (min-width: 768px) {
  .LanguageSelection {
    bottom: 0;
    right: 5%;
    width: 110px;
    height: 40px;
    z-index: 5;
    vertical-align: middle;
  }
  .LanguageSelection li > a {
    padding-top: 10px;
    font-weight: 600;
    height: 80px;
  }
}
.LanguageSelection {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: fixed;
  color: #ffffff;
  background-color: #090b0e;
}
.LanguageSelection a {
  text-align: center;
  color: #ffffff;
  background-color: #090b0e;
  display: block;
}
.LanguageSelection a:hover {
  color: #ffffff;
  background-color: #2a4760 !important;
  text-decoration: none;
}
.centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.sse-form {
  padding: 0;
}
.sse-form fieldset {
  width: 50%;
  margin: 0 0 30px;
  padding: 10px;
  border: 1px solid #dfdfdf;
}
.sse-form fieldset legend {
  margin: -8px 0 0 -5px;
  padding: 0 5px;
  font-weight: bold;
  color: #999;
  letter-spacing: .1em;
}
.sse-form label {
  display: block;
  padding: 10px 0 10px 0;
}
.sse-form .text {
  width: 300px;
  margin: 0 0 4px;
  padding: 6px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 4px #313c4c;
}
.sse-form .textarea {
  width: 300px;
  height: 150px;
  margin: 0 0 4px;
  padding: 6px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 4px #313c4c;
}
.sse-form .captcha {
  width: 100px;
  margin: 0 0 4px;
  padding: 6px;
  border: 1px solid #efefef;
  box-shadow: 2px 2px 4px #313c4c;
}
.sse-form .captcha_text {
  margin: 0;
  padding: 10px;
}
.sse-form .submit {
  margin: 10px 0;
  padding: 10px;
}
.sse-form p.error {
  width: 70%;
  left: -10%;
  position: relative;
  padding: 5px;
  color: black;
  background: #dab262;
  border: 1px solid #31250c;
  box-shadow: 2px 2px 4px #313c4c;
}
.sse-form .text:hover,
.sse-form .textarea:hover {
  border: 1px solid #dab262;
  background: #efefef;
}
.sse-form .text:focus,
.sse-form .textarea:focus {
  border: 1px solid #dab262;
}
.sse-form .checkbox {
  vertical-align: middle;
  float: left;
  padding: 2px;
  margin: 15px 10px 0 0;
}
.popover {
  max-width: 900px;
  font-family: 'Lato', sans-serif !important;
}
.popover-title {
  font-family: 'Raleway', sans-serif !important;
  background-color: #1a3040;
  font-weight: 600;
  color: #f2f5f4;
}
.image_container img,
#scanning {
  box-shadow: 2px 2px 4px #313c4c;
}
.noshadow img {
  box-shadow: 0px 0px 0px !important;
}

#bg { 
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: -1;
}
.bgwidth { width: 100%; }
.bgheight { height: 100%; }
