@charset "UTF-8";




/*_______Grundeinstellungen_______*/

.tk-fira-mono {
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

.tk-minion-pro {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}


img {
  border: none;
  width: 100%;
  margin: none;
}


html, body {
  margin:0;
  padding:0;
  font-family: 'fira-mono', Arial, sans-serif;
  color: #000;
  font-size: 100%; /* 16px */
  font-weight: 300;
  text-align: left;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}


#wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}


a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}


h2:hover {
  cursor: cell;
}

h3{
  cursor: cell;
}

a:hover {
  /* color: #d3d3d3; */
  cursor: cell;
  color: black;
  text-decoration: none;
	/* background-color: #F6CEE3; */
}

p:hover {
  cursor: default;
}


a:active {
  color: #000;
  text-decoration: none;
}

#slider:hover {
  cursor: e-resize;
}

stong.caps{
  font-variant:small-caps;
}

strong, b {
  font-variant: all-small-caps;
  font-weight: normal;
  font-size: 18px;
}



/*_______Navigation_______*/


header {
  position: fixed;
  border: none;
  text-align: right;
  z-index: 9999;
}

nav ul{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    list-style: none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav p{
    display: none;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    list-style: none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#menumobilleft span:first-child:after {
  content:'\00a0 \007c';
  white-space: pre;
}

#menumobilright span:first-child:after {
  content:'\00a0 \007c';
  white-space: pre;
}

#menuleft {
  position: fixed;
  width: calc(95vh - 1px);
  right: -50vh;
  top: 99vh;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;

  transform: rotate(-450deg) translate(0, 0);
  transform-origin: center;
}


#menuright {
  position: fixed;
  width: calc(94vh - 1px);
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;

  transform: rotate(-450deg) translate(0, 0);
  transform-origin: center;

  right: -50vh;
  top: 4vh;
}


#menumobil {
  display: block;
  position: fixed;
  right: 13.5%;
  top: -400px;
  line-height: 30px;
  background-color: white;
  width: 100%;
  padding-top: 73px;
  z-index: 9999;
  padding-bottom: 50px;
}


#menumobilleft {
  position: fixed;
  left: -75px;
  top: 140px;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  transform: rotate(-450deg) translate(0, 0);
  transform-origin: center;
  z-index: 9999;
}

#menumobilright {
  position: fixed;
  top: 174px;
  right: -90px;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
}

#menumobilright.kontaktmenu {
  top: 104px;
  right: -30px;
  position: fixed;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
  -ms-transform: rotate(-90deg);
  -ms-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 0 0;
}

#menumobilright.kontaktmenu span:first-child:after {
   content:'\00a0 \007c';
   white-space: pre;
}

#menumobilright.kontaktmenu span:nth-child(2):before {
  content:'\000A0'
}

#menumobil li:nth-child(2){
  line-height: 18px;
  padding-bottom: 8px;
}

#menuleft li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
}

#menuright li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: right;
  box-sizing: border-box;
  position: relative;
  /* padding-right: 2%; */
}

#menuright  {
  opacity: 1;
}

#menuright li:hover {
  cursor: cell;
}

#menuleft li:nth-child(1){
  text-align: right;
  width: 25%;
  padding-right: 63px;
}

#menuleft li:nth-child(2){
  text-align: left;
  width: 13%;
}

#menuleft li:nth-child(3){
  text-align: left;
  padding-left: 0px;
  width: 25%
}

#menuleft li:nth-child(4){
  text-align: right;
  width: 37%;
}

#menuright li:nth-child(3) {
  padding-right: 3%;
}

#menuright li:nth-child(1){
  padding-right: 2%;
}

#close {
  font-size: 20px;
}












/*_______Startseite_______*/


#projects {
  /*padding-top: 6vh;*/
  max-width: 1400px;
  /*margin-top: 22px;*/
  margin-bottom: 7vh;
}

/*#projects article:first-child{
  padding-top: 0;
}*/

article {
  padding-top: 8vh;
}

