/*
 * -----------------------------------------------------------------------------
 *  Lucom Interaction Platform
 *  (C) Lucom GmbH, Erkrath. All rights reserved.
 * -----------------------------------------------------------------------------
 */

* {
	box-sizing: border-box;
}

head, body {
	height: 100vh;
	overflow: hidden;
}

body {
	display: flex;
}

.logoff.container {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	height: 100%;
	justify-content: flex-start;
	overflow: hidden;
	width: 100%;
}

.withBGImage {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 0;
	background-image: url('../../images/logonBackground.jpg');
}

.logoff .contentFrame {
	text-align: center;
	background-color: rgba(255,255,255,.75);
	border-color: #CCCCCC;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	direction: ltr;
	font-size: 16px;
	margin: auto;
	max-height: calc(100% - 40px);
	overflow-y: auto;
	padding: 20px;
	text-decoration: none;
	word-spacing: 0;
}

.logoff .contentFrame h2 {
	font-size: 1em;
}

.logoff .contentFrame a {
	font-size: .9em;
	outline: none;
	border-radius: 3px;
	color: #004291;
	text-decoration: none;
}

.logoff .contentFrame a:hover,
.logoff .contentFrame a:focus {
	outline-width: 2px;
	outline-style: solid;
	outline-offset: 2px;
	outline-color: #1A181B;
}

.logoff .contentFrame a:hover {
	text-decoration: underline;
}
