@charset "UTF-8";

/* CSS Document */

* {
  border: 0px dotted red;
  box-sizing: border-box;
  padding: 0px;
  outline: 0px;
  margin: 0px;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}


/* ---------Text und Bild-----------*/


p {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1pt;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
}


h1 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 80px;
  line-height: 1;
  padding-bottom: 1rem;
  color: #FFF;
}

h2 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0pt;
  color: #333;
  font-size: 20px;
}

h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  letter-spacing: 0pt;
  color: #333;
  font-size: 40px;
  text-align: left;
  width: 720px;
  margin: auto;
  padding-top: 1rem;
}

h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #554B46;
  font-size: 13px;
  line-height: 1.4rem;
  text-align: center;
}


h5 {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #FFF;
  font-size: 24px;
  line-height: 1.8rem;
  text-align: center;
}

h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  color: #554B46;
  font-size: 28px;
  padding-top: 45%;
  text-align: center;
  margin-block-start: 0rem;
  margin-block-end: 0.15rem;
}

.home_subline {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #554B46;
  font-size: 16px;
  line-height: 1.4rem;
  text-align: center;
  margin-block-start: 0rem;
  margin-block-end: 0rem;
}

.caption {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2rem;
}


strong {
  font-weight: 600;
  margin-right: 0.5rem;
}

.dark {
  color: #333 !important;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

body,
td,
th {
  color: #CCC;
}


/*------------Standart Hover und Links------------*/

a:link {
  color: #333;
  cursor: pointer;
  text-decoration-line: none;
  text-decoration: none;
}

a:visited {
  color: #333;
  cursor: pointer;
}

a:active {
  color: #999;
  cursor: pointer;
}

a:hover {
  color: #999;
  cursor: pointer;
}


/* ---------- Grundelemente ---------*/

body {
  background-color: #323232;
}

#container {
  height: 100%;
  max-width: 1200px;
  width: 90%;
  background-color: #FFF;
  margin: auto;
  border-bottom: 5px solid #FFF;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(47, 47, 47, 0.7);
  -moz-box-shadow: 0px 10px 10px 0px rgba(47, 47, 47, 0.7);
  box-shadow: 0px 10px 10px 0px rgba(47, 47, 47, 0.7);
}


/* ---------- Header und Navigation -----------*/

header {
  background-color: #FFF;
  border-bottom: 0px solid #333;
  margin-left: 2rem;
  margin-right: 3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.kopfbild {
  width: 25%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  float: left;
}


.kopfbild:hover {
  -moz-transition: opacity 2s;
  -webkit-transition: opacity 2s;
  -o-transition: opacity 2s;
  transition: opacity 2s;
  opacity: 0.7;
}

.main-nav {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1pt;
  margin-bottom: 0.5rem;
  display: inline;
  list-style-type: none;
  text-decoration: none;
}

.nav_link {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #333;
  padding-left: 1rem;
}



.division {
  margin-left: 1rem;
  margin-right: 1rem;
  letter-spacing: 1pt;
}

.platzhalter {
  display: block;
}

/*--------Inhalt Home---------*/

#inhalt {
  margin: 1.5rem 3rem;
}


.grid_home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;

}

.grid_home img {
  width: 100%;
  border-radius: 4px;
}

.bilderIntro {
  position: relative;
  margin-bottom: 0rem;
}

.overLay {
  position: absolute;
  width: 90%;
  height: 90%;
  background-color: rgba(255, 255, 255, 0.9);
  left: 5%;
  top: 5%;
  transition: all 0.5s;
  opacity: 0;
  filter: grayscale(70%);
  border-radius: 8px;
}


.bilderIntro:hover .overLay {
  opacity: 1;
  transition: all 0.5s;
  filter: grayscale(70%);
}

.bilderIntro:hover img {
  filter: grayscale(70%);
}



/* ------------ Inhalte Work --------- */

.work_header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0);
  width: 90%;
  max-width: 1200px;
  margin: 0;
  border-bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;

}


.close {
  width: 40px;
  margin-right: 1rem;
  margin-top: 0.5rem;
}


.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  height: 50vw;
  width: 100%;
  color: #FFFFFF;
  display: flex;
  align-items: flex-end;
}

.parallax_cf {
  background-image: url("parallax_cf.jpg");
}

.parallax_cf_2 {
  background-image: url("parallax_cf_2.jpg");
}

.parallax_cf_3 {
  background-image: url("parallax_cf_3.jpg");
}

.parallax_stratus {
  background-image: url("parallax_stratus.jpg");
}

.parallax_stratus_2 {
  background-image: url("parallax_stratus_2.jpg");
}

.parallax_big_deal {
  background-image: url("parallax_big_deal_2.jpg");
}

.parallax_zweifel {
  background-image: url("parallax_zweifel.jpg");
}

.parallax_memoria {
  background-image: url("parallax_memoria.jpg");
}

.parallax_lufthansa {
  background-image: url("parallax_lufthansa.jpg");
}

.parallax_evulpo_lp {
  background-image: url("parallax_evulpo_lp.jpg");
}

.parallax_evulpo_lp_3 {
  background-image: url("parallax_evulpo_lp_3.jpg");
}

.parallax_evulpo_lp_4 {
  background-image: url("parallax_evulpo_lp_4.jpg");
}


