/*RESET GENERIC CSS*/

/*
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, font, 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 { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent }
ol, ul {list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
:focus {outline:0;}
a {outline:0;}
a img {outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse; border-spacing:0;}
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width:0px; line-height:0px; font-size:0px;}
*/

/* Style the video: 100% width and height to cover the entire window */


body { 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    letter-spacing: 0.5pt;
    font-family: 'Roboto', sans-serif;
    color: white; 
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    overflow: overlay;
}

#left {
    position: absolute;
    float: left;
    width: 30%;
    z-index: 100;  
    background: #000;
}

/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: yellow; 
}

#teaser {
  position: fixed;
  right: -17%;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: 1;  
}


section:first-of-type {
  padding-top: 100px;
}

section:last-of-type {
/*  padding-top: 300px; */
  padding-bottom: 100px;
}


section { 
    overflow: hidden;
    position: relative;
    padding: 20px 40px;
    margin: 0;
/*    max-width: 500px; */
}

section p {
    font-size: 16px;
    line-height: 26px;
}

#intro p,
#contact p {
  font-weight: 500;
}

#press p {
  padding-right: 18px;
}



a {
    color: yellow;
    transition: 0.3s;
    display: inline-block;
    font-weight: 500;
}

a:hover {
    color: yellow;
}

a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: yellow;
    transition: width 0.2s;
}

a.underline {
    color: #fff;
    transition: 0.3s;
    display: inline-block;
    font-weight: 500;
}

a.underline:hover {
    color: yellow;
}

a.underline::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: yellow;
    transition: width 0.2s;
}

section a:hover::after {
  width: 100%;
}




a { 
    text-decoration: none;
}

h1 { 
    border-bottom: 4px solid white;
    font-size: 1em;
    font-weight: 500;
    display: table-caption;
    padding: 5px;
    margin-left: -5px;
    text-transform: uppercase;
}

h2 {
    border: 1px solid #fff;
    font-size: 0.6em;
    font-weight: 500;
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
}

sup {
    font-size: 12px;
    line-height: 10px;
    padding-left: 2px;
}

.more {
    padding: 40px 0;
}

b, em {
    font-weight: 500;
}

.stopfade { 
    opacity: .5; 
}

section button { 
  display: block;
  width: 80%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  -webkit-transition: .3s background;
  transition: .3s background;
}

section button:hover { 
   background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 1280px) {
  #left { width:50%; }
  #right { width:50%; }
  #teaser {
    margin-left: -40%;
  }
}

@media screen and (max-width: 1024px) { 
  #left { width:100%; }
  section { padding: 20px 80px 20px 20px; }
  video { display: none; } 
  table { margin-left: 20px !important; }
  td { padding-right: 0 !important; }
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
}

@media screen and (max-width: 600px) { 
  section { padding: 20px 40px 20px 20px; }
}




/* _______________________  CV _______________________ */

table {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    max-width: 680px;
    margin-left: 40px;
    padding-bottom: 100px;
    }


td {
    letter-spacing: 1px;
    border-top:0px solid #FFF; 
    vertical-align:top;
    padding-right:10px;
    }

.tdTitle {
    font: normal 16px/24px 'Roboto', sans-serif;
    letter-spacing: 1px;
    text-decoration:none;
    text-transform: uppercase;
    }

.tdTitle {
  padding-top: 40px;
}

.bold {
    font-weight: 500;

} 

.italic {
    font-style: italic;

    }   

#introCV {
  max-width: 630px;
  font-weight: 300;
}
