/* planungshelfer style */
	

a{	
	color:#0084c7;
	text-decoration: none;
}
a:hover{	
	color:#000;
	text-decoration: none;
}
h1, h2, h3, h4, p{
	color:#fff;
}
h1{
	font-size: 35px;
	font-weight: 100;
	
  
	font-family: Frutigerltstd, Arial;
}
h2{
	font-size: 20px;
	font-weight: 300;
	display: inline-block;
	font-family: Frutigerltstd, Arial;

}
h3{
	font-size:20px;
	font-weight:900;
	
 }
 h4{
	font-size:18px;
	font-weight:bold;
 }

p{
	font-size:17px;
	font-weight: 300;
}
:focus  { outline: 0; }
strong{
	color:#7b7b7b;
}
html, body{
	
	color:#fff;
	font-family: "Roboto",sans-serif;
	font-weight: 400;
	background-color:#555555;
	/*background-image: url("../img/screen.jpg");
	background-position: center;  Center the image 
	background-repeat: no-repeat;  Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	font-size:13px;
	line-height: 1.2;

	width   : 100%;
	height  : 100%;
	margin  : 0;
	padding : 0;
;
}


.maintext{
	 font-size: 16px;
	 font-weight:900;
 }


.noSelect {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.noSelect:focus {
    outline: none !important;
}

.popup{

	width:500px;
	height:auto;
	z-index:999;
	margin:300px auto;
	font-size:18px;
	background: rgba(9,105,172,0.6);
	padding:50px;
	display:none;
	
}
.popup button{
	padding: 20px;
  background-color: #056099;
  color: #fff;
  border-radius: 10px;
  border: 5px;
  border-color:#000;
  cursor: pointer;
  font-size:20px;
}
#popupCont{

	backdrop-filter: blur(5px);
	width:100%;
	height:100%;
	position:fixed;
	display:none;
	z-index:999;

}




#ladebalke{
		height:10px;
		top:300px;
		width: auto;
		float:left;
		background-color: #3f929f;
}
#usage_pc{
	height:480px;
	width: 640px;
	margin: 0% auto;
	background-image: url("../svg/mouse_animation.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
}
#usage_touch{
	height:480px;
	width: 640px;
	margin: 0% auto;
	background-image: url("../svg/touch_animation.png");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
}


#renderCanvas {
	width   : 100%;
	height  : 100%;
	user-select: none;
	touch-action: none;
	background-color:transparent;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#customLoadingScreenDiv{
	background-color: #262626;
	/*background-image: url("../img/screen.jpg");*/
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	color: white;
	font-size:30px;
	text-align:center;
}





/* bildcontainer */
#innertext{
	height:50px;
	width: 300px;
	margin: 5% auto;
}
/* textcontainer */
#innertadv{
	position:fixed;
	bottom:100px;
	width:100%;
	height:80px;
	border:0px solid;
	text-align: center;
}
#innertadv p{
	font-size:25px;
}




.center{

	position:relative;
	display:block;
	width:500px;
	margin:0px auto;
		display:flex;
	align-items:center;
	flex-direction: column;
}
#Cookiebanner{
	position:fixed;
	top:0px;
	width:100%;
	height:100%;
	z-index:999;
	background: rgba(9,105,172,0.5);
}
#cookienotice{
	padding:20px;
	height:200px;
	width:100%;
	position:fixed;
	bottom:0px;
	margin:0px auto;
	background-color:#fff;

}
#cookienotice p{
	color:#000;
	font-size:20px;
}
#cookienotice a{
	
	font-weight: 900;
}
input[type="submit"] {
  padding: 40px;
  background-color: #056099;
  color: #fff;
  border-radius: 10px;
  border: 5px;
  border-color:#000;
  cursor: pointer;
  font-size:20px;
}


#devOrientation{
	position:fixed;
	top:150px;
	width:100%;
	height:100%;
	overflow:hidden;
	display:none;
	background: rgba(45,45,45,0.1);
	padding:50px;
	backdrop-filter: blur(10px);

}


h1, p {
 clear: Left;
}

#trans1{
	z-index:10;
	width:100%;
	height:100%;
	background-image: url("../img/screen2.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	display:none;
}
.bez{

	margin-left:-300px;
	margin-top:0px;
}


#appLogoCont{
	background-image: url("../img/logo_anwendung.png");*/
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */	
	width:165px;
	height:85px;
	float:left;
	margin:25px;
	cursor: pointer;
}


/*----------------------------- FLEX HOME -------------------------------------------*/

#overview{

	position:absolute;
	top:15%;
            left: 50%;
            transform: translate(-50%, 0); /* Zentrieren */
	max-width:1250px;
	
	height:auto;

	display:none;
	background: rgba(45,45,45,0.1);
	
	padding:30px;

	backdrop-filter: blur(10px);

}
#overview H1{
	padding:20px;

}
#closeOverview{

	width:70px;
	height:70px;
	position:absolute;
	right:0px;
	top:0px;
	transition: transform 250ms;
	padding:20px;
	cursor: pointer;

}
#closeOverview img{
	width:100%;
}
#closeOverview:hover {

    transform: scale(1.2);
}