/*-------- Titel --------------*/

.text_titel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100vw;
  padding: 0px;
  gap: 0px;
  margin-top: -12%;
  margin-left: 3rem;
  margin-bottom: 2rem;

}


/*-----------Text--------------*/

.inhalt_work {
  float: left;
  width: 100%;
  background-color: #F6F6F6;
  border-bottom: 30px solid #FFF;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(100, 100, 100, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(100, 100, 100, 0.5);
}

.work {
  width: 100%;
  display: none;
  background-color: #FFF;
}

.inhalt_work .work.active {
  display: block;
  padding-top: 2rem;
}

.information {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem 3rem;
  gap: 24px;
}

.work_text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 4rem;
  gap: 40px;
  grid-template-columns: 50%;
}

.info_text {
  display: grid;
  padding: 0rem;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.text_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px;
  gap: 2px;
  flex-basis: 0;
}

.info_grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  width: 100%;
}

.info_item {
  flex-grow: 1;
  flex-basis: 0;
}

.text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: auto;
  max-width: 720px;
  text-align: left;
}

ul {
  list-style: none;
  padding: 0;
  line-height: 0rem;
}

li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.25em;
  line-height: 1.4;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1pt;
  color: #333;
  font-size: 16px;
}

li::before {
  content: "•";
  margin-right: 0.25em;
  flex-shrink: 0;
  /* Prevents bullet from shrinking */
}

.impact {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
}


.quote {
  max-width: 720px;
  background-color: #F6F6F6;
  padding: 3rem;
  margin: auto;
  flex: 1;
}

 .no_mobile {
    display: block;
  }



/*-----------Bilder und Video --------------*/

.work_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-bottom: 0rem;
  width: 100%;
  margin: 0;

}


.work_grid_3-1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
}


.work_row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0rem 4rem 3rem;
  padding: 0rem;
  gap: 64px;
}


.imgMain {
  float: left;
  width: 95%;
  margin-top: 1rem;
}

.imgWork {
  width: 100%;
}

.img_720 {
  margin: auto;
  display: block;
  width: 720px;
}



.margin-right {
  margin-right: 1rem;
  display: block;
}

.white {
  width: 20px;
  height: 200px;
  float: left;
  background: white;
}

video {
  max-width: 720px;
  margin: auto;
  margin-bottom: 2rem;
}

.video_fullScreen {
  max-width: 100%;
  width: 100%;
  margin-left: 0%;
}

footer {
    display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem 3rem;
}

.footer_text{
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  letter-spacing: 0.1pt;
  color: #333;
  font-size: 11px;
  line-height: 1.4;
}



@media only screen and (max-width:900px) {

  #container {
    width: 100%;
  }



  h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 0rem;
    color: #333;
  }

  h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: 0pt;
    font-size: 28px;
    width: 100%;
    padding-top: 1 rem;
    text-align: left;
    text-decoration-line: none;
  }


  h5 {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    color: #333;
    font-size: 16px;
    line-height: 1.5rem;
    text-align: center;
    text-decoration: none;
  }

  h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #554B46;
    font-size: 28px;
    padding-top: 0.5rem;
    text-align: center;
    margin-block-start: 0rem;
    margin-block-end: 0.15rem;
  }

  .close {
    width: 40px;
    margin-right: 0.5rem;
    margin-top: 0.5rem;
  }


  .work_header {
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    max-width: 1200px;
    margin: 0;
    border-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }

  /* ---------- Header und Navigation -----------*/

  .kopfbild {
    width: 80%;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    float: none;
  }

  header {
    background-color: #FFF;
    border-bottom: 1px solid #333;
    margin-left: 1rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  nav {
    display: none;
  }

  li {
    width: 100%;
    text-align: left;
  }


  .main-nav {
    display: none;
  }

  .no_mobile {
    display: none;
  }

  .home {
    display: flex;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
  }

  #inhalt {
  margin: 1rem;
}


  .grid_home {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .overLay {
    position: relative;
    width: auto;
    height: auto;
    padding-bottom: 1.5rem;
    background-color: rgba(255, 255, 255, 1);
    left: 0.5rem;
    top: 0.5rem;
    transition: all 0;
    opacity: 1;
  }




  /* ------------ Inhalte Work --------- */


  .section-background {
    background-attachment: scroll;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
 .titel_mobile{
   height: 85vw;
 }

  .text_titel {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0px;
    gap: 0px;
    position: relative;
    margin-top: 30rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }






  /*-------- Text und Bild --------------*/

  .text {
    max-width: 100%;
    padding-left: 0rem;
    margin-bottom: 1rem;
  }


  .info_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0rem;
    gap: 64px;
    width: 100%;
  }

  .info_grid {
    display: grid;
    padding: 0rem;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }


  .text_block {
    width: 100%;
  }

  .information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    gap: 16px;
  }


  .work_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .impact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
}


.quote {
  background-color: #F6F6F6;
  padding: 1.5rem;
  margin: auto;
  flex: 1;
  width: 100%;
}


footer {
  padding: 16px;
}


.img_720 {
  margin: 0px;
  display: block;
  max-width: 100%;
  width: 100%;
}


video {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0.5rem;
}

.video_fullScreen {
  margin: 1 rem;
}

}