.clear:after,
.clear:before {
  content: " ";
  display: table;
}
.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
html {
  font-size: 62.5%;
}
body {
  font: 400 14px/1.6 "JohnSansMediumProRegular", "Helvetica Neue", Helvetica,
    Arial;
  color: #676b59;
  transition: all 0.4s 0.3s ease-in;
}
@media (min-width: 740px) {
  body {
    padding: 0 40px 40px;
  }
}
body,
html {
  min-height: 100vh;
}
img {
  max-width: 100%;
} /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #676b59;
  text-decoration: none;
}
a:active,
a:hover {
  outline-width: 0;
  text-decoration: underline;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.header {
  background: #fff;
  width: 100%;
  display: block;
}
.header .logo a {
  width: 164px;
  height: 54px;
  display: block;
  margin: 34px auto 28px;
  text-align: center;
  text-indent: -10000px;
  background: transparent url("../img/logo-persiel-design-header-small.svg")
    center center no-repeat;
}
@media (min-width: 740px) {
  .header .logo a {
    width: 108px;
    height: 129px;
    display: block;
    margin: 48px auto 36px;
    background: transparent url("../img/logo-persiel-design-header.svg") center
      center no-repeat;
  }
}
.nav {
  position: relative;
}
@media (max-width: 739px) {
  .nav:after {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
    height: 42px;
    width: 30px;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.99) 100%
    );
  }
}
.nav ul {
  border-top: 1px solid #ebebe8;
  list-style: none;
  display: flex;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 43px;
  box-sizing: content-box;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0 26px;
  justify-content: flex-start;
}
@media (min-width: 740px) {
  .nav ul {
    justify-content: center;
  }
}
.nav ul li {
  flex-basis: auto;
  flex-shrink: 1;
  flex-grow: 1;
}
@media (min-width: 740px) {
  .nav ul li {
    flex-basis: 100px;
    flex-grow: initial;
  }
}
.nav ul li:last-of-type {
  padding-right: 26px;
}
.nav ul li a {
  display: inline-block;
  color: #202524;
  padding: 13px 11px 11px;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2.3px;
  font-family: "JohnSansMediumProRegular", "Helvetica Neue", Arial, Helvetica,
    Sans;
  text-decoration: none;
}
.nav ul li a:hover {
  color: #676b59;
}
.nav ul li.active a {
  border-top: 3px solid #c2ba8c;
  color: #c2ba8c;
  padding-top: 10px;
}
.footer .nav ul {
  border-bottom: 1px solid #ebebe8;
}
.subnav ul {
  border-top: 1px solid #fff;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.subnav ul li {
  border-bottom: 1px solid #fff;
}
.subnav ul li a {
  display: inline-block;
  color: #202524;
  padding: 13px 22px 11px;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 2.3px;
  font-family: "JohnSansMediumProRegular", "Helvetica Neue", Arial, Helvetica,
    Sans;
  text-decoration: none;
}
.subnav ul li a:hover {
  color: #676b59;
}
.subnav ul li.active a {
  color: #676b59;
}
nav.pagination {
  margin-top: 24px;
  border-top: 1px solid #ebebe8;
  padding-top: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
nav.pagination a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #ebebe8;
  border-radius: 28px;
  padding: 8px 14px 6px;
  margin: 0 16px 8px;
  border: 0;
  color: #66695e;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
nav.pagination a:hover {
  background: #b2aa7c;
  color: white;
}
.wrapper {
  background: #ebebe8;
  display: block;
  max-width: 1400px;
  margin: 0 auto;
}
.innerwrapper {
  background: #ebebe8;
}
@media (min-width: 740px) {
  .innerwrapper {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
  }
}
body.blog .innerwrapper {
  background: #fff;
}
.main,
.sidebar {
  background: #ebebe8;
}
@media (min-width: 740px) {
  .main.hassidebar {
    order: 1;
    flex-basis: 2;
    flex-grow: 2;
    max-width: 700px;
  }
}
.sidebar {
  padding: 50px 20px 40px;
}
@media (min-width: 740px) {
  .sidebar {
    order: 2;
    flex-basis: 1;
    flex-grow: 1;
    max-width: 300px;
  }
}
.sidebar.referenzfakten {
  padding-top: 100px;
  order: -1;
}
.footer {
  display: block;
  width: 100%;
  background: #fff;
  padding-top: 30px;
}
.footer .logo a {
  width: 164px;
  height: 54px;
  display: block;
  margin: 34px auto 28px;
  text-align: center;
  text-indent: -10000px;
  background: transparent url("../img/logo-wings.svg") center center no-repeat;
}
@media (min-width: 740px) {
  .footer .logo a {
    width: 108px;
    height: 129px;
    display: block;
    margin: 48px auto 36px;
    background: transparent url("../img/logo-wings.svg") center center no-repeat;
  }
}
.footer .widgets {
  color: #676b59;
  padding: 0 15px;
  font-family: JohnSansTextProRegular;
}
@media (min-width: 740px) {
  .footer .widgets {
    max-width: 960px;
    margin: 0 auto;
  }
}
.footer .widgets h4 {
  font-family: JohnSansMediumProRegular;
  font-weight: 400;
  color: #202524;
}
.footer .widgets p,
.footer .widgets h4 {
  line-height: 21px;
  font-size: 13px;
  margin-bottom: 7px;
}
@media (min-width: 740px) {
  .footer .widgets {
    padding: 0 10%;
  }
}
.footer .widgets .fslot {
  max-width: 340px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .footer .widgets .fslot {
    width: 27%;
    margin: 50px 3%;
    float: left;
  }
}
.footer .tothetop {
  text-align: center;
  padding: 8px 20px 20px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  clear: both;
}
.button {
  background: #f7f6f0;
  color: #676b59;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 14px 20px 12px;
  font-size: 1.5rem;
  font-family: JohnSansMediumProRegular;
  line-height: 1;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  margin: 2rem auto;
  display: inline-block;
}
.button-cta {
  background: #47c3e4;
  color: #fff;
  border-color: #47c3e4;
  margin: 2rem 1rem;
}
.button-cta:hover {
  text-decoration: none;
  background: #20b1d8;
  border-color: #47c3e4;
}
.button-small {
  padding: 8px 12px 7px;
  font-size: 1.15rem;
}
.button-medium {
  padding: 13px 20px 13px;
  font-size: 2.25rem;
}
.button-large {
  padding: 18px 30px 18px;
  font-size: 3rem;
}
.button-center {
  display: block;
  min-width: 180px;
  max-width: 20%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.button:hover {
  text-decoration: none;
  border-color: #fff;
  background: #676b59;
  color: #fff;
}
@font-face {
  font-family: "JohnSansHeavyProRegular";
  font-display: auto;
  src: url("../fonts/johnsansheavy-webfont.eot");
  src: url("../fonts/johnsansheavy-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/johnsansheavy-webfont.woff2") format("woff2"),
    url("../fonts/johnsansheavy-webfont.woff") format("woff"),
    url("../fonts/johnsansheavy-webfont.ttf") format("truetype"),
    url("../fonts/johnsansheavy-webfont.svg#JohnSansHeavyProRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JohnSansLiteProRegular";
  font-display: auto;
  src: url("../fonts/johnsanslite-webfont.eot");
  src: url("../fonts/johnsanslite-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/johnsanslite-webfont.woff2") format("woff2"),
    url("../fonts/johnsanslite-webfont.woff") format("woff"),
    url("../fonts/johnsanslite-webfont.ttf") format("truetype"),
    url("../fonts/johnsanslite-webfont.svg#JohnSansLiteProRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JohnSansMediumProRegular";
  font-display: auto;
  src: url("../fonts/johnsansmedium-webfont.eot");
  src: url("../fonts/johnsansmedium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/johnsansmedium-webfont.woff2") format("woff2"),
    url("../fonts/johnsansmedium-webfont.woff") format("woff"),
    url("../fonts/johnsansmedium-webfont.ttf") format("truetype"),
    url("../fonts/johnsansmedium-webfont.svg#JohnSansMediumProRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "JohnSansTextProRegular";
  font-display: auto;
  src: url("../fonts/johnsanstext-webfont.eot");
  src: url("../fonts/johnsanstext-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/johnsanstext-webfont.woff2") format("woff2"),
    url("../fonts/johnsanstext-webfont.woff") format("woff"),
    url("../fonts/johnsanstext-webfont.ttf") format("truetype"),
    url("../fonts/johnsanstext-webfont.svg#JohnSansTextProRegular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
body,
p {
  font-family: JohnSansTextProRegular;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "JohnSansMediumProRegular", "Helvetica Neue", Arial, Helvetica,
    Sans;
  margin: 2rem 0 1rem;
}
.sectionheader {
  margin: 30px 20px;
  display: table;
  text-align: center;
}
@media (min-width: 480px) {
  .sectionheader {
    white-space: nowrap;
  }
}
@media (min-width: 480px) {
  .sectionheader:before {
    display: table-cell;
    content: "";
    width: 50%;
    height: 0;
    border-top: 1px solid #979797;
  }
  .sectionheader:after {
    display: table-cell;
    content: "";
    width: 50%;
    height: 0;
    border-top: 1px solid #979797;
  }
}
.sectionheader hgroup {
  padding: 0 25px;
  display: block;
  margin-top: -1em;
}
.sectionheader h1,
.sectionheader h2,
.sectionheader h3,
.sectionheader h4,
.sectionheader h5,
.sectionheader h6 {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
.sectionheader .primaryheading {
  font-size: 2.1rem;
  line-height: 2.1rem;
  letter-spacing: 6px;
}
@media (min-width: 480px) {
  .sectionheader .primaryheading:after {
    height: 1px;
    width: 100%;
    background: #979797;
    display: block;
  }
}
.sectionheader .secondaryheading {
  margin-top: 8px;
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 2.3px;
}
.arealabel {
  font-family: Georgia;
  font-weight: 700;
  font-style: italic;
  color: #969690;
  font-size: 13px;
  padding-bottom: 7px;
  border-bottom: 1px dotted #676b59;
}
.section p,
.section ol,
.section ul {
  font-size: 1.6rem;
  line-height: 2.5rem;
  padding-bottom: 2rem;
}
.section li {
  font-size: 1.6rem;
  line-height: 2rem;
  padding-bottom: 0.8rem;
}
p + p {
  margin: 0;
}
p > ol,
p > ul {
  margin-bottom: 0;
}
b,
strong {
  font-weight: normal;
  font-family: JohnSansHeavyProRegular;
}
.main a {
  text-decoration: underline;
}
.section-tight p,
.section-tight ul,
.section-tight ol,
.section-tight li,
.section-tight h1,
.section-tight h2,
.section-tight h3,
.section-tight h4,
.section-tight h5,
.section-tight h6 {
  padding: 0;
  margin: 0;
}
.section-tight p,
.section-tight li {
  padding: 0 0 0.75rem;
  margin: 0;
  font-size: 1.4rem;
}
.section-tight h1,
.section-tight h2,
.section-tight h3,
.section-tight h4,
.section-tight h5,
.section-tight h6 {
  padding: 0.75em 0 0;
}
.section-tight ol,
.section-tight ul {
  padding-left: 3rem;
}
.section-tight li > p {
  padding-bottom: 0;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
.row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-flow: row wrap;
}
.row .spalte {
  padding: 0 10px 10px;
}
.row .spalte-8 {
  flex-basis: 8;
  flex-grow: 8;
  width: auto;
}
@media (min-width: 740px) {
  .row .spalte-8 {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 960px) {
  .row .spalte-8 {
    max-width: calc(66.66% - 20px);
  }
}
.row .spalte-6 {
  flex-basis: 6;
  flex-grow: 6;
  width: auto;
}
@media (min-width: 740px) {
  .row .spalte-6 {
    max-width: calc(50% - 20px);
  }
}
.row .spalte-4 {
  flex-basis: 4;
  flex-grow: 4;
  width: auto;
}
@media (min-width: 740px) {
  .row .spalte-4 {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 960px) {
  .row .spalte-4 {
    max-width: calc(33.33% - 20px);
  }
}
.row .spalte-3 {
  flex-basis: 3;
  flex-grow: 3;
  width: auto;
}
@media (min-width: 740px) {
  .row .spalte-3 {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 960px) {
  .row .spalte-3 {
    max-width: calc(25% - 20px);
  }
}
.row .spalte-2 {
  flex-basis: 2;
  flex-grow: 2;
  width: auto;
}
@media (min-width: 740px) {
  .row .spalte-2 {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 960px) {
  .row .spalte-2 {
    max-width: calc(25% - 20px);
  }
}
@media (min-width: 1280px) {
  .row .spalte-2 {
    max-width: calc(16.66% - 20px);
  }
}
.intro {
  background: #2c2b2b;
  background-image: linear-gradient(-167deg, #2c2b2b 22%, #66695e 100%);
  text-align: center;
  padding: 20px;
  color: #dedede;
  font-size: 2rem;
  line-height: 3rem;
  font-family: "JohnSansLiteProRegular", "Helvetica Neue", Arial, Helvetica,
    Sans;
  overflow: hidden;
}
@media (min-width: 740px) {
  .intro {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media (min-width: 960px) {
  .intro {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 480px) {
  .intro {
    display: flex;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
  }
}
.intro-fullimage {
  padding: 0;
  line-height: 1;
}
.intro-fullimage .screenshot img {
  max-width: 100%;
}
.intro.janpersiel {
  background: #38403f url(/assets/img/designstudio/janpersiellarge.jpg) 10% 25%
    no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  height: 480px;
  text-align: left;
}
.intro.kontakt {
  background: #38403f url(/assets/img/hafenhamburg.jpg) 10% 25% no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  height: 480px;
  text-align: left;
}
.intro.netzwerk {
  background: #38403f url(/assets/img/designstudio/netzwerk.jpg) center center
    no-repeat;
  background-size: cover;
  background-blend-mode: overlay;
  height: 320px;
}
@media (max-width: 739px) {
  .intro .lefting {
    display: none;
  }
}
@media (min-width: 740px) {
  .intro .lefting {
    display: flex;
    align-self: center;
    width: 20%;
    height: 400px;
    padding: 20px;
    margin-left: -70px;
    background: transparent url("../img/frame-600.png") right center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 740px) {
  .intro .lefting {
    width: 40%;
    margin-left: -17%;
  }
}
@media (min-width: 960px) {
  .intro .lefting {
    width: 35%;
    margin-left: -14%;
  }
}
@media (min-width: 1280px) {
  .intro .lefting {
    width: 30%;
    margin-left: 0;
  }
}
.intro .text {
  position: relative;
  width: 100%;
  display: block;
  padding: 50px 0;
  flex: 1;
}
@media (min-width: 740px) {
  .intro .text {
    padding: 100px 0;
  }
}
@media (max-width: 739px) {
  .intro .righting {
    display: none;
  }
}
@media (min-width: 740px) {
  .intro .righting {
    display: flex;
    align-self: center;
    width: 20%;
    margin-right: -70px;
    height: 400px;
    padding: 20px;
    background: transparent url("../img/ipad-600.png") left center no-repeat;
    background-size: contain;
  }
}
@media (min-width: 740px) and (min-width: 480px) {
  .intro .righting {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 740px) {
  .intro .righting {
    width: 40%;
    margin-right: -17%;
  }
}
@media (min-width: 960px) {
  .intro .righting {
    width: 35%;
    margin-right: -14%;
  }
}
@media (min-width: 1280px) {
  .intro .righting {
    width: 30%;
    margin-right: 0;
  }
}
.intro span {
  display: block;
}
.intro p {
  padding: 0 0 10px;
  margin: 0;
}
.intro b,
.intro strong {
  color: #fff;
}
.section {
  padding: 40px 20px;
}
.section-light {
  background: #fff;
}
.section-lighter {
  background: rgba(255, 255, 255, 0.5);
}
.section-uiengineering {
  background: #331833;
  color: #fff;
}
.section-uiengineering a {
  color: #fff;
}
.clientlogo-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.clientlogo-box .clientlogo-image {
  height: 100%;
  width: 100%;
  max-width: 480px;
}
@media (min-width: 740px) {
  .clientlogo-box .clientlogo-image {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .clientlogo-box .clientlogo-image {
    max-width: 33.3%;
  }
}
.portfolio-grid,
.blog-grid {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
.portfolio-grid a,
.portfolio-grid a:hover,
.blog-grid a,
.blog-grid a:hover {
  text-decoration: none;
}
.portfolio-grid .portfolio-tile,
.portfolio-grid .blog-tile,
.blog-grid .portfolio-tile,
.blog-grid .blog-tile {
  background: #f4f4f2;
  border: 1px solid #fff;
  width: auto;
  max-width: calc(100% - 20px);
  margin: 0 10px 20px;
  text-align: center;
  transition: box-shadow 0.2s;
  border-radius: 6px;
}
.portfolio-grid .portfolio-tile:hover,
.portfolio-grid .blog-tile:hover,
.blog-grid .portfolio-tile:hover,
.blog-grid .blog-tile:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0 4px 15px -5px;
}
.portfolio-grid .portfolio-tile .blog-preview,
.portfolio-grid .blog-tile .blog-preview,
.blog-grid .portfolio-tile .blog-preview,
.blog-grid .blog-tile .blog-preview {
  height: 360px;
}
.portfolio-grid .portfolio-tile .portfolio-preview,
.portfolio-grid .portfolio-tile .blog-preview,
.portfolio-grid .blog-tile .portfolio-preview,
.portfolio-grid .blog-tile .blog-preview,
.blog-grid .portfolio-tile .portfolio-preview,
.blog-grid .portfolio-tile .blog-preview,
.blog-grid .blog-tile .portfolio-preview,
.blog-grid .blog-tile .blog-preview {
  margin: 0;
  width: calc(100% + 40px);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}
.portfolio-grid .portfolio-tile .portfolio-preview:hover,
.portfolio-grid .portfolio-tile .blog-preview:hover,
.portfolio-grid .blog-tile .portfolio-preview:hover,
.portfolio-grid .blog-tile .blog-preview:hover,
.blog-grid .portfolio-tile .portfolio-preview:hover,
.blog-grid .portfolio-tile .blog-preview:hover,
.blog-grid .blog-tile .portfolio-preview:hover,
.blog-grid .blog-tile .blog-preview:hover {
  opacity: 0.5;
}
.portfolio-grid .portfolio-tile .portfolio-title,
.portfolio-grid .portfolio-tile .blog-title,
.portfolio-grid .blog-tile .portfolio-title,
.portfolio-grid .blog-tile .blog-title,
.blog-grid .portfolio-tile .portfolio-title,
.blog-grid .portfolio-tile .blog-title,
.blog-grid .blog-tile .portfolio-title,
.blog-grid .blog-tile .blog-title {
  color: #474b39;
  font-family: JohnSansMediumProRegular;
  font-weight: normal;
  font-size: 2rem;
  margin: 1rem 20px 0.5rem;
}
.portfolio-grid .portfolio-tile .portfolio-kategorie,
.portfolio-grid .portfolio-tile .blog-kategorie,
.portfolio-grid .blog-tile .portfolio-kategorie,
.portfolio-grid .blog-tile .blog-kategorie,
.blog-grid .portfolio-tile .portfolio-kategorie,
.blog-grid .portfolio-tile .blog-kategorie,
.blog-grid .blog-tile .portfolio-kategorie,
.blog-grid .blog-tile .blog-kategorie {
  font-family: JohnSansTextProRegular;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.25em;
  margin: 0.5rem 20px 1.75rem;
}
@media (min-width: 480px) {
  .portfolio-grid .blog-tile,
  .blog-grid .blog-tile {
    max-width: calc(100% - 20px);
  }
}
@media (min-width: 740px) {
  .portfolio-grid .blog-tile,
  .blog-grid .blog-tile {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 1280px) {
  .portfolio-grid .blog-tile,
  .blog-grid .blog-tile {
    max-width: calc(33.3% - 20px);
  }
}
@media (min-width: 480px) {
  .portfolio-grid .portfolio-tile,
  .blog-grid .portfolio-tile {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 960px) {
  .portfolio-grid .portfolio-tile,
  .blog-grid .portfolio-tile {
    max-width: calc(33.3% - 20px);
  }
}
@media (min-width: 1280px) {
  .portfolio-grid .portfolio-tile,
  .blog-grid .portfolio-tile {
    max-width: calc(25% - 20px);
  }
}
.portfolio-grid--home,
.blog-grid--home {
  justify-content: center;
}
@media (min-width: 960px) {
  .portfolio-grid--home .portfolio-tile,
  .blog-grid--home .portfolio-tile {
    max-width: 280px;
  }
}
.portfolio {
  padding: 40px 0;
}
@media (min-width: 960px) {
  .portfolio {
    padding: 40px 0;
  }
}
.portfolio .portfolio-item {
  overflow: hidden;
  padding: 0;
  margin: 0 0 30px 40px;
  border-bottom: 1px solid #979797;
}
@media (min-width: 740px) {
  .portfolio .portfolio-item {
    display: flex;
    background-image: linear-gradient(
      -199deg,
      rgba(235, 235, 232, 0.5) 45%,
      rgba(190, 190, 184, 0.5) 100%
    );
  }
}
@media (min-width: 740px) {
  .portfolio .portfolio-item .textpart,
  .portfolio .portfolio-item .imgpart {
    align-items: flex-start;
  }
}
.portfolio .portfolio-item.reverse {
  background-image: linear-gradient(
    -161deg,
    rgba(235, 235, 232, 0.5) 45%,
    rgba(190, 190, 184, 0.5) 100%
  );
}
.blog .main {
  border-top: 1px solid #ebebe8;
  background: white;
}
.blog .blog-grid p {
  width: 100%;
}
.blog .blog-grid .introtext {
  display: block;
  max-width: 45em;
  margin: 0 auto;
}
.blog p {
  font-size: 1.4em;
  line-height: 1.75em;
}
.blog.post-template .featuredimage img {
  width: 100%;
  aspect-ratio: 1.667;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 480px) {
  .blog.post-template article {
    padding: 2rem 20px;
  }
}
@media (min-width: 740px) {
  .blog.post-template article {
    padding: 2rem 5%;
  }
}
@media (min-width: 960px) {
  .blog.post-template article {
    padding: 2rem 10%;
  }
}
@media (min-width: 1280px) {
  .blog.post-template article {
    padding: 2rem 15%;
  }
}
.blog.post-template article hgroup {
  text-align: center;
}
.blog.post-template article hgroup h1.primaryheading {
  font-size: 3em;
  line-height: 1.3em;
}
.blog.post-template article hgroup .tagheading a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #ebebe8;
  border-radius: 28px;
  padding: 8px 14px 6px;
  margin: 0 8px 8px;
  border: 0;
  color: #66695e;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
.blog.post-template article hgroup .tagheading a:hover {
  background: #b2aa7c;
  color: white;
}
.blog.post-template article p {
  font-size: 1.4em;
  line-height: 1.55em;
}
.blog.post-template article h2 {
  font-size: 2.5em;
  line-height: 1.3em;
}
.blog.post-template article h3 {
  font-size: 2.15em;
  line-height: 1.3em;
}
.blog.post-template article h4 {
  font-size: 1.8em;
  line-height: 1.3em;
}
.blog.post-template article blockquote {
  font-size: 2.1em;
  line-height: 1.5em;
  border-left: 3px solid #ebebe8;
  padding: 1em 0 1em 1.5em;
  font-family: JohnSansLiteProRegular;
  margin-left: 0.5em;
}
.blog.post-template article ul li,
.blog.post-template article ol li {
  font-size: 1.225em;
  line-height: 1.55em;
}
.blog.post-template article img {
  width: 100%;
  height: auto;
}
.blog.post-template article a {
  font-family: JohnSansMediumProRegular;
  color: #b2aa7c;
  text-decoration: none;
  border-bottom: 1px dotted #b2aa7c;
}
.blog.post-template article a:hover {
  border-bottom: 1px solid #b2aa7c;
}
.imglimiter {
  max-width: 100%;
  max-height: 300px;
}
.imglimiter-400 {
  max-height: 400px;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.kg-width-wide,
.kg-width-full {
  width: 100%;
}