h2 {
  display: block;
  position: relative;
  font-family: 'minion-pro', Times, serif;
  color: #000;
  font-weight: 600;
  text-align: left;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin-bottom: 0;
  margin-top: 0;
  font-variant-numeric: oldstyle-nums;
}

h3 {
  display: block;
  position: relative;
  font-family: 'minion-pro', Times, serif;
  color: #000;
  font-weight: 500;
  text-align: left;
  font-style: italic;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 21px;
  font-size: 17px;
  letter-spacing: 0.5px;
  margin: 0;
  font-variant-numeric: oldstyle-nums;
}

article p {
  display: block;
  opacity: 0;
  position: relative;
  font-family: 'minion-pro', Times, serif;
  color: #000;
  font-weight: 500;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 16.5px;
  line-height: 23px;
  letter-spacing: 0.4px;
  margin-top: 8px;
  font-variant-numeric: oldstyle-nums;
}

.visible {
  display: block;
}

.invisible {
  opacity: 0;
}

.nonevisible {
  display: none !important;
}

/*.whitebox {
  background-color: white !important;
  border-style: solid;
  border-width: 2px;
  width: 100%;
  border-color: black;
}*/




/*100_0*/

.relation100_0 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
      -ms-align-items: space-between;
          align-items: space-between;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.relation100_0 div.info {
  margin-top: 5px;
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
         -ms-align-items: space-between;
             align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.relation100_0 .txt {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relation100_0 p{
  margin: 0 0 0 2%;
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relation100_0 h2,
.relation100_0 h3 {
  text-align: right;
}


/*50_50*/

.relation50_50 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
      -ms-align-items: space-between;
          align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}


.relation50_50 div {
  width: 100%;
  margin-top: 0;
  text-align: left;
}

.relation50_50 div.info {
    margin-left: 2%;
}

.relation50_50 img {
  width: 100%;
}

.relation50_50 p {
  width: 100%
}


/*75_25*/

.relation75_25 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
      -ms-align-items: space-between;
          align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.relation75_25 div {
  width: 100%;
  margin-top: 0;
  text-align: left;
  flex: 1;
}

.relation75_25 div.info {
    margin-left: 2%;
}

.relation75_25 picture {
  flex: 3;
  width: 100%;
}

.relation75_25 p {
  text-align: left;
}

.relation75_25 h2,
.relation75_25 h3 {
  text-align: left;
  margin: 0;
}


/*38_62*/

.relation38_62 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
         -ms-align-items: space-between;
             align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.relation38_62 div {
  margin-top: 0;
  flex: 1;
}

.relation38_62 div.info {
    margin-left: 2%;
}

.relation38_62 div.txt {
  margin: 0;
}


.relation38_62 picture {
  flex: 2;
  width: 100%;
}

.relation38_62 p {
  text-align: left;
}

.relation38_62 h2,
.relation38_62 h3 {
  text-align: left;
}




/*_______Unterseite_______*/


/*66_33*/

article.relation66_33  {
  margin: 0;
  padding-top: 0;
}

.relation66_33 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
      -ms-align-items: space-between;
          align-items: space-between;
  -webkit-flex-direction: column;
     -moz-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.relation66_33 div.info {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
         -ms-align-items: space-between;
             align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.relation66_33 .txt {
  -webkit-flex: 1;
     -moz-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.relation66_33 p{
  margin: 0 0 0 2%;
  -webkit-flex: 2;
     -moz-flex: 2;
      -ms-flex: 2;
          flex: 2;
  opacity: 1;
}

.relation66_33 p.zeileEins{
  padding-top: 30px;
}

.relation66_33 h3 {
  text-align: right;
  margin-bottom: 1.5%;
}

.relation66_33 h2{
  text-align: right;
  padding-bottom: 9px;
  font-family: 'fira-mono', Arial, sans-serif;;
  font-size: 12px;
  letter-spacing: 1.5px;
}

article.abschnitt {
  padding-top: 8vh;
}

article.tabelle {
    margin-top: 0.5%;
}

/*50_50*/

.relation50_50 {
  -webkit-display: flex;
     -moz-display: flex;
      -ms-display: flex;
          display: flex;
  -webkit-align-items: space-between;
     -moz-align-items: space-between;
      -ms-align-items: space-between;
          align-items: space-between;
  -webkit-flex-direction: row;
     -moz-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}


.relation50_50 div {
  width: 100%;
  margin-top: 0;
  text-align: left;
}


.relation50_50 img {
  width: 100%;
}

.relation50_50 p {
  width: 100%
}


h3 {
  margin-bottom: 12px;
}

#slider{
  width: 100%;
  height: 83vh;
  margin-top: 8vh;
  background-size: cover;
  background-position: center center;
  background-image: url(img/slideshow_1.jpg);
  margin-bottom: 10%;
}

/*#sliderKontakt{
  background-image: url(../img/kontakt.jpg);width: 100%;
  height: 83vh;
  margin-top: 8vh;
  background-size: cover;
  background-position: center center;
  margin-bottom: 10%;
}*/

#projectinfo {
  position: static;
  float:left;
  max-width: 40%;
  font-family: 'minion-pro', Times, serif;
  color: #000;
  font-weight: 500;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 16.5px;
  line-height: 23px;
  letter-spacing: 0.3px;
  text-align: left;
  font-variant-numeric: oldstyle-nums;
}

#projectinfo img {
  display: none;
}

#projectinfo p{
  margin: 0;
  padding: 0;
  font-variant-numeric: oldstyle-nums;
}

