/*!
 Theme Name: Patrick
 Author: Patrick
 Description: my own profile website
 Version: 0.1

*/
/*********************************
* reset
**********************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
}

fieldset, img {
  border: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/*********************************
* basics
**********************************/
/* fonts */
@font-face {
  font-family: Azuro;
  src: url("../webfonts/azuro-regular.eot");
  src: url("../webfonts/azuro-regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/azuro-regular.woff") format("woff");
}
@font-face {
  font-family: Azuro;
  src: url("../webfonts/azuro-italic.eot");
  src: url("../webfonts/azuro-italic.eot?#iefix") format("embedded-opentype"), url("../webfonts/azuro-italic.woff") format("woff");
  font-style: italic;
}
@font-face {
  font-family: Azuro;
  src: url("../webfonts/azuro-bold.eot");
  src: url("../webfonts/azuro-bold.eot?#iefix") format("embedded-opentype"), url("../webfonts/azuro-bold.woff") format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Azuro;
  src: url("../webfonts/azuro-bolditalic.eot");
  src: url("../webfonts/azuro-bolditalic.eot?#iefix") format("embedded-opentype"), url("../webfonts/azuro-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* icons */
@font-face {
  font-family: Entypo-social;
  src: url("../webfonts/entypo-social.eot");
  src: url("../webfonts/entypo-social.eot?#iefix") format("embedded-opentype"), url("../webfonts/entypo-social.woff") format("woff"), url("../webfonts/entypo-social.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Entypo;
  src: url("../webfonts/entypo.eot");
  src: url("../webfonts/entypo.eot?#iefix") format("embedded-opentype"), url("../webfonts/entypo.woff") format("woff"), url("../webfonts/entypo.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*********************************
* colors
**********************************/
/** html5 display **/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
  border: 0px;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

body {
  line-height: 1.3em;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: Azuro, open-sans, calluna-sans, Verdana, sans-serif;
  color: #ccc;
  background-color: #FFF;
  background-position: 0px 0px;
  background-repeat: repeat-x;
}

::-moz-selection {
  background: #FFF;
  color: #333;
  text-shadow: none;
}

::selection {
  background: #FFF;
  color: #333;
  text-shadow: none;
}

/** links **/
a {
  text-decoration: none;
}

a:link,
a:visited {
  color: #ccc;
  text-decoration: none;
  -moz-transition: color 1s linear 0s;
  -webkit-transition: color 1s linear 0s;
  -o-transition: color 1s linear 0s;
  transition: color 1s linear 0s;
  -webkit-tap-highlight-color: rgba(155, 0, 0, 0.2);
}

a:hover,
a:visited:hover,
a:active {
  color: #d87feb;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

#mainnav h1 a:link,
#mainnav h1 a:hover,
h2 a:link,
h2 a:hover,
.url a:link,
.url a:hover,
.email a:link,
.email a:hover,
.adr .tel a:link,
.adr .mobil a:link,
#start:hover {
  border-bottom: 0px;
}

/** lists **/
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.work-single ul, .work-single li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/** div */
q {
  padding: 10px 0px;
  display: block;
}

/*********************************
* layout
**********************************/
#wrap {
  font-family: Azuro, open-sans, Verdana, sans-serif;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: auto;
  width: auto;
  position: relative;
  background: linear-gradient(164deg, #000, #2b0633);
  background-size: 400% 400%;
  -webkit-animation: back_ani 30s ease infinite;
  -moz-animation: back_ani 30s ease infinite;
  animation: back_ani 30s ease infinite;
}

@-webkit-keyframes back_ani {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@-moz-keyframes back_ani {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
@keyframes back_ani {
  0% {
    background-position: 51% 0%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 51% 0%;
  }
}
#header {
  position: relative;
  width: 100%;
  text-align: right;
}

/*********************************
* mainnav
**********************************/
nav#mainnav {
  position: relative;
  right: 5%;
  float: right;
  padding: 30px 0 0 0;
}
nav#mainnav ul {
  display: flex;
}
nav#mainnav ul li a:link,
nav#mainnav ul li a:visited {
  font-size: 1.3em;
  color: #565555;
  float: right;
  position: relative;
  white-space: nowrap;
  text-align: right;
  z-index: 99;
  font-style: italic;
  margin-right: 20px;
}

nav#mainnav ul li a:hover,
nav#mainnav ul li a:visited:hover {
  color: #ccc;
}

.fixed {
  position: fixed !important;
  padding-top: 28px !important;
  margin-top: -28px !important;
  z-index: 999 !important;
  background-color: rgba(237, 237, 237, 0.9) !important;
  -webkit-box-shadow: 0px 2px 6px #333333 !important;
  -moz-box-shadow: 0px 2px 6px #333333 !important;
  -o-box-shadow: 0px 2px 6px #333333 !important;
  -ms-box-shadow: 0px 2px 6px #333333 !important;
  box-shadow: 0px 2px 6px #333333 !important;
}

.fixed:hover {
  background-color: rgb(237, 237, 237) !important;
}

/*********************************
* content
**********************************/
#content {
  position: relative;
  top: 0px;
  width: 100%;
  min-width: 680px;
  background-position: 0px 0px;
  background-repeat: repeat-x;
  z-index: 7;
  padding-top: 40px;
  /*end main */
}
#content h2 {
  margin: 0px 0px 15px 0px;
  color: #000;
  font-size: 2em;
  font-style: italic;
  color: #333;
}
#content h3 {
  margin: 15px 0px 15px 0px;
  color: #000;
  font-size: 1.4em;
  font-style: italic;
}
#content img {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  animation: slideIn;
  animation-timeline: view();
}
#content #main {
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  /*end article */
  /*end about */
  /*end curriculum */
  /*end contact */
}
#content #main p {
  line-height: 1.4em;
  margin-bottom: 20px;
  position: relative;
  float: left;
}
#content #main article {
  margin: 20px 0px 0px 0px;
  border-top: 3px solid #565555;
  padding-top: 10px;
  /*end section */
}
#content #main article img.big_bg {
  width: 70%;
  height: auto;
  position: relative;
  z-index: 80;
  animation: move-bg linear;
  animation-timeline: view();
}
#content #main article section {
  position: relative;
}
#content #main article section ul {
  margin: 0px;
  padding: 20px;
  list-style-type: square;
}
#content #main article section ul li {
  margin-bottom: 10px;
}
#content #main article section .txt {
  position: relative;
  left: 10%;
  width: 70%;
  float: left;
  clear: both;
  margin-top: 30px;
  padding: 0 0 30px 0;
  font-weight: bold;
  font-size: 1.4rem;
  z-index: 99;
  text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.9);
}
#content #main #about h2 {
  color: #FFF;
  position: relative;
  margin-left: 40%;
  top: 4em;
  z-index: 99;
  max-width: 40%;
  line-height: 1.2em;
}
#content #main #about #area1 .txt {
  float: right;
  left: initial;
  right: 5%;
  width: 50%;
  left: initial;
  margin: 50px 0 30px 0;
}
#content #main #about #area2 .txt {
  float: right;
  right: 10%;
  width: 66%;
  left: initial;
  margin-top: 0px;
}
#content #main #about #area3 .txt {
  float: left;
  width: 37%;
  margin: 0px 0 20px 0;
}
#content #main #about #area4 .txt {
  float: left;
  width: 50%;
  margin: 20px 0 20px 0;
}
#content #main #about #area1 img.big_bg {
  right: -5%;
  text-align: right;
  float: right;
  top: -90px;
}
#content #main #about #area2 img.big_bg {
  left: 10%;
  width: 66%;
  text-align: left;
  float: left;
}
#content #main #about #area3 img.big_bg {
  left: -6%;
  width: 60%;
}
#content #main #about #area4 img.big_bg {
  left: 10%;
  width: 80%;
}
#content #main #about img.sml_fore {
  width: 20%;
  height: auto;
  position: relative;
  z-index: 90;
  clear: both;
  -moz-box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.8);
  -o-box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.8);
  -ms-box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.8);
  box-shadow: 2px 2px 12px rgba(51, 51, 51, 0.8);
  animation: slideIn;
  animation-timeline: view();
  animation-duration: 10ms;
}
#content #main #about #area1 img.sml_fore {
  margin: -25% 0 0 23%;
  float: left;
  width: 15%;
}
#content #main #about #area2 img.sml_fore {
  margin: -30% 0 0 -6%;
  left: 0px;
  float: left;
}
#content #main #about #area3 img.sml_fore {
  margin: 10% 0 0 -10%;
}
#content #main #about #area4 img.sml_fore {
  margin: 13% -5% 0 0;
  float: right;
  right: 0;
}
#content #main #about img.sml_fore:hover {
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
}
@keyframes move-bg {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(150px);
  }
}
#content #main #curriculum {
  float: left;
  /*end vita */
}
#content #main #curriculum h2 {
  position: relative;
  margin-left: 10%;
  padding: 30px 0 30px 60px;
  color: #ccc;
}
#content #main #curriculum #vita {
  left: 10%;
  max-width: 65%;
}
#content #main #curriculum #vita p {
  font-style: italic;
  margin-bottom: 30px;
  line-height: 1.4em;
  font-size: 1.3em;
}
#content #main #curriculum #vita p:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  color: #FFF;
  background-color: #565555;
  margin: -10px 0 0 -10px;
}
#content #main #contact {
  float: left;
}
#content #main #contact h2 {
  position: relative;
  margin-left: 6%;
  padding: 30px 0 30px 60px;
  color: #ccc;
}
#content #main #contact section {
  left: 15%;
  max-width: 76%;
  margin-bottom: 70px;
  padding-bottom: 40px;
}
#content #main #contact section .txt {
  left: 5%;
  width: 80%;
  font-weight: normal;
}

