@charset "UTF-8";


																		/*Allgemein*/
footer, header {
  display: block;
}
html, body, h1, h2, h3, ul, li, a, p, 



* {
  margin: 0;
  padding: 0;
}

.tags {
  position: fixed;
  z-index: -1500;
  color: rgba(0,0,0);
}

body {
  min-width: 640px;
  min-height: 360px;
  width: 100%;
  height: 100%;
  max-width: 1920px;
  max-height: 1080px;
  background-color: rgba(0,0,0,1);
  font-family: Helvetica, Arial, sans-serif;
  float: left;
  font-size: 20px;
}

#intro_video_button_groß {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%; 
  height: 100vh;
  z-index: 51;
  opacity: 0;
}

#intro_video_groß {
  position: fixed;
  top: 0%;
  left: 4%;
  width: 92%;
  height: 90vh;
  padding: 5vh 0 5vh 0;
  background-color: rgba(0,0,0,1);
  box-shadow: 0px 0px 300px 50px rgba(0,0,0,1);
  z-index: 50;
}

#intro_video_klein {
  width: 100%;
  height: 60vh;
}

article {
  background-color: white;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  word-wrap: break-word;
  box-shadow: 0px 0px 50px 5px black
}

article a {
  color: black;
}

.counter{
  float: right;
  margin-top: 3vw;
  margin-right: -14vw;
  background-color: white;
  color: black;
  font-size: 12px;
}
																		/*Allgemein*/




																		/*Background*/
																					/*Background-Video*/
.background-wrap {
  position: fixed;
  z-index: -1000;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

#video-bg-elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.bg-shadow {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: -900;
  background-color: rgba(0,0,0,0.5);
}
																					/*Background-Video*/
.background {
  position: fixed;
  width: auto;
  height: auto;
  max-width: 1920px;
  max-height: 1080px;
  opacity: 0.5;
  z-index: -3;
}

																				/*mini-Game*/
.zelle1 {
  position: fixed;
  width: 4.17vw;
  height: 6.94vh;
  margin-left: 56.9%;
  margin-top: 39.5%;
  opacity: 0;
}

.zelle2 {
  position: fixed;
  width: 2.87vw;
  height: 4.63vh;
  margin-left: 31%;
  margin-top: 17%;
  opacity: 0;
}

.zelle3 {
  position: fixed;
  width: 2.76vw;
  height: 4.9vh;
  margin-left: 83.2%;
  margin-top: 30.3%;
  opacity: 0;
}

.zelle4 {
  position: fixed;
  width: 1.56vw;
  height: 2.78vh;
  margin-left: 38.5%;
  margin-top: 30.55%;
  opacity: 0;
}

.zellen {
  position: fixed;
  max-width: 100%;
  height: auto;
  z-index: -2;
  display: none;
}
																				/*mini-Game*/
																		/*Background*/




																		/*Banner*/
.banner {
  position: fixed;
  min-width: 640px;
  width: 100%;
  height: 50px;
  max-width: 1920px;
  background-color: #ffffff;
  z-index: 3;
  box-shadow: 0px 5px 50px 5px black;
}

ul {
  list-style-type: none;
  overflow: hidden;
}

.ul_banner {
  margin-left: 5vw;
}

li {
  width: 100px;
  height: 50px;
  float: left;
  padding: 0px 0px;
  text-align: center;
  font-size: 20px;
  font-variant: normal;
  font-weight: bold;
}

li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0px 5px;	
}

.hover li a:link, a:visited {
  display: block;
  text-decoration: none;
  color: black;
  padding: 0px 5px;
}

.hover a:hover {
  background-color: rgba(225,225,225,0.5);
  height: 50px;
}

.active a {
  background-color: rgba(0,0,0,0.75);
  height: 50px;
  color: white;
}

																				/*language*/
.lang {
  float: right;
  margin-right: 5vw;
}

.dropbtn {
  height: 50px;
  width: 90px;
  cursor: pointer;
  border: none;
  background-color: white;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
}