#projectinfo span::before {
  content: "\00a0";
  display: inline-block;
  width: 1.5rem;

}

#projectinfo span:first-child::before {
  display: none;

}

#projectinfo p:first-child {
  text-indent: none;
}

#projectphoto {
  width: 50%;
  float: right;
  padding-bottom: 5vh;
}

#projectphoto img {
  margin-bottom: 3%;
}

#projectphotoapp {
  width: 35%;
  float: right;
  padding-top: 6px;
  padding-bottom: 35px;
}

#projectphotoapp img {
  margin-bottom: 20px;
}

.Bildinformation {
  display: block;
  position: relative;
}

.Bildinformtaion img {
  display: inline-block;
  position: relative
}

.Bildinformation span {
  letter-spacing: 0.3px;
  font-family: 'fira-mono', Arial, sans-serif;
  font-weight: 500;
  /*font-style: italic;*/
  position: absolute;
  text-align: right;
  width: 40%;
  font-size: 12px;
  right: 103%;
  bottom: 105px;
  /*-webkit-font-smoothing: antialiased;*/
}


#projectinfo1 {
  position: fixed;
  float:left;
  max-width: 30%;
  font-family: 'minion-pro', Times, serif;
  color: #000;
  font-weight: 500;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 16px;
  letter-spacing: 0.1px;
  text-align: left;
}

#projectinfo1 img {
  display: none;
}

#projectinfo1 p{
  margin: 0;
  padding: 0;
}

#projectinfo1 span::before {
  content: "\00a0";
  display: inline-block;
  width: 1.5rem;
}
#projectinfo1 span:first-child::before {
  display: none;
}

#projectinfo1 p:first-child {
  text-indent: none;
}

.Bildinformation1 {
  display: block;
  position: relative;
}

.Bildinformtaion1 img {
  display: inline-block;
  position: relative
}

.Bildinformation1 span {
  letter-spacing: 0.3px;
  font-family: 'fira-mono', Arial, sans-serif;
  font-weight: 500;
  /*font-style: italic;*/
  position: absolute;
  text-align: right;
  width: 40%;
  font-size: 12px;
  right: 103%;
  bottom: 15px;
  /*-webkit-font-smoothing: antialiased;*/
}

article.Bildinformation1 {
  padding-top: 0;
}

article.Bildinformation {
  padding-top: 0;
}



.bold {
  font-weight: 500;
}

.fixed {
  position: fixed !important;
  top: 8vh;
  width: 28.8%;
}

.row-reverse{
  -webkit-flex-direction: row-reverse;
     -moz-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;

}

div.txt.row-reverse {
  margin: 0;
}

div.row-reverse   {
  margin-right: 2%;
  margin-left: 0;
  margin-top: 0;
}