/*end content */
/*********************************
* footer 
**********************************/
/* footer */
footer {
  position: relative;
  width: 100%;
  height: 70px;
  z-index: 9;
  padding: 0px 0px;
  margin: 0px;
  -webkit-animation: startanim 1s linear;
  -moz-animation: startanim 1s linear;
  -ms-animation: startanim 1s linear;
  animation: startanim 1s linear;
  top: auto;
  clear: both;
}
footer #footer p {
  color: #ccc;
  margin: 0px 0px 5px 130px;
  transition: color 1s linear;
  -moz-transition: color 1s linear;
  -webkit-transition: color 1s linear;
  -o-transition: color 1s linear;
}

footer #footer a:link,
footer #footer a:visited {
  color: #ccc;
  font-size: 0.9em;
  line-height: 2em;
  -moz-transition: all 1s linear, color 1s linear;
  -webkit-transition: all 1s linear, color 1s linear;
  -o-transition: all 1s linear, color 1s linear;
  transition: all 1s linear, color 1s linear;
}

footer #footer a:hover,
footer #footer a:visited:hover {
  color: #990000;
}

footer #social {
  position: absolute;
  float: right;
  text-align: center;
  right: 3%;
  bottom: 17px;
  font-size: 0.9em;
}

.copy {
  color: #FFF;
}