.dropdown-content a {
  text-decoration: none;
  display: block;
  height: 40px; 
  width: 90px; 
  padding-top: 16px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.hover2:hover {
  background-color: rgba(225,225,225,0.5);
}
																				/*language*/
																		/*Banner*/

																		
																		
																		
																		/*Produkte*/
#bauteile {
  background-color: white;
  height: 100%;
  width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  display: inline-block;
}

.image_groß {
  position: fixed;
  display: none;
  margin-left: 12%;
  margin-top: 2%;
  width: 75.5%;
  height: 93%;
  z-index: 3;
  border: 1px solid rgb(0,0,0);
  box-shadow: 0px 0px 150px 30px rgb(0,0,0);
  cursor: pointer;
}

.vergrößern {
  position: absolute;
  width: 33.5vw;
  height: 45vh;
  margin-top: 16vh;
  margin-left: 8vw;
  z-index: 2;
  cursor: pointer;
}

																				/*rota-header*/
.rota {
  background-color: white;
  font-size: 2vw;
  height: 2.55vw;
  text-align: center;
  width: 89.1vw;
  margin-top: 3vh;
  margin-bottom: 7vh;
  padding-top: 0.75vh;
  border-top: 1px solid rgb(0,0,0);
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgb(0,0,0);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.75);
  overflow: hidden;
}

#rota0 {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,1);
  margin-right: 3.5vw;
  border: solid 1px;
  padding: 0.3vw;
}

.rota1 {
  cursor: pointer;
  margin-right: 3.5vw;
  padding: 0.3vw;
  border: 1px solid rgb(255,255,255);
  opacity: 0.6;
}

.rota2 {
  cursor: pointer;
  margin-right: 3.5vw;
  padding: 0.3vw;
  border: 1px solid rgb(255,255,255);
  opacity: 0.2;
}
																				/*rota-header*/
																				/*content*/

.imagebox {
  height: 45vh;
  width: 33.5vw;
  margin-left: 8vw;
  float: left;
}

.image {
  height: 45vh;
  width: 33.5vw;
}

.info {
  position: relative;
  height: auto;
  width: 30vw;
  font-size: 1.25vw;
  float: left;
  margin-left: 2vw;

}

.beschreibung {
  height: auto;
  width: 73vw;
  font-size: 1.25vw;
  float: left;
  margin: 20px 0px 4% 8vw;
}

.Pro-video {
  width: 29vw;
  height: 33vh;
  margin-left: 22.5vw;
}
																				/*content*/
																				/*left-button*/
.left_aside {
  width: auto;
  height: 11.5vh;
  position: fixed;
  top: 50vh;
  left: 2%;
  border-radius: 2em 0px 0px 2em;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
  cursor: pointer;
}

.left_aside:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8)
}

.left {
  width: auto;
  max-height: 100%;
}
																				/*left-button*/
																				/*right-button*/
.right_aside{
  width: auto;
  height: 11.5vh;
  position: fixed;
  top: 50vh;
  right: 2%;
  border-radius: 0px 2em 2em 0px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
  cursor: pointer;
}

.right_aside:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8)
}

.right {
  width: auto;
  max-height: 100%;
}
																				/*right-button*/
																		/*Produkte*/




																		/*Einführung*/
#einführung {
  background-color: white;
  height: 100%;
  width: auto;
  margin-left: 5vw;
  margin-right: 5vw;
  display: inline-block;
  overflow: hidden;
}

#start_notiz {
  float: left;
  margin: 3vh 6.5vw 15vh 6.5vw;
}

#auswahl_2_klein {
  display: none;
}

#auswahl_2_groß {
  display: none;
}

#auswahl_3_raum {
  display: none;
}

#auswahl_3_wohnung {
  display: none
}

#auswahl_3_etagen {
  display: none;
}

#auswahl_3_gebäude {
  display: none
}

																				/*Start_left*/
#links_header {
  width: 35vw;
  font-size: 4vh;
  text-align: center;
  margin: 7vh 0px 2vh 5vw;
  float: left;
}

