/*
Theme Name: osterholtuitentuis
Theme URI: http://wordpress.org/
Description: Custom thema voor Wouter Osterholt en Elke Uitentuis
Author: Sjoerd Oudman and the WordPress team
Version: 1.0
Tags: black, portfolio, remote blog sidebar loops
*/
/* site config */
/* site helpers */
/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 License: none (public domain) */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Tahoma, sans-serif;
  padding-top: 53px;
  color: white;
}

@media (min-width: 1440px) {
  body {
    padding-top: 62px;
  }
}

@media (max-width: 800px) {
  body {
    padding-top: 0;
  }
}

#main p {
  color: rgba(255, 255, 255, .7);
  font-size: calc(.4vw + .4vh + .4rem);
  line-height: 1.7em;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.align-center {
  text-align: center;
}

.margin1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.margin2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.margin3-5 {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}

@media (max-width: 800px) {
  .margin3-5 {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}

.margin6 {
  margin-top: 6em;
  margin-bottom: 6em;
}

.marginnone {
  margin: 0;
}

/* mixins */
/* site components */
/*------------------------------------------------------------------------------- Typography (components)  --------------------------------------------------------------------------------*/
strong {
  font-weight: 700;
}

/*------------------------------------------------------------------------------- Base (components)  --------------------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  background-color: #010101;
}

body {
  background-color: #010101;
  margin: 0px;
}

body p {
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  margin-top: 0px;
  color: #666;
}

body.menu-open {
  overflow-y: hidden;
}

a:link {
  color: rgba(255, 255, 255, .5);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #666;
  opacity: 1;
}

h3 {
  font-size: calc(.6vw + .6vh + .6rem);
  font-weight: 400;
}

pre {
  visibility: hidden;
  display: none;
}

#wrapper {
  width: 100%;
}

#container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

/*slide show*/
.hero {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow-y: hidden;
  position: relative;
}

.hero .oneslider {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width: 800px) {
  .hero {
    padding-bottom: 60%;
  }

  .hero .oneslider {
    position: absolute;
    height: 100%;
  }
}

/* .slideshow { width: 703px; height: 395px; background-color: #000; border: 1px solid #333; float: left; overflow: hidden; }

.slideshow img { padding: 0px; } */

#nav {
  z-index: 50;
  position: relative;
  top: 15px;
  margin-left: auto;
  font-size: 0px;
}

#nav a {
  margin-left: 7px;
  margin-right: -4px;
  padding: 8px 8px;
  background-image: url(images/slider_inactive.png);
  color: #000;
  text-decoration: none;
}

#nav a.activeSlide {
  background-image: url(images/slider_active.png);
  color: #CCC;
}

#nav a:focus {
  outline: none;
}

#next2 {
  width: 20px;
  height: 20px;
  background-image: url(images/next.png);
  top: 49px;
  left: 595px;
  z-index: 100;
  position: relative;
  cursor: pointer;
}

#prev2 {
  width: 20px;
  height: 20px;
  background-image: url(images/prev.png);
  top: 69px;
  left: 570px;
  z-index: 100;
  position: relative;
  cursor: pointer;
}

/*search page style elements*/
#maintext a:link,
a:visited h3 {
  color: #000;
}

.hilite {
  background-color: #FFF;
}

/*footer.php elements*/
/* tooltip styling */
.tooltip {
  border: 1px solid #666;
  background-image: url(images/gradient.png);
  background-repeat: repeat-x;
  padding: 20px 20px 20px 20px;
  width: 210px;
  font-size: 12px;
  font-family: Verdana;
  color: #CCC;
  z-index: 100;
}

.tooltip ul {
  margin-left: 0;
}

.tooltip li {
  margin: 0px;
  list-style: none;
}

/* a .label element inside tooltip */
.tooltip .label {
  color: yellow;
  width: 35px;
}

.tooltip h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 14px;
}

.tooltip a {
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}

/*project page (now also index template)*/
/*contact page*/
/*newsfeeds*/
#news {
  width: 618px;
  background-color: #CCC;
  border: 1px solid #333;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.news {
  margin: 0px 20px 0px 20px;
}

.news {
  width: 580px;
}

