/******************************************************************************
    Reset
*******************************************************************************/
/* line 7, ../sass/cv.scss */
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;
}

/* line 27, ../sass/cv.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/cv.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/cv.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/cv.scss */
blockquote, q {
  quotes: none;
}

/* line 40, ../sass/cv.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 45, ../sass/cv.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../sass/cv.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/******************************************************************************
    Mixins
*******************************************************************************/
/******************************************************************************
    Eye candy
*******************************************************************************/
@media screen and (min-width: 961px) {
  /* line 80, ../sass/cv.scss */
  .box-shadow-6dp {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 961px) {
  /* line 85, ../sass/cv.scss */
  .box-shadow-12dp {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 5px 22px 4px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 961px) {
  /* line 90, ../sass/cv.scss */
  .box-shadow-18dp {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, 0.2), 0 18px 28px 2px rgba(0, 0, 0, 0.14), 0 7px 34px 6px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (min-width: 961px) {
  /* line 95, ../sass/cv.scss */
  .box-shadow-24dp {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
  }
}

/* line 100, ../sass/cv.scss */
.bg-color-red {
  background-color: #D66360;
}

/* line 103, ../sass/cv.scss */
.bg-color-green {
  background-color: #22967C;
}

/* line 106, ../sass/cv.scss */
.bg-color-blue {
  background-color: #2D95BF;
}

/* line 109, ../sass/cv.scss */
.justify-text {
  text-align: justify;
}

@media screen and (min-width: 961px) {
  /* line 112, ../sass/cv.scss */
  .invisible-lg {
    opacity: 0;
  }
}

/* line 117, ../sass/cv.scss */
.hidden {
  display: none !important;
}

/******************************************************************************
    Main containers
*******************************************************************************/
/* line 123, ../sass/cv.scss */
html, body {
  width: 100%;
  height: 100%;
}

/* line 127, ../sass/cv.scss */
.main-container-outer {
  min-height: 100%;
  font-family: Jura,sans-serif;
}
@media screen and (min-width: 961px) {
  /* line 127, ../sass/cv.scss */
  .main-container-outer {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
  }
}

/* line 141, ../sass/cv.scss */
.main-container-inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: white;
}
@media screen and (min-width: 961px) {
  /* line 141, ../sass/cv.scss */
  .main-container-inner {
    width: 960px;
    height: 620px;
  }
}

/* line 153, ../sass/cv.scss */
.warn-no-js {
  font-family: Jura,sans-serif;
  color: gray;
  margin: 100px 0px;
  text-align: center;
  position: relative;
  font-size: 2em;
}

/******************************************************************************
    Section container
*******************************************************************************/
/* line 164, ../sass/cv.scss */
.section-container {
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  /* line 164, ../sass/cv.scss */
  .section-container {
    left: 0px !important;
  }
}
@media screen and (min-width: 961px) {
  /* line 164, ../sass/cv.scss */
  .section-container {
    position: absolute;
    width: 80%;
    height: 100%;
    overflow: hidden;
  }
}

/******************************************************************************
    Section title
*******************************************************************************/
/* line 183, ../sass/cv.scss */
.section-title-container {
  display: none;
}
@media screen and (min-width: 961px) {
  /* line 183, ../sass/cv.scss */
  .section-title-container {
    display: block;
    position: absolute;
    width: 96px;
    height: 100%;
    z-index: 10;
  }
}

/* line 194, ../sass/cv.scss */
.section-title {
  font-size: 2em;
  font-weight: 700;
}
@media screen and (min-width: 961px) {
  /* line 194, ../sass/cv.scss */
  .section-title {
    position: relative;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@media screen and (min-width: 961px) {
  /* line 203, ../sass/cv.scss */
  .section-title-in {
    top: 520px;
    -moz-animation: animation-section-title-in 0.2s;
    -webkit-animation: animation-section-title-in 0.2s;
    animation: animation-section-title-in 0.2s;
  }
}

@media screen and (min-width: 961px) {
  /* line 209, ../sass/cv.scss */
  .section-title-out {
    top: 770px;
    -moz-animation: animation-section-title-out 0.2s;
    -webkit-animation: animation-section-title-out 0.2s;
    animation: animation-section-title-out 0.2s;
  }
}

@-moz-keyframes animation-section-title-in {
  0% {
    top: 770px;
  }
  100% {
    top: 520px;
  }
}
@-webkit-keyframes animation-section-title-in {
  0% {
    top: 770px;
  }
  100% {
    top: 520px;
  }
}
@keyframes animation-section-title-in {
  0% {
    top: 770px;
  }
  100% {
    top: 520px;
  }
}
@-moz-keyframes animation-section-title-out {
  0% {
    top: 520px;
  }
  100% {
    top: 770px;
  }
}
@-webkit-keyframes animation-section-title-out {
  0% {
    top: 520px;
  }
  100% {
    top: 770px;
  }
}
@keyframes animation-section-title-out {
  0% {
    top: 520px;
  }
  100% {
    top: 770px;
  }
}
/******************************************************************************
    SECTION CONTENT
*******************************************************************************/
/* line 234, ../sass/cv.scss */
.section-content-container {
  padding: 24px;
}
@media screen and (max-width: 960px) {
  /* line 234, ../sass/cv.scss */
  .section-content-container {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 961px) {
  /* line 234, ../sass/cv.scss */
  .section-content-container {
    padding: 42px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  /* line 234, ../sass/cv.scss */
  .section-content-container {
    padding: 42px;
  }
}

/******************************************************************************
    SUB-SECTION CONTENT
*******************************************************************************/
/* line 251, ../sass/cv.scss */
.subsection-container {
  margin-bottom: 24px;
}
@media screen and (min-width: 961px) {
  /* line 251, ../sass/cv.scss */
  .subsection-container {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  /* line 251, ../sass/cv.scss */
  .subsection-container {
    margin-bottom: 48px;
  }
}

/* line 261, ../sass/cv.scss */
.subsection-container:last-child {
  margin-bottom: 0px;
}

/* line 264, ../sass/cv.scss */
.subsection-title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 16px;
  position: relative;
}
@media screen and (min-width: 961px) {
  /* line 264, ../sass/cv.scss */
  .subsection-title {
    font-size: 2em;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  /* line 264, ../sass/cv.scss */
  .subsection-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 960px) {
  /* line 264, ../sass/cv.scss */
  .subsection-title {
    opacity: 1 !important;
  }
}

/* line 281, ../sass/cv.scss */
.subsection-content {
  font-size: 1em;
  line-height: 1.2em;
  position: relative;
}
@media screen and (min-width: 961px) {
  /* line 281, ../sass/cv.scss */
  .subsection-content {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-left: 24px;
  }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
  /* line 281, ../sass/cv.scss */
  .subsection-content {
    font-size: 1.2em;
    line-height: 1.4em;
    padding-left: 24px;
  }
}
@media screen and (max-width: 960px) {
  /* line 281, ../sass/cv.scss */
  .subsection-content {
    opacity: 1 !important;
  }
}
/* line 301, ../sass/cv.scss */
.subsection-content .group {
  margin-bottom: 16px;
}
/* line 304, ../sass/cv.scss */
.subsection-content .group:last-child {
  margin-bottom: 0px;
}

/* line 309, ../sass/cv.scss */
.tabs-2 span {
  display: block;
  float: left;
}
/* line 313, ../sass/cv.scss */
.tabs-2 span:first-child {
  width: 40%;
}
@media screen and (max-width: 600px) {
  /* line 313, ../sass/cv.scss */
  .tabs-2 span:first-child {
    width: 100%;
  }
}
/* line 319, ../sass/cv.scss */
.tabs-2 span:last-child {
  width: 60%;
}
@media screen and (max-width: 600px) {
  /* line 319, ../sass/cv.scss */
  .tabs-2 span:last-child {
    width: 100%;
  }
}

/* line 327, ../sass/cv.scss */
.tabs-3 span {
  width: 30%;
  display: block;
  float: left;
}
@media screen and (max-width: 600px) {
  /* line 327, ../sass/cv.scss */
  .tabs-3 span {
    width: 50%;
  }
}

/* line 336, ../sass/cv.scss */
.clear:after {
  content: "";
  display: table;
  clear: both;
}

/******************************************************************************
    Positions
*******************************************************************************/
@media screen and (min-width: 961px) {
  /* line 344, ../sass/cv.scss */
  .s2-open {
    left: 10%;
  }
}

@media screen and (min-width: 961px) {
  /* line 349, ../sass/cv.scss */
  .s2-closed {
    left: 80%;
  }
}

@media screen and (min-width: 961px) {
  /* line 354, ../sass/cv.scss */
  .s3-open {
    left: 20%;
  }
}

@media screen and (min-width: 961px) {
  /* line 359, ../sass/cv.scss */
  .s3-closed {
    left: 90%;
  }
}