.links_img {
  width: 35vw;
  height: 55vh;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
  border: solid 1px;
  border-radius: 50px;
  cursor: pointer;
  float: left;
  text-align:center;
  margin-left: 5vw;
}

#links_txt {
  margin-top: 3vh;
  margin-left: 6.5vw;
  float: left;
}

.links_img:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
																				/*Start_left*/
																				/*Start_right*/
#rechts_header {
  width: 35vw;
  font-size: 4vh;
  text-align: center;
  margin: 7vh 5vw 2vh 0px;
  float: right;
}

.rechts_img {
  width: 35vw;
  height: 55vh;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.8);
  border: solid 1px;
  border-radius: 50px;
  cursor: pointer;
  margin-right: 5vw;
  float: right;
  text-align:center;
}

#rechts_txt {
  margin-top: 3vh;
  float: right;
}

.rechts_img:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.8);
}
																				/*Start_right*/
																				/*Auswahl_1*/
#back_1 {
  margin-top: 3.5vh;
  margin-left: -2.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  color: rgb(216,216,216);
  display: none;
  float: left;
  position: absolute;
  font-size: 2.2vw;
  cursor: pointer;
  border-radius: 2vw 0px 0px 2vw;
  background-color: white;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
}

#back_1:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8)
}

.auswahl_1 {
  background-color: white;
  height: 2.95vw;
  width: 89vw;
  margin-top: 3vh;
  box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.75);
}

.klein {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: left;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}

.groß {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: right;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}
																				/*Auswahl_1*/
																				/*Auswahl_2*/
																						/*a*/
#back_2_a {
  margin-top: 12.5vh;
  margin-left: -2.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  Text-align: center;
  color: rgb(216,216,216);
  display: none;
  float: left;
  position: absolute;
  font-size: 2.2vw;
  cursor: pointer;
  border-radius: 2vw 0px 0px 2vw;
  background-color: white;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
}

#back_2_a:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8)
}

.auswahl_2_a {
  background-color: white;
  height: 2.95vw;
  width: 89vw;
  margin-top: 3vh;
  box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.75);
}

.raum {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: left;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}

.wohnung {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: right;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}
																						/*a*/
																						/*b*/
#back_2_b {
  margin-top: 12.5vh;
  margin-left: -2.5vw;
  padding-left: 0.5vw;
  padding-right: 0.5vw;
  Text-align: center;
  color: rgb(216,216,216);
  display: none;
  float: left;
  position: absolute;
  font-size: 2.2vw;
  cursor: pointer;
  border-radius: 2vw 0px 0px 2vw;
  background-color: white;
  box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.8);
}

#back_2_b:hover {
  box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.8)
}

.auswahl_2_b {
  background-color: white;
  height: 2.95vw;
  width: 89vw;
  margin-top: 3vh;
  box-shadow: 0px 0px 60px 10px rgba(0,0,0,0.75);
}

.etagen {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: left;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}

.gebäude {
  width: 50%;
  height: 2.55vw;
  padding-top: 0.75vh;
  float: right;
  cursor: pointer;
  font-size: 2vw;
  text-align: center;
}
																						/*b*/
																				/*Auswahl_2*/
																				/*Content*/
																						/*Intro*/
.intro {
  margin: 8vh 5vw 0vh 5vw;
}
																						/*Intro*/
																						/*Begriffserklärung*/
