.r9-gdpr-container {
	position: fixed;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	top: 0;
	bottom: 20px;
	width : 100vw;
	height: 100vh;
	background-color: rgba(23, 35, 44, 0.7);
	opacity: 0;
	transition: opacity 0.25s;
}

.r9-gdpr-container.show {
	opacity: 1;
	display: flex;
	z-index: 100000;
}

.r9-gdpr-content {
	margin-top: 108px;
	flex: 0 0 auto;
	width: 404px;
	background-color: #fff;
	color: #17232c;
	border-radius: 3px;
	opacity: 1;
	padding: 80px 60px 5px;
	position: relative;
	box-shadow: 0 3px 12px 1px rgba(0,0,0,0.26);
}

.r9-gdpr-close:focus,
.r9-gdpr-content:focus {
	outline: none;
}

.r9-gdpr-body header {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 7px;
	line-height: 32px;
	color: #212a30;
}

.r9-gdpr-body main {
	color: #647585;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.231;
	padding-bottom: 50px;
	padding-top: 16px;
}

.keel button.r9-gdpr-button,
button.r9-gdpr-button {
	cursor: pointer;
	color: #fff;
	background: #0b7b99;
	border-radius: 3px;
	border: none;
	box-shadow: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 46px;
	width: 100%;
}

.keel .r9-gdpr-button:hover,
.r9-gdpr-button:hover {
	background-color: #0a6078;
}

.keel button.r9-gdpr-close,
button.r9-gdpr-close {
	cursor: pointer;
	white-space: nowrap;
	background: none;
	border: none;
	padding: 0;
	display: block;
	color: #0b7b99;
	font-size: 12px;
	font-weight: 600;
	margin: 16px auto;
}

.keel button.r9-gdpr-close:hover,
button.r9-gdpr-close:hover {
	color: #212a30;
}

.keel .r9-gdpr-body footer,
.r9-gdpr-body footer {
	margin-top: 17px;
	text-align: center;
}

.r9-gdpr-fine-print {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 50px;
	font-size: 10px;
	margin: auto;
	line-height: 1.9;
}

.keel .r9-gdpr-fine-print p,
.r9-gdpr-fine-print p {
	margin: 0px;
	color: #212a30;
	font-size: 10px;
}

.keel .r9-gdpr-fine-print a,
.r9-gdpr-fine-print a {
	margin: 0px;
	color: #647582;
	font-size: 10px;
	text-decoration: none;
}

.r9-gdpr-content a:hover {
	text-decoration: none;
}

.r9-gdpr-site-15 button.r9-gdpr-button {
	background-color: #2b9edf;
	background-image: none;
}

.r9-gdpr-site-15 button.r9-gdpr-button:hover {
	background-color: #036d85;
	background-image: none;
}

.r9-gdpr-site-15 button.r9-gdpr-close {
	font-weight: bold;
	color: #2b9edf;
}

.r9-gdpr-site-15 button.r9-gdpr-close:hover {
	color: #191c24;
}

.r9-gdpr-site-138 button.r9-gdpr-button{
	background-color: #191c24;
	font-weight: bold;
}

.r9-gdpr-site-138 .r9-gdpr-body main,
.r9-gdpr-site-138 a.r9-gdpr-privacy-link,
.r9-gdpr-site-138 button.r9-gdpr-close:hover{
	color: #191c24;
}

.r9-gdpr-site-138 button.r9-gdpr-close {
	color: #1e88e5;
}

.r9-gdpr-site-138 button.r9-gdpr-button:hover{
	background-color: #ffc300;
}

.r9-gdpr-site-3 button.r9-gdpr-button{
	background-color: #2b60b1;
	font-weight: 500;
}

.r9-gdpr-site-3 button.r9-gdpr-close {
	color: #1e88e5;
}

.r9-gdpr-site-3 button.r9-gdpr-close:hover {
	color: #191c24;
}

.r9-gdpr-site-3 button.r9-gdpr-button:hover{
	background-color: #1b4481;
	font-weight: 500;
}

@media only screen and (max-width : 568px) {

	.r9-gdpr-content {
		margin-top: 20px;
		width: 320px;
	}
}

@media only screen and (max-width : 320px) {

	.r9-gdpr-content {
		margin-top: 20px;
		width: 300px;
		padding: 60px 40px 5px;
	}

	.r9-gdpr-fine-print {
		padding-top: 40px;
	}
}

.r9-gdpr-site-128 .r9-gdpr-content,
.r9-gdpr-site-130 .r9-gdpr-content,
.r9-gdpr-site-132 .r9-gdpr-content {
	box-sizing: border-box;
}

.r9-gdpr-site-128 header,
.r9-gdpr-site-130 header,
.r9-gdpr-site-132 header {
	background-color: #fff;
	background-image: none;
}

.r9-gdpr-site-128 footer,
.r9-gdpr-site-130 footer,
.r9-gdpr-site-132 footer {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px;
}

body.le-grand-k .r9-gdpr-content,
body.flexi-builder.k4b-themed .r9-gdpr-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.le-grand-k .r9-gdpr-button,
body.flexi-builder.k4b-themed .r9-gdpr-button {
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	font-weight: bold;
}

body.le-grand-k-momondo .r9-gdpr-button,
body.flexi-builder.mm-themed .r9-gdpr-button,
.r9-gdpr-site-128 .r9-gdpr-button,
.r9-gdpr-site-130 .r9-gdpr-button,
.r9-gdpr-site-132 .r9-gdpr-button {
	background-color: #1b93c2;
	font-weight: bold;
}

body.le-grand-k-momondo .r9-gdpr-button:hover,
body.flexi-builder.mm-themed .r9-gdpr-button:hover,
.r9-gdpr-site-128 .r9-gdpr-button:hover,
.r9-gdpr-site-130 .r9-gdpr-button:hover,
.r9-gdpr-site-132 .r9-gdpr-button:hover{
	background-color: #102a8b;
}

body.le-grand-k-momondo .r9-gdpr-close,
body.flexi-builder.mm-themed  .r9-gdpr-button:hover,
.r9-gdpr-site-128 .r9-gdpr-close,
.r9-gdpr-site-130 .r9-gdpr-close,
.r9-gdpr-site-132 .r9-gdpr-close{
	color: #1b93c2;
}
