/*
----------------------------------
Homepage
Main.css
Written By Robin Lawinsky 05.12.2018
v2 Written By Robin Lawinsky 05.12.2018
----------------------------------
*/
/*
-------------------Section 1----------------------
*/
#meinName, #meinBeruf, #mainProfilSkill {
	-webkit-animation: sec01Effekt 2s ease-in 3s backwards;
	-moz-animation: sec01Effekt 2s ease-in 3s backwards;
	-ms-animation: sec01Effekt 2s ease-in 3s backwards;
	animation: sec01Effekt 2s ease-in 3s backwards;
	color: transparent;
	text-shadow: 0px 0px 1px #FFFFFF;
}
#sec01Vorstellung .sectionContent .fa-dice-d20 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -ms-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: sec01Effekt2 1s ease-in 0s backwards;
  -moz-animation: sec01Effekt2 1s ease-in 0s backwards;
  -ms-animation: sec01Effekt2 1s ease-in 0s backwards;
  animation: sec01Effekt2 1s ease-in 0s backwards;
  color: transparent;
}
#meinName {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-ms-animation-delay: 1s;
	animation-delay: 1s;
}
#meinBeruf {
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
}
#mainProfilSkill {
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
@-webkit-keyframes sec01Effekt {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(2);
	}
	70% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes sec01Effekt {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(2);
	}
  70% {
    opacity: 0.5;
    text-shadow: 0px 0px 10px #fff;
    transform: scale(1.2);
  }
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}
@keyframes sec01Effekt {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(2);
	}
	70% {
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}
@-webkit-keyframes sec01Effekt2 {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px rgba(213, 0, 0, 0.6);
		-webkit-transform: scale(2);
	}
	70% {
		opacity: 0.5;
		text-shadow: 0px 0px 35px rgba(213, 0, 0, 0.4);
		-webkit-transform: scale(1.2);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 25px rgba(213, 0, 0, 0.3);
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes sec01Effekt2 {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px rgba(213, 0, 0, 0.6);
		-moz-transform: scale(2);
	}
  70% {
    opacity: 0.5;
    text-shadow: 0px 0px 35px rgba(213, 0, 0, 0.4);
    transform: scale(1.2);
  }
	100% {
		opacity: 1;
		text-shadow: 0px 0px 25px rgba(213, 0, 0, 0.3);
		-moz-transform: scale(1);
	}
}
@keyframes sec01Effekt2 {
	0% {
		opacity: 0;
		text-shadow: 0px 0px 40px rgba(213, 0, 0, 0.6);
		transform: scale(2);
	}
	70% {
		opacity: 0.5;
		text-shadow: 0px 0px 35px rgba(213, 0, 0, 0.4);
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		text-shadow: 0px 0px 25px rgba(213, 0, 0, 0.3);
		transform: scale(1);
	}
}
/*
-------------------Section 2----------------------
*/
#sec02meinProfil .hexagon {
  position: relative;
  width: 200px;
  height: 115.47px;
  margin: 57.74px 0;
  background-image: url("../img/neuProfilBildKlein.png");
  background-size: auto 230.9401px;
  background-position: center;
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
}
#sec02meinProfil .hexagon > .hexTop,
#sec02meinProfil .hexagon > .hexBottom {
  position: absolute;
  z-index: 1;
  width: 141.42px;
  height: 141.42px;
  overflow: hidden;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background: inherit;
  left: 29.29px;
  box-shadow: 0 0 60px rgba(0,0,0,0.8);
}
#sec02meinProfil .hexagon > .hexTop:after,
#sec02meinProfil .hexagon > .hexBottom:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 115.47005383792516px;
  -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-57.7350px);
  -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-57.7350px);
  transform:          rotate(45deg) scaleY(1.7321) translateY(-57.7350px);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  background: inherit;
}
#sec02meinProfil .hexagon > .hexTop {
  top: -70.7107px;
}
#sec02meinProfil .hexagon > .hexTop:after {
  background-position: center top;
}
#sec02meinProfil .hexagon > .hexBottom {
  bottom: -70.7107px;
}
#sec02meinProfil .hexagon > .hexBottom:after {
  background-position: center bottom;
}
#sec02meinProfil .hexagon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 200px;
  height: 115.4701px;
  z-index: 2;
  background: inherit;
}
/*
-----Hover Effekte----
*/
#sec02meinProfil .sec02Z3Itm > .fas {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #fff;
  box-shadow: 0 0 10px 4px #FFFFFF;
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  transition: color 0.6s;
}
#sec02meinProfil .sec02Z3Itm > .fas:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: -1;
  background: #fff;
  -webkit-transition: -webkit-transform 0.8s, opacity 0.5s;
  -moz-transition: -moz-transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > span {
  font-size: 18pt;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > span:last-child {
  font-size: 10pt;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > .fas {
  font-size: 60pt;
  padding: 15pt;
  border-radius: 50%;
}
#sec02meinProfil .sec02Z3Itm > .fas:hover {
  color: #fff !important;
  box-shadow: none;
}
#sec02meinProfil .sec02Z3Itm > .fas:hover:after {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}
/*#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 >
*/
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > .fa-compass {
  color: #01579B;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > .fa-desktop {
  color: #00695C;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > .fa-bolt {
  padding-left: 35px;
  padding-right: 35px;
  color: #F57C00;
}
#sec02meinProfil > .sectionPolygonBG > .sectionContent > .sec02Z3 > .sec02Z3Itm > .fa-rocket {
  color: #D32F2F;
}
/*
-------------------Section 3----------------------
*/
#timeline {
  width: 100%;
	position: relative;
}
#timeline:before {
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	background: #000000;
	content: "";
}
#timeline:after {
	width: 100%;
  clear: both;
	display: table;
	content: "";
}
#timeline > .tmlnItm {
	position: relative;
  margin-bottom: 40px;
}
#timeline > .tmlnItm > .tmlnIcn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 50%;
	font-size: 25pt;
	padding-top: 10px;
  margin-left: -28px;
	background-color: #222222;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#timeline > .tmlnItm > .tmlnPanel {
  width: 45%;
  padding: 20px;
	font-size: 14pt;
	color: #222222;
	background-color: #FFFFFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
  -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.6);
  -ms-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.6);
  box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.6);
}
#timeline > .tmlnItm > .tmlnPanel > .tmlnPnlP1 {
	border-bottom: 2px solid #222222;
	text-align: left;
}
#timeline > .tmlnItm > .tmlnPanel > .tmlnPnlP2 {
	text-align: left;
}
#timeline > .tmlnItm > .tmlnPanel > h2 {
	color: #FFFFFF;
	background-color: rgb(190, 10, 10);
  padding: 10px;
  margin: -22px -22px 0 -22px;
  font-weight: 400;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
