a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

@font-face {
    font-family: Ubuntu sans-serif;
    src: url(../extras/font/Ubuntu-Medium.ttf);
}

body {
    font-family: Ubuntu, sans-serif;
    color: #fff;
    background-color: #050515;
    width: 100%;
}

.fa {
    color: #fff;
}

.home {
    background: url(../images/1_Home/bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100vh;
}

.bg1 {
    background: url('../images/1_Home/sphere_big .png') no-repeat;
    background-position: 50% 50%;
    background-size: 360px;
    height: 100vh;
}

.bg2 {
    background: url(../images/1_Home/sphere_small.png) no-repeat;
    background-position: 50% 50%;
    background-size: 260px;
    height: 100vh;
}

h1 {
   /*background-color: #030416;*/
    height: 280px;
    width: 280px;
    max-width: 160px;
    max-height: 160px;
    border-radius: 80px;
    position: absolute;
    left: calc(50% - 80px);
    top: calc(50% - 70px);
    font-size: 18px;
    overflow: hidden;
    text-transform: uppercase;
}

/*
h1::after {
    content: '';
    background-color: #fff;
    background: url(../images/1_Home/scroll_1and2.png) no-repeat;
    background-size: cover;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 10;
    top: 54px;
    right: 28px;
    border-radius: 50px;
}
*/
h1 .name {
    display: none;
}

h1 .name--formatA {
    display: block;
    position: relative;
    top: calc(50% - 29px);
    left: 26px;
    font-weight: bold;
    text-transform: capitalize;
}

h1 .name--formatB {
    border-top: 1px solid #fff;
    padding-top: 3px;
}

h1 .name--formatC {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

h1 .name--formatA:nth-child(2n) {
    font-weight: 700;
}

header {
    background-color: #030416;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px 0;
}

.box__btn,
.box__lang,
.box__logo,
.box__nav {
    text-align: center;
    padding: 2% 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.box__lang {
    display: none;
}

.box__lang a {
    display: none;
}

.box__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.btn--desktop {
    display: none;
}

.box__btn {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.box__btn .btn--mobile img {
    max-width: 41.14px;
}

.box__btn .btn--burger {
    height: 50px;
    cursor: pointer;
}

.box__btn button {
    background-color: transparent;
    border: none;
}

.box__nav {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
}

nav h2 {
    display: none;
}

.close--nav {
    display: none;
    height: 0;
    opacity: 0;
    width: 100%;
}

.open--nav {
    height: 100%;
    width: 100%;
    opacity: 1;
}

.open--nav li {
    -webkit-transition: background-color 1s linear;
    -o-transition: background-color 1s linear;
    transition: background-color 1s linear;
}

.open--nav li:hover {
    background-color: #0d48de;
}

.open--nav li:focus {
    background-color: #d42f3e;
}

.nav--item {
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.75;
    cursor: pointer;
}

.social__home {
    display: none;
}

.social__home ul {
    position: absolute;
    top: calc(50% - 96px);
    left: calc(100% - 64px);
}

.social__home ul .social--item {
    padding: 32px 32px 0 0;
}

.social__home ul .social--item :hover {
    color: #0d48de;
}

.about {
    background: url(../images/2_About/graphic_element2.png) no-repeat;
    background-position: top left;
}

.about h2 {
    font-size: 32px;
    color: #c5c5c5;
    letter-spacing: -1px;
    text-align: right;
    padding: 5% 5% 5% 0;
}

.about h2::before {
    content: '01';
    color: #0d48de;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.about-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.about-img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15%;
}

.about-img .main-photo {
    max-width: 50%;
    display: block;
    margin: 5% auto;
}

.download__btn {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-top: 15%;
}

.download__btn:hover {
    color: #0d48de;
}

.download__btn img {
    display: block;
    max-width: 20%;
    margin: 15% auto;
}

.about__list {
    width: 90%;
}

.about__list dl {
    margin-bottom: 15%;
    max-width: 960px;
}

.about__list dl dd,
.about__list dl dt {
    display: inline-block;
    width: 40%;
    line-height: 2;
    color: #c5c5c5;
    font-weight: 700;
}

.about__list dl dd {
    width: 55%;
    text-align: right;
}

.education {
    background: url(../images/3_Education/graphi_2.png) no-repeat;
    background-position: top center;
    background-size: 40%;
}

.education h2 {
    font-size: 32px;
    color: #c5c5c5;
    letter-spacing: -1px;
    text-align: right;
    padding: 5% 5% 5% 0;
}

.education h2::before {
    content: '02';
    color: #0d48de;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.education-bg {
    padding-bottom: 1%;
    padding-top: 1%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
}

.box__edu {
    margin: 10% 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box__edu .edu--img {
    width: 20%;
}

.box__edu .edu--img img {
    max-width: 55%;
}

.box__edu .edu--txt {
    width: 80%;
}

.box__edu .edu--txt h3,
.box__edu .edu--txt p {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -10;
    color: #cecece;
    font-weight: 700;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
}

.box__edu .edu--txt p {
    color: #0d48de;
}

.skills {
    background: url(../images/4_Skills/graphic-element--rot.png) no-repeat;
    background-position: left center;
}

.skills h2 {
    font-size: 32px;
    color: #c5c5c5;
    letter-spacing: -1px;
    text-align: right;
    padding: 5% 5% 5% 0;
}

.skills h2::before {
    content: '03';
    color: #0d48de;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.skills_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.skills__box {
    width: 90%;
    text-align: center;
    margin: 10% auto;
}

.skills__box .skills--img {
    max-width: 20%;
}

.skills__box .skills--title {
    font-weight: 700;
    margin: 5% 0;
}

.skills__box .skills--title span {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
}

.skills__box .skills--point {
    display: block;
    text-align: center;
    margin: 5% auto;
}

.skills__box .skills--list {
    display: block;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.skills__box .skills--list li {
    text-align: center;
    font-weight: lighter;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #c5c5c5;
}

.portfolio {
    background-color: #020424;
    background: url(../images/2_About/graphic_element3.png) no-repeat;
    background-position: bottom right;
}

.portfolio h2 {
    font-size: 32px;
    color: #c5c5c5;
    letter-spacing: -1px;
    text-align: right;
    padding: 5% 5% 5% 0;
}

.portfolio h2::before {
    content: '04';
    color: #0d48de;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.port__list {
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.port--item {
    display: inline-block;
    width: 100%;
    padding-bottom: 5%;
}

.port--item .port--heading {
    font-size: 21px;
    line-height: 5;
}

.port--item .port--heading::first-letter {
    text-transform: uppercase;
}

.port--item .point {
    background: url(../images/5_Portfolio/point_sm.png) no-repeat;
    background-size: cover;
    display: block;
    width: 22px;
    height: 22px;
    margin: 5% 0;
}

.port--item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.port--item ul li {
    line-height: 26px;
}

.port--item ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
}

.port--item:hover {
    opacity: 1;
    -webkit-animation: flash 2s;
    animation: flash 2s;
}

@-webkit-keyframes flash {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.box1 {
    background: url(../images/5_Portfolio/casino-game.jpg) no-repeat;
    background-size: cover;
}

.box2 {
    background: url(../images/5_Portfolio/github.jpg) no-repeat;
    background-size: cover;
}

.box3 {
    background: url(../images/5_Portfolio/event-app.jpg) no-repeat;
    background-size: cover;
}

.box4 {
    background: url(../images/5_Portfolio/event-landing.jpg) no-repeat;
    background-size: cover;
}

.box5 {
    background: url(../images/5_Portfolio/lux-clean.jpg) no-repeat;
    background-size: cover;
}

.box6 {
    background: url(../images/5_Portfolio/maxstudio.jpg) no-repeat;
    background-size: cover;
}

.box7 {
    background: url(../images/5_Portfolio/barista.jpg) no-repeat;
    background-size: cover;
}

.box8 {
    background: url(../images/5_Portfolio/bitbucket.jpg) no-repeat;
    background-size: cover;
}

.box8 {
    background: url(../images/5_Portfolio/github.jpg) no-repeat;
    background-size: cover;
}

.box9 {
    background: url(../images/5_Portfolio/jmmgruppen.jpg) no-repeat;
    background-size: cover;
}

.box10 {
    background: url(../images/5_Portfolio/sticker4u.jpg) no-repeat;
    background-size: cover;
}

.box11 {
    background: url(../images/5_Portfolio/ats-biler.jpg) no-repeat;
    background-size: cover;
}

.box12 {
    background: url(../images/5_Portfolio/perfektmaler.png) no-repeat;
    background-size: cover;
}

.box13 {
    background: url(../images/5_Portfolio/beeclean.png) no-repeat;
    background-size: cover;
}

.contact {
    background: url(../images/6_Contact/bg.jpg) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.contact h2 {
    font-size: 32px;
    color: #c5c5c5;
    letter-spacing: -1px;
    text-align: right;
    padding: 5% 5% 5% 0;
}

.contact h2::before {
    content: '04';
    color: #0d48de;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.contact__social {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

.contact__social li {
    display: inline-block;
    margin: 2% 5%;
}

.contact__social li a {
    text-decoration: none;
}

.contact__social li a i {
    color: #081f62;
    cursor: pointer;
}

.contact__social li a i:hover {
    color: #fff;
}

.contact__logo {
    display: block;
    margin: 0 auto;
}

.contact__box::before {
    content: '';
    border-left: 2px solid #fff;
    display: none;
    height: 200px;
    width: 0;
    margin: 0 auto;
}

.contact__box {
    max-width: 768px;
    margin: 5% auto;
}

.contact--item {
    width: 96%;
    margin: 0 auto;
    padding: 0 3%;
}

.contact--item dl,
.contact--item p {
    font-size: 16px;
    letter-spacing: -1px;
}

.contact--item p {
    text-align: justify;
}

.contact--item span {
    display: block;
    color: #fff;
    font-size: 24px;
    line-height: 3;
}

.contact--item dl {
    margin-top: 5%;
}

.contact--item dl dd,
.contact--item dl dt {
    display: inline-block;
    float: left;
    margin: 1% 0;
}

.contact--item dl dt {
    width: 25%;
    color: #0d48de;
}

.contact--item dl dd {
    width: 74%;
    text-align: right;
}

.contact--item dl dd a {
    text-decoration: none;
    color: #fff;
}

.contact--item dl dd a i {
    padding-right: 2%;
    color: #0d48de;
}

.contact--item .contact--item:last-child {
    text-align: left;
}

.contact--item::after {
    content: '';
    clear: both;
    display: block;
}

footer {
    background-color: #020424;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .about-bg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }

    .about-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0;
    }

    .about-img .main-photo {
        max-width: 50%;
    }

    .download__btn {
        display: block;
    }

    .download__btn img {
        width: 80px;
        margin: 5% auto;
    }

    .about__list {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 4%;
    }

    .box__edu {
        margin: 5% 20% 10% 20%;
    }

    .skills__box {
        margin: 5% auto;
    }

    .skills__box .skills--img {
        max-width: 17%;
    }

    .portfolio {
        padding-bottom: 5%;
    }

    .port--item {
        width: 50%;
        float: left;
    }

    .port__list::after {
        content: '';
        clear: both;
        display: block;
    }

    .contact--item {
        width: 80%;
    }
}

@media (min-width: 992px) {

    .box__btn,
    .box__lang,
    .box__logo,
    .box__nav {
        padding: 1% 0;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .box__logo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 20%;
    }

    .btn--desktop {
        display: block;
    }

    .btn--desktop img {
        max-width: 130px;
    }

    .box__btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 5%;
    }

    .box__nav {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 35%;
    }

    .box__lang {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 40%;
    }

    .btn--mobile {
        display: none;
    }

    nav ul {
        height: 100%;
    }

    nav ul li {
        display: inline-block;
        text-align: center;
        width: 16%;
    }

    .social__home {
        display: block;
    }

    .about {
        background-size: 50%;
    }

    .about h2 {
        display: block;
        font-size: 50px;
        width: auto;
        max-width: 1800px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .about h2::before {
        display: block;
        font-size: 140px;
    }

    .about::after {
        content: '';
        height: 200px;
        display: block;
        background: url(../images/2_About/graphic_element.png) no-repeat;
        background-position: bottom center;
        background-size: 100%;
    }

    .education h2 {
        display: block;
        font-size: 50px;
        width: auto;
        max-width: 1800px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .education h2::before {
        display: block;
        font-size: 140px;
    }

    .education-bg {
        background: url(../images/3_Education/graphi_1.png) no-repeat;
        background-position: bottom right;
        background-size: 50%;
    }

    .skills {
        background: url(../images/4_Skills/graphic-element.png) no-repeat;
        background-position: bottom center;
        background-size: 30%;
    }

    .skills h2 {
        display: block;
        font-size: 50px;
        width: auto;
        max-width: 1800px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .skills h2::before {
        display: block;
        font-size: 140px;
    }

    .skills_container {
        max-width: 1200px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: auto;
    }

    .portfolio {
        background: url(../images/5_Portfolio/graphic_element_porto_1.png) no-repeat;
        background-position: bottom right;
        background-size: 20%;
    }

    .portfolio h2 {
        display: block;
        font-size: 50px;
        width: auto;
        max-width: 1800px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .portfolio h2::before {
        display: block;
        font-size: 140px;
    }

    .port__list {
        max-width: 1200px;
    }

    .port__list .port--item {
        width: 25%;
    }

    .contact h2 {
        display: block;
        font-size: 50px;
        width: auto;
        max-width: 1800px;
        margin: 0 auto;
        padding-top: 2%;
        padding-bottom: 2%;
    }

    .contact h2::before {
        display: block;
        font-size: 140px;
    }

    .contact__box {
        max-width: 1200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 2% auto 0 auto;
        padding-bottom: 2%;
    }

    .contact__box::before {
        content: '';
        border-left: 2px solid #fff;
        display: block;
        max-height: 150px;
        margin: 0 auto;
        position: absolute;
        right: 50%;
    }
}