.copy:hover {
  color: #000;
}

.copy span {
  display: none;
}

.copy:hover span {
  display: inline;
}

.weblinks {
  margin: 0 0 250px 5%;
  padding: 0 0 100px 0;
}

#mail, #whatsapp, #call {
  font-family: Entypo;
  font-size: 6em !important;
  position: relative;
  float: left;
  width: 100%;
  padding: 25px 0 25px 0;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
}
#mail span, #whatsapp span, #call span {
  font-family: Azuro, open-sans, calluna-sans, Verdana, sans-serif;
  font-size: 0.2em;
  font-weight: normal;
  margin: 3px 0 30px 0px;
  position: absolute;
  left: 80px;
}

/*********************************
* plugin adons
**********************************/
#toTop {
  display: none;
  opacity: 0.8;
  text-decoration: none;
  position: fixed;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 50px;
  border: none;
  text-align: center;
  line-height: 50px;
  z-index: 99;
  color: #ccc;
  border-top: 1px dotted #FFF;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: linear-gradient(164deg, #a5b7b8, #2b0633);
  background-size: 400% 400%;
  -webkit-animation: back_ani 30s ease infinite;
  -moz-animation: back_ani 30s ease infinite;
  animation: back_ani 30s ease infinite;
}

#toTop:after,
#toTop:before {
  opacity: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#toTop:before {
  content: "nach ";
}

#toTop:after {
  content: " oben";
}

#toTop:hover:after,
#toTop:hover:before {
  opacity: 1;
}

#toTopHover {
  display: none;
}

/*********************************
* media queries
**********************************/
/* 1024 */
@media only screen and (max-width: 1024px) {
  #start {
    opacity: 0;
  }
  /* end 1024 */
}
/* 960 */
@media only screen and (max-width: 960px) {
  /* end 960 */
}
/* 640 */
@media only screen and (max-width: 640px) {
  #content {
    min-width: unset;
  }
  #content #main #about h2 {
    top: 0px;
    font-size: 1.6em;
    margin-left: 0px;
    max-width: 95%;
    width: 95%;
  }
  #content #main #about #area1 img.big_bg, #content #main #about #area2 img.big_bg, #content #main #about #area3 img.big_bg, #content #main #about #area4 img.big_bg {
    width: 95%;
  }
  #content #main #about #area1 img.sml_fore, #content #main #about #area2 img.sml_fore, #content #main #about #area3 img.sml_fore, #content #main #about #area4 img.sml_fore {
    margin: -40% 0 0 0%;
    width: 40%;
  }
  #content #main #about #area1 .txt, #content #main #about #area2 .txt, #content #main #about #area3 .txt, #content #main #about #area4 .txt {
    float: left;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 30px 0 0 0;
  }
  #content #main #about #area4 img.sml_fore {
    float: left;
  }
  #content #main #curriculum h2 {
    padding: 30px 0 30px 0px;
    margin-left: 0px;
  }
  #content #main #curriculum #vita {
    left: 0px;
    max-width: 95%;
  }
  #content #main #contact h2 {
    margin-left: 0px;
    padding: 30px 0 30px 0px;
    line-height: 1.2em;
  }
  #content #main #contact section {
    left: 0px;
    max-width: 95%;
  }
  #content #main #contact section .txt {
    left: 0px;
    width: 100%;
  }
  #content #main #contact section .weblinks {
    margin: 0 0 250px 0px;
  }
  #mail span, #whatsapp span, #call span {
    left: 70px;
  }
  /* end 640 */
}
/* 460 */
@media only screen and (max-width: 460px) {
  /* #end 460 */
}
/*end*/

/*# sourceMappingURL=style.css.map */
