/* COLORS */
/* TYPO */
/* Breakpoints*/
/* 320px = 20rem */
/* 40rem */
/* 48rem */
/* 64rem */
/* 73.125rem */
/* 90rem */
/* 118.75rem */
::-moz-selection {
  background: #c3d9d2;
}

::selection {
  background: #c3d9d2;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
}

.bg-white {
  background-color: #fff;
}

.bg-very-light-grey {
  background-color: #f5f6f7;
}

.bg-grey-light {
  background-color: #ededed;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 24px;
}

h1 {
  font-size: 2.5rem;
  font-weight: 300;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-family: "Source Serif Pro", Times, serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

h5 {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}

h6 {
  font-size: 1rem;
  font-weight: 700;
}

p {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 20px;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

/*General links color*/
a {
  color: #12b1cd;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.txt-regular {
  font-weight: 400;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

hr {
  width: 90px;
  height: 6px;
  border: none;
  margin-bottom: 32px;
  margin-left: 0;
  background: #333;
}
@media all and (min-width: 768px) {
  hr {
    height: 8px;
    margin-left: -45px;
    margin-bottom: 46px;
  }
}
hr.bquote {
  width: 30px;
  height: 4px;
  margin-left: -15px;
  margin-bottom: 10px;
  margin-top: 40px;
  background: #666666;
}

/* LISTS */
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

ul, ol {
  margin-bottom: 20px;
}
ul li, ol li {
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
}

ul li.lead {
  font-weight: 600;
  color: #12b1cd;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
ul.no-bullet {
  list-style: none;
}

ol.numbers {
  list-style: none;
  counter-reset: my-counter 0;
}
ol.numbers li {
  counter-increment: my-counter;
}
ol.numbers li::before {
  content: counter(list-item) ".";
  font-size: 16px;
  font-weight: 400;
  margin-left: -19px;
  margin-right: 7px;
  color: #333;
}

ol.numbers li ul.bullet {
  margin-left: 10px;
  list-style: none;
}
ol.numbers li ul.bullet li {
  padding: 0 0 0 10px;
}
ol.numbers li ul.bullet li::before {
  content: "_";
  font-size: 16px;
  font-weight: 400;
  color: #333;
  margin-right: 10px;
}

body {
  font-family: Montserrat, sans-serif;
}

ul.no-bullet.iconsets {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  margin: 0 0 25px;
  padding: 5px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
ul.no-bullet.iconsets li {
  font-size: 24px;
  margin-right: 10px;
}

.hidden {
  display: none;
}

/* MARGINS */
.marg-bt-0 {
  margin-bottom: 0 !important;
}

.marg-bt-5 {
  margin-bottom: 5px !important;
}

.marg-bt-10 {
  margin-bottom: 10px !important;
}

/* PADDINGS */
.pad-b-0 {
  padding-bottom: 0 !important;
}

.pad-t-110 {
  padding-top: 110px !important;
}

.pad-b-110 {
  padding-bottom: 110px !important;
}

.pad-t-110 {
  padding-top: 110px !important;
}

.pad-t-150 {
  padding-bottom: 150px !important;
}

.pad-b-150 {
  padding-bottom: 150px !important;
}

.pad-b-0 {
  padding-bottom: 0 !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

body#gridtemlate0 .bodygrid {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: fit-content(5rem) auto fit-content(21rem);
  grid-template-areas: "header" "main" "footer";
}
body#gridtemlate0 main {
  grid-area: main;
  padding-top: 0;
}
body#gridtemlate0 footer {
  grid-area: footer;
}

.stripe-fw {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 128px 16px;
}
@media all and (min-width: 400px) {
  .stripe-fw {
    padding: 128px 30px;
  }
}
@media all and (min-width: 640px) {
  .stripe-fw {
    padding: 148px 48px;
  }
}
@media all and (min-width: 768px) {
  .stripe-fw {
    padding: 168px 80px;
  }
}
@media all and (min-width: 1170px) {
  .stripe-fw {
    padding: 150px 0;
  }
}
.stripe-fw.bg-white {
  background-color: #fff;
}

/* container = max. width of the content area ("row" bei foundation) */
.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media all and (min-width: 1440px) {
  .container {
    max-width: 1170px;
  }
}

.gridcontainer {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  display: grid;
}
@media all and (min-width: 1200px) {
  .gridcontainer {
    max-width: 960px;
  }
}
@media all and (min-width: 1440px) {
  .gridcontainer {
    max-width: 1170px;
  }
}

.fullscreen {
  width: 100vw;
  height: 100vh;
}

section {
  overflow: hidden;
}

.parallax-window {
  position: relative;
  width: 100vw;
  min-height: 470px;
  background: transparent;
  overflow: hidden;
}
.parallax-window.verybig {
  min-height: 90vh;
}
@media all and (min-width: 1900px) {
  .parallax-window.verybig {
    min-height: 900px;
  }
}
.parallax-window.big {
  min-height: 550px;
}
.parallax-window.fullscreen {
  width: 100vw;
  min-height: 100vh;
}

#sec-bottom-image {
  min-height: 28vh;
}
@media all and (orientation: landscape) {
  #sec-bottom-image {
    min-height: 46vh;
  }
}

.fixed-bg-window {
  position: relative;
  width: 100%;
  height: 470px;
  overflow: hidden;
  background-image: url("../images/cmargrit-mueller-joerg-hess-01.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 250px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media all and (min-width: 1024px) {
  .fixed-bg-window {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 110px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
}
.fixed-bg-window.verybig {
  min-height: 900px;
}
.fixed-bg-window.big {
  min-height: 700px;
}
.fixed-bg-window.short {
  height: 350px;
  min-height: inherit;
}

.two-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "col-1" "col-2";
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .two-col-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "col-1 col-2";
  }
}
.two-col-grid .col-1 {
  grid-area: col-1;
}
.two-col-grid .col-2 {
  grid-area: col-2;
}
@media all and (min-width: 768px) {
  .two-col-grid.who-we-are {
    grid-gap: 0 100px;
  }
}
@media all and (min-width: 1024px) {
  .two-col-grid.who-we-are {
    grid-gap: 0 100px;
  }
}
@media all and (min-width: 1170px) {
  .two-col-grid.who-we-are {
    grid-gap: 0 200px;
  }
}
.two-col-grid.imprint-section {
  align-items: baseline;
}
@media all and (min-width: 768px) {
  .two-col-grid.imprint-section {
    grid-template-columns: 1fr;
    grid-template-areas: "col-1" "col-2";
  }
}
@media all and (min-width: 1170px) {
  .two-col-grid.imprint-section {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "col-1 col-2";
    grid-gap: 0 80px;
  }
}
.two-col-grid.ds-section {
  align-items: baseline;
}
@media all and (min-width: 768px) {
  .two-col-grid.ds-section {
    grid-template-columns: 1fr;
    grid-template-areas: "col-1" "col-2";
  }
}
@media all and (min-width: 1170px) {
  .two-col-grid.ds-section {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "col-1 col-2";
    grid-gap: 0 80px;
  }
}

.three-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "col-1" "col-2" "col-3";
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .three-col-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "col-1 col-2 col-3";
    grid-gap: 0 30px;
  }
}
.three-col-grid .col-1 {
  grid-area: col-1;
}
.three-col-grid .col-2 {
  grid-area: col-2;
}
.three-col-grid .col-3 {
  grid-area: col-3;
}
.three-col-grid.agb-section .col-2 {
  grid-column: span 2;
}
@media all and (min-width: 768px) {
  .three-col-grid.agb-section {
    grid-template-columns: 1fr;
    grid-template-areas: "col-1" "col-2" "col-3";
    grid-gap: 30px;
  }
}
@media all and (min-width: 1024px) {
  .three-col-grid.agb-section {
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "col-1 col-2 col-3";
    grid-gap: 0 30px;
  }
}

