/* PSE Styles */
/* -- Variables -- */
.borderBoxed {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.contentBoxed {
  -webkit-box-sizing: content-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: content-box;
  /* Firefox, other Gecko */
  box-sizing: content-box;
  /* Opera/IE 8+ */
}
.shadowed {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
/* -- Fonts -- */
/* Tags & Elements */
body {
  background: #faf9f7;
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  color: #333333;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  overflow: auto;
}
a {
  color: #3230f4;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  color: #000;
  text-decoration: none;
}
ol,
ul {
  margin-top: 0px;
  padding-left: 20px;
}
ol li,
ul li {
  margin-bottom: 8px;
}
header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header ul li {
  margin-bottom: 0;
}
p {
  margin: 0px 0px 16px;
}
.image_container {
  position: relative;
}
.image_container img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0px auto;
}
.contentElement {
  margin-bottom: 50px;
}
.contentElement img {
  max-width: 100% !important;
  height: auto !important;
}
h1,
h2,
h3 {
  margin: 0;
}
h2 {
  letter-spacing: 1px;
  margin-bottom: 28px;
  font-size: 20px;
  line-height: 24px;
}
h3 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
}
h3.boxed {
  margin: 0px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  display: inline-block;
  padding: 3px 20px;
  position: relative;
  left: -41px;
  margin-right: -30px;
}
/* Classes */
.clear {
  clear: both;
}
.bright {
  color: #888888;
}
.mobileClear {
  clear: both;
  display: block;
}
.fadeInBlock {
  opacity: 0;
  position: relative;
  top: 80px;
  transition: all 0.4s ease-out;
}
.fadeInBlock.mobileVisible {
  top: 0;
  opacity: 1;
}
.fadeInBlock.inView {
  top: 0;
  opacity: 1;
}
/* Content */
body {
  padding-top: 50px;
}
#header {
  padding-top: 12px;
  padding-bottom: 8px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #faf9f7;
}
#header #pageTitle {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 55px;
  position: relative;
}
#header #pageTitle img {
  display: block;
  width: 100%;
}
#header nav {
  padding-top: 7px;
  float: right;
  position: relative;
}
#header nav #navBtn {
  position: relative;
  z-index: 12;
  display: block;
  cursor: pointer;
  margin-top: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header nav #navBtn .btnItem {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 24px;
  height: 3px;
  margin: 0px 0px 3px;
  background: #3230f4;
}
#header nav #navBtn.active .btnItem {
  margin-left: 3px;
}
#header nav #navBtn.active .btnItem:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 4px 50%;
  -ms-transform-origin: 4px 50%;
  transform-origin: 4px 50%;
}
#header nav #navBtn.active .btnItem:nth-child(2) {
  opacity: 0;
}
#header nav #navBtn.active .btnItem:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3px 50%;
  -ms-transform-origin: 3px 50%;
  transform-origin: 3px 50%;
}
#header nav ul#mainNav {
  z-index: -1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 0;
  position: absolute;
  padding: 30px 0px 6px;
  top: -240px;
  right: -5px;
  opacity: 0;
  background-color: #fff;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#header nav ul#mainNav.active {
  top: -6px;
  opacity: 1;
  z-index: 11;
}
#header nav ul#mainNav li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#header nav ul#mainNav li a,
#header nav ul#mainNav li span {
  font-weight: 700;
  width: 200px;
  display: block;
  text-decoration: none;
  padding: 4px 20px;
  text-transform: uppercase;
}
#header nav ul#mainNav li span {
  color: #3230f4;
}
#header nav ul#mainNav li a {
  color: #333333;
}
#header nav ul#mainNav li a:hover {
  background-color: #f6f6f6;
}
#teaser #parallax-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
}
#teaser #parallax-wrap #parallax-img {
  position: absolute;
  top: -80px;
  width: 160%;
  left: -30%;
  z-index: -1;
}
#teaser #parallax-wrap #overlayContent {
  position: absolute;
  bottom: 0px;
}
#teaser #introText {
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  left: -20px;
}
#teaser #introText span {
  display: inline;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 21px;
  padding-left: 12px;
  padding-right: 12px;
}
#logoBar {
  background-color: #fff;
  padding-top: 30px;
}
#content {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 20px;
}
#content .newsList {
  border-left: 1px solid #000;
  padding-left: 20px;
}
#content .newsList .newsEntry {
  margin-bottom: 50px;
}
#content .newsList .newsEntry div {
  overflow: auto;
}
#content .newsList .newsEntry.last-child {
  margin-bottom: 0px;
}
#content .newsList .newsEntry header {
  margin-bottom: 12px;
}
#content .newsList .newsEntry header .info {
  color: #888888;
}
#content .newsList .newsEntry img {
  width: 120px;
  float: left;
  margin: 6px 10px 8px 0px;
}
#content .newsList .pagination {
  position: relative;
  left: -41px;
}
#content .newsList .pagination .pagElement {
  display: inline-block;
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  padding: 3px 10px;
  margin-right: 2px;
  font-size: 14px;
}
#content .newsList .pagination .pagElement:hover {
  background-color: #333;
}
#content .newsList .pagination .pagElement.current {
  background-color: #3230f4;
}
#content blockquote {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
  font-weight: 700;
  border-left: 4px solid #ccc;
  margin-left: 0;
}
#content #filters {
  float: left;
}
#content #filters #filterBtn {
  color: #3230f4;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content #filters #filterBtn:hover {
  color: #000;
}
#content #filters #filterList {
  position: absolute;
  opacity: 0;
  top: -100%;
  left: 0px;
  z-index: -1;
  list-style: none;
  padding: 40px 0px 0px 0px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#content #filters #filterList.active {
  top: 30px;
  opacity: 1;
  z-index: 2;
}
#content #filters #filterList li {
  margin-bottom: 0px;
}
#content #filters #filterList li:first-child {
  margin-left: 0px;
}
#content #filters #filterList li a {
  color: #000;
  display: block;
  padding: 4px 60px 4px 10px;
}
#content #filters #filterList li a.selected,
#content #filters #filterList li a:hover {
  color: #3230f4;
  background-color: #f0f0f0;
}
#content .isotope-container {
  position: relative;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 40px;
}
#content .isotope-container.networkList a {
  padding: 0px;
}
#content .isotope-container.networkList a img {
  width: 100%;
  margin: 0px auto;
}
#content .isotope-container .isotope {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  margin-bottom: 20px;
}
#content .isotope-container a {
  position: relative;
  display: block;
}
#content .isotope-container a:hover {
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
#content .isotope-container a img {
  width: 100%;
}
#content .isotope-container a .networkInfo {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 20px;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#content .isotope-container a .networkInfo h3.boxed {
  left: -30px;
  margin-bottom: 12px;
}
#content .isotope-container a .projectInfo {
  position: absolute;
  top: 20px;
  left: -10px;
  background-color: #000;
  padding: 3px 20px;
}
#content .isotope-container a .projectInfo h3,
#content .isotope-container a .projectInfo p {
  color: #fff;
  margin: 0;
}
#content .isotope-container a:hover .networkInfo {
  background-color: #fff;
  opacity: 1;
}
#content .gallery #slider,
#content .gallery #carousel {
  border: 0px none;
  margin: 0px 0px 30px;
}
#content .gallery #slider {
  margin: 0px 0px 10px;
}
#content .gallery #carousel .slides li {
  cursor: pointer;
}
#content .gallery .flex-direction-nav a {
  height: 0px;
  margin-top: -8px;
  padding-top: 16px;
  width: 12px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 12px 16px;
}
#content .gallery .flex-direction-nav a:before {
  content: '';
}
#content .gallery .flex-direction-nav .flex-prev {
  left: -15px;
  background-image: url(../img/arrow-left.png);
}
#content .gallery .flex-direction-nav .flex-next {
  right: -15px;
  background-image: url(../img/arrow-right.png);
}
#content .lineElement {
  border-left: 1px solid #000;
  padding-left: 20px;
  margin-bottom: 50px;
}
#content .lineElement h3.boxed {
  margin-bottom: 16px;
}
#content .lineElement .partner {
  margin-bottom: 30px;
}
#content .lineElement .partner .logoBox {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 16px;
  position: relative;
}
#content .lineElement .partner .logoBox img {
  max-width: 100%;
}
#content .lineElement .person img {
  margin-bottom: 20px;
}
#content .responsive-container {
  position: relative;
  margin: 0px auto 20px;
  padding-bottom: 52%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#content .responsive-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content .infoBar {
  color: #999;
  margin-bottom: 30px;
}
footer {
  background: #fff;
  padding: 20px 0px 10px;
}
footer a {
  color: #333333;
}
footer .logo_container,
#logoBar .logo_container {
  margin-bottom: 30px;
}
footer .logo_container img,
#logoBar .logo_container img {
  width: 60%;
  max-width: 240px;
}
/*###############################################################
Media Querie: Tablet Portrait
###############################################################*/
@media (min-width: 768px) {
  body {
    padding-top: 68px;
  }
  #header {
    padding-top: 20px;
    padding-bottom: 18px;
  }
  #teaser #introText {
    position: relative;
    margin-top: 34px;
    margin-bottom: 10px;
    left: 0;
  }
  #teaser #introText span {
    display: inline;
    background-color: #000;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #content .isotope-container {
    padding-left: 10px;
  }
  #content .isotope-container .isotope {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 48% !important;
  }
}
/*###############################################################
Media Querie: Tablet Landscape
###############################################################*/
@media (min-width: 992px) {
  body {
    padding-top: 68px;
  }
  #header {
    padding-top: 32px;
    padding-bottom: 24px;
  }
  #teaser #parallax-wrap {
    height: 400px;
  }
  #teaser #parallax-wrap #parallax-img {
    top: -80px;
    left: auto;
    right: auto;
    width: 100%;
  }
  #teaser #parallax-wrap #overlayContent {
    position: absolute;
    bottom: 0px;
  }
  #teaser #introText {
    margin-top: 74px;
    margin-bottom: 34px;
  }
  #teaser #introText span {
    display: inline;
    background-color: #000;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
  }
  #content {
    padding-top: 40px;
  }
  #content .isotope-container {
    margin-top: 10px;
  }
  #content #filters #filterBtn {
    display: none;
  }
  #content #filters #filterList {
    position: static;
    z-index: 1;
    opacity: 1;
    list-style: none;
    padding: 0;
  }
  #content #filters #filterList li {
    float: left;
    margin-left: 20px;
  }
  #content #filters #filterList li:first-child {
    margin-left: 0px;
  }
  #content #filters #filterList li a {
    color: #000;
    display: inline;
    padding: 0;
  }
  #content #filters #filterList li a.selected,
  #content #filters #filterList li a:hover {
    color: #3230f4;
    background-color: transparent;
  }
  #content .isotope-container .isotope {
    overflow: hidden;
    width: 32.9% !important;
  }
}
/*###############################################################
Media Queries: Desktop, Big Screens
###############################################################*/
@media (min-width: 1200px) {
  body {
    padding-top: 75px;
  }
  #header {
    padding-bottom: 12px;
  }
  #header nav #navBtn {
    display: none;
  }
  #header nav ul#mainNav {
    position: static;
    padding: 0px;
    opacity: 1;
    display: block !important;
  }
  #header nav ul#mainNav li {
    float: left;
    margin-left: 50px;
  }
  #header nav ul#mainNav li:first-child {
    margin-left: 0px;
  }
  #header nav ul#mainNav li a,
  #header nav ul#mainNav li span {
    display: inline;
    padding: 0px;
  }
  #header nav ul#mainNav li a {
    color: #000;
  }
  #header nav ul#mainNav li a:hover {
    color: #3230f4;
    background-color: transparent;
  }
  #header nav ul#mainNav li.active a {
    color: #3230f4;
    background-color: transparent;
  }
  #header nav ul#mainNav li span {
    color: #3230f4;
  }
  #content {
    padding-top: 40px;
  }
  #content .gallery .flex-direction-nav a {
    margin-top: -16px;
    padding-top: 32px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 24px 32px;
  }
  #content .gallery .flex-direction-nav a:before {
    content: '';
  }
  #content .gallery .flex-direction-nav .flex-prev {
    left: -50px;
    background-image: url(../img/arrow-left.png);
  }
  #content .gallery .flex-direction-nav .flex-next {
    right: -50px;
    background-image: url(../img/arrow-right.png);
  }
  .isotope-container .inside {
    position: relative;
  }
}
.bounce {
  cursor: pointer;
  background: url(../img/arrow-down.svg) center no-repeat;
  position: absolute;
  bottom: 30px;
  left: 50% ;
  width: 32px;
  height: 24px;
  margin-left: -16px;
  z-index: 10;
  -webkit-animation: bounce ease-out 3s infinite;
  -moz-animation: bounce ease-out 3s infinite;
  -o-animation: bounce ease-out 3s infinite;
  animation: bounce ease-out 3s infinite;
}
@-webkit-keyframes bounce {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%,
  50%,
  100% {
    -moz-transform: translateY(0);
  }
  25%,
  75% {
    -moz-transform: translateY(-10px);
  }
}
@-o-keyframes bounce {
  0%,
  50%,
  100% {
    -o-transform: translateY(0);
  }
  25%,
  75% {
    -o-transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-10px);
  }
}

/*
 *  Styles added by Kevin Runck
 */
section#content div.container div p img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
