body {
	color: #768390;
	background: #FFF;
	font-family: "Effra", Helvetica, sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sub_headline {
	color: #3D4351;
	margin-top: 0;
}

.example-header>h1 {
	font-size: 54px;
	max-width: 60%;
    margin: auto;
    width: 60%;
}

#vita>h1 {
	text-align: left;
	font-size: 54px;
	margin-bottom: 1%;
	margin-top: 1%;
}

a {
	color: #FF6B6B;
}

a:hover {
	color: #ff9a9a;
	text-decoration: none;
}

.example-header {
	background: #3D4351DC;
	color: #FFF;
	font-weight: 300;
	padding: 3em 1em;
	text-align: center;
	position: relative;
}

.example-header h1 {
	color: #FFF;
	font-weight: 300;
}

.example-header p {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
}

#wrapper {
	text-align: center;
}

#portrait {
	position: absolute;
    left: 0%;
    top: 0%;
    height: 100%;
	width: 20%;
    background-image: url(image/cv_v2.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

#portrait:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#portrait_large {
	width: 90%;
    background-image: url(image/cv_v2.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
	margin: auto;
    margin-top: 1%;
	display: none;
	transition: 0.3s;
}

#portrait_large:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

#switch_ger, #switch_eng {
    width: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 1%;
    position: absolute;
    top: 0%;
    height: 2vw;
}

#switch_ger {
	background-image: url(image/german.webp);
	right: 5%;
	transition: 0.3s;
	transform: scale(1.1, 1.1);
}

#switch_eng {
	background-image: url(image/english.webp);
	height: 2vw;
	right: 0%;
	transition: 0.3s;
	transform: scale(0.9, 0.9);
}

#switch_eng:hover {
	transform: scale(1.3, 1.3);
}

.sub_headline {
	padding-left: 50px;
	text-align: left;
	padding-top: 1%;
	font-size: 44px;
	font-weight: bold;
	overflow: hidden;
}

#wrapper_port>.sub_headline, 
#wrapper_skill>.sub_headline {
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 1%;
	background: #F1F4F5E6;
}

.portfolio_entry {
	background: #F1F4F5E6;
	margin-top: 1%;
}

.portfolio_entry > .timeline-item {
	padding-top: 1%;
}

.portfolio_entry > .timeline-item > .timeline-content {
	padding-bottom: 0px;
}

.portfolio_img {
	width: 100%;
    background-size: auto;
    height: auto;
    margin: 0 auto;
    display: block;
	margin-top: 1%;
}

#vita {
	text-align: left;
	font-size: 22px;
	margin-top: 1%;
	margin-bottom: 1%;
	background: #F1F4F5E6;
	padding-top: 1%;
	padding-bottom: 1%;
}

.timeline-title,
.timeline-info,
.timeline-title,
.timeline-content {
	text-align: left;
}

.container-fluid {
	width: 70%;
	display: inline-block;
}

.container-fluid .row:nth-child(even) {
	background: #F1F4F5E6;
}

.example-title {
	text-align: center;
	margin-bottom: 60px;
	padding: 3em 0;
	border-bottom: 1px solid #E4EAEC;
}

.example-title p {
	margin: 0 auto;
	font-size: 16px;
	max-width: 400px;
}


/*==================================
			TIMELINE
		==================================*/


/*-- GENERAL STYLES
		------------------------------*/

.timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 10px;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
	line-height: inherit;
}

.timeline-title-sub {
	font-weight: normal;
	color: #3D4351;
	margin-top: -21px;
}


/*----- TIMELINE ITEM -----*/

.timeline-item:first {
	top: 10px;
}

.timeline-item {
	padding-left: 40px;
	position: relative;
	margin-left: 20px;
	margin-right: 10px;
	letter-spacing: 1px;
	overflow: hidden;
}

.timeline-item:last-child {
	padding-bottom: 0;
}


/*----- TIMELINE INFO -----*/

.timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 0.5em 0;
	text-transform: uppercase;
	white-space: nowrap;
}


/*----- TIMELINE MARKER -----*/

.timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
}

.timeline-marker:before {
	background: transparent;
	border: 3px solid #FF6B6B;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
	content: "";
	width: 3px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 28px;
	bottom: 0;
	left: 9px;
}

.timeline-item:last-child .timeline-marker:after {
	content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
	background: #FF6B6B;
	border: 3px solid #FF6B6B;
}


/*----- TIMELINE CONTENT -----*/

.timeline-content {
	padding-bottom: 40px;
}

.timeline-content p:last-child {
	margin-bottom: 0;
}