#timeline > .tmlnItm > .tmlnPanel:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 20px solid rgb(190, 10, 10);
}
#timeline > .tmlnItm > .tmlnPanel.right {
  float: right;
}
#timeline > .tmlnItm > .tmlnPanel.right:before {
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 20px solid rgb(190, 10, 10);
	content: '';
}
@media screen and (max-width: 800px) {
  #timeline {
    margin: 30px;
    padding: 0px;
    width: 90%;
  }
  #timeline:before {
    left: 0;
  }
  #timeline > .tmlnItm > .tmlnPanel {
    width: 90%;
    float: right;
  }
  #timeline > .tmlnItm > .tmlnPanel:before, #timeline > .tmlnItm > .tmlnPanel.right:before {
    left: 10%;
    margin-left: -19px;
    border-left: 0;
    border-right: 20px solid rgb(190, 10, 10);
  }
  #timeline > .tmlnItm > .tmlnIcn {
    left: 0;
  }
}
@media (max-width: 400px) {
	#timeline > .tmlnItm > .tmlnPanel > .tmlnPnlP1 {
		font-size: 8pt;
	}
}
/*
-------------------Section 3----------------------
*/
.sec03Grd1Itm {
	text-align: center;
	position: relative;
}
.sec03Grd1Itm,
.sec03Grd1Itm > .sec03Grd1ItmHover,
.sec03Grd1Itm > .sec03Grd1ItmImg {
	width: 100%;
	height: 200px;
}
.sec03Grd1Itm > .sec03Grd1ItmHover,
.sec03Grd1Itm > .sec03Grd1ItmImg {
	position:absolute;
	top:0;
	left:0;
}
.sec03Grd1Itm > .sec03Grd1ItmHover {
	position:relative;
	cursor:pointer;
	z-index:5;
	overflow:hidden;

	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-webkit-transition: all 1000ms ease-in;
	-moz-transition: all 1000ms ease-in;
	-o-transition: all 1000ms ease-in;
	transition: all 1000ms ease-in;

	-webkit-transition: color 2s;
	-moz-transition: color 2s;
	transition: color 2s;
	-webkit-transition: background-color 2s;
	-moz-transition: background-color 2s;
	transition: background-color 3s;

	color: rgba(255, 255, 255, 0);
	background-color: rgba(0, 0, 0, 0);
}
.sec03Grd1Itm .headline,
.sec03Grd1Itm .footline {
	width: 100%;
	position:absolute;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	padding:0 10px;
}
.sec03Grd1Itm .headline {
	font-size:18px;
	top:10px;
}
.sec03Grd1Itm .footline {
	font-size:14px;
	font-style:italic;
	bottom:10px;
}
.sec03Grd1Itm .line {
	 height:2px;
	 width:0%;
	 margin:10px auto 0 auto;
	 background-color:#ffffff;
	-webkit-transition: all 2000ms ease-in;
	-moz-transition: all 2000ms ease-in;
	-o-transition: all 2000ms ease-in;
	transition: all 2000ms ease-in;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}
