html,
body {
  height: 100%;
  margin: 0;
}
body {
  background: #ffaa3e;
  height: 100%;
}
@media print {
  .uk-width-1-3\@print {
    width: calc(100% * 1 / 3.001) !important;
  }
  .uk-width-2-3\@print {
    width: calc(100% * 2 / 3.001) !important;
  }
  .uk-width-1-2\@print {
    width: 50% !important;
  }
  .uk-width-1-1\@print {
    width: 100% !important;
  }
}
#pattern {
  position: fixed;
  top: 0;
  left: 0;
  background-image: url("/img/bg2.png");
  background-repeat: repeat;
  background-blend-mode: lighten;
  background-size: cover;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#page {
  padding-top: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
}
@media print {
  #page {
    padding: 20px 0 0 !important;
  }
}
@media (max-width: 959px) {
  #page {
    padding: 0;
  }
}
@media (max-width: 959px) {
  #pattern {
    display: none;
  }
  #page {
    position: relative;
  }
}
@media (max-width: 959px) {
  .uk-container {
    padding: 0 !important;
  }
}
@media print {
  .uk-container {
    padding: 0 !important;
    padding-left: 20px !important;
    margin: 0 auto !important;
  }
}
.resume-content {
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  background: #f1f1f1;
  position: relative;
}
@media print {
  .resume-content {
    margin-top: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 959px) {
  .resume-content {
    margin-top: 0;
  }
}
.language-select {
  text-align: center;
}
.intro {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media print {
  .intro {
    padding-top: 0;
  }
}
@media print {
  .intro h1 {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 0;
  }
  .intro h1 ~ p {
    margin-top: 0px;
    margin-bottom: 0 !important;
  }
}
@media print {
  .intro p {
    font-size: 14px;
  }
  .deutsch .intro p {
    font-size: 13px !important;
  }
}
.cv {
  padding-top: 20px;
}
@media print {
  .cv {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.cv h2 img {
  vertical-align: text-top;
}
@media print {
  .cv h2 {
    font-size: 16px;
    margin-bottom: 5px !important;
    margin-top: 25px !important;
  }
  .cv h2:first-child {
    margin-top: 0px !important;
  }
  .cv h2 img {
    width: 14px;
    fill: #ff710d;
    margin-right: 5px;
  }
}
.cv .cv-item {
  margin-bottom: 20px;
}
.cv .cv-item .period {
  color: #ff710d;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.7;
  margin-bottom: 5px;
}
.cv .cv-item h3 {
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}
.cv .cv-item h4 {
  font-size: 16px;
  margin: 0;
  color: #666;
}
.cv .cv-item p,
.cv .cv-item ul {
  font-size: 14px;
  margin-top: 5px;
}
@media print {
  .cv .cv-item {
    margin-bottom: 10px;
  }
  .cv .cv-item .period {
    font-size: 0.7rem;
  }
  .cv .cv-item h3 {
    font-size: 14px !important;
  }
  .cv .cv-item h4 {
    font-size: 13px;
  }
  .cv .cv-item h4 ~ p {
    margin-top: 2px;
  }
  .cv .cv-item p,
  .cv .cv-item ul {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
}
.contact-expanded {
  position: absolute;
  z-index: 0;
  height: 100%;
  padding-top: 60px;
  display: flex;
  flex-direction: column;
}
@media print {
  .contact-expanded {
    display: none;
  }
}
.contact-expanded section {
  background: #f1f1f1;
  flex: 1;
  padding-top: 52px;
}
.contact-expanded section div {
  margin-top: 7px;
}
.contact-expanded section a {
  padding: 20px;
  font-size: 1.2rem;
  display: block;
  text-decoration: underline;
}
.print-visible {
  display: none;
}
@media print {
  .print-visible {
    display: block;
  }
}
@media (max-width: 959px) {
  .print-visible {
    display: block;
  }
  .print-visible a {
    text-decoration: underline;
    color: black;
  }
}
.resume-image {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.6s ease-in-out;
}
.resume-image:before {
  content: " ";
  top: 0px;
  left: -48px;
  width: 48px;
  height: 100%;
  z-index: 2;
  position: absolute;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.resume-image:after {
  content: " ";
  right: -48px;
  top: 0;
  width: 48px;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.photobar {
  background-color: #ff710d !important;
  min-height: 80vh;
  padding-bottom: 30px;
  flex: 1;
  position: relative;
}
.photobar .portrait-container {
  background: #333;
}
@media print {
  .photobar .portrait-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.photobar .portrait {
  display: block;
  margin: 0 auto;
}
@media print {
  .photobar {
    font-size: 0.8rem;
  }
}
.photobar .main {
  padding-top: 20px;
  background: linear-gradient(180deg, #c45100, #ff710d) !important;
}
@media print {
  .photobar .main {
    background: #ff710d !important;
  }
}
.photobar h1 {
  color: white;
  text-align: center;
  font-family: "LilyScriptOne-Regular", sans-serif;
}
.photobar h1 span {
  font-family: "Lalezar-Regular", sans-serif;
  font-weight: normal;
}
.photobar section {
  padding: 20px 20px;
  color: #222222;
}
.photobar section h2 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
  text-align: center;
}
@media print {
  .photobar section h2 {
    font-size: 14px;
  }
}
.photobar section p,
.photobar section ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.photobar .languages img {
  vertical-align: baseline;
  height: auto;
}
.buttonbar {
  margin-top: 60px;
  background: #f1f1f1;
  width: 100px;
  display: flex;
  flex-direction: column;
}
@media print {
  .buttonbar {
    display: none;
  }
}
.buttonbar h2 {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  font-family: "JosefinSans", sans-serif;
  margin-top: 20px;
}
.buttonbar a {
  color: #ff710d;
  margin: 20px auto;
}
.github-fork-ribbon {
  width: 12.1em;
  height: 12.1em;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  font-size: 13px;
  text-decoration: none;
  text-indent: -999999px;
}
@media print {
  .github-fork-ribbon {
    display: none;
  }
}
.github-fork-ribbon:hover,
.github-fork-ribbon:active {
  background-color: rgba(0, 0, 0, 0);
}
.github-fork-ribbon:before,
.github-fork-ribbon:after {
  /* The right and left classes determine the side we attach our banner to */
  position: absolute;
  display: block;
  width: 15.38em;
  height: 1.54em;
  top: 3.23em;
  right: -3.23em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.github-fork-ribbon:before {
  content: "";
  /* Add a bit of padding to give some substance outside the "stitching" */
  padding: 0.38em 0;
  /* Set the base colour */
  background-color: #a00;
  /* Set a gradient: transparent black at the top to almost-transparent black at the bottom */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  /* Add a drop shadow */
  -webkit-box-shadow: 0 0.15em 0.23em 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.15em 0.23em 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.15em 0.23em 0 rgba(0, 0, 0, 0.5);
  pointer-events: auto;
}
.github-fork-ribbon:after {
  /* Set the text from the data-ribbon attribute */
  content: attr(data-ribbon);
  /* Set the text properties */
  color: #fff;
  font: 700 1em "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.54em;
  text-decoration: none;
  text-shadow: 0 -0.08em rgba(0, 0, 0, 0.5);
  text-align: center;
  text-indent: 0;
  /* Set the layout properties */
  padding: 0.15em 0;
  margin: 0.15em 0;
  /* Add "stitching" effect */
  border-width: 0.08em 0;
  border-style: dotted;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
}
.github-fork-ribbon.left-top,
.github-fork-ribbon.left-bottom {
  right: auto;
  left: 0;
}
.github-fork-ribbon.left-bottom,
.github-fork-ribbon.right-bottom {
  top: auto;
  bottom: 0;
}
.github-fork-ribbon.left-top:before,
.github-fork-ribbon.left-top:after,
.github-fork-ribbon.left-bottom:before,
.github-fork-ribbon.left-bottom:after {
  right: auto;
  left: -3.23em;
}
.github-fork-ribbon.left-bottom:before,
.github-fork-ribbon.left-bottom:after,
.github-fork-ribbon.right-bottom:before,
.github-fork-ribbon.right-bottom:after {
  top: auto;
  bottom: 3.23em;
}
.github-fork-ribbon.left-top:before,
.github-fork-ribbon.left-top:after,
.github-fork-ribbon.right-bottom:before,
.github-fork-ribbon.right-bottom:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*# sourceMappingURL=style.css.map */