/*----- TIMELINE PERIOD -----*/

.period {
	padding: 0;
}

.period .timeline-info {
	display: none;
}

.period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 15px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #CCD5DB;
	border-bottom: 3px solid #CCD5DB;
	left: 3px;
}

.period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
}

.period .timeline-content {
	padding: 40px 0 70px;
}

.period .timeline-title {
	margin: 0;
}


/*----------------------------------------------
			MOD: MARKER OUTLINE
		----------------------------------------------*/

.marker-outline .timeline-marker:before {
	background: #FF6B6B;
	border-color: #FF6B6B;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
	background: #FF6B6B;
}

.badge {
	float: left;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

#footer_wrapper {
	position: fixed;
	bottom: 10px;
	right: 10px;
	height: 5vw;
	width: 5vw;
}

#OCA {
	bottom: 0px;
	width: 70%;
	height: 70%;
	float: left;
	background-image: url("image/Oracle_Associates_Badge__1_.png");
	position: absolute;
	z-index: -1;
	left: -2.7vw;
}

#OCP {
	width: 100%;
	height: 100%;
	background-image: url("image/Oracle_Professional_Badge__1_.png");
}

#wrapper_skill,
#wrapper_port {
	width: 70%;
	display: inline-block;
}

.enumeration {
	line-height: 20px;
	letter-spacing: 0.8px;
	margin-bottom: 0;
}

.skill_entry {
	margin: 3%;
}

.skill_relative {
	position: relative;
}

.skill_logo {
	width: 4%;
	background-image: url(java.png);
	background-size: 100%, auto;
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 3px 2px #000);
	position: absolute;
	bottom: 0;
	left: 0;
}

.skill_logo:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.skill_group {
	margin-top: 2%;
	background: #F1F4F5E6;
	width: 99%;
	float: left;
	overflow: hidden;
}

.skill_bar {
	width: 30%;
	height: 14px;
	border: 2px #CCD5DB solid;
	border-radius: 10px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
}

.skill_fill {
	background: #FF6B6B;
	height: 100%;
	display: flex;
	align-items: center;
}

.skill_name {
	text-align: left;
	color: chocolate;
	font-size: 1.6vw;
	padding-left: 5%;
	mix-blend-mode: difference;
	white-space: nowrap;
}

.entry {
	position: relative;
	width: 93%;
	height: 3vw;
	display: flex;
	align-items: center;
	padding: 1%;
}

.cimg {
	width: 26%;
	max-height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	filter: drop-shadow(3px 3px 2px #a9a9a9);
}

.cimg:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.bar {
	right: 0;
	width: 60%;
	height: 46%;
	background: #F1F4F5E6;
	border: 2px #CCD5DB solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	border-bottom-left-radius: 90px;
	overflow: hidden;
	position: absolute;
	margin-right: 2%;
}

.pc100 {
	width: 100%;
}

.pc95 {
	width: 95%;
}

.pc90 {
	width: 90%;
}

.pc85 {
	width: 80%;
}

.pc80 {
	width: 80%;
}

.pc75 {
	width: 75%;
}

.pc70 {
	width: 70%;
}

.pc65 {
	width: 65%;
}

.pc60 {
	width: 60%;
}

.pc50 {
	width: 50%;
}

#wrapper_skill_west {
	float: left;
	width: 50%;
}

#wrapper_skill_east {
	float: left;
	width: 50%;
	position: relative
}

#wrapper_skill_east>.skill_group {
	float: right;
}

.skill_group>h3 {
	font-size: 1.5vw;
	margin-bottom: 1%;
	margin-top: 1%;
}

#java {
	background-image: url("image/java.png");
}

#csharp {
	background-image: url("image/csharp.png");
}

#golang {
	background-image: url("image/golang.png");
}

#lua {
	background-image: url("image/lua.png");
}

#unity {
	background-image: url("image/unity.png");
}

#pr {
	background-image: url("image/pr.png");
}

#ae {
	background-image: url("image/ae.png");
}

#ps {
	background-image: url("image/ps.png");
}

#ai {
	background-image: url("image/ai.png");
}

#au {
	background-image: url("image/au.png");
}

#eclipse {
	background-image: url("image/eclipse.png");
}

#visual {
	background-image: url("image/visual.png");
}

#blender {
	background-image: url("image/blender.png");
}

#threeds {
	background-image: url("image/3ds.png");
}

#corona {
	background-image: url("image/corona.png");
}

#js {
	background-image: url("image/js.png");
}

#jquery {
	background-image: url("image/jquery.png");
}