.begriff {
  margin-top: 10vh;
  padding: 0.25vh 30vw 0.25vh 10vw;
  float: left;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.begriff_txt {
  margin: 3vh 30vw 0vh 10vw;
  float: left;
}
																						/*Begriffserklärung*/
																						/*Beispiel*/
.gegeben {
  margin-top: 10vh;
  padding: 0.25vh 10vw 0.25vh 30vw;
  float: right;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.gegeben_txt {
  margin: 3vh 10vw 0vh 40vw;
  float: right;
}

.gegeben_img {
  margin: -45vh 0vw 0vh 7vw;
  float: left;
}
																						/*Beispiel*/
																						/*Konfiguration*/
.konfig {
  padding: 0.25vh 30vw 0.25vh 10vw;
  float: left;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  
}

.konfig_txt {
  margin: 3vh 30vw 3vh 10vw;
  float: left;
}

																						/*Konfiguration*/
																						/*Aufbau*/
.aufbau {
  margin-top: 10vh;
  padding: 0.25vh 10vw 0.25vh 25vw;
  float: right;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.aufbau_txt {
  margin: 3vh 10vw 0vh 40vw;
  float: right;
}

.aufbau_img {
  margin: -60vh 0vw 0vh 10vw;
  float: left;
}
																						/*Aufbau*/
																						/*Erweitern*/
.erweitern {
  margin-top: 5vh;
  padding: 0.25vh 30vw 0.25vh 10vw;
  float: left;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.erweitern_txt {
  margin: 3vh 30vw 35vh 10vw;
  float: left;
}
																						/*Erweitern*/
																						/*Ergebnis*/
.ergebnis {
  margin-right: 20vw;
  padding: 0.25vh 20vw 0.25vh 20vw;
  float: right;
  font-size: 1.75vw;
  border-top: 1px solid rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
}

.ergebnis_img {
  margin-top: 2vh;
  padding-right: 23vw;
  float: right;
}

.ergebnis_txt {
  margin: 0vh 0vw 20vh 0vw;
  padding-left: 31.5vw;
  padding-right: 28.5vw;
  float: right;
}
																						/*Ergebnis*/
																				/*Content*/
																		/*Einführung*/




																		/*Baustelle*/
.papier{
  display: relative;
  background-color: white;
  border-style: solid;
  border-width: 2px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15%;
  height: 650px;
  width: 600px;
  box-shadow: 0px 0px 50px 5px black;
}

.text {
  display: absolute;
  font-family: "Times New Roman", Times, serif;
}

.baustelle {
  display: absolute;
  height: 400px;
  width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
																		/*Baustelle*/




																		/*Footer*/
footer {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  height: auto;
  min-width: 640px;
  width: 100%;
  box-shadow: 0px 0px 50px 10px rgba(0,0,0,0.9);
  overflow:hidden;
  left: 0px;
  text-align: center;
}

.social {
  float: center;
  width: 350px;
  height: 70px;
  margin-top: 1%;
  padding-top: 12px;
  padding-bottom: 1%;
  border-bottom-style: solid;
  border-color: white;
  display: inline-block;
}



#twitter {
  width: 60px;
  height: 60px;
  margin-left: 60px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: white;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#twitter:hover {
  box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
}

#youtube {
  width: 60px;
  height: 60px;
  margin-left: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: white;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#youtube:hover {
  box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
}

#google {
  width: 60px;
  height: 60px;
  margin-left: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
  background-color: white;
  border-radius: 50px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

#google:hover {
  box-shadow: 0px 0px 10px 3px rgba(255,255,255,1);
}

.footer {
  width: auto;
  height: auto;
  margin-top: 2%;
  display: inline-block;
}

#Impressum {
  color: white;
  width: auto;
  margin-left: 20px;
  font-size: 18px;
}

#Impressum a {
  color: white;
}

#Imprint {
  color: white;
  width: auto;
  margin-left: 40px;
  font-size: 18px;
}

#Imprint a {
  color: white;
}

#Datenschutz {
  color: white;
  width: auto;
  margin-left: 15px;
  font-size: 18px;
}

#Datenschutz a {
  color: white;
}

#Privacy {
  color: white;
  width: auto;
  margin-left: 13px;
  font-size: 18px;
}

#Privacy a {
  color: white;
}

#Rechtliches {
  color: white;
  width: auto;
  margin-left: 19px;
  font-size: 18px;
}

#Rechtliches a {
  color: white;
}

#Legal {
  color: white;
  width: auto;
  margin-left: 48px;
  font-size: 18px;
}

#Legal a {
  color: white;
}

#PlentySoft {
  color: white;
  width: auto;
  font-size: 18px;
  cursor: default;
}

#PlentySoft a {
  color: white;
}
																		/*Footer*/