.news p {
  font-family: Verdana;
  line-height: 22px;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 3px;
}

.news h2 a:link,
.news h2 a:active,
.news h2 a:visited {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.news h2 {
  margin: 0px 0px;
}

.news h3 {
  font-size: 14px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
}

.news img {
  display: none;
}

.feedthumb {
  width: 220px;
  height: 145px;
  overflow: hidden;
  float: left;
  background-color: black;
  margin: 10px 20px 0px 20px;
  font-size: 0px !important;
}

.feedthumb p {
  font-size: 0px !important;
}

.feedthumb img {
  width: 220px;
  height: auto;
}

label {
  font-family: Verdana;
  font-size: 10px;
  font-weight: bold;
  color: #666;
}

.feedmeta {
  font-family: Verdana;
  font-size: 10px;
  color: #000;
}

.ourblogs {
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  letter-spacing: 0.14em;
  margin-top: 0px;
}

#otherblogs {
  float: left;
  width: 300px;
  margin-bottom: 20px;
}

#sidebar .otherblogs {
  width: 300px;
  height: 200px;
  float: left;
  border: 1px solid #000;
  overflow: hidden;
  margin-bottom: 0px;
  font-size: 0px;
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
  border: none;
}

#sidebar .otherblogs:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
  border: none;
}

.otherblogs img {
  width: auto;
  height: 200px;
}

/* =IE7
----------------------------------------------- */
#ie7 #title h1 {
  font-size: 36px;
  color: #FFFFFF;
}

#ie7 .top ul {
  margin-left: 0px;
}

#ie7 .tooltip ul {
  margin-left: 0px;
}

#ie7 .submit {
  text-indent: -9000px;
  text-transform: capitalize;
}

#ie7 #singlenav {
  text-indent: -9000px;
  text-transform: capitalize;
}

#ie7 #nav {
  text-indent: -9000px;
  text-transform: capitalize;
}

#ie7 .video p {
  display: none;
}

#ie7 .wpcf7-submit {
  text-indent: -9000px;
  text-transform: capitalize;
}

#ie7 .feedthumb {
  text-indent: -9000px;
  text-transform: capitalize;
}

#ie7 #submit {
  height: 50px;
}

#ie7 #sidebar h2 {
  margin-bottom: 11px;
}

#ie7 html,
body {
  background-color: transparent;
}

#ie7 .te_div {
  background-color: purple;
  display: none;
}

#ie7 #next2 {
  width: 20px;
  height: 20px;
  background-image: url(images/next.png);
  top: 0px;
  left: 595px;
  z-index: 999;
  position: relative;
  cursor: pointer;
}

#ie7 #prev2 {
  width: 20px;
  height: 20px;
  background-image: url(images/prev.png);
  top: 0px;
  left: 570px;
  z-index: 999;
  position: relative;
  cursor: pointer;
}

/*------------------------------------------------------------------------------- Grid (components)  --------------------------------------------------------------------------------*/
.grid {
  margin: 0px auto;
}

