/* OU biege:#F2E4C9 pink: rgb (255,35,100) purple: (100,35,255) black-background (#333333) secondary gray (#434343)*/

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
}

/* Links
-------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none !important;
}

a:hover {
  color: inherit;
}

/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}

/* Vaud font
-------------------------------------------------- */

@font-face {
	font-family: 'Vaud';
	src: url('httphttps://overunder.co://overunder.co/assets/fonts/Vaud.eot'),
		url('https://overunder.co/assets/fonts/Vaud.woff') format('woff'),
		url('https://overunder.co/assets/fonts/Vaud.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud';
	src: url('https://overunder.co/assets/fonts/Vaud-SemiBold.eot'),
		url('https://overunder.co/assets/fonts/Vaud-SemiBold.woff') format('woff'),
		url('https://overunder.co/assets/fonts/Vaud-SemiBold.eot?#iefix') format('embedded-opentype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Vaud';
	src: url('https://overunder.co/assets/fonts/Vaud-Medium.eot'),
		url('https://overunder.co/assets/fonts/Vaud-Medium.woff') format('woff'),
		url('https://overunder.co/assets/fonts/Vaud-Medium.eot?#iefix') format('embedded-opentype');
	font-weight: 400;
	font-style: normal;
}

/* GT Sectra
-------------------------------------------------- */

@font-face {
	font-family: 'Sectra';
	src: url('https://overunder.co/assets/fonts/GT-Sectra-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Sectra';
	src: url('https://overunder.co/assets/fonts/GT-Sectra-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

/* Site
-------------------------------------------------- */
html {
  height: 100%;
  font-family: sans-serif;
  letter-spacing: .0425em;
}

body {
  min-height: 100%;
  margin: 0 auto;
  color: #222;
  background-color: #FFF;
  font-family: 'Vaud', sans-serif; font-weight: normal; font-style: normal;
    transition: all 0.25s ease;
  overflow-x: hidden;
}

.container  {padding-bottom: 70px;}

::-moz-selection { /* Code for Firefox */
    color: inherit;
    background: #f3ebff;
}

::selection {
    color: inherit;
    background: #f3ebff;
}

table td, table td * {
    vertical-align: top;
}

/* Header
-------------------------------------------------- */
.header {
  display: block;
  margin-bottom: 0 auto 3.75em auto;
  padding-top: 25px; padding-bottom: 0;
  width: 100%;
  min-height: 80px;
  height: auto;
  background-color: #FFF; /* light mode */
  z-index: 8;
}

.header-logo  {
  position: fixed;
  width: 60px;
  top: 5px;
  right: 30px;
}

.behindheader {
  width: 100%;
  height: 77px;
  background-color: #FFF; /* light mode */
  position: fixed;

  left:0;
  z-index: 7;
}


@media (max-width:768px){
  .header {
    width:100%;
    left: 0;
    border-bottom: 0!important;
  }
  .behindheader {
    display: none;
  }

}

@media (min-width:768px){.header{width:750px}}
@media (min-width:992px){.header{width:970px}}
@media (min-width:1200px){.header{width:1140px}}


/* Navigation
-------------------------------------------------- */
.menu {
  display: none;
  padding-top: 80px;
  padding-left: 15px;
  height: 100vh;
}
.menu a {
  display: inline-block;
}
.menu a:hover {
  color: inherit;
  cursor: pointer;
}
.menu .active {
  color: inherit;
  border-bottom: 0;
  font-weight: 400;
  display: block;
}
.menu li a {
  list-style: none;
}
.menu > li {
  position: relative;
  padding-right: 1em;
  text-align: left!important;
}

.menu > li > a {
  font-size: 3.5em;
  font-weight: 400;
  z-index: 900;
}

#sitename {font-family:'Sectra', serif; font-size: 2.5em; font-weight: 500!important;}
#sitename:hover	{color:rgb(100,35,255);}
#sitename	{position: fixed; top: 18px; left: 90px; font-size: 1.75em;}


.tagmenu	{
  display: block;
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: auto;
  }

.tagmenu ul.tags li	{display: inline-block; margin-bottom: 5px;}
.tagmenu ul.tags li a {
  color: inherit;
  padding: 5px 3px 2px 7px;
  border-radius: 0;
  background: #f3ebff;
}

.tagmenu ul.tags li a:hover {
  color: #FFF;
  background: rgb(100,35,255);
  transition: all ease .25s;
}

.tagmenu ul.tags li a.active {
  color: #FFF;
  background: rgb(100,35,255);
}

.tagmenu ul.tags li a.notactive {
  color: #FFF;
  background: rgb(100,35,255);
}

.scopeTag  {
  padding: 5px 5px 2px 5px;
  border-radius: 0;
  background: #f3ebff;
}

.scopeTag a {color: inherit;  margin-bottom: 5px;}

.scopeTag:hover, .scopeTag a:hover  {
  color: rgb(100,35,255);
  transition: all ease .25s;
}

.navtoggle	{
  display: block;
  position: fixed;
  top: 23px;
  right: 1.65em;
  z-index: 1000;
  }

@media screen and (min-width:768px) {
  .menu {display: block; height: 35px; padding-top: 0px; padding-left: 0px;}
  .menu {text-align: left;}
  .menu > li {float: left;}
  .menu > li > a, #sitename {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1.35em;
    text-align: left;
    z-index: 900;
  }
  .menu > li > a:hover {
  color: rgb(100, 35, 255);
  }


  .menu .active {
    color: inherit;
    border-bottom: 3px solid rgb(100,35,255);
    display: inline-block;
  }

  #sitename	{position: static;}

  .tagmenu ul.tags li	{
 	  display: inline;
 	  line-height: 25px;
 	  padding-right: 5px;
  }

  .tagmenu ul.tags {text-align: left;}

  .navtoggle {
      display:none;
      top: 0;
      right: 0;
      position: static;
      z-index: 1000;
    }
}

.affix {
    top: 0px;
    paddding-top: 25px;
 }

 #about-affix   {
   top: 100px;
   margin-bottom: 80px;
   z-index: 9999 !important;
 }

 #btn-affix   {
   top: 100px;
   z-index: 9999 !important;
 }

.bios {
  margin-bottom: 30px;
	}

.btn {
  background-color: rgba(255,255,255,0);
  margin-right: 1.25em;
  display: inline-block;}

.btn:hover {
  color: rgb(100,35,255);}

.collapse { z-index: 1!important;}

/* Headings
-------------------------------------------------- */

h1 {
  font-family: 'Sectra', serif;
  font-size: 1.75em;
  line-height: 1.25em;
  font-weight: 500;
  margin: 0 0 .125em 0;
  display: inline-block;
  z-index: 1;
}

h2 {
  font-family: 'Sectra', serif;
  font-size: 2.75em;
  line-height: 1.25em;
  font-weight: 500;
  margin: .75em 0;
  border-bottom: 1px solid #e3e4e5;
}

h3 {
  font-family: 'Sectra', serif;
  font-weight: 500;
  font-size: 1.75em;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: .25em;
  margin-bottom: .125em;
}

h4, button {
  font-size: 1.125em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: .5em;
  border-bottom: 1px solid #e3e4e5;
  display: table;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  border: 0 !important;
}

.caption	{
  font-size: 1em;
  margin-bottom: 45px;
  font-weight: 400;
  color: #999;
}

strong	{font-weight: 500;}

/* Paragraph styles
-------------------------------------------------- */

.intro, .title	{
  font-family: 'Sectra', serif;
  font-size: 1.75em;
  line-height: 1.375em;
  font-weight: 500;
  color: inherit;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
 }

 .shadow {
   -moz-box-shadow:    0px 5px 5px -5px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.2);
   box-shadow:         0px 5px 5px -5px rgba(0, 0, 0, 0.2);
   transition: all .25s;
 }

 .shadow:hover, .shadowHome:focus {
   -moz-box-shadow:    0px 5px 10px 0px rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
   box-shadow:         0px 5px 10px 0px rgba(0, 0, 0, 0.2);
 }

 .featuredContainer  {
   position: relative;
   display: inline-block;
    width: 100%;
	height: 175px;
    overflow: hidden;
 }

 .featuredContainer img {
   position: absolute;
   display: block;
    max-width: 100%; height: auto;
    margin: 0 auto;
 }

 .articleContainer {
   position: relative;
   display: block;
    width: 100%;
    height: 150px;
   overflow: hidden;
 }

 .articleContainer img {
   display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 auto;
 }

 .featuredHome .featuredCaption {
   position: relative;
   display: block;
   margin: 0 auto;
      bottom: 0;
      padding:  0em 1em 0.1875em 0;
    color: inherit;
 }

 .featuredHome .project-title {
   margin-top: 15px;
   font-weight: 700;
 }

 .featuredHome .featuredMeta {
   margin-bottom: 10px;
   color: inherit;
 }

@media screen and (min-width: 768px) {
.intro, .title	{
  font-size: 4.25em;
  line-height: 1.375em;
  font-weight: 400;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
 }
 .featuredContainer  {
   position: relative;
   display: inline-block;
    width: 100%;
	  height: 275px;
    overflow: hidden;
 }

 h1 {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: .5em;
	font-feature-settings: 'lnum';
	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
}


}

/* Main
-------------------------------------------------- */
.main {
  margin-top: 6em;
}
.main hr {
  margin: 3em 0;
  height: 2px;
  background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
}

.main a {
  border-bottom: 0;
}

/* Intro text */
#intro-text-container {
  margin-top: 8em;
  text-align: left;
  margin-bottom: 3em;
  }

