/******************************************************************
Site Name:
Author:

Stylesheet: Admin Stylesheet

If you like living on the edge, you can add some styles here to
customize the dashboard and WordPress admin area. This stylesheet
is empty, but you can just start dropping your styles here to
start customizing. All admin functions are located in lib/admin/

******************************************************************/
/**
 * IMPORTING PARTIALS
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Variables
 */
/* ==========================================================================
   Mixins
   ========================================================================== */
/*
 * Mixin for easy media queries
 * @include bp(tablet) { SCSS here };
*/
/*
 * Mixin for clearfix
 * @include clearfix;
*/
/*
 * Mixin for basic CSS triangles
 * @include triangle(up, #000, 50px)
*/
/*
 * @font-face mixin
 * Bulletproof font-face via Font Squirrel
 * @include fontface('family', 'assets/fonts/', 'myfontname');
 */
/* ==========================================================================
   Grid
   ========================================================================== */
.grid {
  margin: 0 0 5% 0; }
  .grid:before, .grid:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .grid:after {
    clear: both; }

[class*='col-'] {
  float: left;
  padding-right: 5%; }
  .grid [class*='col-']:last-of-type {
    padding-right: 0; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-8 {
  width: 12.5%; }

.col-7-8 {
  width: 87.5%; }

.module {
  padding: 5%; }

/* Opt-in outside padding */
.grid-pad {
  padding: 5% 0 5% 5%; }
  .grid-pad [class*='col-']:last-of-type {
    padding-right: 5%; }

@media only screen and (max-width: 767px) {
  [class*='col-'] {
    float: none;
    width: 100%; } }

#site-header {
  position: relative;
  overflow: hidden; }
  #site-header .post-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
    position: relative;
    top: 0;
    height: 0;
    padding-top: 50%;
    overflow: hidden; }
    @media (max-width: 767px) {
      #site-header .post-thumbnail {
        padding-top: 60%; } }
    #site-header .post-thumbnail img {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      height: auto; }
    #site-header .post-thumbnail + .header-wrapper {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      background: linear-gradient(rgba(0, 0, 0, 0.8), transparent);
      padding-bottom: 4em; }
      #site-header .post-thumbnail + .header-wrapper #site-header-inner .logo a {
        color: #FFF; }
      #site-header .post-thumbnail + .header-wrapper #primary-menu .menu-item {
        opacity: .8; }
        #site-header .post-thumbnail + .header-wrapper #primary-menu .menu-item:hover {
          opacity: 1; }
        #site-header .post-thumbnail + .header-wrapper #primary-menu .menu-item a {
          color: #FFF; }

#site-header-inner {
  margin: 1em auto;
  max-width: 880px;
  width: 96%; }
  @media (max-width: 480px) {
    #site-header-inner {
      margin-top: .3em; } }
  #site-header-inner .logo {
    float: left;
    font-size: 1.4em;
    font-family: "Ubuntu", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* @include bp(phone) {
			display: none;
		} */ }
    #site-header-inner .logo a {
      color: #000;
      text-decoration: none; }

#primary-menu ul.nav {
  margin: 0;
  padding: .3em 0 0 0;
  float: right;
  /* @include bp(phone) {
			display: flex;
			float: none;
			width: 100%;
		} */ }
  #primary-menu ul.nav li {
    list-style: none;
    display: inline-block;
    /* @include bp(phone){
				flex: 1;
				text-align: center;
			} */ }
    #primary-menu ul.nav li a {
      padding: 0 .5em;
      text-decoration: none;
      color: #000;
      /* @include bp(phone){
					padding: 0;
					display: block;
					text-align: center;

					&:after {
						content: "";
						display: block;
						border-bottom: 2px solid;
						width: 30%;
						margin: 0 auto;
					}
				} */ }
    #primary-menu ul.nav li:first-child a {
      padding-left: 0; }
    #primary-menu ul.nav li:last-child a {
      padding-right: 0; }
  #primary-menu ul.nav .menu-item {
    opacity: .5;
    font-size: 1.2em; }
    #primary-menu ul.nav .menu-item:hover {
      opacity: 1; }
  #primary-menu ul.nav .current-menu-item {
    opacity: .8; }

