@charset "UTF-8";
/*-------------
 	Fonts
-------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Code&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans&display=swap");
/*-------------
 	Colors
-------------*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans&display=swap");
/*-------------
 	General
-------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth; }

html {
  font: normal 16px sans-serif;
  font-family: "Roboto", sans-serif; }

h1 {
  font: bold 60px "Fira Sans", sans-serif;
  margin-bottom: 15px;
  color: #181115; }

h2 {
  font-family: "Fira Sans", sans-serif; }

h3 {
  color: #2f2229;
  font: bold 3em "Fira Sans", sans-serif;
  margin-bottom: 35px;
  text-align: center; }

@media (max-width: 800px) {
  h1 {
    font-size: 42px; }
  h3 {
    font-size: 2em; } }

ul,
nav {
  list-style: none; }

nav a {
  font-size: 16px; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  color: black; }

nav a:hover {
  border-bottom: 2px solid #181115; }

a.btn {
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #2f2229;
  font-weight: 800;
  text-align: center; }

hr {
  width: 150px;
  height: 2px;
  background-color: #2f2229;
  border: 0;
  margin-bottom: 80px; }

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 125px 100px; }

@media (max-width: 1000px) {
  section {
    padding: 125px 30px; } }

@media (max-width: 600px) {
  section {
    padding: 50px 15px; } }

.logo {
  font-family: "Roboto";
  font-size: 45px; }

section p {
  max-width: 800px;
  text-align: center;
  margin-bottom: 35px;
  padding: 0 20px;
  line-height: 2; }

ul.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/*-------------
 	Header
-------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 35px 100px 0; }

header nav {
  display: flex; }
  @media (max-width: 700px) {
    header nav {
      margin-top: 5vh; } }

header nav li {
  margin: 0 15px; }

header nav li:first-child {
  margin-left: 0; }

header nav li:last-child {
  margin-right: 0; }

@media (max-width: 1000px) {
  header {
    padding: 20px 50px; } }

@media (max-width: 700px) {
  header {
    flex-direction: column; }
  header h2 {
    margin-bottom: 15px; } }

/*----------------
 	Hero Section
----------------*/
.hero {
  position: relative;
  justify-content: center;
  min-height: 100vh;
  color: black;
  text-align: center;
  height: 100vh; }

.hero .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background: white; }

h1 {
  z-index: 1; }

.hero .background-image #mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffb6dd;
  /* half side */
  clip-path: polygon(0 100%, 0 0, 100% 0);
  clip-path: polygon(0 0, 74% 0, 49% 100%, 0% 100%); }

#overlaymask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width: 650px) {
  .hero .background-image #mask {
    /* for mobile */
    clip-path: polygon(0 0, 0% 100%, 100% 0); } }

.hero a.btn {
  padding: 20px 46px; }

@media (max-width: 800px) {
  .hero {
    min-height: 600px; }
  .hero h1 {
    font-size: 42px; } }