.text	{font-family: 'Sectra', serif; font-size: 1.4em; font-weight: 400;}
.text a, p a	{color: inherit; background-color: #f3ebff;}
.text a:hover, .text a:focus, p a:hover, p a:focus  {color: rgb(100,35,255); transition: all .25s ease;}

/* Jumbo project image */

.jumbotron	{
  position: relative;
  display: inline-block;
  width: 100%;
  max-height: 680px;
  overflow: hidden;
  margin: 0 0 2em;
  }

.jumbotron img	{
  display: block;
    max-width: 100%;
    max-height: 680px;
  margin: 0 auto;
  float: left;
  }

.jumbotron .project-title	{
  position: absolute;
  margin: 8% 0;
  z-index: 3;
  color: inherit;
  background-color: #fff;
  padding: 0.375em;
  padding-bottom: 0.1875em;
  }


/* Project meta
-------------------------------------------------- */
.meta {
  text-align: left;
  width: 100%;
}
.meta th, .meta td	{
  vertical-align: top;
  text-align: left;
  line-height: 25px;
}

.meta th {
  font-weight: 500;
  width: 90px;
  color: inherit;
}

.project-image	{
  max-width: 100%;
  height: auto;
  float:left;
  display: inline-block;
    margin-bottom: 30px;
}

/* Project teaser
-------------------------------------------------- */

.teaser {list-style: none;}
.teaser li {list-style: none;}

.teaser-container {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
  margin-bottom: 15px;
}

.teaser-image {
    display: block;
    position: absolute;
    bottom: 0;
      max-width: 100%;
      height: auto;
}

.project-container  {
  display: block;
  position: absolute;
  left: 0;
}

.type-image {
  display: none;
    max-width: 100%;
    height: auto;
}
.type-image img {
  max-height: 350px;
}

.teaser-caption	{
    font-size: 1em;
    text-align: left;
    font-weight: 500;
    color: inherit;
  background-color: #fff;
    padding: 5px 10px;
  position: absolute;
    top: 15px;
    left: 15px;
}

a .work:hover {padding-right: 5px; transition: all .25s ease;}

.work {display: inline-block;}

.work + #arrow {font-family: sans-serif; color: inherit;}



@media screen and (min-width: 768px) {

  #intro-text-container {
  margin-top: 10em;
  text-align: left;
  }

  .teaser li {
    float: left;
    max-width: 100%;
  }
  .teaser li:first-child {
    margin-left: 0;
  }

  .teaser-container	{
   width: 100%;
  }

  .teaser-container img	{
    min-height: auto;
    min-width: 100%;
      margin: auto;
  }

  .teaser-caption	{
    position: absolute;
    max-width: 75%;
      top: 15px;
      left: 15px;
      right: inherit;
      z-index: 5;
  }

}

/* Project Nav
-------------------------------------------------- */

.page-nav	{display: inline-block; width: 100%; margin-top: 1em;}

.prev,.next {display: inline-block; color:rgb(100,35,255);}

.prev {float:left} .next{float:right;}

.next p	{text-align: right;}

.prev p span, .next p span	{border-bottom: 3px solid rgb(100,35,255); padding-bottom: .125em;}

@media screen and (min-width: 768px) {
  .prev, .next {
    position: fixed;
    bottom: 0;
    padding: 0;
    z-index: 1!important;
    }

  .prev img, .next img {
    display: none;
    }

  .prev p	{
    position: absolute;
    display: inline;
    left: 25px;
    bottom: 0;
    white-space: nowrap;
    }

  .next p	{
    position: absolute;
    display: inline;
    right: 25px;
    bottom: 0;
    text-align: right;
    white-space: nowrap;
    }

  /* PREV */
  .prev {left: 0px;}

  /* NEXT */
  .next {right: 0;}
} /* End media */

/* Footer
-------------------------------------------------- */

.svg-arrow-down {
 position: fixed;
 margin: auto;
 bottom: 100px; right: 25%; left: 25%;
}

.footer, .footer a	{color: #999;}
.footer a:hover	{color: rgb(100,35,255);}