.four-col-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "col-1" "col-2" "col-3" "col-4";
  grid-gap: 30px;
}
@media all and (min-width: 768px) {
  .four-col-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "col-1 col-2 col-3 col-4";
    grid-gap: 0 30px;
  }
}
.four-col-grid .col-1 {
  grid-area: col-1;
}
.four-col-grid .col-2 {
  grid-area: col-2;
}
.four-col-grid .col-3 {
  grid-area: col-3;
}
.four-col-grid .col-4 {
  grid-area: col-4;
}

.btn-1 {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #ed5434;
  cursor: pointer;
  padding: 7px 15px;
  border: none;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
}
.btn-1:hover {
  background: #333333;
}
.btn-1.white {
  background: #ed5434;
  color: #fff;
}
.btn-1.white:hover {
  background: #fff;
  color: #ed5434;
}

.btn-1-outline {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: #fff;
  background: #ed5434;
  cursor: pointer;
  padding: 7px 15px;
  border: none;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 500;
  color: #ed5434;
  border: 2px solid #ed5434;
  background: #fff;
}
.btn-1-outline:hover {
  background: #333333;
}
.btn-1-outline.white {
  background: #ed5434;
  color: #fff;
}
.btn-1-outline.white:hover {
  background: #fff;
  color: #ed5434;
}
.btn-1-outline:hover {
  background: #333333;
  border: 2px solid #333333;
  color: #fff;
}

