
@font-face {
  font-family: 'GT America';
  src: url("fonts/GT-America-Condensed-Bold-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Authentic Sans';
  src: url("fonts/AUTHENTICSans-90.woff") format("woff");
  src: url("fonts/AUTHENTICSans-90.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
#introbg{
  background-color: black;
}



*, :after, :before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
}

*, :after, :before {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-family: 'GT America', Icons;
  /*font-family: 'Authentic Sans', Icons;*/
  /*font-family: 'Raleway', sans-serif;*/
  font-size: 18px;

}

.main-nav{
  display: grid;
  grid-row-gap: 120px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
  padding: 15px 0px 15px 0px;
  list-style: none;
}
.main-nav a{
  text-decoration: none;
  color: #000;
}

.main-nav a:hover {
  text-decoration: none;
  opacity: 1;
}

.link1 {
  grid-column: 9;
  text-align: right;
  font-size: 18px;
  align-self: center;
  opacity: 1;
}
.link2 {
  grid-column: 10;
  text-align: right;
  font-size: 18px;
  align-self: center;
  opacity: 1;
}

.name {
  /* margin-right: 13em; */
  font-weight: normal;
}

.name_two {
  /*padding-left:13em;*/
  /*float:right*/
  font-weight: normal;
}

.main-header {
  display: block;
  padding-top: 0;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  width: 100%;
}

.main-header a {
  color: #000;
}

a {
  text-decoration: none;
}
.container-landingpage {
    display: grid;
    grid-row-gap: 10px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(1, 1fr);
    opacity: 1;
    transition: opacity 0.01s ease-in-out;
    -moz-transition: opacity 0.01s ease-in-out;
    -webkit-transition: opacity 0.01s ease-in-out;
    padding-top: 3em;
}

#introduction{
    font-size: 40px;
    font-weight: 400;
    display: grid;
    grid-column: 2/11;
    grid-row: 1;
    align-content: center;
    margin-top:0.5em;
    margin-bottom:0.6em;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif 
    /*font-family: 'Authentic Sans', Icons;*/
}
#introduction p{
  color: black;
}




.container-chapters {
  /*display: -ms-grid;*/
  display: grid;
  grid-row-gap: 200px;
  row-gap: 200px;
  grid-column-gap: 40px, 40px;
  column-gap: 40px;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: minmax(200, auto);
  padding-bottom: 10em;
 /* -ms-grid-template-columns: repeat(3, 1fr);*/
  /*grid-template-columns: repeat(3, 1fr);*/
 /* -ms-grid-gap: 30px;*/
 /* grid-gap: 30px;*/
  /*max-width: 1060px;
  padding: 30px;*/
}

img{
  max-width: 100%;
  display: block;
}

.project-three{
  grid-column: 3/11;
  grid-row: 1/2;
  transform: translate(0px, 0px);
}

.project-three:hover .title, .project-three.active .title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.project-six{
  grid-column: 2/8;
  grid-row: 2/3;
  transform: translate(0px, 0px);
}

.project-six:hover .title, .project-six.active .title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.project-one{
  grid-column: 9/12;
  grid-row: 2/4;
  align-self: center;
  transform: translate(0px, 0px);
}

.project-one:hover .title, .project-one.active .title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.project-seven{
  grid-column: 3/7;
  grid-row: 3;
  transform: translate(0px, 0px);

}



.project-seven:hover .title, .project-seven.active .title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.project-four{
  grid-column: 6/11;
  grid-row: 4;
  transform: translate(0px, 0px);

}



.project-four:hover .title, .project-four.active .title {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


#titelcolor_one {
  font-size: 2.5rem;
  color: white;
}
#titelcolor_two {
  font-size: 2.5rem;
  color: white;
}
#titelcolor_three {
  font-size: 2.5rem;
  color: white;
}
#titelcolor_four {
  font-size: 2.5rem;
  color: white;
}
#wrapper {

  background-color: white;
  width: 100%;
  margin: 3.125em;
  margin-left: auto;
  margin-right: auto;
}

#inhaltsbereich {
  /*width: 100%;*/
  /* margin-left: 10em; */
}


