article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
a,
input,
button {
  touch-action: manipulation;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/* ========== responsive breakpoint =========== */
/*  ============= retina ============== */
/**
  * default less template startingpoint
  * author: Frank Fuchs BrainSellers Mediendesign
  * @brainseller http://frankfuchs.net
**/
/* ------------------------------------- *\
          mixins (CSS3 Helpers)
\* ------------------------------------- */
/* ======== rounded corners ======== */
/* ======== box shadow ======== */
/* ======== transition ======== */
/* ======== transform ======== */
/* ======== top-to-bottom gradient ======== */
/* ======== left-to-right gradient ======== */
/* ======== top-to-bottom 3 stop gradient ======== */
/* ======== left-to-right 3 stop gradient ======== */
/* ======== top-to-bottom 4 stop gradient ======== */
/* ======== left-to-right 4 stop gradient ======== */
/* ------------------------------------- *\
            variables
\* ------------------------------------- */
/* ======== colors ======== */
/* ======== sizes ======== */
/* ------------------------------------- *\
            CSS document
            Basics and typography
\* ------------------------------------- */
/* !typography */
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato/Lato-Bold-webfont.eot?') format('eot');
  src: url('/fonts/Lato/Lato-Bold-webfont.woff') format('woff'), url('/fonts/Lato/Lato-Bold-webfont.ttf') format('truetype'), url('/fonts/Lato/Lato-Bold-webfont.svg#webfont2vG1HO74') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato/Lato-Italic-webfont.eot?') format('eot');
  src: url('/fonts/Lato/Lato-Italic-webfont.woff') format('woff'), url('/fonts/Lato/Lato-Italic-webfont.ttf') format('truetype'), url('/fonts/Lato/Lato-Italic-webfont.svg#webfontOyyHRIea') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Lato';
  src: url('/fonts/Lato/Lato-Regular-webfont.eot?') format('eot');
  src: url('/fonts/Lato/Lato-Regular-webfont.woff') format('woff'), url('/fonts/Lato/Lato-Regular-webfont.ttf') format('truetype'), url('/fonts/Lato/Lato-Regular-webfont.svg#webfontHlqc3w9Z') format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  background-color: #FFFEFC;
  color: #3B3B3B;
}
html,
body {
  height: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
strong {
  font-weight: 700;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.875em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.25em;
  color: #6e6e6e;
}
/* ========================================= *\
             elements
\* ========================================= */
.container {
  width: 90%;
  max-width: 60em;
  margin: auto;
}
.mainElement {
  width: 90%;
  max-width: 60em;
  margin: auto;
}
.mainContainer {
  background-image: url(/images/brain.svg);
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: right -10% top -10%;
  animation-name: backgroundFly;
  animation-duration: 1200ms;
  animation-timing-function: ease;
  animation-delay: 100ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
/* !header --------------------------- */
.siteTitle {
  margin: 0;
}
.siteTitle img {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 1em auto;
}
@media screen and (min-width: 910px) {
  .siteTitle img {
    margin: 2em auto;
  }
}
.design .siteTitle img {
  max-width: 320px;
}
.startText {
  margin-bottom: 4em;
}
.columns {
  display: flex;
  gap: 0 6em;
  flex-wrap: wrap;
}
/* !footer --------------------------- */
.mainFooter {
  background-color: rgba(0, 0, 0, 0.85);
  color: #FFFEFC;
  padding: 2em 0;
}
.mainFooter a {
  color: #F8CC0C;
}
.footContent {
  width: 90%;
  max-width: 60em;
  margin: auto;
}
.footColumns {
  align-items: center;
  gap: 3em 3em;
  flex-wrap: nowrap;
}
@media screen and (min-width: 910px) {
  .footColumns {
    gap: 3em 6em;
  }
}
.footLogo {
  width: 100%;
  max-width: 256px;
  height: auto;
}
.lawList {
  list-style: none;
  padding: 0;
  margin: 3em 0 2em;
  display: flex;
  gap: 2em;
  font-size: 0.825em;
}
/* ! portfolio -------------------------- */
.portfolioList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 3em;
}
@media screen and (min-width: 640px) {
  .portfolioList {
    gap: 2em;
  }
}
@media screen and (min-width: 910px) {
  .portfolioList {
    gap: 2em 4em;
  }
}
.portfolioListItem {
  display: block;
  width: 150px;
  height: 150px;
  text-indent: -99999px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
}
#portfolioItem1 {
  background-image: url(/images/logos/fmz-bw@2x.png);
  opacity: 0;
  animation: FlyIn1 1s ease 1000ms 1 normal forwards;
}
#portfolioItem1:hover,
#portfolioItem1.hovered {
  background-image: url(/images/logos/fmz-c@2x.png);
}
#portfolioItem2 {
  background-image: url(/images/logos/dryconcept-bw@2x.png);
  opacity: 0;
  animation: FlyIn3 1s ease 800ms 1 normal forwards;
}
#portfolioItem2:hover,
#portfolioItem2.hovered {
  background-image: url(/images/logos/dryconcept-c@2x.png);
}
#portfolioItem3 {
  background-image: url(/images/logos/swanshiatsu-bw@2x.png);
  opacity: 0;
  animation: FlyIn2 1s ease 900ms 1 normal forwards;
}
#portfolioItem3:hover,
#portfolioItem3.hovered {
  background-image: url(/images/logos/swanshiatsu-c@2x.png);
}
#portfolioItem4 {
  background-image: url(/images/logos/tsv-bw@2x.png);
  opacity: 0;
  animation: FlyIn1 1s ease 850ms 1 normal forwards;
}
#portfolioItem4:hover,
#portfolioItem4.hovered {
  background-image: url(/images/logos/tsv-c@2x.png);
}
#portfolioItem5 {
  background-image: url(/images/logos/mm-bw@2x.png);
  opacity: 0;
  animation: FlyIn4 1s ease 1s 1 normal forwards;
}
#portfolioItem5:hover,
#portfolioItem5.hovered {
  background-image: url(/images/logos/mm-c@2x.png);
}
#portfolioItem6 {
  background-image: url(/images/logos/daniele-bw@2x.png);
  opacity: 0;
  animation: FlyIn1 1s ease 920ms 1 normal forwards;
}
#portfolioItem6:hover,
#portfolioItem6.hovered {
  background-image: url(/images/logos/daniele-c@2x.png);
}
#portfolioItem7 {
  background-image: url(/images/logos/sparks-bw@2x.png);
  opacity: 0;
  animation: FlyIn3 1s ease 810ms 1 normal forwards;
}
#portfolioItem7:hover,
#portfolioItem7.hovered {
  background-image: url(/images/logos/sparks-c@2x.png);
}
#portfolioItem8 {
  background-image: url(/images/logos/frameart-bw@2x.png);
  opacity: 0;
  animation: FlyIn2 1s ease 860ms 1 normal forwards;
}
#portfolioItem8:hover,
#portfolioItem8.hovered {
  background-image: url(/images/logos/frameart-c@2x.png);
}
#portfolioItem9 {
  background-image: url(/images/logos/90grad-bw@2x.png);
  opacity: 0;
  animation: FlyIn4 1s ease 940ms 1 normal forwards;
}
#portfolioItem9:hover,
#portfolioItem9.hovered {
  background-image: url(/images/logos/90grad-c@2x.png);
}
#portfolioItem10 {
  background-image: url(/images/logos/pnut-bw@2x.png);
  opacity: 0;
  animation: FlyIn1 1s ease 890ms 1 normal forwards;
}
#portfolioItem10:hover,
#portfolioItem10.hovered {
  background-image: url(/images/logos/pnut-c@2x.png);
}
#portfolioItem11 {
  background-image: url(/images/logos/rothkegel-bw@2x.png);
  opacity: 0;
  animation: FlyIn3 1s ease 1s 1 normal forwards;
}
#portfolioItem11:hover,
#portfolioItem11.hovered {
  background-image: url(/images/logos/rothkegel-c@2x.png);
}
#portfolioItem12 {
  background-image: url(/images/logos/physio-bw@2x.png);
  opacity: 0;
  animation: FlyIn2 1s ease 940ms 1 normal forwards;
}
#portfolioItem12:hover,
#portfolioItem12.hovered {
  background-image: url(/images/logos/physio-c@2x.png);
}
/* -------------------------------------------------------- *\
   ========= BLOG =========================================
\* -------------------------------------------------------- */
.blogArticle {
  margin: 3em 0;
  padding: 0 0 2em;
}
.paginator {
  margin: 3em 0;
}
.posted {
  font-family: monospace;
}
pre {
  background-color: #333;
  color: #fff;
  padding: 1em;
  border-radius: 0.2em;
}
.disclaimer {
  background-color: #fff;
  max-width: 540px;
  font-size: 0.825em;
  padding: 1em;
  border-left: 1px solid #ff0000;
}
.nextPage {
  margin-right: 1em;
}
/* Animations */
.DropIn {
  opacity: 0;
  animation-name: DropInFrames;
  animation-duration: 300ms;
  animation-timing-function: ease;
  animation-delay: 50ms;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes DropInFrames {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-500px) scale(0);
  }
  /* 38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0) scale(1);
  } */
  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px) scale(1.2);
  }
  /* 72% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1);
  }
  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px) scale(0.9);
  }
  90% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1);
  }
  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px) scale(1.05);
  } */
  100% {
    animation-timing-function: ease-out;
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.FadeIn {
  opacity: 0;
  animation-name: FadeInFrames;
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
@keyframes FadeInFrames {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backgroundFly {
  0% {
    background-position: right 2000% top -200%;
  }
  100% {
    background-position: left -80% top 20%;
  }
}
@keyframes FlyIn1 {
  0% {
    opacity: 0;
    transform: translateX(-200px) translateY(-400px) rotate(-150deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes FlyIn2 {
  0% {
    opacity: 0;
    transform: translateX(400px) translateY(600px) rotate(200deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes FlyIn3 {
  0% {
    opacity: 0;
    transform: translateX(-400px) translateY(600px) rotate(1200deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
}
@keyframes FlyIn4 {
  0% {
    opacity: 0;
    transform: translateX(500px) translateY(-600px) rotate(-1000deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
  }
}