.hidden {
  display: none;
}

.bg-dark-alfa-20:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 32, 34, 0.1);
  z-index: 1;
  background: rgba(20, 32, 34, 0.2);
}

.bg-black-alfa-30:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(20, 32, 34, 0.1);
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}

.bg-light-alfa-80:before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  margin: 0 auto;
  background: rgba(25, 27, 31, 0.95);
}
@media all and (min-width: 1024px) {
  header {
    background: transparent;
    margin-top: 80px;
    padding: 0;
  }
}
header .sticky {
  width: 100%;
  padding: 20px 16px;
}
@media all and (min-width: 400px) {
  header .sticky {
    padding: 20px 30px;
  }
}
@media all and (min-width: 1024px) {
  header .sticky {
    padding: 0 6%;
  }
}
header .is-sticky .sticky {
  padding: 20px 16px;
  background: rgba(25, 27, 31, 0.9);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media all and (min-width: 400px) {
  header .is-sticky .sticky {
    padding: 20px 30px;
  }
}
@media all and (min-width: 1024px) {
  header .is-sticky .sticky {
    padding: 20px 6%;
  }
}
header .container-fluid {
  width: 100%;
}
@media all and (min-width: 1024px) {
  header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: baseline;
    flex-wrap: wrap;
  }
}
header .logo {
  position: relative;
}
header .logo a {
  display: inline-block;
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
header .logo a:hover {
  color: #fff;
}
@media all and (min-width: 1024px) {
  header .logo a {
    padding: 10px 0;
  }
}
header .logo .txt-regular {
  font-weight: 400;
}
header .webimenu {
  width: 100%;
}
@media all and (min-width: 1024px) {
  header .webimenu {
    width: auto;
  }
}
header ul.mainmenu {
  width: 100%;
  display: none;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  border-top: 1px solid #373737;
  padding-top: 20px;
}
@media all and (min-width: 1024px) {
  header ul.mainmenu {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: flex-end;
    margin-top: 0;
    border-top: none;
    padding: 0;
  }
}
header ul.mainmenu li {
  width: 100%;
  display: block;
  padding: 0;
}
@media all and (min-width: 1024px) {
  header ul.mainmenu li {
    width: auto;
  }
}
header ul.mainmenu li a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 10px 0;
  margin-top: 1px;
  border-color: transparent;
  text-decoration: none;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  z-index: 10;
}
@media all and (min-width: 1024px) {
  header ul.mainmenu li a {
    width: auto;
    font-size: 14px;
    margin: 0 0 0 32px;
  }
}
header ul.mainmenu li a:hover, header ul.mainmenu li a:focus {
  color: #fff;
}
header ul.mainmenu li a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 2px;
  background-color: #fff;
  content: "";
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
header ul.mainmenu li a:hover::after {
  width: 15px;
}
header ul.mainmenu li.active a::after {
  width: 15px;
}