body.home article.hentry, body.archive article.hentry {
  overflow: hidden;
  padding-top: 1em;
  width: 720px;
  max-width: 96%;
  margin: auto; }
  body.home article.hentry .article-header .entry-title, body.archive article.hentry .article-header .entry-title {
    margin-bottom: 0; }
  body.home article.hentry .article-header a, body.archive article.hentry .article-header a {
    color: #222; }
  body.home article.hentry:after, body.archive article.hentry:after {
    display: block;
    content: '';
    border-bottom: 1px solid #ddd;
    padding-top: 1em; }
  @media (max-width: 480px) {
    body.home article.hentry:first-child, body.archive article.hentry:first-child {
      padding-top: 0; } }
  body.home article.hentry:last-child:after, body.archive article.hentry:last-child:after {
    border-bottom: 0px; }

body.single article,
body.page article {
  width: auto; }

body.single .article-header,
body.page .article-header {
  margin: 3em auto;
  max-width: 980px;
  width: 96%; }
  @media (max-width: 480px) {
    body.single .article-header,
    body.page .article-header {
      margin: 2em auto 0; } }
  body.single .article-header h1,
  body.page .article-header h1 {
    font-size: 2.5em;
    font-weight: 500; }
    @media (max-width: 480px) {
      body.single .article-header h1,
      body.page .article-header h1 {
        font-size: 2em;
        margin-bottom: .5em; } }

body.single .entry-title,
body.page .entry-title {
  text-align: center; }

body.single .entry-content,
body.page .entry-content {
  width: 96%;
  max-width: 720px;
  margin: auto; }

/**
 * BREAKPOINTS
 */
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14pt;
  line-height: 1.5;
  color: #444;
  -webkit-font-smoothing: antialiased;
  background: #fafafa; }

* {
  box-sizing: border-box; }

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .cf:after {
  clear: both; }

img {
  max-width: 100%;
  height: auto; }

.wrap, .inner {
  max-width: 96%;
  width: 980px;
  margin: 0 auto; }

a, a:visited {
  color: #2980b9;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #216693; }
  a:link, a:visited:link {
    /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "Ubuntu", "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  font-weight: normal; }

h2, .h2 {
  font-size: 1.6em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

#inner-content {
  width: 980px;
  max-width: 96%;
  margin: 0 auto; }

#site-footer {
  margin-bottom: 3em; }

.aligncenter {
  margin: 0 auto;
  display: block;
  text-align: center; }

.wp-caption {
  max-width: 100%;
  margin-bottom: 2.5em;
  margin-top: 2.5em; }
  @media (min-width: 768px) {
    .wp-caption {
      width: 1034px;
      margin-left: calc((1034px - 100%) / -2);
      max-width: initial; } }
  .wp-caption .wp-caption-text {
    text-align: center;
    font-family: monospace;
    font-size: 0.8em; }

.video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }

#cv-page {
  font-size: .75em;
  position: relative;
  width: 96%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  /******************************************************************
	PRINT STYLESHEET
	******************************************************************/
  /* Programming section
	---------------------------------------------------*/
  /* Languages section
	---------------------------------------------------*/
  /* Portfolio
	---------------------------------------------------*/
  /* Historic sections
	---------------------------------------------------*/
  /* About section
	---------------------------------------------------*/
  /* Contact info and personal data
	---------------------------------------------------*/
  /*#personaldata ul li .info:hover,*/
  /* Handeling additional screen size stuff
	---------------------------------------------------*/ }
  #cv-page ul, #cv-page ol {
    margin: 1.5em 0;
    padding: 0; }
  #cv-page h1 {
    font-family: 'Ubuntu',sans-serif;
    font-weight: 700;
    font-size: 48pt;
    line-height: 42pt;
    margin-bottom: 1em; }
  @media print {
    #cv-page * {
      text-shadow: none !important;
      filter: none !important;
      -ms-filter: none !important; }
    #cv-page img {
      page-break-inside: avoid; }
    #cv-page img {
      max-width: 100% !important; }
    @page {
      #cv-page {
        margin: 0.5cm; } }
    #cv-page p, #cv-page h2, #cv-page h3 {
      orphans: 3;
      widows: 3; }
    #cv-page h2, #cv-page h3 {
      page-break-after: avoid; } }
  #cv-page h2 {
    font-family: 'Mate SC',sans-serif;
    font-weight: 400;
    font-size: 18pt;
    border-bottom: 1px solid #CCC; }
  #cv-page #programming ul {
    margin: 0px 0 20px;
    padding: 0px 5px 0px 10px; }
  #cv-page #programming li {
    display: block;
    width: 0px;
    background: #000;
    margin: 0 0 5px;
    list-style: none;
    position: relative;
    height: 36px;
    transition: opacity .3s; }
  #cv-page #programming li:hover {
    opacity: .8; }
  #cv-page #programming li span {
    display: block;
    float: right;
    line-height: 20px;
    padding: 8px;
    color: #FFF;
    font-size: .9em;
    font-family: 'Ubuntu Condensed',sans-serif;
    letter-spacing: .1em; }
  #cv-page #languages ul {
    margin: 0 0 40px;
    padding: 0px 5px;
    overflow: hidden; }
  #cv-page #languages li {
    display: block;
    float: left;
    width: 25%;
    list-style: none;
    position: relative;
    height: 200px; }
  #cv-page #languages li div {
    width: 80%;
    margin: 0 10%;
    position: absolute;
    bottom: 20px;
    background-image: linear-gradient(top, transparent, rgba(0, 0, 0, 0.3));
    transition: opacity .3s; }
  #cv-page #languages li div:after {
    content: "";
    display: block;
    height: 1px;
    width: 110%;
    background: #333;
    bottom: 0;
    position: absolute;
    box-shadow: 0px 0px 10px #000;
    margin-left: -5%; }
  #cv-page #languages li div:hover {
    opacity: .8; }
  #cv-page #languages li span {
    display: block;
    line-height: 20px;
    text-align: center;
    padding: 10px 0 0;
    color: #000;
    font-family: 'Ubuntu Condensed',sans-serif;
    letter-spacing: .1em;
    position: absolute;
    bottom: 0;
    width: 100%; }
  #cv-page #portfolio a {
    display: block; }
  #cv-page #portfolio p {
    text-align: center;
    font-family: Georgia,sans-serif;
    font-style: italic;
    padding: 0 0 20px; }
  #cv-page #portfolio img {
    padding: 40px 0 0px; }
  #cv-page #history {
    page-break-before: always;
    clear: both; }
  #cv-page #history li {
    list-style: none;
    overflow: hidden;
    margin-bottom: 20px;
    /*min-height:100px;*/ }
  #cv-page #history li .year {
    width: 30%;
    float: left;
    clear: left;
    font-size: 36pt;
    font-weight: normal;
    line-height: 28pt;
    color: #BBB;
    font-family: 'Ubuntu Condensed',sans-serif; }
  #cv-page #history li .year span {
    font-size: .8em;
    line-height: .8em;
    display: block;
    color: #CCC; }
  #cv-page #history li > span {
    font-size: 1.5em;
    font-family: 'Ubuntu Condensed';
    float: left;
    display: block;
    width: 65%; }
  #cv-page #about ul li {
    list-style-type: none;
    padding: 5px 0 5px 38px;
    position: relative;
    display: block; }
  #cv-page #about ul li::before {
    content: "\00a0";
    display: block;
    border: solid 8px #AAA;
    border-radius: 8px;
    height: 0;
    width: 0;
    transition: border-color .5s;
    position: absolute;
    left: 7px;
    top: 40%;
    margin-top: -6px; }
  #cv-page #about ul li::after {
    content: "\00a0";
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 13px;
    top: 40%;
    margin-top: -3px;
    transform: rotate(45deg); }
  #cv-page #about ul li:hover::before {
    border-color: #08557f; }
  #cv-page #personaldata ul {
    margin: 0; }
  #cv-page #contact ul {
    margin: 50px 0 20px 20px; }
  #cv-page #personaldata ul li {
    list-style: none; }
  #cv-page #personaldata ul li .info,
  #cv-page #contact ul li {
    list-style: none;
    padding-left: 70px;
    margin-bottom: 10px;
    font-size: 14px;
    background: url(/cv/img/sprite.png) no-repeat 0px 0px;
    background-size: 40px 290px;
    transition: opacity .5s, margin .5s; }
  #cv-page #contact .twitter {
    background-position: 0px 0px; }
  #cv-page #contact .mail {
    background-position: 0px -50px; }
  #cv-page #contact .web {
    background-position: 0px -100px; }
  #cv-page #personaldata .date .info {
    background-position: 0px -150px; }
  #cv-page #personaldata .location .info {
    background-position: 0px -200px; }
  #cv-page #personaldata .phone .info {
    background-position: 0px -250px; }
  #cv-page #contact ul li:hover {
    opacity: .8;
    margin-left: 12px; }
  #cv-page .no-csstransitions #personaldata ul li .info:hover,
  #cv-page .no-csstransitions #contact ul li:hover {
    opacity: 1;
    margin-left: 0; }
  #cv-page #personaldata ul li .info,
  #cv-page #contact ul li a {
    display: block;
    line-height: 40px;
    color: #333;
    text-decoration: none; }
  #cv-page #personaldata ul li a {
    text-decoration: none;
    color: inherit; }
  #cv-page #personaldata ul li .info span,
  #cv-page #contact ul li a span {
    color: #497ea7;
    font-family: 'Ubuntu Condensed',sans-serif;
    padding-left: 10px; }
  #cv-page #personaldata ul li .info span::before,
  #cv-page #contact ul li a span::before {
    content: "-";
    padding-right: 10px; }
  #cv-page #personaldata ul li:hover .info span,
  #cv-page #contact ul li:hover a span {
    color: #64a749; }
  #cv-page .print-only {
    display: none; }
  @media only screen and (min-width: 768px) and (max-width: 1019px) {
    #cv-page #history li .year {
      width: 30%; }
    #cv-page #history li > span {
      width: 65%; } }
  @media only screen and (max-width: 479px) {
    #cv-page h1 {
      font-size: 34pt;
      line-height: 31pt; }
    #cv-page #history li .year {
      width: auto;
      float: none;
      font-size: 36pt; }
    #cv-page #history li .year span {
      float: none;
      clear: none;
      display: inline; }
    #cv-page #history li > span {
      width: auto;
      float: none; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    #cv-page #personaldata ul li .info,
    #cv-page #contact ul li {
      background: url(/cv/img/sprite@2x.png) no-repeat 0px 0px;
      background-size: 40px 290px; } }
  @media only print {
    #cv-page #languages li div {
      background-image: none; }
    #cv-page #languages li div:after {
      box-shadow: none; }
    #cv-page .print-only {
      display: block; } }

/*
// LARGER MOBILE DEVICES
@media only screen and (min-width: 481px) {

	// styles in 481up.scss
	@import "breakpoints/481up";

} // end of media query

// TABLET & SMALLER LAPTOPS
@media only screen and (min-width: 768px) {

	// styles in 768up.scss
	@import "breakpoints/768up";

}

*/
/**
 * PRINT
 

@media print {
	// styles in print.scss
	@import "partials/print";

}
*/
