/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #9DCFAD;
}


/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
font-family: Nexa-Bold;
}

p {
font-size: 13px;
letter-spacing: 0.0582em;
color: #9DCFAD;
font-family: Nexa-Light;
}



/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #333;
}
body {
  color: #fff;
  text-align: center;
/*  text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

#pdf-button {
  background-color: transparent;
  border-color:#9DCFAD;
  padding: 10px 60px;
  border-radius: 0;
  color: #9DCFAD;
  font-family: arial;
  text-decoration: none;
}

#pdf-button:hover {
  background-color:  rgba(157, 207, 173, 0.5);
  border-color:#9DCFAD;
  padding: 10px 60px;
  border-radius: 0;
  color: #9DCFAD;
  font-family: arial;
  text-decoration: none;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

#pdf-button a {
  text-decoration: none;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
display: inline;
max-width: 85%;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 700px;
  }
}


@media only screen and (max-width : 401px) {
    .overlay nav {
    text-align: left;
    margin-left: 25%;
    position: absolute;
    margin-top: 0px;
    font-size: 14px;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
  }
}  


  .overlay ul {
    font-family: nexa-light;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative; }
    .overlay ul li {
      display: block;
      height: 10%;
      min-height: 10%; }
      .overlay ul li a {
        display: block;
        color: rgb(157, 207, 173);
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s; }
        .overlay ul li a:hover, .overlay ul li a:focus {
          opacity: 0.3;
          text-decoration: none; }

.overlay {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .overlay nav {
    -webkit-perspective: 1200px;
    perspective: 1200px; }
    .overlay nav ul {
      opacity: 0.4;
      -webkit-transform: translateY(-25%) rotateX(35deg);
      transform: translateY(-25%) rotateX(35deg);
      -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s; }
  .overlay.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg); }
  .overlay.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg); }


.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50; }
  
  .overlay nav {
    text-align: left;
    margin-left: 15%;
    position: absolute;
    margin-top: 250px;
    font-size: 20px;
    line-height: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
  }

@media (min-width: 992px) {

  
  .overlay nav {
    text-align: left;
    margin-left: 25%;
    position: absolute;
    margin-top: 400px;
    font-size: 30px;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); 
  }
  


}




@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 50%;
    font-size: 12px; }
  .overlay ul li {
    min-height: 28px; } }






#logo {
float: left;
position: fixed;
z-index: 70;
 }

#catlab {
position: fixed;
bottom: 30px;
left: 30px;
z-index: 70;
cursor: pointer;
 }

#linkedin {
position: fixed;
bottom: 30px;
left: 40px;
z-index: 70;
cursor: pointer;
 }

#info {
position: fixed;
bottom: -10px;
right: -20px;
z-index: 70;
cursor: pointer;
}

#info:hover {
background-image:url(img/info-hv.png);
 }


#menu {
  position: fixed;
  z-index: 70;
  top: 30px;
  right: 30px;
  cursor: pointer; }

  #menu .menu-bars {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 30px; }
    #menu .menu-bars span {
      margin: 0 auto;
      position: relative;
      top: 12px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: 0.2s;
      width: 30px;
      height: 3px;
      background-color: rgb(157, 207, 173);
      display: block; }
      #menu .menu-bars span:before, #menu .menu-bars span:after {
        position: absolute;
        content: ""; }
      #menu .menu-bars span:before, #menu .menu-bars span:after {
        width: 30px;
        height: 3px;
        background-color: rgb(157, 207, 173);
        display: block; }
      #menu .menu-bars span:before {
        margin-top: -10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0; }
      #menu .menu-bars span:after {
        margin-top: 10px;
        -webkit-transition-property: margin, -webkit-transform;
        -webkit-transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0; }
    #menu .menu-bars.open span {
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition-delay: 0.2s; }
    #menu .menu-bars.open span:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -webkit-transition-delay: 0, 0.2s; }
    #menu .menu-bars.open span:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -webkit-transition-delay: 0, 0.2s; }




.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fullPage-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fullPage-nav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
  display: inline-block; }

#fullPage-nav li a, .fp-slidesNav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fullPage-nav li .active span, .fp-slidesNav .active span {
  background: rgb(157, 207, 173); }

#fullPage-nav span, .fp-slidesNav span {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 1px solid rgb(157, 207, 173);
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1; }


  #top, #bottom, #left, #right {
  background: rgb(157, 207, 173);
  position: fixed;
  }
  #left, #right {
    top: 0; bottom: 0;
    width: 10px;
    z-index: 9999;
    }
    #left { left: 0; }
    #right { right: 0; }
    
  #top, #bottom {
    left: 0; right: 0;
    height: 10px;
    z-index: 9999;
    }
    #top { top: 0; }
    #bottom { bottom: 0; }




.details {
cursor: pointer;
display: inline-block;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
position: absolute;
right: 30px;
bottom: 30px;
cursor: pointer;
width: 40px;
height: 48px;
color: #FFF;
background: url(img/info.png) no-repeat;
background-size: 40px 48px;
}

.details:hover {
background-image:url(img/info-hv.png);
 }
.details:active {
background-image:url(img/info-hv.png);
 }


.impressum {
cursor: pointer;
display: inline-block;
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
position: absolute;
right: 30px;
bottom: 30px;
cursor: pointer;
width: 86px;
height: 48px;
color: #FFF;
background: url(img/impressum.png) no-repeat;
background-size: 86px 48px;
}

.impressum:hover {
background: url(img/impressum-hv.png) no-repeat;
}

.impressumactive {
position: absolute;
right: 30px;
bottom: 30px;
cursor: pointer;
width: 86px;
height: 48px;
color: #FFF;
background: url(img/impressum-hv.png) no-repeat;
background-size: 86px 48px;
}


.modal {
display: none;
overflow: auto;
position: absolute;
right: 63px;
bottom: 27px;
top: inherit;
left: inherit;
z-index: 1040;
}

@media screen and (min-width: 350px) {
.modal-dialog {
width: 350px;
margin: 30px auto;} } 

.modal-body {
position: relative;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 2px;
padding-left: 15px;
}

.modal-content {
position: relative;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 1px;
outline: none;
box-shadow: none;
color: #9DCFAD;
text-align: left;
}

.modal-backdrop {
  display: none!important;
}

.modal-header {
border-bottom: 0px;
padding-bottom: 0px;
}

.modal-header .close {
margin-top: -10px;
margin-right: -5px;
}


.close {
color: #9DCFAD;
opacity: 100;
text-shadow: none;
}

.close:hover {
color: #9DCFAD;
text-decoration: none;
cursor: pointer;
opacity: .5;
filter: alpha(opacity=50);
}

#section5{
  background: url(img/background.jpg);
}

.section-cv {
  background: url(img/background.jpg) no-repeat;
}
.section-cv h1 {text-transform: uppercase;color:#9DCFAD;line-height: 10px}
.section-cv h1 span {font-family: Nexa-Light;}

.section-cv h3 {
letter-spacing: 7px;
text-transform: uppercase;
font-size: 16px;
color: #666;
}
.section-cv h2 {
letter-spacing: 3px;
text-transform: uppercase;
font-size: 13px;
color: #666;
margin-top: 10px;
margin-bottom: 15px;
}

.section-cv h4 {
font-size: 21px;
font-style: lighter;
color: #9DCFAD;
font-family: Nexa-Light;
}

.section-impressum{
padding-top: 60px;
text-align: left;
font-size: 13px;
font-style: lighter;
color: #9DCFAD;
font-family: Nexa-Light;
}