body {
	display: block;
	font-family: verdana, arial, sans-serif;
}

.outer {
	background:
		url('/images/background.jpg') no-repeat center center fixed;
	/* Firefox 3.6+ */
	-moz-background-size: 100%;
	/* Safari 3.1+ & Chrome 4.0+ */
	-webkit-background-size: 100%;
	/* Opera 9.6+ */
	-o-background-size: 100%;
	/* Modern browsers */
	background-size: 100%;
	background-position: center;
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
}

.win-scroll {
	box-sizing: border-box;
}

#lightbox {
	margin-top: clamp(40px, 4vw, 40px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	max-width: 440px;
	width: calc(100% - 40px);
	padding: 44px;
	margin-bottom: 28px;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
	min-width: 320px;
	min-height: 338px;
	overflow: hidden;
}

.lightbox-cover {
	background-color: white;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-webkit-transition: all .5s ease-in;
}

.banner-logo {
	max-height: 36px;
	vertical-align: middle;
	border: 0;
}

.redirect-type-block {
	text-align: center;
	margin: 0;
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.root-page-text-block {
	top: 45%;
}

.no-js-content {
	min-width: 440px;
	padding-top: 1em;
}

.middle {
	vertical-align: middle;
	display: table-cell;
	background-color: rgba(0, 0, 0, 0.55);
}

.redirect-type-block.error-text {
	top: 50%;
	min-width: 465px;
	font-size: smaller;
}

.attribute-release-lightbox {
	min-height: 500px;
	width: calc(100% - 10px);
}

h1.attribute-release-header {
	font-weight: 100;
	font-size: initial;
}

h1.attribute-release-header>.service_name {
	font-weight: 600;
}

.attribute-release-block {
	font-size: small;
}

table.table-attribute-release {
	width: 100%
}

table.table-attribute-release,
th {
	border: 1px solid;
	border-collapse: collapse;
	vertical-align: top;
}

table.table-attribute-release,
tr,
td {
	border: 0px;
	vertical-align: top;
}

table.table-attribute-release,
td {
	font-size: 9pt;
}

input[type="submit"] {
	color: #fff;
	border-color: transparent;
	background-color: #0067b8;
	display: block;
	width: auto;
	min-width: 100px;
	min-height: 35px;
}

.attribute-release-buttons {
	text-align: center;
	margin-top: 5%;
	display: inline-flex;
	width: -webkit-fill-available;
	align-items: center;
	justify-content: center;
}

#privCheckBox {
	float: left;
	margin-right: 0.5em
}

.consent-duration-header {
	font-size: inherit;
}

input[name="_eventId_AttributeReleaseRejected"] {
	color: #000;
	background-color: #d2d2d2;
	margin-right: 5em;
}

#no-remember-warning {
	color: red;
}

#remember-warning-unchecked {
	color: red;
	display: block;
}

.bottom-bar {
	position: fixed;
	bottom: 0px;
	right: 0px;
	height: 28px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: right;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.bottom-bar>a {
	cursor: pointer;
	color: white;
	font-size: 12px;
	line-height: 28px;
	white-space: nowrap;
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	text-decoration: none;
}

.bottom-bar>a:last-of-type {
	margin-right: 24px;
}

.bottom-bar>a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 640px) {
	#lightbox {
		min-width: 100%;
		min-height: 100%;
		margin-top: 0px;
		top: 0px;
		position: absolute;
		overflow-x: visible;
	}

	.middle {
		vertical-align: baseline;
	}

	.bottom-bar {
		background-color: white !important;
		align-items: flex-start !important;
		justify-content: flex-start !important;
	}

	.bottom-bar>a {
		color: gray !important;
	}

	.bottom-bar>a:first-of-type {
		margin-left: 24px !important;
	}
}

.cookie-policy-lightbox {
	min-height: 500px;
	width: calc(100% - 10px);
}

h1.cookie-policy-header {
    margin-top: 20px;
	font-size: initial;
}

h1.cookie-policy-header>.service_name {
	font-weight: 600;
}

.cookie-policy-block {
	font-size: small;
}