.grid-row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.grid-column {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.grid--large {
  max-width: 1280px;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.large-1of2 {
  width: 50%;
  float: left;
}

.large-1of3 {
  width: 33.33%;
  float: left;
}

.large-2of3 {
  width: 66.66%;
  float: left;
}

.large-1of4 {
  width: 25%;
  float: left;
}

.large-1of4:nth-child(4n+1) {
  clear: both;
}

.large-3of5 {
  width: 60%;
  float: left;
}

.large-2of5 {
  width: 40%;
  float: left;
}

@media (max-width: 800px) {
  .grid--large {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .medium-1of1 {
    width: 100%;
  }

  .medium-1of2 {
    width: 50%;
  }

  .medium-1of2:nth-child(4n+1) {
    clear: none;
  }

  .medium-1of2:nth-child(2n+1) {
    clear: both;
  }
}

@media (max-width: 480px) {
  .small-1of1 {
    width: 100%;
  }
}

/*------------------------------------------------------------------------------- Header (components)  --------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  z-index: 10;
  background-color: #000;
  border-bottom: 2px solid rgba(255, 255, 255, .06);
}

.top li {
  font-size: 12px;
  margin-right: 15px;
  list-style: none;
  display: inline;
  letter-spacing: 0.08em;
}

.top li a:link {
  color: #CCC;
  text-decoration: none;
  font-weight: 500;
  font-size: calc(.4vw + .4vh + .4rem);
}

.top li a:visited {
  color: #CCC;
  text-decoration: none;
}

.top li a:hover,
.top li.current-menu-item a {
  color: #FFF;
}

.top ul {
  margin: 0px;
}

.mainnav {
  padding: calc(.5vw + .5vh + .5rem) 0;
}

#topleft {
  float: left;
  width: auto;
  height: calc(.5vw + .5vh + .5rem);
  vertical-align: middle;
}

#topright {
  float: right;
  width: 300px;
  height: calc(.5vw + .5vh + .5rem);
  vertical-align: middle;
  text-align: right;
}

#grey {
  width: 100%;
  background-color: rgba(255, 255, 255, .06);
  clear: both;
  margin-bottom: calc(.65vw + .65vh + .65rem)
}

#title {
  margin-left: auto;
  margin-right: auto;
  height: auto;
  vertical-align: middle;
}

@media (max-width: 800px) {
  #title {
    margin-top: 50px;
  }
}

.title {
  float: left;
  margin: calc(.25vw + .25vh + .25rem) 0;
}

.title h1 {
  color: #FFF;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.10em;
  font-size: calc(1vw + 1vh + 1rem);
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 40px;
  width: 100%;
}

@media (max-width: 480px) {
  .title h1 {
    font-size: 24px;
  }
}

#title a,
#title a:visited {
  color: #FFF;
  text-decoration: none;
}

#title a:hover {
  color: #FFF;
  text-decoration: none;
}

#top_search {
  float: right;
  vertical-align: middle;
  display: block;
}

.top_search {
  height: 20px;
  margin-top: 0px;
  font-size: 12px;
  padding: 0px;
  color: #FFFFFF;
}

.field {
  float: left;
  max-width: 10px;
  background-color: transparent;
  border: 0px;
  color: #fff;
  margin-top: 4px;
  margin-right: 5px;
  transition: .4s ease-in-out;
}

.field:focus {
  max-width: 190px;
  outline: none;
  text-align: left;
}

.submit {
  border: none;
  height: 20px;
  width: 20px;
  font-size: 0px;
  background-color: transparent;
  float: right;
  color: #FFF;
  cursor: pointer;
  margin-top: 0px;
  padding: 2px;
}

.submit .icon {
  width: 16px;
  height: 16px;
  fill: white;
}

#searchup {
  margin-top: -17px;
  margin-left: 10px;
}

/*------------------------------------------------------------------------------- Article (components)  --------------------------------------------------------------------------------*/

article {
  margin-top: calc(.75vw + .75vh + .75rem)
}

article a:hover {
  text-decoration: none;
}

article a:hover h3 span {
  padding-left: .25rem;
}

article img {
  width: 100%;
  height: auto;
}

article figure+h3 {
  margin-top: calc(.25vw + .25vh + .25rem)
}

article h3 span {
  transition: .3s ease-in-out;
}

article a:hover h3 span {
  padding-left: .25rem;
}

article.pair a {
  display: block;
}

article.pair .tagline {
  position: relative;
  padding: 10px 2px;
  box-sizing: border-box;
  width: auto;
  min-height: 120px;
  width: 100%;
  overflow: hidden;
  margin-top: 0px;
  padding-right: 1rem;
}

article.pair .tagline h2 {
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.18em;
  margin-top: 0px;
  line-height: 1.3em;
}

article.pair .tagline p {
  font-size: calc(.3vw + .3vh + .3rem);
  line-height: 1.35em;
  margin-top: 6px;
  transition: .4s ease-in-out;
  color: #666;
}

article.pair:hover .tagline p {
  color: rgba(255, 255, 255, .6);
}

article.pair .portfolio {
  border: 1px solid #000;
}

article.pair .portfolio a img,
article.pair .portfolio a:visited img {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  zoom: 1;
  filter: alpha(opacity=60);
  opacity: 0.6;
  border: none;
}

article.pair:hover .portfolio img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

@media (max-width: 800px) {
  article.pair .tagline {
    height: auto;
    min-height: 0;
  }

  article.pair .tagline p {
    font-size: 14px;
  }

  article.pair .tagline:after {
    content: none;
  }
}

/* ========================================================================= Footer  ========================================================================== */
#line {
  color: #CCC;
}

.footer {
  position: relative;
  clear: both;
  margin-top: calc(2rem + 2vh + 2vh);
  background-color: rgba(255, 255, 255, .02)
}

.footer .grid {
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.footer p {
  margin: 0px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .4);
  letter-spacing: 0.06em;
}

.footer a:link {
  text-decoration: underline;
  color: #CCC;
}

.footer a:hover {
  color: white;
}

/*------------------------------------------------------------------------------- Main navigation (components)  --------------------------------------------------------------------------------*/
@media (max-width: 800px) {
  .mainnav {
    display: none;
  }
}

/*------------------------------------------------------------------------------- Mobile navigation (components)  --------------------------------------------------------------------------------*/
.mobilenav {
  position: fixed;
  height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 9;
  top: 50px;
  left: 0;
  background-color: #333;
  line-height: 80vh;
  text-align: center;
}

@media (min-width: 801px) {
  .mobilenav {
    display: none;
  }
}

.menu-open .mobilenav {
  height: 100vh;
}

.mobilenav .grid {
  display: inline-block;
  line-height: 100%;
  vertical-align: middle;
}

.mobilenav ul li:nth-child(0) {
  transition-delay: 0ms;
}

.mobilenav ul li:nth-child(1) {
  transition-delay: 100ms;
}

.mobilenav ul li:nth-child(2) {
  transition-delay: 200ms;
}

.mobilenav ul li:nth-child(3) {
  transition-delay: 300ms;
}

.mobilenav ul li:nth-child(4) {
  transition-delay: 400ms;
}

.mobilenav ul li {
  padding-top: 4vh;
  padding-bottom: 4vh;
  transition: 200ms ease-in-out;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}

.menu-open .mobilenav ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobilenav ul li a {
  font-size: 1.25em;
  line-height: 1.25em;
}

.mobilesearch {
  position: fixed;
  height: 0px;
  overflow: hidden;
  width: 100%;
  z-index: 9;
  top: 50px;
  left: 0;
  background-color: #333;
}

.search-open .mobilesearch {
  height: 40px;
}

.mobilesearch form {
  display: block;
  width: 100%;
  height: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.mobilesearch form .field {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #FFF;
  background-color: transparent;
}

.mobilesearch form .field:focus {
  outline: none;
}

.mobilesearch form .submit {
  width: 40px;
  height: 40px;
  float: right;
  background-color: #666;
  background-repeat: no-repeat;
  background-position: center center;
}

.mobiletogglers {
  display: none;
  width: 100%;
  height: 50px;
}

.mobiletogglers .logo {
  position: absolute;
  top: 15px;
  left: 49%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mobiletogglers .logo .icon {
  width: 20px;
  height: 20px;
  fill: #2f2f2f;
}

.mobiletogglers .menu-toggler {
  float: left;
  position: relative;
  width: 25px;
  height: 18px;
  margin-top: 16px;
  cursor: pointer;
}

.mobiletogglers .menu-toggler div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #999;
  transition: 200ms ease-in-out;
}

.mobiletogglers .menu-toggler div:nth-child(2) {
  top: 8px;
}

.mobiletogglers .menu-toggler div:nth-child(3) {
  top: 16px;
}

.menu-open .mobiletogglers .menu-toggler div,
.menu-open .mobiletogglers .menu-toggler div:nth-child(2),
.menu-open .mobiletogglers .menu-toggler div:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-open .mobiletogglers .menu-toggler div:nth-child(2) {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mobiletogglers .search-toggler {
  float: right;
  position: relative;
  width: 25px;
  height: 24px;
  margin-top: 13px;
  background-color: #666;
  background-image: url(images/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mobiletogglers .search-toggler div {
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transition: 200ms;
}

.mobiletogglers .search-toggler div:nth-child(2) {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.search-open .mobiletogglers .search-toggler {
  background-image: none;
}

.search-open .mobiletogglers .search-toggler div {
  width: 70%;
}

@media (max-width: 800px) {
  .mobiletogglers {
    display: block;
  }
}

/*------------------------------------------------------------------------------- Main (components)  --------------------------------------------------------------------------------*/
h2.category {
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.18em;
  color: #FFF;
  margin: 0px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 1px;
}

.singleslideshow {
  width: 620px;
  height: auto;
  max-height: 413px;
  background-color: #000;
  border: 1px solid #333;
  float: left;
  overflow: hidden;
}

.singleslideshow img {
  width: 620px;
  height: 413px;
  padding: 0px;
}

#singlenav {
  clear: left;
  z-index: 50;
  position: relative;
  top: 18px;
  margin-left: auto;
  font-size: 0px;
}

#singlenav a {
  margin-left: 7px;
  margin-right: -4px;
  padding: 8px 8px;
  background-image: url(images/slider_inactive.png);
  color: #000;
  text-decoration: none;
}

#singlenav a.activeSlide {
  background-image: url(images/slider_active.png);
  color: #CCC;
}

#singlenav a:focus {
  outline: none;
}

#main {
  min-height: calc(50vh - 200px);
  margin-bottom: calc(1vw + 1vh + 1rem)
}

#main span.intro {
  font-size: calc(.525vw + .525vh + .525rem);
  line-height: 1.6em;
  color: white;
}

#main p {
  line-height: 22px;
  color: rgba(255, 255, 255, .7);
  font-size: calc(.4vw + .4vh + .4rem);
  line-height: 1.7em;
}