/*--------------------
 	Our Work Section
---------------------*/
.оur-work {
  background-color: #fff; }

.our-work .grid li {
  padding: 20px;
  height: 390px;
  border-radius: 3px;
  filter: brightness(95%) grayscale(10%);
  background-clip: content-box;
  background-size: cover;
  background-position: center;
  background-color: #333; }

.our-work .grid li.small {
  flex-basis: 40%; }

.our-work .grid li.large {
  flex-basis: 60%; }

@media (max-width: 1000px) {
  .our-work .grid li.small,
  .our-work .grid li.large {
    flex-basis: 100%; } }

.overlay {
  position: absolute;
  height: calc(100% - 40px);
  width: calc(100% - 40px);
  opacity: 0;
  transition: 0.3s ease;
  background: #242833; }

.project {
  position: relative; }

.project:hover .overlay {
  opacity: 0.9; }

.project-description {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center; }

/*----------------------
 	About Section / Team
----------------------*/
.about {
  background-color: #f7f7f7; }

.about .grid li {
  padding: 0 30px;
  flex-basis: 28%;
  text-align: center; }

.about .grid li i {
  font-size: 50px;
  color: #2f2229;
  margin-bottom: 25px; }

.about .grid li h4 {
  color: #555;
  font-size: 20px;
  margin-bottom: 25px; }

.about .grid li p {
  margin: 0; }

/* Three columns side by side */
.column {
  float: left;
  margin-bottom: 16px;
  padding: 0 8px; }

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block; } }

/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.card video {
  max-height: 400px;
  min-height: 400px;
  width: 100%;
  object-fit: cover;
  filter: brightness(95%) grayscale(25%); }

/* Some left and right padding inside the container */
.card-inner {
  padding: 16px; }

/* Clear floats */
.card-inner::after,
.team::after {
  content: "";
  clear: both;
  display: table; }

.team-name {
  color: #181115; }

.team-role {
  color: #745365;
  font-size: 24px;
  margin-bottom: 0px; }

.team-description {
  color: #d195b5;
  font-size: 18px; }

.team-email {
  color: #181115;
  font-weight: 00;
  font-size: 14px; }

@media (max-width: 1024px) {
  .about .grid li {
    flex-basis: 70%;
    margin-bottom: 65px; }
  .about .grid li:last-child {
    margin-bottom: 0; } }

@media (max-width: 600px) {
  .about .grid li {
    flex-basis: 100%;
    padding: 0px; }
  .card img {
    max-height: 300px !important;
    min-height: 300px !important; }
  .team-email {
    font-size: 15px; } }

/*---------------------
 	Contact Section
---------------------*/
#typewriter {
  color: white;
  font-size: 50px;
  font-weight: 550;
  font-family: "Fira Code", sans-serif;
  background-color: black;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  padding-top: 5px; }

.Typewriter__cursor {
  color: #ffb6dd; }

.contact {
  background-color: white; }

.contact a.contact-email {
  font-size: 46px;
  font-family: "Open Sans", sans-serif;
  color: #181115;
  position: relative;
  z-index: 1; }

a.contact-email:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 90%;
  left: -0.1em;
  right: -0.1em;
  bottom: 0;
  transition: top 200ms cubic-bezier(0, 0.8, 0.13, 1);
  background-color: rgba(255, 182, 221, 0.8); }

a.contact-email:hover:after {
  top: 0%; }

.contact-text {
  color: #181115;
  font-size: 30px; }

@media (max-width: 600px) {
  .contact p {
    padding: 0px; }
  .contact a.contact-email {
    font-size: 32px; }
  #typewriter {
    font-size: 30px;
    padding-left: 10x;
    padding-right: 10px;
    padding-bottom: 25px;
    padding-top: 25px; } }

@media (max-width: 800px) {
  .contact form input {
    flex-basis: 100%;
    margin: 0 0 20px 0; } }

/*-------------
 	Impressum / Subpage / Datenschutz
-------------*/
section.subpage {
  padding-top: 150px;
  min-height: 90vh; }
  section.subpage p {
    text-align: left; }

section.subpage h3 {
  padding: 26px; }

/*-------------
 	Footer
-------------*/
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #181115;
  padding: 25px 0; }

footer ul {
  display: flex;
  margin-bottom: 25px; }

footer ul li {
  margin: 0 8px; }

footer ul li:first-child {
  margin-left: 0; }

footer ul li:last-child {
  margin-right: 0; }

footer a {
  color: white; }

footer a:hover {
  color: #ffb6dd; }

@media (max-width: 700px) {
  footer {
    padding: 80px 15px; } }

/*-------------
 	404 Page
-------------*/
div.fourOFour {
  background-color: black;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 20px;
  align-items: center; }
  div.fourOFour .error-text {
    display: flex;
    flex-direction: column;
    color: #ffb6dd;
    font-family: "Fira Sans";
    font-size: 68px; }
  div.fourOFour .back-link {
    color: white;
    font-size: medium;
    width: min-content; }
  div.fourOFour .back-link:hover {
    border-bottom: 1px white solid; }

/* -- Demo ads -- */
@media (max-width: 1200px) {
  #bsaHolder {
    display: none; } }
