ol, ul {
	list-style: none;
}

a {
  text-decoration: none;
}

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;
}
* {
  margin: 0;
  padding: 0;
  font-family: arial, sans-serif;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

body {
	background-color: #000;
}

/* ------------------------------------------------------------- parallaxeffect header --------------------------------------------------------------- */
.header  {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
	padding-top: 25%;
}

.header:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, rgba(17,74,117,1) 0%, rgba(0,212,255,0) 100%);
  z-index: 1000;
}

.header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: #0a2a43; */
  z-index: 1000;
  mix-blend-mode: normal;
}

.header img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

#text {
  position: relative;
  color: #fff;
  z-index: 1;
  transform: translateY(-620%);
}

#bg_lake {
  z-index: 2;
}

#marika_front {
  z-index: 4;
  transform: translateX(10%);
}

#stone_left {
  z-index: 3;
}

/* ------------------------------------------------------------------------- img ----------------------------------------------------------*/
img {
  max-width: 100%;
}

.img-small {
  width: 50%;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fähigkeiten_img {
  max-width: 50%;
}

/* -------------------------------------------------------------------- row and column ----------------------------------------------------------- */
section {
	width: 100%;
	height: 100%;
}

.top {
	width: 100%;
}

.bottom {
	width: 100%;
}

.container_main {
  display: flex;
  padding: 0 10%;
	justify-content: center;
}

.row {
  display: flex;
  flex-direction: row;
	flex: 100%;
}

.row_contact {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
	align-items: center;
}

.center_content{
  padding: 2% 2%;
}

.column-half {
  display: flex;
  flex-direction: column;
  flex: 50%;
}

.column-fourth {
  display: flex;
  flex: 25%;
  flex-direction: column;
}

.column-third {
  display: flex;
  flex: 33.33%;
  flex-direction: column;
}

.column-two-third {
  display: flex;
  flex: 66.66%;
  flex-direction: column;
}

.column-six  {
  display: flex;
  flex: 16.66%;
  flex-direction: column;
}

.center {
  text-align: center;
}

/* ------------------------------------------------------------------- sections ------------------------------------------------------------------*/
.opacity {
	background-color: rgba(255, 255, 255, 0.1);
	padding: 40px;
	border-radius: 2%;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 10px 10px rgba(255, 255, 255, 0.1);
}

.projekte {
	padding: 2%;
  margin: 5%;
	width: 400px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
}

.fähigkeiten {
	padding: 3%;
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#fähigkeiten .row {
	padding-bottom: 10%;
}

#uebermich {
	position: relative;
	background: url(../img/ocean_bild1.png) no-repeat;
	background-size: cover;
}

#arbeit {
	background: url(../img/ocean_bild2_2.png) no-repeat;
	background-size: cover;
}

#ausbildung {
	background: url(../img/ocean3.png) no-repeat;
	background-size: cover;
	bottom: 10px;
}

#projekte {
	background: url("../img/ocean4_2.png") no-repeat;
	background-size: cover;
	bottom: 10px;
}


#fähigkeiten {
	background: url(../img/ocean5_2.png) no-repeat;
	background-size: cover;
	bottom: 10px;
}