.flex-container {

  display: flex;
	flex-wrap: wrap;

  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;

}
.product-tile {
  
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 500px;
	flex-flow: row wrap;

	max-width:350px;

  margin: 0 12px 24px;
  border: 0px;

}
.product-tile img {
  width: 100%;
  box-shadow: 0px 0px 15px 0px #4F4F4F;
  transition: transform 250ms;
}
.product-tile img:hover {
  
  
  transform: scale(1.05);
}





/*----------------------------- Navigation -------------------------------------------*/

#mainMenu{
	position:fixed;
	background-color:#fff;
	width:100%;
	z-index:999;
	
}

#menuwrap{

	float:right;
	width:100px;
	margin-right: 6%;
	height:100%;
	margin-top:50px;
}
.menucenter{

	position:relative;
	margin:0px auto;
	border:0px solid #000;
	width:200px;
	height:60px;

}
/* Style The Dropdown Button */
.dropbtn {
	background-image: url("../img/menubtn.png");
	width:50px;
	height:50px;
	border: none;
	cursor: pointer;

}
.dropbtn:hover{
	background-image: url("../img/menubtn_close.png");*/
	color: #000;
}
.dropbtn:active{
	background-image: url("../img/menubtn_close.png");*/
	color: #000;
}

.dropbtn {
	transition: transform 250ms;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	padding-left:50%;
	width:150px;
	height:180px;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  right:100px;
  margin-left:0px;
  background-color: #f9f9f9;
  width: 640px;/* pc */
  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;

}
.dropdowncat{


	background-color: #F1f1f1;
	
	align-items:center;

}
.dropdowncat p{
	padding-left:15%;
}


.listItem{
  background-image: url("../img/klappbar_pfeil.png");
  background-repeat: no-repeat;
	background-position:-30px 50%;
}



.dropdownblock{

	border-bottom:1px solid;
	border-color: #9e9e9e;
}

/* Links inside the dropdown */
.dropdown-content a {
  padding-left: 10px;
  text-decoration: none;
  display: block;
  color:#0084c9;
  font-size:18px;
  border-bottom: 0px solid#0084c9;
  background-color:transparent;
}

.dropdown-content p {
  text-decoration: none;
  display: block;
  font-size:18px;
  color:#585858;
  
}




.dropdown_selected{

	background-color: #dbd9d9;/* grau */
	color:#0969ac;/* triflex blau */

}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: transparent;/* grau */
	color:#000;/* triflex blau */
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
    transform: scale(1.2);
  	opacity: 0.5;
}
.dropdown:hover .dropdown-content {

    animation: einblenden 0.5s;
    -moz-animation: einblenden 0.5s; /* Für Firefox */
    -webkit-animation: einblenden 0.5s; /* Für Safari und Chrome */
    -o-animation: einblenden 0.5s; /* Für Opera */
}

@keyframes einblenden {
    from { opacity:0; }
    to { opacity:1; }
}

@-moz-keyframes einblenden { /* Für Firefox */
    from { opacity:0; }
    to { opacity:1; }
}

@-webkit-keyframes einblenden { /* Für Safari und Chrome */
    from { opacity:0; }
    to { opacity:1; }
}

@-o-keyframes einblenden { /* Für Opera */
    from { opacity:0; }
    to { opacity:1; }
}




/*
			CSS INFOPOINTS MENU
*/

.scrollmenu{
	display:none;
	position:fixed;
	bottom:140px;
	height:140px;
	width:100%;
}
.scrollSubmenu{
	display:none;
	position:fixed;
	bottom:0px;
	height:140px;
	width:100%;
}
.container {
	background-color: #ececec;
	overflow: auto;
	white-space: nowrap; 
  width:100%;
  height:140px;  
} 
.container a {
	display: inline-block;
	text-decoration: none;
	border:1px solid#dfdfdf;
	padding: 40px;
	font-size: 23px;
	align-items:center;
}


@media (hover: hover) and (pointer: fine) {
	.scrollmenu{
		bottom:90px;
		height:90px;
	}
	.scrollSubmenu{
		height:90px;
	}
	.container {
	  height:90px;  
	} 
	.container a {
		padding: 20px;
		font-size: 20px;
	}
}

.scroll {
	white-space: nowrap; /* [1] */
	overflow-x: auto; /* [2] */
	-webkit-overflow-scrolling: touch; /* [3] */
	-ms-overflow-style: -ms-autohiding-scrollbar; /* [4] */ 
}

/* [5] */
.scroll::-webkit-scrollbar {
	display: none; 
}














.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}


