#php {
	background-image: url("image/php.png");
}

#css {
	background-image: url("image/css.png");
}

#html {
	background-image: url("image/html.png");
}

#sql {
	background-image: url("image/sql.png");
}

#xml {
	background-image: url("image/xml.png");
}

#wordpress {
	background-image: url("image/wordpress.png");
}

#git {
	background-image: url("image/git.png");
}

#unix {
	background-image: url("image/unix.png");
}

#powershell {
	background-image: url("image/powershell.png");
}

#cmd {
	background-image: url("image/cmd.png");
}

#german {
	background-image: url("image/german.webp");
}

#english {
	background-image: url("image/english.webp");
}

.loader-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #242f3f;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(180deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(360deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes loader-inner {
	0% {
		height: 0%;
	}
	25% {
		height: 0%;
	}
	50% {
		height: 100%;
	}
	75% {
		height: 100%;
	}
	100% {
		height: 0%;
	}
}

#backgroundA_west,
#backgroundB_west,
#backgroundC_west {
	left: 0;
}

#backgroundA_east,
#backgroundB_east,
#backgroundC_east {
	right: 0;
	background-position: right;
}

#backgroundA_west,
#backgroundB_west,
#backgroundC_west,
#backgroundA_east,
#backgroundB_east,
#backgroundC_east {
	top: 0;
	position: fixed;
	width: 30%;
	background-size: contain;
	background-repeat: repeat-y;
}

#backgroundA_west {
	background-image: url("image/shapesA_west.png");
	z-index: -4;
	height: 110%;
}

#backgroundB_west {
	background-image: url("image/shapesB_west.png");
	z-index: -3;
	mix-blend-mode: difference;
	height: 120%;
}

#backgroundC_west {
	background-image: url("image/shapesC_west.png");
	z-index: -2;
	mix-blend-mode: difference;
	height: 140%;
}

#backgroundA_east {
	background-image: url("image/shapesA_east.png");
	z-index: -4;
	height: 110%;
}

#backgroundB_east {
	background-image: url("image/shapesB_east.png");
	z-index: -3;
	mix-blend-mode: difference;
	height: 120%;
}

#backgroundC_east {
	background-image: url("image/shapesC_east.png");
	z-index: -2;
	mix-blend-mode: difference;
	height: 140%;
}

.video {
    width: 100%;
    height: auto;
    border: none;
}

.video_wrapper{
    display:table;
    width:auto;
    position:relative;
    width:100%;
    cursor:pointer;
}

.playpause {
    clip-path: polygon(34% 45%, 34% 55%, 65% 50%);
    width: 30%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #FF6B6B;
	transition: 0.3s;
	opacity: 0;
}

.playpause:hover, .mute:hover, .fullscreen:hover {
	transform: scale(1.2, 1.2);
}

.playpause:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.mute {
	width: 3vw;
    height: 3vw;
    position: absolute;
    right: 5vw;
    bottom: 1vw;
    margin: auto;
    transition: 0.3s;
	background-image: url(image/mute.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
}

.fullscreen {
	width: 3vw;
    height: 3vw;
    position: absolute;
    right: 1vw;
    bottom: 1vw;
    margin: auto;
    transition: 0.3s;
	background-image: url(image/fullScreen.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	z-index: 1;
	opacity: 0;
}

progress{
    width: 100%;
    max-height: 15px;
    position: absolute;
    left: 0%;
    bottom: 0;
    margin: auto;
    color: rgb(255,107,107);
    background-image: linear-gradient(90deg, rgba(36,47,63,1) 0%, rgba(255,107,107,1) 100%);
	opacity: 0;
	transition: width 1s linear;
	transition: value 1s linear;
	z-index: 0;
}

progress::-moz-progress-bar { 
	background-image: linear-gradient(90deg, rgba(36,47,63,1) 0%, rgba(255,107,107,1) 100%);
}
progress::-webkit-progress-value { 
	background-image: linear-gradient(90deg, rgba(36,47,63,1) 0%, rgba(255,107,107,1) 100%);
}

@media (orientation: portrait) {
	#wrapper_skill,
	#wrapper_port,
	.container-fluid {
		width: 90%;
	}
	
	.skill_name {
		font-size: 1.6vh;
	}
	
	.entry {
		height: 3vh;
	}
	
	.skill_group>h3 {
		font-size: 1.5vh;
	}
	
	#portrait_large {
		display: block;
	}

	#portrait {
		display: none;
	}
	
	.example-header>h1 {
		max-width: 98%;
		margin: auto;
		width: 98%;
	}
}