/* ------------------------------------------------------------------ Media Queries ----------------------------------------------------------------------- */
@media screen and (min-width: 300px) and (max-width: 750px) {
  #uebermich {
    background: url(../img/ocean_bild1_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #arbeit {
    background: url(../img/ocean_bild2_2_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #ausbildung {
    background: url(../img/ocean3_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #projekte {
    background: url(../img/ocean4_2_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #fähigkeiten {
    background: url(../img/ocean5_2_414_mobile.png) no-repeat;
    background-size: cover;
  }

  .img-small {
    width: 80%;
  }

  .footer_card {
    padding: 2% 5% 5% 5%;
    width: 100%;
  }

  .opacity {
    padding: 20px 0px;
    margin: 0px 50px;
    border-radius: 8px;
  }

  #text {
    position: relative;
    color: #fff;
    z-index: 1;
    transform: translateY(-620%);
    bottom: -930px;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
  }
  
  #marika_front {
    z-index: 4;
    transform: translateX(0%);
  }

  .projekte {
    width: 100%;
  }

  .projekt_img {
    max-width: 90%;
  }

  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .card {
    width: 350px!important;
    padding: 20px;
    margin: 50px;
  }
}

@media screen and (min-width: 751px) and (max-width: 1000px){
  #uebermich {
    background: url(../img/ocean_bild1_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #arbeit {
    background: url(../img/ocean_bild2_2_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #ausbildung {
    background: url(../img/ocean3_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #projekte {
    background: url(../img/ocean4_2_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #fähigkeiten {
    background: url(../img/ocean5_2_601_tablet.png) no-repeat;
    background-size: cover;
  }

  .img-small {
    width: 80%;
  }

  .footer_card {
    padding: 2% 5% 5% 5%;
    width: 100%;
  }

  .opacity {
    padding: 100px;
    border-radius: 8px;
  }

  .projekte {
    width: 100%;
  }

  .projekt_img {
    max-width: 90%;
  }

  .row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .card {
    width: 350px!important;
    padding: 20px;
    margin: 50px;
  }
}


@media screen and (min-width: 1001px) and (max-width: 1500px){
  #uebermich {
    background: url(../img/ocean_bild1_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #arbeit {
    background: url(../img/ocean_bild2_2_414_mobile.png) no-repeat;
    background-size: cover;
  }

  #ausbildung {
    background: url(../img/ocean3_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #projekte {
    background: url(../img/ocean4_2_601_tablet.png) no-repeat;
    background-size: cover;
  }

  #fähigkeiten {
    background: url(../img/ocean5_2_601_tablet.png) no-repeat;
    background-size: cover;
  }

  .img-small {
    width: 50%;
  }

  .footer_card {
    padding: 2% 5% 5% 5%;
    width: 100%;
  }

  .opacity {
    padding: 50px;
    border-radius: 8px;
  }

  .projekte {
    width: 100%;
  }

  .projekt_img {
    max-width: 90%;
  }

  .card {
    width: 350px!important;
    padding: 20px;
    margin: 50px;
  }
}

/* ------------------------------------------------------------------- cards ------------------------------------------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card {
  width: 250px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  margin: 50px 20px;
  -webkit-box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
  box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
  border-radius: 10px;
  -webkit-animation-name: shadow-show; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
  animation-name: shadow-show;
  animation-duration: 1.5s;
  -webkit-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1); /* custom */
}

.card h1, .card h2, .card h3, .card h4, .card h5 {
  margin: 0px;
  padding: 0px 0px 15px 0px;
  font-family: 'Londrina Solid', cursive;
  font-size: 30px;
  color: #fff;
}

.contact {
  background-color: #7DC1D4;
}

.work {
  background-color: #386598;
}

.projekte {
  background-color: #2a364c;
}

.skills {
  background-color: #181F2B;
}



.contact hr {
  background-color: #368BA2;
}

.work hr{
  background-color: #91B1D6;
}

.projekte hr {
  background-color: #4d82bd;
}

.skills hr {
  background-color: #577697;
}



.contact span {
  color: #368BA2;
}

.work span {
  color: #91B1D6;
}

.projekte span {
  color: #4d82bd;
}

.skills span {
  color: #577697;
}



.card hr {
  display: block;
  border: none;
  border-radius: 4px;
  height: 3px;
  margin: 0px;
  -webkit-animation-name: line-show; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.3s; /* Safari 4.0 - 8.0 */
  animation-name: line-show;
  animation-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  -o-transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1);
  transition-timing-function: cubic-bezier(0.795, 0, 0.165, 1); /* custom */
}

span {
  font-family: 'Arial', sans-serif;
  font-style: italic;
  font-size: 14px;
  margin: 15px 0px;
}

.card p {
  margin: 15px 0px 20px 0px;
  font-family: 'Arial', sans-serif;
  font-weight: 100;
  letter-spacing: -0.25px;
  line-height: 1.25;
  font-size: 16px;
  color: white;
  -webkit-animation-name: p-show;
  -webkit-animation-duration: 1.5s; 
  animation-name: p-show;
  animation-duration: 1.5s;
}

.card a {
  border: none;
  border-radius: 8px;
  background-color: #4d82bd;
  padding: 10px 30px;
  color: white;
  font-family: 'Londrina Solid', cursive;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

i {
  border: none;
  border-radius: 8px;
  background-color: #4d82bd;
  padding: 10px 30px;
  color: white;
  font-family: 'Londrina Solid', cursive;
  font-size: 20px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
}

.about a {
  border: none;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 5px 20px 3px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: FontAwesome;
}

.skills a {
  border: none;
  border-radius: 8px;
  padding: 10px;
  margin: 15px 5px 0px 3px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  font-family: FontAwesome;
}

.card a:hover {
  background-color: #5c677d;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes line-show {
  from {
    margin: 0px 100px;
  }
  to {
    margin: 0px;
  }
}
/* Standard syntax */
@keyframes line-show {
  from {
    margin: 0px 100px;
  }
  to {
    margin: 0px;
  }
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes shadow-show {
  from {
    -webkit-box-shadow: 0px 0px 5px 0px #e0e0e0;
    box-shadow: 0px 0px 5px 0px #e0e0e0;
  }
  to {
    -webkit-box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
    box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
  }
}
/* Standard syntax */
@keyframes shadow-show {
  from {
    -webkit-box-shadow: 0px 0px 5px 0px #e0e0e0;
    box-shadow: 0px 0px 5px 0px #e0e0e0;
  }
  to {
    -webkit-box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
    box-shadow: -20px -20px 5px 0px rgb(92, 103, 125, 0.5);
  }
}

.footer_card {
  padding: 2% 5% 5% 5%;
  width: 100%;
}


/* ------------------------------------------------------------------------- Tooltip -------------------------------------------------------------------- */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #2a364c;
}

.tooltip .tooltiptext {
  visibility: hidden;
  font-weight: 100;
  width: 120px;
  background-color: #2a364c;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 5px 0;
  position: absolute;
  z-index: 1000;
  bottom: 85%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2a364c transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* ------------------------------------------------------------------------- font styles -------------------------------------------------------------------- */
h1 {
  font-family: 'Londrina Solid', cursive;
  font-weight: lighter;
  font-size: 6em;
}

h2 {
  font-family: 'Londrina Solid', cursive;
  font-weight: lighter;
  color: #fff;
  font-size: 40px;
	padding-bottom: 2%;
}

h3 {
  font-family: 'Londrina Solid', cursive;
  font-weight: lighter;
  color: #fff;
  font-size: 25px;
}

#uebermich h3 {
	   padding: 15px 0;
}

#uebermich p {
	  padding-bottom: 4%;
}

.name {
	padding-top: 10%;
}

p {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  font-family: 'Arial', sans-serif;

}

.italic {
  font-style: italic;
  font-size: 14px;
}

.fa {
  padding: 17px;
  font-size: 40px;
  background-color: #577697!important;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 8px;
}

.fa-instagram:hover, .fa-comment:hover, .fa-comment:hover, .fa-linkedin:hover {
    opacity: 0.7;
}

.fa-instagram {
  background: #125688!important;
  color: white;
}

.fa-comment {
  background: #dd4b39!important;
  color: white;
}

.fa-linkedin {
  background: #007bb5!important;
  color: white;
}

/* annimation svg path */
.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 5s linear alternate infinite;
}