.row-reverse div.info {
  /*margin-top: 5px;*/
  text-align: right;
}

.row-reverse picture {
  width: 100%;
}

.row-reverse p {
  text-align: right;
}

h2.row-reverse {
  text-align: right;
}

h3.row-reverse {
  text-align: right;
  margin-bottom: 12px;
}

div.txt   {
  margin-left: 0;
  margin-right: 0;
}

/*mediaquery */

@media screen and (min-width:2000px) {
  #projects {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  #menuright {
        position: fixed;
        right: 15%;
        -o-transform-origin: right;
        -ms-transform-origin: right;
        -moz-transform-origin: right;
        -webkit-transform-origin: right;
        transform-origin: right;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
  }

    #menuleft {
        position: fixed;
        left: 15%;
        -o-transform-origin: left;
        -ms-transform-origin: left;
        -moz-transform-origin: left;
        -webkit-transform-origin: left;
        transform-origin: left;
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }
}

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

  #projects {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  #menuright {
  position: fixed;
  right: 7%;
  -o-transform-origin: right;
  -ms-transform-origin: right;
  -moz-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }

  #menuleft {
  position: fixed;
  left: 7%;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  }

  section#projects.subpage {
    margin-top: 82px;
  }
}

@media screen and (min-width: 1600px) and (max-height: 1200px) and {
  #slider {
    height: 85vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/slideshow_1.jpg);*/
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 1600px) and (min-height: 1400px) {
  #slider {
    height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/slideshow_1.jpg);*/
    margin-bottom: 5%;
  }
}

@media screen and (max-width:700px) and (min-height: 1300px) {
  section#projects.subpage {
    margin-top: -20px;
  }
}

@media screen and (min-height:1366px) and (min-width:1000px) {
  section#projects.subpage {
    margin-top: -25px;
  }
}

@media  screen and (min-height:1201px) {
  #projects {
    margin-top: -30px;
  }
}

@media  screen and (max-height:1200px) {
  #projects {
    margin-top: -28px;
  }
}

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

 #prjectinfo h3 {
  margin-bottom: 2%;
 }

 #projects {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
 }

 #projectinfo {
  max-width: 100%;
 }

 #projectinfo p{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
     -moz-column-count: 2; /* Firefox */
          column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
     -moz-column-gap: 40px; /* Firefox */
          column-gap: 40px;
  -webkit-column-span: all;
          column-span: all;
  margin-bottom: 10%;
 }

 #projectphoto {
  float: none;
  width: 100%;
 }

 #menuright {
    position: fixed;
    right: 6%;
    width: calc(96vh - 1px);
 }

 #menuleft {
  position: fixed;
  left: 6%;
 }

 #projectinfo1 {
   position: static;
   padding-bottom: 10%;
   float: left;
   max-width: 100%
 }

 .Bildinformation1 {
   display: block;
   position: relative;
 }

 .Bildinformation1 span{
   position: static;
 }

 .Bildinformation1 #projectphoto img {
   margin-bottom: 0;
 }

 article.Bildinformation1 {
   padding-top: 10%;
 }


 section #projectphotoapp {
   width: 45%;
 }

}

@media screen and (max-height:1124px) and (max-width:1000px){
    #projects {
      margin-top: -10px;
    }

    section#projects.subpage {
      margin-top: 73px;
    }
}

@media screen and (max-height:1124px) and (max-width:600px){

    section#projects.subpage {
      margin-top: -24px;
    }
}

@media screen and (max-height:1124px) and (max-width:510px){
    #projects {
      margin-top: -28px;
    }
}

@media screen and (max-height:1024px) {
    #projects {
      margin-top: -20px;
    }

    section#projects.subpage {
      margin-top: 70px;
    }
}

@media screen and (max-height:1024px) and (max-width:700px){

    section#projects.subpage {
      margin-top: -18px;
    }
}

@media screen and (min-width: 1300px) {
  #projects {
    margin-top: -5px;
  }

}

@media screen and (max-width: 950px) {
  #slider {
    height: 70vh;
    margin-bottom: 5%;
  }

}

