.disable-dbl-tap-zoom {
  touch-action: manipulation;
}	

body {
	background-color: #283593;
	font-family: monospace, sans-serif;
	font-size: 14pt;

	background: linear-gradient(to left, #283593, #1976d2);
	font-family: 'Montserrat', sans-serif;
}

.container {
	position: absolute;


	color:#fff;
  width: 50%;

  min-width: 360px;

  text-align: center;
    font-size: 13pt;
	
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	

  background: rgba(255, 255, 255, 0.07);
  padding: 1em;

  border-radius: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(100px);
          backdrop-filter: blur(100px);
  box-shadow: 20px 20px 40px -6px rgba(0, 0, 0, 0.3);
  text-align: center;

  -webkit-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;

}

.container::after {
  content: "";
  clear: both;
  display: table;
}



input {
	padding: 5px;
	margin: 8px;
	border: 0px solid #ccc;
    border-radius: 8px;
	font-family: monospace, sans-serif;
	font-size: 14pt;

	

}



input:focus {
  outline: none;
}

input[type=text] {

  width: 80%;
  text-align: right;
  background-color: #ebf2f4;
	-webkit-background-color: rgba(255, 100, 100, 0.1);
	background-color: rgba(255, 100, 100, 0.1);
  color: #fff;
  

  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}



input[type=number] {
	position: absolut;
	width: 80%;
	text-align: center;
	background-color:#efffff;
	box-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #bbbbbb;

  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

}

#horizontal_change, #vertical_change {
	width: 85%;
	text-align: center;
	background-color:#efffff;
	box-shadow: 1px 1px 2px #ffffff, -1px -1px 2px #bbbbbb;
	
	font-size: 12pt;
  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);

}

input:disabled[type=number] {
	width: 85%;
	background-color:#ebf2f4;
	text-align: center;	
	box-shadow: 1px 1px 2px #bbbbbb, -1px -1px 2px #FFFFFF;

  background: transparent;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);	
}


input::placeholder{
	color: #BBB;
}

input[type=text]::placeholder{
	color: #FFF;
}

input.eingabefeld::placeholder{
	color: #BBB;
}

input.eingabefeld {
	text-align: center;
	font-weight: 500;
	
	
}

input[type=submit] {
  background: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 50%;
  
  background: rgba(100, 150, 50, 0.5);
  border: none;
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 25px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  box-shadow: 4px 4px 60px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

input[type=submit]:hover {
  background: #45a049;
  outline: none;
}
input[type=submit]:active {
  background: red;
  outline: none;
}


.col-25-1-l {
  float: left;
  width: 30%;
  margin-left: 1%;
  margin-top: 2px;
  text-align: right;
  border: 0px solid #ccc;

}

.col-25-1-m {
  float: left;
  width: 34%;
  margin-top: 2px;
  text-align: center;
  border: 0px solid #ccc;
}

.col-25-1-r {
  float: left;
  width: 34%;
  margin-top: 2px;
  margin-left: 0px;

  text-align: center;
  border: 0px solid #ccc;  
}

.col-50-3-l {
	position: relative;
	display: block;
  float: left;
  width: 50%;
  margin-top: 10px;
  text-align: center;

}

.col-50-3-r {
	position: relative;
	display: block;
	float: right;
	width: 50%;
	margin-top: 10px;
	text-align: left;
}


.bottom {
  width: 100%;
  float: left;
  margin-top: 10px;
  text-align: center;


}



.arrow{
	position: relative;
	background-image: url("bilder/f3_test.png");
	background-size:contain;
	margin: 0 auto;
	height: 180px;
	width: 150px;

}
.arrow-up{
	position: relative;
	width: 53px;
	height: 53px;
	margin: 0 auto;
	text-align: center;
	text-align: left;
}
.arrow-left{
	position: relative;
	float: left;
	width: 53px;
	height: 53px;
	margin-top: 10px;
	margin-left: 0px;
	text-align: center;
	text-align: left;
}
.arrow-right{
	position: relative;
	float: right;
	width: 53px;
	height: 53px;
	margin-top: 10px;
	margin-right: 0px;
	text-align: center;
	text-align: left;
}
.arrow-down{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 74px;
	width: 53px;
	height: 53px;
	text-align: left;
}



.arrow-link{
	color:lightblue;
	position:relative;
	padding-top:0px;
	top: 0px;
	left: 0px;
	border-color:lightblue;
	text-decoration:none;
	transition:all .3s ease-out;
}

.arrow-link:hover{
	color:blue;
	border-color:blue;
}

#to-up:before{
	content:'▲';
	font-size:45px;
	position:absolute;
	transform: rotate(0deg);
	border:solid 4px white;
	border-radius:40px;
	width:45px;
	height:45px;
	line-height:37px;
	border-color:inherit;
	transition:transform .3s ease-in;
}
#to-up:hover:before{
	transform: rotate(360deg);
}

#to-left:before{
	content:'▲';
	font-size:45px;
	position:absolute;
	transform: rotate(-90deg);
	border:solid 4px white;
	border-radius:40px;
	width:45px;
	height:45px;
	line-height:37px;
	border-color:inherit;
	transition:transform .3s ease-in;
}
#to-left:hover:before{
	transform: rotate(270deg);
}

#to-right:before{
	content:'▲';
	font-size:45px;
	position:absolute;
	transform: rotate(90deg);
	border:solid 4px white;
	border-radius:40px;
	width:45px;
	height:45px;
	line-height:37px;
	border-color:inherit;
	transition:transform .3s ease-in;
}
#to-right:hover:before{
	transform: rotate(450deg);
}

#to-down:before{
	content:'▲';
	font-size:45px;
	position:absolute;
	transform: rotate(180deg);
	border:solid 4px white;
	border-radius:40px;
	width:45px;
	height:45px;
	line-height:37px;
	border-color:inherit;
	transition:transform .3s ease-in;
}
#to-down:hover:before{
	transform: rotate(540deg);
}