* {
  margin:0;
  padding:0;
}

a:link { color:#000000; text-decoration:none; }
 
a:visited { color:#000000; text-decoration:none; }
 
a:focus { color:#7e7e7e; text-decoration:none; }
 
a:hover { color:#7e7e7e; text-decoration:none; }
 
a:active { color:#7e7e7e; text-decoration:none; }

p {
  font-family: arial, verdana, tahoma, helvetica, sans-serif;
}

body{
  min-width:1000px;
}

#main{
  position: absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  //border:solid 1px red;
  z-index:-1;
  min-width:1024px;
  min-height:685px;
}

#logo{
  background-image:url(../images/Loregco-logo.png);
  background-repeat:no-repeat;
  width:500px;
  height:273px;
  margin:auto;
}

#logo2{
  background-image:url(../images/Loregco-logo_klein.png);
  background-repeat:no-repeat;
  width:183px;
  height:100px;
  margin:20px;
}

#login{
  margin-top:300px;
  margin-left:auto;
  margin-right:auto;
  width:400px;
}

#RegLog{
  -webkit-border-top-left-radius:50px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius : 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  width:400px;
  height:50px;
}

#reglog{
  margin-top:300px;
  margin-left:auto;
  margin-right:auto;
  width:750px;
}

#Reg{
  float:left;
  width:350px;
  height:350px;
  text-align:center;
  margin:10px;
  border: 0px solid #D6D6D6;
  border-right-width: 1px;
}

#Log{
  float:left;
  width:350px;
  height:350px;
  text-align:center;
  margin:10px;
  border: 0px solid #D6D6D6;
  border-left-width: 1px;
}

#chatfeld{
  position: absolute;
  top:160px;
  bottom:37%;
  width:430px;
  border: 0px solid #D6D6D6;
  border-right-width: 1px;
}

#videofeld{
  position: absolute;
  left:30px;
  top:65%;
  bottom:20px;
  width:400px;
  z-index:-1;
}

#videofeldplock{
  position: absolute;
  left:30px;
  top:65%;
  bottom:20px;
  width:400px;
  z-index:1;
}

#folienfeld{
  position: absolute;
  top:160px;
  bottom:20px;
  right:30px;
  left:450px;
  border: solid 1px black;
}

select{
  width: 320px;
  height: 30px;
  padding: 5px;
  color: #757575;
  text-align: center;
  text-align-last: center;
}


//select .menu { color: #000000; text-align:center; }
option{
  color: #000000;
  
}

#selectfeld{
  margin:10px;
  display: inline-block;
	outline: none;
  cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
  
  height:30px;
  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em 1em 0em 0em;                 
	-moz-border-radius: 1em 1em 0em 0em;
	border-radius: 1em 1em 0em 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border:1px solid #c0bebe;
  background-color: #efefef; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -moz-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -ms-linear-gradient(top, #efefef, #d6d6d6);
}

#selectfeld:hover{
  margin:10px;
  display: inline-block;
	outline: none;
  cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
  
  height:30px;
  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em 1em 0em 0em;                 
	-moz-border-radius: 1em 1em 0em 0em;
	border-radius: 1em 1em 0em 0em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border:1px solid #c0bebe;
  background-color: #c2c0c0; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2c0c0), to(#bebebe));
  background-image: -webkit-linear-gradient(top, #c2c0c0, #bebebe);
  background-image: -moz-linear-gradient(top, #c2c0c0, #bebebe);
  background-image: -ms-linear-gradient(top, #c2c0c0, #bebebe);
}

#eingabefeld{
  margin:10px;
  display: inline-block;
	outline: none;
  cursor: text;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
  width:300px;
  height:30px;
  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border:1px solid #c0bebe;
  background-color: #efefef; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -moz-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -ms-linear-gradient(top, #efefef, #d6d6d6);
}

#buttonfeld{
  margin:10px;
  display: inline-block;
	outline: none;
  cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
  width:300px;
  height:30px;
  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border:1px solid #c0bebe;
  background-color: #efefef; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#d6d6d6));
  background-image: -webkit-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -moz-linear-gradient(top, #efefef, #d6d6d6);
  background-image: -ms-linear-gradient(top, #efefef, #d6d6d6);
}

#buttonfeld:hover{
  margin:10px;
  display: inline-block;
	outline: none;
  cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 16px/100% Arial, Helvetica, sans-serif;
  width:300px;
  height:30px;
  
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 1em; 
	-moz-border-radius: 1em;
	border-radius: 1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
  border:1px solid #c0bebe;
  background-color: #c2c0c0; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c2c0c0), to(#bebebe));
  background-image: -webkit-linear-gradient(top, #c2c0c0, #bebebe);
  background-image: -moz-linear-gradient(top, #c2c0c0, #bebebe);
  background-image: -ms-linear-gradient(top, #c2c0c0, #bebebe);
}









.icon {
  min-width: 10vh;
  opacity: .6;
  
  /* Center the content */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  
  transition: all .25s cubic-bezier(.59, -0.26, .33, 1.42);
}

.icon:hover {
  opacity: 1;
  /*transform: scale(1.4);
  filter: blur(15px);*/
}

.play {
  opacity: 1;
}

.pause {
  opacity: 1;
}

.hidden {
  opacity: 0;
}

.stroke-bg {
  stroke: #4c4c4c;
}

.stroke {
  stroke-dasharray: 145;
  stroke-dashoffset: 145;
  animation: dash 15s linear infinite paused;
}

@keyframes dash {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: 145;
  }
}