@media screen and (max-height:950px) {
  #projects {
    margin-top: 0;
  }
  section#projects.subpage {
    margin-top: 60px;
  }
}

@media screen and (max-height:950px) and (max-width:500px) {
  #projects {
    margin-top: -5px;
  }
}

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

  #slider {
    height: 50vh;
    margin-bottom: 5%;
  }

  .relation75_25 div
   {
     margin-left: 0;
     margin-right: 0;
    }

  #projectphoto {
    padding: 2px;
    padding-bottom: 52px;
   }

   section #projectphotoapp {
     width: 70%;
   }


  .Kurzinfo{
      display: none;
   }

  .relation75_25 {
     -webkit-flex-direction: column;
        -moz-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
         -ms-justify-content: flex-end;
             justify-content: flex-end;
   }

  .relation100_0 div.info {
     margin-top: 5px;
     -webkit-flex-direction: column;
        -moz-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
   }

  .relation100_0 p {
    text-align: right;
   }

  .relation75_25 div.info {
    margin-left: 0;
  }

   #projectinfo p{
     -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
             column-count: 1;
    max-width: 90%;
   }

  }

@media screen and (max-height:800px) {

    #projects {
      margin-top: 2px;
    }

    section#projects.subpage {
      margin-top: 57px;
    }
  }

@media screen and (max-height:800px) and (min-width: 700px) {
  /*.subpage h2 {
    margin-top: 55px;
  }*/
}

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

  .relation66_33 div.info{
    flex-direction: column;
  }

  .relation66_33 h3 {
    text-align: left;
    padding-top: 4%;
  }

  .relation66_33 h2 {
    text-align: left;
  }

  .relation66_33 p {
    margin-left: 4%;
  }

  .relation66_33 p.zeileEins {
    padding-top: 0;
  }

  .relation50_50 div.info
     {
       margin-left: 0;
       margin-right: 0;
      }

   .relation38_62 div.info
     {
      margin-left: 0;
      margin-right: 0;
    }

   .row-reverse div.info {
     margin-left: 0;
     margin-right: 0;
    }

  #slider {
    height: 37vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/editorial/caponi/caponi_7_750.jpg);*/
    margin-bottom: 7%;
  }


  #projectinfo {
    position: static;
    max-width: 100%;
  }

  #projectinfo p{
    max-width: 100%;
  }

  #projectinfo p span {
    display: inline-block;
    margin-bottom: 7%;
  }

  #projectinfo img {
    display: block;
    margin-bottom: 7%;
  }

  #projectphoto picture {
    display: block;
  }

  #projectphoto {
    width: 100%;
    float: right;
  }

  #menuleft,
  #menuright {
    display: none;
  }

  #menuleft:last-child {
    display: block;
  }


  article {
    margin-bottom: 20%;
  }

 .relation50_50 {
     -webkit-flex-direction: column;
        -moz-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
   }


 .relation38_62 {
     -webkit-flex-direction: column;
        -moz-flex-direction: column;
         -ms-flex-direction: column;
             flex-direction: column;
   }

 .relation50_50 div,
 .relation38_62 div,
 .relation75_25 div
  {
     margin-left: 0;
     margin-right: 0;
   }

  #projects article p:last-child {
   margin-bottom: 0;
 }

 nav p {
   display: block;
 }
}


@media screen and (min-width: 420px) and (max-height: 680px) {

  nav p {
    display: block;
  }

  #menumobilleft{
    top: 65px;
    left: -20px;
  }

  #menumobilright{
    top: 103px;
    right: -15px;
  }

  #menumobilleft span:first-child:after {
    content:'\A';
    white-space: pre;
  }

  #menumobilright span:first-child:after {
    content:'\A';
    white-space: pre;
  }

  .info {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (min-width: 1300px) and (max-height: 680px){
  #menumobilleft{
    top: 80px;
    left: 51px;
  }

  #menumobilright{
    top: 120px;
    right: 59px;
  }

  #slider{
    display: none;
  }

}


