/*three*/

:root{
  --eventcolor: red;
}

*{
  font-family: 'Poppins', sans-serif;
  line-height: 170%;
  letter-spacing: -0.011em;
  word-spacing: 0.04em;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#preloader{
  background-color: black;
  height: 100%;
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 10;
  vertical-align: middle;
}

#preloader > div{
  top: 17%;
  position: absolute;
  width: 90%;
  color: white;
  text-align: center;
  margin: 5%;
}

body{
  background-color: #a9bf79 ;
  background-image: url(/svg/theme/muster_multi-02.svg);
  background-repeat: no-repeat;
  background-size: 1080px;
  margin: 0;
  height: 100%;
}

#load{
  color: rgb(170,255,0);
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: red;
}

#three{
  margin-top: 140px;
  width: 100%;
  height: 100%;
  display: block;
}

#three_parent{
  width: 70%;
  height: auto;
  margin: auto;
  margin-bottom: 150px;
}

#header{
  text-transform: uppercase;
  position: static;
  width: 100%;
}

#logo{
  width:25%;
  min-width: 300px;
  position: fixed;
  left: 10px;
  top: 15px;
}

#con{
  position: fixed;
  right: 30px;
  top: 75px;
  height: 50Px;
}

#language{
  position: fixed;
  right: 40px;
  top: 35px;
  width: 30Px;
}

#crosslinks{
  position: fixed;
  background-color: black;
  right: 30px;
  top: 140px;
  width: 250px;
  text-transform: uppercase;
  color: white;
  border: 1.5px solid;
  border-radius: 1px;
  border-color: red;
  padding: 5px;
  padding-left: 10px;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
  user-select: None;
}

#crosslinks > hr{
  border-bottom: 1px solid;
  border-radius: 0.5px;
  color: red;
  margin-bottom: 9px;
}

footer{
  background-color: black;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 8px;
  box-sizing: border-box;
  z-index: 3;
}

.foot{
  color: white;
  font-size: 18px;
}

#contact{
  flex: 1;
  text-align: right;
    cursor: pointer;
}

#contact:hover{
  color: red;
}

#portfolio{
  flex: 1;
  text-align: center;
  width: 10px;
}

#network{
  flex: 1;
  text-align: left;
  height: 20px;
  margin-top: 5px;
}

.net_svg{
  height: 100%;
  cursor: pointer;
  background-color: black;
  position: relative;
  z-index: -1;
  margin-right: 5px;
}

.net_wrap{
  height: 100%;
  display: inline-block;
}

#imprint{
  display:inline-block;
	margin: 0;
	position: fixed;
  bottom: 0px;
  color: black;
  background-color: white;

  padding: 15px;
  height: 40%;
  min-height: 250px;
}

#imprint2{
  overflow: auto;
	height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: block;
  margin-top: 10px;
}

#imprint3{
  /*background-image: url(/svg/back_test.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;*/

	column-width: 350px;
	column-gap: 25px;
	font-size: 12px;
	text-transform: none;
  box-sizing: border-box;
  padding-right: 15px;
  padding-bottom: 20px;
}

#close{
  width: 30px;
  float: right;
  margin-top: 8px;
}

#numbr{
  width:45%;
}

#adress{
  width:45%;
  float: left;
  margin-right: 1%;
}

p{
  font-size: inherit;
  margin-top: 20.4px;
  margin-bottom: 0;
}

@media all and (max-width: 800px){
  #numbr{
    width:90%;
  }

  #adress{
    width:90%;
  }
}

.symbolbutton{
  cursor: pointer;
}

#contentmain{
  margin: auto;
  width: 75%;
  min-width: 250px;
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 15px;
  letter-spacing: -12em;
}

hr{
  border: 1px solid;
  border-radius: 0.5px;
  border-color: black;
  margin-bottom: 30px;
}

h{
  text-transform: uppercase;
  font-size: 25px;
}

.drop{
  display: inline-block;
  height: 18px;
  float: right;
  top: 12px;
  position: relative;
}

.content_container{
  display: none;
  margin-bottom: 60px;
}

#arbeiten{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 1rem;

}

.project{
  text-align: center;
}

.preview{
  width: 100%;
  transition: 0.2s;
  cursor: pointer;
}