.container-chapters img {
  /*code für den overlay-teil*/
  opacity: 1;
  transition: opacity 0.2s ease;
  /* backface-visibility: hidden; */
  object-fit: cover;
  width: 100%;
}

.overlay-text {
  /*code für den overlay-teil*/
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: opacity .5s ease;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /*transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
  text-align: center;
  background-color: #f5f5f5;
}
.thumb_color {
  top: 0;
  right: 0;
  bottom:0;
  left: 0;
  margin: auto;
  position: absolute;
  -webkit-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.title {
  position: absolute;
  top: 0;
  left: 5px;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  line-height: 1.4em;

  opacity: 0;
-webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
-o-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1);
transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1);
-webkit-transform: translateY(5px) skewY(4deg);
-ms-transform: translateY(5px) skewY(4deg);
transform: translateY(5px) skewY(4deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;

}

.container-chapters h3 {
  /*code für den overlay-teil*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: black;
  font-weight: normal;

}
#titelcolor{
  color:#ff6c37;
}

.container-chapters section {
  position: relative;
}

.container-chapters section:hover img {
  /*code für den overlay-teil*/
  opacity: 0.3;
}

.container-chapters section:hover .overlay-text {
  /*code für den overlay-teil*/
  opacity: 1;
}


/*@media (max-width:599px) { #rechts{

  margin: 0;
  clear: both;
}
}*/

#projectpages {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
}

.wrapper-projects {
  display: grid;
  grid-row-gap: 0em;
  grid-column-gap: 40px;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: auto;
}

.intro{
  grid-column: 3/10;
}
.intro h1{
  font-size: 45px;
  font-weight:400px;
  margin-bottom: 0em;
  margin-top: 1.3em;
}

#intro-text{
  grid-column: 3/11;
  grid-row: 2;
  font-size: 25px;
  margin-bottom: 1.8em;
  margin-top: 2em;
  font-family: 'Authentic Sans', Icons;
}

#first-img{
  grid-column: 3/11;
}
#second-img{
  grid-column: 3/11;
 
}
#third-img{
  grid-column: 3/11;
 
}
#fourth-img{
  grid-column: 3/11;
 
}
#fifth-img{
  grid-column: 3/11;
 
}
.column-image {
grid-column: 3/6;
grid-row:1;
margin-bottom:2em;
}
.wrapper-projects h3 {
  grid-column: 3/10;
  margin-bottom: 0.3em;
}
.wrapper-projects article {
  grid-column: 3/10;
}

.credits p {
  font-family: 'Authentic Sans', Icons;
  font-size: 18px;
  line-height: 1.6em;
}
.bold {
  font-weight: 600;
}
.child{
 grid-column: 4/10;
}



.flex-child h3{
    font-size: 34px;
    margin-bottom: 0.3em;
    grid-column: 4/10;
}
#quote{
  color:#ff6c37;
}
.image{
  padding-bottom: 5%;
}

.video {
  padding-bottom: 5%;
}

.background {
  fill: #fff;
}

.column-text {
  margin: 0;
  width: 38.8889%;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;

}

.colum-text-inner {
  width: 100%;
  max-width: 560px;
  padding: 60px 20px;
}

header {
  display: block;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  position: relative;
}

.titleandsubtitle {
  display: block;
}

.titlebox {
  display: block;
  position: relative;
  margin: 0 0 -10px 0;
}

.titel {
  display: block;
  text-align: start;
  position: relative;
  padding-left: 20px;
  font-weight: normal;
}

h2.tags {
  background-color: transparent;
  font-size: 10px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 20px;
  letter-spacing: normal;
}

