@charset "UTF-8";





/* ===============
====== FONTS =====
================== */

/* krub-200 - latin */
@font-face {
  font-family: "Krub";
  font-style: normal;
  font-weight: 200;
  src: local(""), url("../fonts/krub-v9-latin-200.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/krub-v9-latin-200.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* krub-200italic - latin */
@font-face {
  font-family: "Krub";
  font-style: italic;
  font-weight: 200;
  src: local(""), url("../fonts/krub-v9-latin-200italic.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/krub-v9-latin-200italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* krub-regular - latin */
@font-face {
  font-family: "Krub";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/krub-v9-latin-regular.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/krub-v9-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* krub-italic - latin */
@font-face {
  font-family: "Krub";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/krub-v9-latin-italic.woff2") format("woff2"),
    /* Chrome 26+, Opera 23+, Firefox 39+ */
    url("../fonts/krub-v9-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





/* ===============
===== COLORS =====
================== */

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.darkgrey {
  background-color: #323232;
}

.grey {
  background-color: #eaeaea;
}

.lightgrey {
  color: #848484;
}

.midgrey {
  color: #939393;
}

.warmgrey {
  background-color: #45403d;
}





/* ===============
===== GLOBAL =====
================== */

html {
  height: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.image-back-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body {
  font-family: "Krub", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 2rem;
  color: #939393;
  padding: 0px;
  margin: 0px;
  background-color: #f6f6f6;
}

.logo {
  width: 300px;
  margin-top: 60px;
  margin-left: 4vw;
  display: block;
}

.logo_mob {
  width: 400px;
  padding-top: 60px;
  margin-left: 80px;
  display: none;
}

.social {
  position: absolute;
  width: 30px;
  top: 55px;
  right: 80px;
  display: block;
}

/* .header {
  position: absolute;
  width: 100%;
  height: 140px;
  background-color: #8b8b8b;
  top: 0;
  margin-bottom: 50px;
} */

.main_container {
  min-width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  display: block;
  position: relative;
  padding-bottom: 100px;
}

.content_contact {
  position: relative;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

.content_text {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: 5vw auto 0;
}

.moodimage {
  position: relative;
  max-width: 1400px;
  height: auto;
  margin: 5vw auto 0;
  display: block;
}

.moodimage_mob {
  position: relative;
  max-width: 1400px;
  height: auto;
  margin: 5vw 20px 60px;
  display: none;
}

.about-img {
  margin: 10vw auto 5vw;
}

.footer {
  width: 100%;
  height: 100px;
  bottom: 0;
  display: block;
  text-align: center;
  position: absolute;
  color: #000000;
}

.footer_mob {
  width: 100%;
  height: 100px;
  display: none;
  text-align: center;
  position: absolute;
  bottom: 0;
}





/* ===============
====== FONTS ======
================== */

h1 {
  font-family: "Krub", sans-serif;
  font-weight: 200;
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 20px;
  padding: 0;
  color: #939393;
}

h2 {
  font-family: "Krub", sans-serif;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin: 0;
  padding: 0;
  color: #939393;
}

h3 {
  font-family: "Krub", sans-serif;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Krub", sans-serif;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.footer h4 {
  margin-top: 50px;
  color: #3b3b3b;
}

.footer h4 a {
  color: #3b3b3b;
}

.footer.light h4 {
  margin-top: 50px;
  color: #686868;
}

.footer.light h4 a {
  color: #686868;
}

.footer_mob h4 {
  margin-top: 32px;
  color: #3b3b3b;
}

.footer_mob h4 a {
  color: #3b3b3b;
}

.footer_mob.light h4 {
  margin-top: 32px;
  color: #686868;
}

.footer_mob.light h4 a {
  color: #686868;
}

p {
  line-height: 1.6em;
}

a {
  text-decoration: none;
  color: #939393;
}

.legal {
  margin: 10px 0 30px;
  line-height: 1.6em;
}

.legal a {
  background-color: rgba(162, 161, 161, 0.1);
}

.spacer_top {
  margin-top: 140px;
}

.spacer_top_200 {
  margin-top: 200px;
}

.spacer_bottom {
  padding-bottom: 50px;
}

.spacer_10 {
  padding-bottom: 10px;
}

.spacer_30 {
  padding-bottom: 30px;
}

.spacer_60 {
  padding-bottom: 60px;
}

.spacer_160 {
  height: 160px;
  width: 100%;
}

h1.spacer_top.datenschutz_mob {
  display: none;
}

.font_background {
  background-color: rgba(154, 154, 154, 0.1);
  padding: 0 5px;
  color: #939393;
}

.font_background_plus {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}

.font_background_x_plus {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  display: inline-block;
}

.font_background_x_plus_mob {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  display: none;
}

.link_active {
  opacity: 0.4;
}

.centered {
  text-align: center;
  margin-top: 30px;
}

.mid-landscape {
  margin-top: 30%;
}

.mid-panorama {
  margin-top: 25%;
}

.mid-portrait {
  margin-top: 40%;
}

.mid-square {
  margin-top: 40%;
}

.bold {
  font-weight: 400;
  color: #939393;
}

.italic {
  font-style: italic;
}

.spacer_10vw {
  margin-top: 10vw;
}

.backfunction {
  cursor: hand;
  text-align: center;
  font-style: italic;
  margin-top: 50px;
}

.desk-only {
  display: block;
}

.mob-only {
  display: none;
}





/* ===============
==== PORTFOLIO ====
================== */

.folio_01 {
  margin: 100px auto 0;
}

.folio_02 {
  margin-left: 45vw;
  margin-top: 2vw;
}

.folio_03 {
  margin-left: 10vw;
  margin-top: 5vw;
}

.folio_04 {
  margin-left: 12vw;
  margin-top: 25vw;
}

.folio_05 {
  margin-left: 12vw;
  margin-top: 0;
}

.folio_06 {
  margin-left: 5vw;
  margin-top: 5vw;
}

.folio_07 {
  margin-right: 0;
  margin-top: -15vw;
}

.folio_08 {
  margin: 5vw auto 0;
}

.folio_09 {
  margin-left: 2vw;
}

.folio_10 {
  margin-top: 14vw;
  margin-right: 2vw;
}

.w300 {
  max-width: 350px;
}

.w400 {
  max-width: 450px;
}

.w500 {
  max-width: 550px;
}

.w600 {
  max-width: 650px;
}

.w700 {
  max-width: 750px;
}

.w800 {
  max-width: 850px;
}

.w10 {
  max-width: 10vw;
}

.w15 {
  max-width: 15vw;
}

.w25 {
  max-width: 20vw;
}

.w20 {
  max-width: 25vw;
}

.w30 {
  max-width: 30vw;
}

.w35 {
  max-width: 35vw;
}

.w40 {
  max-width: 40vw;
}

.w45 {
  max-width: 45vw;
}

.w50 {
  max-width: 50vw;
}

.w55 {
  max-width: 55vw;
}

.w60 {
  max-width: 60vw;
}

.w65 {
  max-width: 65vw;
}

.w70 {
  max-width: 70vw;
}

.w75 {
  max-width: 75vw;
}

.w80 {
  max-width: 80vw;
}

.w85 {
  max-width: 85vw;
}

.w90 {
  max-width: 90vw;
}

.w95 {
  max-width: 95vw;
}

.w100 {
  max-width: 100vw;
}

.landscape {
  max-width: 1200px;
  margin: 0 auto;
}

.portrait {
  max-width: 800px;
  margin: 0 auto;
}

.ovcontainer {
  position: relative;
}

.ovcontainer:hover .img-overlay {
  opacity: 1;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: #202020;
}





/* ===============
===== CONTACT =====
================== */

.img-logo-2106 {
  width: 200px;
  margin-top: 15px;
  margin-left: 60px;
}




/* ===============
====== FLEX ======
================== */

.folio-container {
  display: flex;
}

.row-01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.row-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5vw;
}

.row-03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1vw;
}

.row-04 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
}

.row-05 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8vw;
  margin-bottom: 10vw;
}





/* ===============
=== BACK TO TOP ===
================== */

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 60px;
  right: 40px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(45, 45, 45, 0.63) url(../images/arrow_up.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 4;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 0.8;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}

.no-touch .cd-top:hover {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
}





/* ===============
===== BULLETS =====
================== */

.rsMinW .rsBullets {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding-top: 4px;
  height: auto;

  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.rsMinW .rsBullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 10px 6px 10px;
}

.rsMinW .rsBullet span {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  background: #7b7b7b;
}

.rsMinW .rsBullet.rsNavSelected span {
  background: #fff;
}