* {
  font-family: Montserrat;
}

body  {
  /*background-image: url("img_zurich_wp.jpg");
  -webkit-background-size: cover;
    -moz-background-size: cover;*/

  /*background-color: #a4a6a6;*/
  background: linear-gradient(#4d4c4a, #61605e 95%) no-repeat center center fixed;
  /*background-size: cover;*/
  background-size: 100vw 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
  
  

.overlay {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:linear-gradient(#ffffff, #a3a3a3 99%) no-repeat center center fixed;
	opacity:1;
	filter:saturate(0.7);
}

h1 {
	
	color:#ff0000; 
	font-size:18px;
	font-family:Montserrat;
	font-weight: lighter;
}

p {
	font-family: Montserrat;
	font-size:12px;
}

/* Set a style for all buttons */
button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: 1px dashed #9256a8;
  cursor: pointer;
  width: 100%;
  -webkit-box-shadow: 2px 4px 15px 5px rgba(176,176,176,0.83); 
  box-shadow: 2px 4px 15px 5px rgba(176,176,176,0.83);
  -moz-box-shadow: 2px 4px 15px 5px rgba(176,176,176,0.83);
  /*border-radius:50%;*/
  height:300px;
  width:300px;
  left:42vw;
  top:35vh;
}

button:hover {
  opacity: 0.8;
}
a:link{
	color:#FF9B00;
}

.container {
  font-family: Montserrat;
  font-size: 120pt;
  color:#5c5952;
  position: absolute;
  top:70%;
  left:50%;
  letter-spacing:0px;
  border:1px dashed red;
  border-radius:50%;
  width:350px!important;
  height:350px!important;
  transform: translate(-50%,-50%);
  text-shadow: 4px 4px 10px #8a8884;
  background-color:transparent;
}

.child {
  height: 200px;
  /*background-color:gray;*/
  width:350px;
  text-align:right;
  border:1px solid red;
  padding-top:50px;
  margin-top:50px;
  background-color:transparent;
}

/*.child:hover {
	background: linear-gradient(45deg, red, orange, yellow, green, blue, indigo, violet, red);
	transition-duration: 0.6s;
	transition-delay: 0.5s;
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/


.footer {
  font-family: Montserrat;
  font-size: 9px;
  color:#c4842f;
  position: absolute;
  bottom:.5%;
  left:5%;
  text-align: center;
}

form {
  position:absolute;
  left:37.5vw;
  top:15vh;
  width:25vw;
  height:60vh;
  background-color: red; /* For browsers that do not support gradients */
  background-image: conic-gradient(red, yellow, green);
  border-radius:5px;
  /*border:2px solid red;*/
  box-shadow: 13px 13px 29px -1px rgba(91,160,206,0.57);
  -webkit-box-shadow: 13px 13px 29px -1px rgba(91,160,206,0.57);
  -moz-box-shadow: 13px 13px 29px -1px rgba(91,160,206,0.57);
  z-index:100;
}

#form1 {
	display:none;
}


label {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	min-width:70px;
	display:inline-block; /* https://stackoverflow.com/questions/10816853/css-label-width-not-taking-effect */
}

input[type=button], input[type=submit], input[type=reset], input[type=text], input[type=password] {
  background-color: transparent;
  width:70%;
  border: none;
  color: #fff;
  padding: 8px 8px;
  text-decoration: none;
  margin: 10px 0vw;
  cursor: pointer;
  font-size:12px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.form-group {
	position:relative;
	top:7vh;
	left:1vw;
	width:90%;
	height:45vh;
	/*border:1px solid blue;*/
}

.form-button {
	width:50%;
	position: absolute;
	right: 0;
	top: 50%;
}

/* from https://de.w3docs.com/tools/code-editor/4360*/
.form-select {
	width:70%;
    height: 30px;
    font-size: 12px;
	padding: 0px 4px;
	margin: 10px 0vw;
    color: white;
    background-color: transparent;
	border:none;
}


#clock{
	position:absolute;
	top:.2vh;
	right:0vw;
	width:3vw;
	color:#c4842f;
	font-size:10px;
	font-family: Montserrat;
}

.clock2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #17D4FE;
    font-size: 60px;
    font-family: Montserrat;
    letter-spacing: 7px;
   


}


/*
 * adopted from https://codepen.io/fronthendrik/pen/RYOVzP
 *
 */

.block {
  position: absolute;
  top:-100px;
  left:0%;
  height:40vh;
  width:30vw;
  background: linear-gradient(#4d4c4a, #61605e 95%) no-repeat center center fixed;
}

.shadow {
  
  &:before, &:after {
    content:'';
    position: absolute;
    top:-2px;
    left:-2px;
    width:calc(100% + 4px);
    height:calc(100% + 4px);
    background: linear-gradient(
      45deg, 
      #fb0094, 
      #0000ff, 
      #00ff00, 
      #ffff00, 
      #ff0000, 
      #fb0094, 
      #0000ff, 
      #00ff00, 
      #ffff00, 
      #ff0000
    );
    background-size: 400%;
    z-index:-1;
    animation: shadow 20s linear infinite;
  }
  
  &:after {
    top:-8px;
    left:-8px;
    width:calc(100% + 16px);
    height:calc(100% + 16px);    
    filter:blur(24px);
    opacity:0.9;
  }
  
}

@keyframes shadow {
  0% {
    background-position: 0 0;
  }
  50.01% {
    background-position: 200% 0;
  }
  100% {
    background-position: 0 0;
  }
}