@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

/* Schirftart */


/* scrollbar */

::-webkit-scrollbar {
	width: 15px;
}


/* Track */

::-webkit-scrollbar-track {
	background: #EBE2D38C;
}


/* Handle */

::-webkit-scrollbar-thumb {
	background: #EBE2D3;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #EBE2D3;
}

html,
body,
button,
input,
select {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
}

body {
	background-color: #ACA69B;
}

b,
em {
	font-weight: bold;
}

#top {
	background-color: white;
	height: 25%;
	min-height: 175px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#middle {
	height: 50%;
	min-height: 250px;
	background-image: url(../images/Fotolia_106659074_L.jpeg);
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

#bottom {
	height: 25%;
	min-height: 175px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.header {
	color: #707070;
	font-size: min(7.5vh, 8vw);
	padding-top: 25px;
	padding-bottom: 25px;
}

#login-logo {
	/* height: 65%; */
	height: min(10vw, 125px);
}

#side-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: -25px 10px;
	position: absolute;
	right: 1%;
	top: 1%;
}

#language-select {
	display: flex;
	align-items: center;
	padding: 0;
	/* margin: -25px; */
}

.language-link {
	padding: 3px 10px;
	text-decoration: none;
	display: block;
}

#gpm-logo {
	height: min(10vw, 125px);
}

#info {
	font-size: min(3.5vw, 20px);
	text-align: center;
}

a {
	color: #00000082;
	white-space: nowrap;
}

.info-small {
	color: #00000082;
	font-size: min(2.5vw, 15px);
	padding-top: 15px;
	display: flex;
}

#link-list {
	font-size: min(1.6vh, 2.6vw);
	color: #00000082;
	display: flex;
	align-items: center;
	padding: 5px;
}

.site-info-link {
	padding: 5px;
}

.site-info-link a:link {
	text-decoration: none;
}

.site-info-link a:visited {
	text-decoration: none;
}

.site-info-link a:hover {
	text-decoration: underline;
}

.site-info-link a:active {
	text-decoration: underline;
}

#bottom-body {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
}

#login-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: min(500px, 90%);
}

.login-input {
	font-size: 20px;
	box-shadow: 0px 3px 6px #00000029;
	height: 35px;
	width: 100%;
	padding: 0 25px;
	margin-top: 10px;
	border: 0px solid;
	outline: none;
}

#login-button {
	color: white;
	background-color: #004985;
	font-size: 25px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 25px;
	border: none;
	cursor: pointer;
}

.password-reset {
	padding-top: 5px;
}

#bottom-footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}