.preview:hover{
  width: 95%;
  margin-top: 2.5%;
}

.detail_over{
  text-align: left;
  display: none;
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

.detail{
  background-color: black;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  top:0;
  left:0;
  opacity: 85%;
}

.detail2{
  background-color: black;
  width: 80%;
  height: 75%;
  min-height: 530px;
  display: grid;
  grid-template-columns: minmax(20%, 300px) 40px auto 15%;
  grid-template-rows: 40px auto;
  grid-gap: 0.7rem;
  opacity: 100%;
  min-width: 700px;
  z-index: 4;
  margin: auto;
  margin-top: 10vh;
  color: white;
}

.title{
  z-index: 4;
  margin-top: 10px;
  margin-left: 20px;
  height: 25px;
  grid-column: 1/ 2;
  grid-row: 1/ 2;
}

.left,.right{
  z-index: 4;
  margin-top: 5px;
  height: 25px;
  align-self: end;
  cursor: pointer;
}

.left{
  justify-self: start;
  margin-right: 10px;
  grid-column: 2/ 3;
  grid-row: 1/ 2;
}
.right{
  justify-self: start;
  grid-column: 3/ 4;
  grid-row: 1/ 2;
}

.detail_show{
  text-align: right;
  margin: 15px;
  z-index: 4;
  grid-column: 2/ 5;
  grid-row: 2/ 3;
  min-width: 400px
}

.detail_show > div{
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  display: none;
}

.detail_show > iframe{
  display: none;
}

.close_show{
  z-index: 4;
  margin-top: 5px;
  height: 25px;
  margin-right: 15px;
  align-self: end;
  justify-self: end;
  grid-column: 4/ 5;
  grid-row: 1/ 2;
  cursor: pointer;
}

.descript{
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  z-index: 4;
  margin: 15px;
  margin-top:45px;
  align-self: end;
  grid-column: 1/ 2;
  grid-row: 2/ 3;
  vertical-align: bottom;
}

.topic_button{
  cursor: pointer;
}

#direct{
  width: 500px;
  position: absolute;
  right: 60px;
  padding-bottom: 80px;
  z-index: -1;
}

#me{
  column-width: 350px
}

@media (max-width: 1125px){
    .noneed{
      display: none;
    }
  }

@media (max-width: 800px){

    #direct{
      display: none;
    }

    .descript{
      display: none;
    }

    .detail2{
      grid-template-columns: auto 40px 40px 15%;
      min-height: 300px;
      min-width: 450px;
    }

    .detail_show{
      grid-column: 1/ 5;
    }
}

@media (min-width: 1080px){
  body{
    background-size: contain;
  }
}

@media only screen and (max-device-width: 480px){
  #contentmain{
    margin: auto;
    width: 90%;
    min-width: 200px;
    margin-bottom: 160px;
  }

  h{
    text-transform: uppercase;
    font-size: 20px;
  }

  .detail2{
    background-color: black;
    width: 100%;
    height: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-top: 0;
    grid-template-columns: 40px auto auto 40px;
    grid-template-rows: 40px 10px auto 40px 100px;
  }

    .left{
      margin-right: 0;
      grid-column: 1/ 2;
      grid-row: 4/ 5;
      margin-left: 20px;
    }
    .right{
      margin-left: 0;
      grid-column: 4/ 5;
      grid-row: 4/ 5;
      margin-right: 20px;
    }

    .title{
      margin-top: 12px;
      height: 25px;
      grid-column: 1/ 4;
      grid-row: 1/ 2;
    }

    .detail_show{
      text-align: right;
      margin: 15px;
      z-index: 4;
      grid-column: 1/ 5;
      grid-row: 3/ 4;
      min-width: 0;
    }

    .detail_show > div{
      width: 100%;
      height: 100%;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center bottom;
    }

    .close_show{
      grid-column: 4/ 5;
      grid-row: 1/ 2;
    }

    .descript{
      display: none;
    }

    #logo{
      width:25%;
      min-width: 200px;
      position: fixed;
      left: 10px;
      top: 15px;
    }

    #three{
      display: none;
    }

    #three_parent{
      background-image: url(/eye_solo.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      margin-top: 95px;
      height: 300px;
      width: 100%;
    }

    .detail{
      display: none;
    }
  }

}