.sticky-wrapper {
  height: auto !important;
  width: 100%;
}
.sticky-wrapper .sticky {
  width: 100%;
}

.menu-toggle {
  position: absolute;
  top: 25px;
  right: 16px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  width: 30px;
  height: auto;
  background: transparent;
}
@media all and (min-width: 400px) {
  .menu-toggle {
    right: 30px;
  }
}
.menu-toggle span {
  height: 2px;
  width: 25px;
  display: block;
  margin-top: 3px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu-toggle:hover span:first-child {
  width: 18px;
}
.menu-toggle:hover span:nth-child(2) {
  width: 30px;
  background-color: #666;
}
.menu-toggle:hover span:last-child {
  width: 18px;
}
@media all and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}

.scroll-btn-wrapper {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: visible;
  padding: 30px;
  z-index: 20;
}
@media screen and (orientation: landscape) {
  .scroll-btn-wrapper {
    height: 50px;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1280px) and (min-height: 960px) and (orientation: landscape) {
  .scroll-btn-wrapper {
    height: 100px;
    padding: 30px;
  }
}
.scroll-btn-wrapper .scroll-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-align: center;
  margin: 0;
  opacity: 0.9;
}
.scroll-btn-wrapper .scroll-btn a {
  color: #ffffff;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
}
.scroll-btn-wrapper .arrow-down .scroll-down {
  bottom: 20px;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: none;
  width: 13px;
  height: 13px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation: fade_move_down 4s ease-in-out infinite;
  animation: fade_move_down 4s ease-in-out infinite;
}