.projectdescription-wrapper {
  display: grid;
  grid-row-gap: 60px;
  grid-column-gap: 40px;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

.projectdescription {
  grid-column: 3/10;
  grid-row: 2;
  color: #000;
  font-family: Authentic Sans, Icons;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 2em;
}




.column-text p {
  width: 100%;
  max-width: 460px;
  padding: 20px 20px;
}

.team p{
  padding-top: 0px;
  padding-left: 20px;
}



a, a:active, a:hover {
  text-decoration: none;
  text-decoration-line: none;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

a:-webkit-any-link {
  cursor: pointer;
}

.trigger-wrapper.next,
.trigger-wrapper.prev {
  bottom: 30px;
  right: 30px;
}
.trigger-wrapper.prev {
  right: 60px;
  bottom: 29px;
}

.trigger-wrapper.next {
  transform: rotate(180deg);
}

.trigger-wrapper {
  width: 30px;
  height: 60px;
  position: absolute;
  z-index: 5;
}

.trigger-wrapper .trigger-button {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.trigger-counter::before {
  width: 30.55555vw;
  height: 100vh;
  top: auto;
  bottom: -30px;
  left: -30px;
  right: auto;
}

button,
input,
select,
textarea {
  background: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.background-btn {
  display: block;
  width: 61px;
  height: 61px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -31px 0 0 -31px;
  opacity: 0;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.contact{
  display: grid;
  grid-row-gap: 0px;
  grid-column-gap:40px;
  grid-template-columns: repeat(12,1fr);
  grid-template-rows: auto;
  padding-top: 2em;
  padding-bottom: 8em;
}

.p5{
  font-family: 'GT America';
  font-size:16px;
  padding-block-start: 2em;
  padding-block-end: 0.6em;

}

.exhibition{
  grid-column: 3/6;
  grid-row: 3;
  font-size: 20px;
  font-family: 'Authentic Sans', Icons;
}
.exhibition2{
  font-size: 20px;
  font-family: 'Authentic Sans', Icons;
  grid-column: 6/9;
  grid-row: 3;
}


.zeichen {
  pointer-events: none !important;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  opacity: 1;
}

.zeichen span:first-child {
  left: 22px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.zeichen span:nth-child(2) {
  right: 23px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.zeichen span {
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 27px;
  transform: rotate(45deg);
  transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}

.zeichen:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 26px;
  left: 26px;
  transform: rotate(45deg);
  background: #000;
  opacity: 0;
  transition: opacity 0s cubic-bezier(.55, .085, .68, .53) 0s;
}

.trigger-counter {
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 5;
}

.numbers {
  pointer-events: none !important;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94)
}

.numbers:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 26px;
  left: 26px;
  transform: rotate(45deg);
  background: #000;
  opacity: 0;
  transition: opacity 0s cubic-bezier(.55, .085, .68, .53) 0s;
}

.pagination {
  position: absolute;
  left: 49px;
  bottom: 55px;
  font-size: 10px;
  line-height: 10px;
  user-select: none;
  z-index: 6;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  pointer-events: none;
}

.pagination .current {
  font-weight: 700;
  display: inline-block;
  width: 5px;
}
/*.fleximg{
  flex-direction: column;
  overflow-y: scroll;
}*/
.footerbereich{
  font-family: 'Authentic Sans', Icons;
    background-color: transparent;
    display: grid;
    grid-row-gap: 120px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(12, 1fr);
    margin-top: 2em;
    margin-bottom: 2em;
}
.footerbereich p{
  grid-column: 5/9;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  #wrapper-projects {
    display: block;
    height: auto;
    width: 100%;
    position: relative;
  }

  .column-image {
    width: auto;
    height: auto;

  }

  .column-text {
    width: auto;
    align-items: flex-start;
    height: auto;
  }
}

@media screen and (max-width: 695px) {
  .main-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .column-image {
    height: 80vh;
    width: 100%;
  }

  .column-text {
    padding: 0;
    height: auto;
    width: 100%;
    position: relative;
    background-color: transparent;
    pointer-events: none;
  }

  .colum-text-inner {
    pointer-events: auto;
    width: 100%;
    max-width: 100%;
    padding: 0;
  }

  header {
    min-height: 20vh;
    padding: 20px 50px 30px;
    display: flex;
    align-items: flex-end;
  }

  .projectdescription-wrapper {
    padding: 0 50px 60px;
  }

  .trigger-counter::before {
    width: 50vw;
    height: 100vh;
    top: auto;
    bottom: -30px;
    left: -30px;
    right: auto;
  }

}

@media screen and (max-width: 599px) {
  .container-chapters {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


@media(max-width: 1030px) {

  .container-chapters {
    -ms-grid-template-columns: repeat(2, 1fr);
    grid-template-columns: repeat(2, 1fr);
  }
}


  /*.arbeitgeber{
  margin-top: 70px;
  line-height: 2;
  text-align: justify;
}