#main p+p {
  margin-top: 1.5em;
}

#main h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.18em;
  margin-top: 0px;
  clear: both;
}

#sidebar h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.18em;
  margin-top: 0px;
  clear: both;
}

#main h3 {
  color: #fff;
}

#main object {
  display: none;
}

#main .vvqbox {
  display: none;
  background-color: #000;
}

#main .stages {
  margin-top: calc(1vw + 1vh + 1rem)
}

#main .stages article {
  margin-top: calc(.75vw + .75vh + .75rem)
}

#main .stages article a:hover {
  text-decoration: none;
}

#main .stages article a:hover h3 span {
  padding-left: .25rem;
}

#main .stages article img {
  width: 100%;
  height: auto;
}

#main .stages article figure+h3 {
  margin-top: calc(.25vw + .25vh + .25rem)
}

#main .stages article h3 span {
  transition: .3s ease-in-out;
}

@media (max-width: 800px) {
  #main {
    min-height: 0;
  }
}

.headertext {
  font-size: 14px;
}

.te_div {
  font-family: Verdana;
  line-height: 22px;
  color: #333;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.breadcrumbs {
  margin: calc(.5vw + .5vh + .5rem) 0 calc(1vw + 1vh + 1rem)
}

.breadcrumb {
  font-style: normal;
  font-weight: normal;
  font-size: calc(.4vw + .4vh + .4rem);
  display: inline;
  margin-right: .5em;
  color: rgba(255, 255, 255, .5);
}