@keyframes fade_move_down {
  0% {
    transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
.cd-top {
  display: inline-block;
  position: fixed;
  height: 36px;
  width: 36px;
  bottom: 26px;
  right: 26px;
  font-size: 26px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  white-space: nowrap;
  background: none;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  -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;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media all and (min-width: 1170px) {
  .cd-top {
    height: 50px;
    width: 50px;
    bottom: 40px;
    right: 40px;
  }
}

.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 {
  visibility: visible;
  opacity: 0.5;
}

.cd-top.cd-fade-out {
  opacity: 0.5;
}

.hero-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero-section .hero-content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding-top: 70px;
}
@media screen and (min-width: 1024px) {
  .hero-section .hero-content-wrapper {
    padding-top: 110px;
  }
}
.hero-section .intro-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.hero-section .intro-txt p {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #d6d6d6;
  margin-bottom: 0;
}
@media screen and (min-width: 20rem) {
  .hero-section .intro-txt p {
    font-size: calc(0.875rem + 0.1875 * ((100vw - 20rem) / 64));
  }
}
@media all and (min-width: 64rem) {
  .hero-section .intro-txt p {
    font-size: 1.0625rem;
  }
}

.hero-footer {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 100px;
  z-index: 20;
}
@media screen and (max-height: 500px) and (orientation: landscape) {
  .hero-footer {
    margin-top: 50px;
  }
}

.hero-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 30px;
  z-index: 10;
}
.hero-title h1, .hero-title h2, .hero-title h3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.75px;
  text-transform: uppercase;
}
.hero-title h1 {
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 20rem) {
  .hero-title h1 {
    font-size: calc(1.625rem + 0.75 * ((100vw - 20rem) / 40));
  }
}
@media screen and (min-width: 40rem) {
  .hero-title h1 {
    font-size: calc(2.375rem + 0.125 * ((100vw - 40rem) / 48));
  }
}
@media screen and (min-width: 48rem) {
  .hero-title h1 {
    font-size: calc(2.75rem + 0.125 * ((100vw - 40rem) / 64));
  }
}
@media screen and (min-width: 64rem) {
  .hero-title h1 {
    font-size: calc(2.875rem + 0.125 * ((100vw - 40rem) / 73.125));
  }
}
@media screen and (min-width: 73.125rem) {
  .hero-title h1 {
    font-size: 3rem;
  }
}
.hero-title h2 {
  font-size: 0.9375rem;
  /* 15px */
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
@media screen and (min-width: 20rem) {
  .hero-title h2 {
    font-size: calc(0.9375rem + 0.625 * ((100vw - 20rem) / 40));
  }
}
@media screen and (min-width: 40rem) {
  .hero-title h2 {
    font-size: calc(1.5625rem + 0.25 * ((100vw - 40rem) / 48));
  }
}
@media screen and (min-width: 48rem) {
  .hero-title h2 {
    font-size: calc(1.8125rem + 0.125 * ((100vw - 48rem) / 64));
  }
}
@media screen and (min-width: 64rem) {
  .hero-title h2 {
    font-size: calc(1.9375rem + 0.0625 * ((100vw - 64rem) / 73.125));
  }
}
@media screen and (min-width: 73.125rem) {
  .hero-title h2 {
    font-size: 2rem;
  }
}
.hero-title h3 {
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 2.2px;
  margin-bottom: 0;
}
@media screen and (min-width: 20rem) {
  .hero-title h3 {
    font-size: calc(0.8125rem + 0.3125 * ((100vw - 20rem) / 64));
  }
}
@media all and (min-width: 64rem) {
  .hero-title h3 {
    font-size: 1.125rem;
  }
}

.who-we-are.home ul.about li {
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.heading-block {
  padding-top: 40px;
  margin-bottom: 50px;
  z-index: 10;
}
.heading-block h6 {
  font-family: "Source Serif Pro", Times, serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 28px;
}
@media all and (min-width: 768px) {
  .heading-block h6 {
    margin-bottom: 40px;
  }
}
.heading-block h1 {
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  margin: 0;
  letter-spacing: 1.5px;
}
.heading-block .txt-regular {
  font-weight: 400;
}
.heading-block hr {
  width: 90px;
  height: 6px;
  border: none;
  margin-bottom: 32px;
  margin-left: 0;
  background: #333;
}
@media all and (min-width: 768px) {
  .heading-block hr {
    height: 8px;
    margin-left: -45px;
    margin-bottom: 46px;
  }
}

.heading-block-short {
  padding-top: 40px;
  margin-bottom: 50px;
  z-index: 10;
}
.heading-block-short h6 {
  font-family: "Source Serif Pro", Times, serif;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 28px;
}
@media all and (min-width: 768px) {
  .heading-block-short h6 {
    margin-bottom: 40px;
  }
}
.heading-block-short h1 {
  font-weight: 300;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 46px;
  margin: 0;
  letter-spacing: 1.5px;
}
.heading-block-short .txt-regular {
  font-weight: 400;
}
.heading-block-short hr {
  width: 90px;
  height: 6px;
  border: none;
  margin-bottom: 32px;
  margin-left: 0;
  background: #333;
}
@media all and (min-width: 768px) {
  .heading-block-short hr {
    height: 8px;
    margin-left: -45px;
    margin-bottom: 46px;
  }
}
.heading-block-short h1 {
  font-size: 32px;
  letter-spacing: 0.05em;
}
.heading-block-short hr {
  margin-bottom: 32px;
}

.item-wrapper.hover-img-color-effect {
  position: relative;
  overflow: hidden;
  /* for touch screen devices */
}
.item-wrapper.hover-img-color-effect .item-title {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
  color: white;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
}
.item-wrapper.hover-img-color-effect .item-title p, .item-wrapper.hover-img-color-effect .item-title ul li {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 2px;
}
.item-wrapper.hover-img-color-effect .item-title ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0;
}
.item-wrapper.hover-img-color-effect .item-title ul li.head {
  font-family: "Lato", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0;
}
.item-wrapper.hover-img-color-effect .item-title ul li.head span.txt-regular {
  font-weight: 400;
}
.item-wrapper.hover-img-color-effect .item-image {
  line-height: 0;
}
.item-wrapper.hover-img-color-effect .item-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.item-wrapper.hover-img-color-effect .item-image img.mamue-sw {
  display: block;
}
.item-wrapper.hover-img-color-effect:hover {
  cursor: default;
}
.item-wrapper.hover-img-color-effect:hover .item-title {
  opacity: 1;
}
.item-wrapper.hover-img-color-effect:hover img.mamue-color {
  display: none;
}
.item-wrapper.hover-img-color-effect:hover img.mamue-sw {
  display: block;
  transition: filter 0.8s ease-in-out;
}
@media (hover: none) {
  .item-wrapper.hover-img-color-effect .item-title {
    opacity: 0;
  }
  .item-wrapper.hover-img-color-effect img.mamue-sw {
    display: none;
  }
  .item-wrapper.hover-img-color-effect img.mamue-color {
    display: block;
  }
}

.testimonial {
  width: 100%;
  height: auto;
  margin: 0;
  background: #818e8c;
  padding: 60px 16px;
}
@media all and (min-width: 400px) {
  .testimonial {
    padding: 60px 30px;
  }
}
@media all and (min-width: 640px) {
  .testimonial {
    padding: 80px 48px;
  }
}
@media all and (min-width: 768px) {
  .testimonial {
    padding: 100px 80px;
  }
}
@media all and (min-width: 1170px) {
  .testimonial {
    padding: 150px 0;
  }
}
.testimonial .clients-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

blockquote {
  color: #666666;
  padding: 0 100px;
}
blockquote hr.bquote {
  width: 30px;
  height: 4px;
  margin-left: -15px;
  margin-bottom: 10px;
  margin-top: 40px;
  background: #666666;
}
blockquote p {
  font-family: "Source Serif Pro", Times, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
blockquote cite {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
blockquote cite .name-author {
  font-weight: 600;
}

blockquote.light, .blockquote-light {
  color: #fff;
  padding: 0 100px;
}
blockquote.light hr.bquote, .blockquote-light hr.bquote {
  width: 30px;
  height: 4px;
  margin-left: -15px;
  margin-bottom: 10px;
  margin-top: 40px;
  background: #fff;
}
blockquote.light p, .blockquote-light p {
  font-family: "Source Serif Pro", Times, serif;
  font-size: 1.25rem;
  font-weight: 400;
}
blockquote.light cite, .blockquote-light cite {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
blockquote.light cite .name-author, .blockquote-light cite .name-author {
  font-weight: 600;
}

blockquote.light-center, .blockquote-light-center {
  color: #fff;
  padding: 0 30px;
  margin: 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  blockquote.light-center, .blockquote-light-center {
    padding: 0 60px;
  }
}
@media all and (min-width: 1170px) {
  blockquote.light-center, .blockquote-light-center {
    padding: 0 100px;
  }
}
blockquote.light-center hr.bquote, .blockquote-light-center hr.bquote {
  width: 40px;
  height: 4px;
  margin: 60px auto 10px auto;
  background: #fff;
}
blockquote.light-center p, .blockquote-light-center p {
  font-family: "Source Serif Pro", Times, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
@media all and (min-width: 768px) {
  blockquote.light-center p, .blockquote-light-center p {
    font-size: 1.25rem;
    line-height: 2;
  }
}
@media all and (min-width: 1170px) {
  blockquote.light-center p, .blockquote-light-center p {
    font-size: 1.25rem;
    line-height: 2;
  }
}
blockquote.light-center cite, .blockquote-light-center cite {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}
blockquote.light-center cite .name-author, .blockquote-light-center cite .name-author {
  font-weight: 600;
}

.portfolio .heading-block {
  padding-top: 0;
}
@media all and (min-width: 1024px) {
  .portfolio .heading-block {
    margin-bottom: 100px;
  }
}

.portfolio-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
}
@media all and (min-width: 768px) {
  .portfolio-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(8, 100px);
    grid-gap: 15px;
  }
}
.portfolio-grid .project {
  padding: 0;
  overflow: hidden;
}
.portfolio-grid .project a {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolio-grid .project a:hover {
  cursor: default;
}
.portfolio-grid .project figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.portfolio-grid .project figure img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
}

@media all and (min-width: 768px) {
  .project.item-01 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-02 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-03 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-04 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-05 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-06 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-07 {
    grid-column: span 2;
    grid-row: span 6;
  }
  .project.item-08 {
    grid-column: span 2;
    grid-row: span 6;
  }
  .project.item-09 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .project.item-10 {
    grid-column: span 2;
    grid-row: span 3;
  }
  .project.item-11 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-12 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-13 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-14 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-15 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-16 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-17 {
    grid-column: span 4;
    grid-row: span 5;
  }
  .project.item-18 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-19 {
    grid-column: span 3;
    grid-row: span 5;
  }
  .project.item-20 {
    grid-column: span 3;
    grid-row: span 5;
  }
  .project.item-21 {
    grid-column: span 2;
    grid-row: span 5;
  }
  .project.item-22 {
    grid-column: span 4;
    grid-row: span 5;
  }
}

.project figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.project figure:hover::after {
  opacity: 0.6;
}

.project figure img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 8s linear;
  -o-transition: all 8s linear;
  transition: all 8s linear;
}

.project figure:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.project figcaption {
  position: absolute;
  display: grid;
  align-content: end;
  justify-content: left;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
}
@media all and (min-width: 768px) {
  .project figcaption {
    padding: 2rem;
  }
}
.project figcaption .figcaption-content {
  opacity: 0;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.project figcaption .figcaption-content h4.project-category {
  font-family: "Source Serif Pro", Times, serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 1.5px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 6px;
}
.project figcaption .figcaption-content h3.project-title {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 18px;
  color: #fff;
  margin: 0;
  letter-spacing: 1.5px;
}
.project figcaption .figcaption-content .txt-regular {
  font-weight: 400;
}
.project figcaption .figcaption-content hr {
  width: 25px;
  height: 3px;
  border: none;
  margin-bottom: 12px;
  margin-top: 12px;
  margin-left: 0;
  background: #fff;
}

.project figure:hover .figcaption-content {
  opacity: 1;
}

.work-sample-home {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  background-image: url("../images/cmargrit-mueller-joerg-hess-01-small2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
@media all and (min-width: 1170px) {
  .work-sample-home {
    height: 95vh;
  }
}
@media all and (min-width: 640px) {
  .work-sample-home {
    background-image: url("../images/cmargrit-mueller-joerg-hess-01-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media all and (min-width: 1024px) {
  .work-sample-home {
    background-image: url("../images/cmargrit-mueller-joerg-hess-01-home.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}

.promo-mamue.home {
  display: flex;
  align-content: flex-start;
  justify-content: left;
  width: 100%;
  height: 100%;
  padding: 30% 0 65% 0;
}
@media all and (min-width: 640px) {
  .promo-mamue.home {
    padding: 4% 0 250px 0;
  }
}

.artwork-title {
  padding-top: 40px;
  margin-bottom: 50px;
}
.artwork-title h6 {
  font-family: "Source Serif Pro", Times, serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 18px;
}
.artwork-title h1 {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 26px;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
}
.artwork-title .txt-regular {
  font-weight: 400;
}
.artwork-title hr {
  width: 70px;
  height: 4px;
  border: none;
  margin-bottom: 18px;
  margin-left: 0;
  background: #fff;
}
@media all and (min-width: 768px) {
  .artwork-title hr {
    margin-left: -35px;
  }
}

#sec-imprint.stripe-fw, #sec-datenschutz.stripe-fw, #sec-agb.stripe-fw {
  padding: 60px 16px;
}
@media all and (min-width: 400px) {
  #sec-imprint.stripe-fw, #sec-datenschutz.stripe-fw, #sec-agb.stripe-fw {
    padding: 60px 30px;
  }
}
@media all and (min-width: 640px) {
  #sec-imprint.stripe-fw, #sec-datenschutz.stripe-fw, #sec-agb.stripe-fw {
    padding: 80px 48px;
  }
}
@media all and (min-width: 768px) {
  #sec-imprint.stripe-fw, #sec-datenschutz.stripe-fw, #sec-agb.stripe-fw {
    padding: 100px 80px;
  }
}
@media all and (min-width: 1170px) {
  #sec-imprint.stripe-fw, #sec-datenschutz.stripe-fw, #sec-agb.stripe-fw {
    padding: 150px 0;
  }
}

.imprint-section .heading-block, .ds-section .heading-block, .agb-section .heading-block {
  padding-top: 0;
}

.imprint-section h5 {
  font-weight: 400;
}
.imprint-section ul {
  margin-bottom: 80px;
}

.ds-section h4 {
  margin-top: 60px;
}

footer#sec-footer {
  padding: 80px 16px;
  background: #191b1f;
}
@media all and (min-width: 640px) {
  footer#sec-footer {
    padding: 80px 0;
  }
}
footer#sec-footer .footer-legal {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
footer#sec-footer .footer-legal p, footer#sec-footer .footer-legal ul, footer#sec-footer .footer-legal ul li, footer#sec-footer .footer-legal a {
  font-size: 16px;
  text-align: center;
  color: #666666;
  margin-bottom: 0;
}
footer#sec-footer .footer-legal ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 40px;
}
footer#sec-footer .footer-legal ul li {
  margin: 0 16px 0 16px;
}
@media all and (min-width: 640px) {
  footer#sec-footer .footer-legal ul li {
    margin: 0 16px 0 16px;
  }
}
footer#sec-footer .footer-legal ul li a {
  display: block;
  padding: 0;
}
footer#sec-footer .footer-legal ul li a:hover {
  color: #fff;
}
footer#sec-footer .footer-legal hr.footer-hr {
  width: 26px;
  height: 1px;
  border: none;
  background: #666666;
}
footer#sec-footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#sec-footer .social-icons a {
  display: block;
  line-height: 1;
  margin: 0 16px 0 16px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  outline: none;
}
footer#sec-footer .social-icons a svg {
  width: 24px;
  height: auto;
  fill: #666;
}
footer#sec-footer .social-icons a:hover svg .cls-1 {
  fill: #fff !important;
}

.tooltip-styled {
  display: inline;
  position: relative;
  z-index: 9;
}

.tooltip-item {
  cursor: pointer;
  display: inline-block;
}
.tooltip-item:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip-styled:hover .tooltip-item::after {
  pointer-events: auto;
}

.tooltip-content {
  display: block;
  position: absolute;
  z-index: 950;
  width: 150px;
  left: 50%;
  bottom: 100%;
  padding: 15px;
  margin: 0 0 20px -75px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  background: #333;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

.tooltip-effect-4 .tooltip-content {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scale3d(0.7, 0.3, 1);
  transform: scale3d(0.7, 0.3, 1);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
}

.tooltip-styled:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}

.tooltip-content::after {
  content: "";
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #333;
  border-width: 10px;
  margin-left: -10px;
}

.tooltip-content .label {
  margin-left: 10px;
}

.tooltip-content i {
  font-size: 20px !important;
  top: 3px !important;
  left: -3px !important;
  position: relative;
}

.tooltip-content h4 {
  display: block;
  margin: 0 0 10px 0;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.tooltip-content a {
  font-weight: bold;
}

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