.sec03Grd1Itm > .sec03Grd1ItmHover:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: rgba(255, 255, 255, 1);
}
.sec03Grd1Itm:hover .line{
	width: 100%;
}
.sec03Grd1Itm:hover .fa-php, .sec03Grd1Itm:hover .fa-php-text{
	/*color: #0B459E !important;*/
	color: #1976D2 !important;
}
.sec03Grd1Itm:hover .fa-css3, .sec03Grd1Itm:hover .fa-css3-text {
	/*color: #0d84ce !important;*/
	color: #00B0FF !important;
}
.sec03Grd1Itm:hover .fa-html5, .sec03Grd1Itm:hover .fa-html5-text {
	/*color: #e34f26 !important;*/
	/*color: #F44336 !important;*/
	color: #FF5722 !important;
}
.sec03Grd1Itm:hover .fa-js, .sec03Grd1Itm:hover .fa-js-text {
	color: #f0e040 !important;
}
.sec03Grd1Itm:hover .fa-database, .sec03Grd1Itm:hover .fa-database-text {
	/*color: #00796B !important;*/
	color: #009688 !important;
}
.sec03Grd1Itm:hover .fa-sass, .sec03Grd1Itm:hover .fa-sass-text {
	color: #E91E63 !important;
}
.sec03Grd1Itm:hover .fa-java, .sec03Grd1Itm:hover .fa-java-text {
	color: #FF9800 !important;
}
.sec03Grd1Itm:hover .fa-terminal, .sec03Grd1Itm:hover .fa-terminal-text {
	color: #000000 !important;
}
.sec03Grd1Itm:hover .headline {
	top: 30%;
}
.sec03Grd1Itm:hover .footline {
	bottom:33%;
}
.sec03Grd1ItmImg {
	z-index:0;
}
/*
-------------------Section 4----------------------
*/
#emailKontaktForm {
  width: 100%;
  height: 100%;
}
#emailKontaktForm form {
	max-width: 500px;
	margin: 50px auto;
}
#emailKontaktForm input, #emailKontaktForm textarea {
	background-color: transparent;
  color:#FFFFFF;
  font-size: 20px;
  border: 3px solid #FFFFFF;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 0;
  outline: 0;
}
#emailKontaktForm input:focus {
  box-shadow: 0 0 40px rgba(255,255,255,0.6);
}
#emailKontaktForm textarea {
  height: 250px;
  resize: vertical;
}
#emailKontaktForm [type="submit"] {
	text-transform: uppercase;
	cursor: pointer;
  width: 100%;
  height: 60px;
	color: #333333;
  background-color: #FFFFFF;
  border: 0;
  font-size: 20px;
  padding: 10px;
	border-radius: 0;
}
#emailKontaktForm [type="submit"]:hover {
  background-color: #333333;
  color: #FFFFFF;
}
/*
-------------------Grid---------------------------
*/
.flexContainer {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}
.flexContainer > li {
  padding: 5px;
  min-width: 200px;
  min-height: 200px;
  margin-top: 10px;
}
/*
---------------------------------
*/
.fluidGrd div, .fluidGrd ul, .fluidGrd li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fluidGrd {
  margin-bottom: 40px;
  text-align: justify;
}
.fluidGrd li {
  text-align: center;
  display: inline-block;
  width: 20%;
}
.fluidGrd:after {
  display: inline-block;
  width: 100%;
  content: '';
}
@media (max-width: 800px) {
  .fluidGrd li {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .fluidGrd li {
    width: 45%;
  }
}
@media (max-width: 400px) {
  .fluidGrd li {
    width: 100%;
  }
}