.breadcrumb a {
  color: rgba(255, 255, 255, .5);
  transition: .2s;
}

.breadcrumb a.active,
.breadcrumb a:hover {
  color: #FFF;
}

.pagehead {
  width: 100%;
  margin-top: calc(.5vw + .5vh + .5rem);
  margin-bottom: calc(1vw + 1vh + 1rem);
}

.pagehead h1 {
  color: white;
  font-size: calc(1vw + 1vh + 1rem);
  letter-spacing: .07em;
  line-height: 1.2em;
}

#blogicon {
  clear: both;
  height: 20px;
  width: 205px;
  margin-top: 5px;
}

.blogicon {
  float: left;
  width: 25px;
  height: 20px;
  background-image: url(images/blog.png);
  margin-left: 0px;
  margin-top: 5px;
}

.blogadress {
  margin-left: 5px;
  color: #CCC;
  float: left;
  font-weight: normal;
  width: 90px;
  font-size: 10px;
}

.video {
  position: absolute;
  top: 158px;
  width: 621px;
  overflow: hidden;
  padding-left: 1px;
  z-index: 100;
  background-color: black;
}

.video p {
  font-size: 0px;
}

.video object {
  width: 100%;
  background-color: #000;
  margin-bottom: 80px;
}

.embed {
  width: 100%;
  height: 100%;
  position: absolute;
}

.embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-bottom: 1px;
}

/*------------------------------------------------------------------------------- Sidebar (components)  --------------------------------------------------------------------------------*/
#sidebar {
  float: right;
  margin-top: 24px;
  position: relative
}

#sidebar:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 4rem;
  background-color: rgba(255, 255, 255, .1);
}

#sidebar.marginnone {
  margin-top: 0px;
}

@media (max-width: 800px) {
  #sidebar.marginnone {
    margin-top: 20px;
  }
}

#sidebar header {
  height: 25px;
  margin-bottom: 10px;
  line-height: 25px;
}

#sidebar h2,
#sidebar h3,
#sidebar h4 {
  color: #FFF;
}

#sidebar h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.18em;
  margin-top: 0px;
  clear: both;
}

#sidebar a,
#sidebar h2 a:link,
#sidebar h2 a:visited {
  color: #FFF;
}

#sidebar .fases {
  height: 100px;
  float: left;
  border: 1px solid #000;
  overflow: hidden;
}

@media (max-width: 800px) {
  #sidebar .fases {
    height: 0;
    padding-bottom: 50%;
  }
}

#sidebar .fases a img {
  width: 100%;
  height: auto;
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#sidebar .fases a img:hover {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;
}

#sidebar #fasetext {
  position: relative;
  height: 99px;
  float: left;
  border: 1px solid #000;
  margin-bottom: 18px;
  background-color: #ccc;
  color: #333;
}

@media (max-width: 800px) {
  #sidebar #fasetext {
    height: 0;
    padding-bottom: 50%;
  }
}

@media (max-width: 480px) {
  #sidebar #fasetext {
    height: auto;
    padding-bottom: 0;
  }
}

#sidebar .fasetext {
  padding: 10px;
  overflow: hidden;
  max-height: 80px;
  position: relative;
}

#sidebar .fasetext:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url("images/gradient-grey.png");
}

#sidebar .fasetext h3 {
  margin-bottom: 5px;
  font-weight: 700;
}

#sidebar .fasetext p {
  font-size: 10px;
  line-height: 14px;
  margin-top: 0px;
  color: #333;
}

#sidebar .fasetext object {
  display: none;
  height: 0px;
  width: 0px;
}

#sidebar .fasetext .vvqbox {
  display: none;
}

#sidebar .fasetext img {
  display: none;
}

#sidebar .fasetext a:link,
#sidebar .fasetext a:visited {
  color: #333;
  text-decoration: none;
}

#sidebar .fasetext a:hover {
  text-decoration: none;
}

#sidebar #info {
  margin-bottom: 0;
  margin-right: 10px;
  float: left;
  width: 25px;
  height: 25px;
  background-image: url(images/info.png);
  margin-left: 0;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer;
  float: left;
}

#sidebar .other {
  margin-top: calc(.5vw + .5vh + .5rem);
}

#sidebar .other article {
  height: 0;
  padding-bottom: 56%;
  float: left;
  overflow: hidden;
  margin-top: 1px;
}

#sidebar .other article a {
  display: block;
  margin-bottom: 0;
}

#sidebar .other article img {
  width: 100%;
  height: auto;
}

#sidebar .other article a:link img,
#sidebar .other a:visited img {
  zoom: 1;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: none;
}

#sidebar .other article a:hover img {
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1.0;
  border: none;
}

@media (max-width: 800px) {
  #sidebar .other {
    height: 0;
    padding-bottom: 55%;
  }
}

#sidebar h3 {
  font-style: normal;
  font-weight: normal;
  margin: 0px;
  margin-bottom: -5px;
}

#sidebar a:link,
a:visited p {
  color: white;
  margin-bottom: 20px;
}

.link a:link,
.link a:visited {
  color: #CCC;
  float: left;
  width: 300px;
}

