html, body {
	margin: 0;
	padding: 0;
}

body{
	background-color:#236228;
	color:#236228;
	font-family: "VAGRundschriftD V1";
	font-weight: 100;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffffff;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #ffffff;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: #ffffff;
}

.hide {
	display: none;
}

.body-bkg {
	background-image: url("../images/body-bkg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
}

.wrapper {
	width: 100%;
	height: 100vh;
	background-image: url("../images/wrapper-bkg.webp");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.3;
	position: absolute;
}

.fullscreen{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
}

#one-column-content{
	background-image: url("../images/whossa-web-mobile.png");
	width:1125px;
	height:10620px;
}

#one-column-scale{
	transform-origin: top left;
}

#two-column-content{
	background-image: url("../images/whossa-web-browser.jpg");
	width:4500px;
	height:10911px;
	position:relative;
}

#two-column-scale{
	transform-origin: top left;
}

header {
	height: 40px;
	text-align: center;
	padding: 5px 15px 15px 15px;
	position: relative;
	z-index: 2;
}

header .logo img {
	width: 180px;
}

header .header-wrapper {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
}

.form h3 {
	margin: 0;
	padding: 0;
}

.form {
	background-color: #236229;
	color: #ffffff;
	font-size: 28px;
	letter-spacing: 1px;
	width: 100%;
	max-width: 400px;
	padding: 30px;
	margin: 5% auto 0 auto;
	position: relative;
	z-index: 2;
	border: 4px solid #b2c035;
	border-radius: 20px;
}

.form input {
	font-size: 20px;
	width: calc(100% - 20px);
	height: 40px;
	margin: 20px 0;
	border: 2px solid #ffffff;
	border-radius: 18px;
	background-color: #236229;
	color: #ffffff;
	padding: 0 10px;
}

.form button {
	min-width: 100px;
	display: block;
	margin: 0 0 0 auto;
	padding: 10px 20px;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #bac44a;
	border-radius: 20px;
	background-color: #bac44a;
	color: #ffffff;
}

.error {
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	color: #b2c035;
}

.language {
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #ffffff;
	margin-top: 13px;
}

.language:hover {
	cursor: pointer;
}

.language svg {
	fill: #ffffff;
	width: 12px;
	margin-top: 8px;
}

.language .options {
	float: right;
	margin-left: 26px;
	margin-top: 4px;
}

.language .options li {
	display: flex;
	margin-bottom: 20px;
}

.language .options li img {
	width: 24px;
	height: 24px;
	margin-left: 8px;
	margin-top: -5px;
}

@media only screen and (max-device-width: 480px) {
	[id*="one-fullscreen"] {
		display:block;
	}
	[id*="two-fullscreen"] {
		display:none;
	}
}

@media only screen and (min-device-width: 480px) {
	[id*="one-fullscreen"] {
		display:none;
	}
	[id*="two-fullscreen"] {
		display:block;
	}
}

a{
	cursor:pointer;
}

.loader{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background-color:#2c6830;
}

.loading{
	color:white;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size:50px;
}

.thankyou {
	border: 2px solid #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 28px;
	color: #ffffff;
	width: 100%;
	max-width: 600px;
	margin: 100px auto;
	padding: 30px;
	border-radius: 10px;
	text-shadow: 2px 2px #000000;
	letter-spacing: 1px;
}