@keyframes dash {
  from {
    stroke-dashoffset: 822;
  }
  to {
    stroke-dashoffset: 0;
  }
}


/* ---------------------------------------------------------------------- navigation bar ------------------------------------------------------------- */
*, *:after, *:before {
  box-sizing: inherit;
}
a {
  color: #fff;
  text-decoration: none;
}

.open {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s linear;
	z-index: 1000;
	float: right;
}
.open:hover {
  opacity: 0.8;
}
.open span {
  display: block;
  float: left;
  clear: both;
  height: 4px;
  width: 40px;
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  right: 3px;
  top: 3px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.open span:nth-child(1) {
  margin-top: 10px;
  z-index: 9;
}
.open span:nth-child(2) {
  margin-top: 25px;
}
.open span:nth-child(3) {
  margin-top: 40px;
}
.sub-menu {
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  height: 0;
  width: 0;
  right: 0;
  top: 0;
  position: absolute;
  background-color: rgba(38, 84, 133, 0.54);
  border-radius: 50%;
  z-index: 18;
  overflow: hidden;
}
.sub-menu li {
  display: block;
  float: right;
  clear: both;
  height: auto;
  margin-right: -160px;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li:first-child {
  margin-top: 180px;
}
.sub-menu li:nth-child(1) {
  -webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
}
.sub-menu li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
}
.sub-menu li:nth-child(5) {
  -webkit-transition-delay: 0.25s;
}
.sub-menu li a {
  color: #fff;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 16px;
  width: 100%;
  display: block;
  float: left;
  line-height: 40px;
}
.oppenned .sub-menu {
  opacity: 1;
  height: 450px;
  width: 450px;
}
.oppenned span:nth-child(2) {
  overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
  z-index: 100;
  transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
  transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
  height: 450px;
  width: 450px;
  right: -160px;
  top: -160px;
  border-radius: 50%;
  background-color: rgba(38, 84, 133, 0.54);
}
.oppenned span:nth-child(3) {
  transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.oppenned li {
  margin-right: 168px;
}
.button {
  display: block;
  float: left;
  clear: both;
  padding: 20px 40px;
  background: #fff;
  border-radius: 3px;
  border: 2px solid #10a1ea;
  overflow: hidden;
  position: relative;
}
.button:after {
  transition: transform 0.3s ease;
  content: "";
  position: absolute;
  height: 200px;
  width: 400px;
  transform: rotate(45deg) translateX(-540px) translateY(-100px);
  background: #10a1ea;
  z-index: 1;
}
.button:before {
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 40px;
  transform: translateY(200px);
}
.button:hover {
  text-decoration: none;
}
.button:hover:after {
  transform: translateX(-300px) translateY(-100px);
}
.button:hover:before {
  transform: translateY(0);
}
.container {
  display: flex;
  max-width: 80%;
  justify-content: center;
  margin: 0 auto;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #C27500;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #C27500;
}