@media screen and (max-height: 680px){

  #slider {
    height: 40vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(/img/editorial/caponi/caponi_7_750.jpg);*/
    margin-bottom: 5%;
  }

 #menuright, #menuleft {
  display: none;
 }

 #menumobil {
  right: 14%
 }

 nav p {
  display: block;
 }

 #projects {
   margin-top: 7px;
 }


}

@media screen and (min-width: 680px) and (max-height: 680px){
  #slider{
    display: none;
  }

  #projects {
    margin-top: 40px;
  }
}


@media screen and (max-height: 570px) {

    #projects {
      margin-top: 12px;
    }

  }

  @media screen and (min-width: 680px) and (max-height: 570px){
    #slider{
      display: none;
    }

    #projects {
      margin-top: 40px;
    }
  }

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

    section #projectphotoapp {
      width: 100%;
    }


    #projects article p {
      display: none;
    }

    #menuright {
        position: fixed;
        right: 9%;
    }

    article {
      margin-bottom: 30%;
    }

    #menuleft {
      position: fixed;
      left: 8%;
    }

    nav p{
        display: block;
    }
  }

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

  .Bildinformation {
    display: block;
    position: relative;

  }

  .Bildinformation span{
    position: static;

  }

  .Bildinformation #projectphoto img {
    margin-bottom: 0;
  }

  article.Bildinformation {
    padding-top: 10%;
  }


    #projects article p {
      display: none;
    }

    .relation66_33 p{
      display: block !important;
    }

    #menuright {
        position: fixed;
        right: 9%;
    }

    article {
      margin-bottom: 5%;
    }

    #menuleft {
      position: fixed;
      left: 8%;
    }

    nav p{
        display: block;
    }
  }

@media screen and (min-height: 400px) and (max-height: 420px) {
  section#projects.subpage {
    margin-top: -23px;
  }
}

@media screen and (max-height: 420px) and (min-width: 700px) {
  section#projects.subpage {
    margin-top: 33px;
  }
}

@media screen and (max-width: 324px) {
  .subpage h2 {
    margin-top: 15px;
  }

  #menumobilright {
    right: -97px;
  }

  #menumobilleft {
    left: -83px;
  }

  section#projects.subpage {
    margin-top: -2px;
  }


  #slider {
    height: 25vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/editorial/caponi/caponi_7_750.jpg);*/
    margin-bottom: 5%;
  }

}

@media screen and (max-width: 324px) and (min-height: 750px) {
  section#projects.subpage {
    margin-top: -15px;
  }
}

@media screen and (max-width: 450px) and (min-height: 1024px) {
  section#projects.subpage {
    margin-top: -18px;
  }
}

@media screen and (max-width: 324px) and (min-height: 1024px) {
  section#projects.subpage {
    margin-top: -34px;
  }
}

@media screen and (max-height: 350px) {
  #projectinfo{
    padding-top: 10px;
  }

  section#projects.subpage {
    margin-top: 25px;
  }

}

@media screen and (min-height: 350px) and (max-height: 400px) {
  section#projects.subpage {
    margin-top: 0;
  }

  .subpage h2 {
    padding-top: 4px;
  }
}

@media screen and (max-width: 780px) and (min-height: 1024px), (max-width: 1280px) and (min-height: 1024px){

  #slider {
    height: 50vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/editorial/caponi/caponi_7_750.jpg);*/
    margin-bottom: 7%;
  }
}

@media screen and (max-width: 750px) and (max-height: 450px) {
  #slider {
    height: 85vh;
    background-size: cover;
    background-position: center center;
    /*background-image: url(img/slideshow_1.jpg);*/
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 550px) and (min-height: 800px){
  #slider {
    height: 30vh;
    background-size: cover;
    background-position: center center;
    background-image: url(img/editorial/caponi/caponi_7_750.jpg);
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 650px) and (min-height: 1300px){
  #slider {
    height: 30vh;
  }
}

@media screen and (min-height: 1200px) and (max-width: 800px){
  #projects {
    margin-top: -50px;
  }



}

@media screen and (max-width:700px) and (min-height: 1300px) {
  section#projects.subpage {
    margin-top: -43px;
  }
}