#sidebar li {
  color: rgba(255, 255, 255, .7);
  list-style: none;
  font-size: calc(.4vw + .4vh + .4rem);
  line-height: 1.4em;
  display: block;
  margin: .5em 0
}

#sidebar ul {
  margin: 0px;
  background-color: transparent;
  margin-top: calc(.75vw + .75vh + .75rem)
}

/*sidebar*/

/*------------------------------------------------------------------------------- Related (components)  --------------------------------------------------------------------------------*/

.related {
  position: relative;
  margin-top: calc(1vw + 1vh + 1rem);
  padding-top: 1.5em;
}

/* .related .grid-row { margin-top: calc(.75vw + .75vh + .75rem); } */

.related h2 {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.18em;
}

.related:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: rgba(255, 255, 255, .1);
}

.related article img {
  width: 100%;
  height: auto;
}

.related article figure+h3 {
  margin-top: calc(.25vw + .25vh + .25rem)
}

.related article h3 {
  font-size: calc(.4vw + .4vh + .4rem);
  color: white;
}

.related article h3 span {
  transition: .3s ease-in-out;
}

.related article a:hover {
  text-decoration: none;
}

.related article a:hover h3 span {
  padding-left: .25rem;
}

/*------------------------------------------------------------------------------- Form (components)  --------------------------------------------------------------------------------*/
form.mailform {
  margin-top: calc(.5vw + .5vh + .5rem);
}

form .form-row {
  margin-bottom: .75rem;
}

form .form-row label {
  margin-bottom: .75rem;
  display: block;
}

form .form-row.question {
  display: none;
}

form .form-row input {
  color: white;
  background-color: transparent;
  box-sizing: border-box;
  padding: 6px 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-left: 0;
  width: 100%;
  display: block;
  height: 25px;
}

form .form-row input:focus,
form .form-row textarea:focus {
  outline: none;
  border-bottom: 1px solid #fff;
}

form .form-row textarea {
  box-sizing: border-box;
  background-color: transparent;
  padding: 12px 12px;
  width: 100%;
  border-style: none;
  border: 1px solid rgba(255, 255, 255, .2);
  color: white;
}

form .form-row .warning {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

form .form-row small {
  font-size: 12px;
  display: block;
  margin-top: 5px;
  color: rgba(0, 0, 0, .6)
}

form .form-row button[type="submit"] {
  margin-top: 1rem;
  height: 30px;
  background-color: #111;
  border: none;
  padding: 8px 15px;
  width: auto;
  color: #FFF;
  cursor: pointer;
  transition: .3s ease-in-out;
}

form .form-row button[type="submit"]:hover {
  background-color: #333;
}


/*  Old form */

#formfieldtext {
  width: 100%;
  height: 27px;
  padding-top: 5px;
  margin-left: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
}

#formfieldtext p {
  display: inline;
  margin-left: 0px;
  font-weight: 700;
  font-size: 12px;
  color: #666;
}

#formfieldentry {
  margin-left: 0px;
  margin-right: 20px;
  margin-bottom: 0px;
}

#formfieldentry input {
  color: white;
  background-color: transparent;
  box-sizing: border-box;
  padding: 6px 0px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-left: 0;
  width: 100%;
  display: block;
  height: 25px;
}

#formfieldentry textarea {
  box-sizing: border-box;
  padding: 12px 12px;
  border: medium none;
  width: 100%;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
  color: white;
}

.small {
  height: 30px;
  width: 100%;
}

.big {
  width: 100%;
}

#submit {
  display: block;
  margin-top: 30px;
  height: 30px;
  width: 100%;
}

#submit p {
  margin-bottom: 0;
}

#submit input[type="submit"] {
  color: #FFF;
  margin-left: 0;
}

.wpcf7-submit {
  background-color: #666;
  border: none;
  padding: 8px 15px;
  width: auto;
  color: #FFF;
  cursor: pointer;
  margin-top: 0;
}


/*  Recaptcha display */
body:not(.page-id-2) .grecaptcha-badge {
  display: none;
}


/*------------------------------------------------ Ratio helper ----------------------------------------------------*/
figure.ratio.ratio--4by3 {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}

figure.ratio img {
  object-fit: cover;
}