[data-omcookie-panel-show] {
	cursor: pointer;
}
/*.om-cookie-panel {
	position: fixed;
	left: -1000%;
	bottom: 0;
	display: flex;
	align-items: center;
	transform: translateY(100%);
	width: 100%;
	padding: 0.5em 1em;
	box-shadow: 0 0 1em rgba(0,0,0,0.5);
	font-size: 0.875em;
	line-height: 1.1;
	color: #FFFFFF;
	background-color: #0075A9;
	opacity: 0.9;
	z-index: 9999;
	transition: transform 0.5s, left 0s linear 0.5s;
}
.om-cookie-panel.active {
	position: fixed;
	left: 0;
	right: 0;
	transform: translateY(0);
	transition: transform 0.5s, left 0s;
}
.om-cookie-panel a,
.om-cookie-panel a:hover {
	color: inherit;
	text-decoration: underline;
}
.om-cookie-panel p {
	margin: 0;
}
.om-cookie-panel > div {
	padding: 0 1em;
}
.om-cookie-panel .cookie-panel__description {
	padding: 1em 0;
	flex: 1;
}
.om-cookie-panel button,
.om-cookie-panel__popup button {
	padding: 0.5em 1em;
	font-size: inherit;
}
.om-cookie-panel .button_blue {
	color: #0075A9;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.om-cookie-panel .button_blue:hover {
	color: #002E43;
	background-color: #FFFFFF;
}
.om-cookie-panel .button_gray {
	background-color: transparent;
	border: 1px solid #FFFFFF;
}
.om-cookie-panel .button_gray:hover {
	background-color: #002E43;
}
*/

.om-cookie-panel {
	position: fixed;
	top: 0;
	left: -10000%;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	opacity: 0;
	z-index: 10000;
	transition: opacity 0.2s, left 0s linear 0.2s;
}
.om-cookie-panel.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s, left 0s;
}
.om-cookie-panel h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.75em;
}
.om-cookie-panel .cookie-panel__settings {
	position: relative;
	width: 45rem;
	max-width: 90%;
	max-height: 90%;
	padding: 1rem 2rem;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	overflow: auto;
	background-color: #FFFFFF;
	box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.2);
	border-radius: 0.1875rem;
}
.om-cookie-panel .cookie-panel__settings .cookie-panel__checkbox-wrap {
	margin-bottom: 1em;
}
.om-cookie-panel .cookie-panel__settings .checkbox_stylewrap {
	margin-right: 0.5em;
}
.om-cookie-panel:not(.detail) .cookie-panel__settings .cookie-panel__selection > form,
.om-cookie-panel:not(.detail) .cookie-panel__settings .cookie-panel__button-save,
.om-cookie-panel.detail .cookie-panel__settings .cookie-panel__button-settings,
.om-cookie-panel:not(.detail) .cookie-panel__settings > .cookie-panel__description-switch {
	display: none;
}
.om-cookie-panel .cookie-panel__settings .cookie-panel__selection .cookie-panel__description-switch {
	float: right;
	font-size: 0.8em;
	cursor: pointer;
}
.om-cookie-panel .cookie-panel__settings > .cookie-panel__description-switch {
	display: none;
}
.om-cookie-panel .cookie-panel__settings .cookie-panel__selection .cookie-panel__description {
	display: none;
	font-size: 0.8em;
	margin-left: 2.325em;
}
.om-cookie-panel .cookie-panel__settings .cookie-panel__description ul {
	
}
.om-cookie-panel .cookie-panel__link {
}
.om-cookie-panel .cookie-panel__selection {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.om-cookie-panel .cookie-panel__selection form {
	width: 100%;
}
.om-cookie-panel .cookie-panel__selection .cookie-panel__button-save {
	margin-left: auto;
}
.om-cookie-panel .cookie-panel__selection,
.om-cookie-panel .cookie-panel__link,
.om-cookie-panel .cookie-panel__settings > .cookie-panel__description-switch {
	margin-bottom: 1rem;
}
.om-cookie-panel .cookie-panel__attribution {
	border-top: 1px solid;
	padding-top: 0.5em;
	color: #CCCCCC;
}
.om-cookie-panel .cookie-panel__attribution a,
.om-cookie-panel .cookie-panel__attribution a:hover {
	color: inherit;
	font-size: 0.75em;
}
.om-cookie-panel button {
	padding: 0.25em 0.75em;
}
.om-cookie-panel .button_blue {
	color: #FFFFFF;
	background-color: #0075A9;
	border: 1px solid #0075A9;
}
.om-cookie-panel .button_blue:hover {
	background-color: #002E43;
}
.om-cookie-panel .button_gray {
	border: 1px solid;
	background: transparent;
	color: inherit;
}
.om-cookie-panel .button_gray:hover {
	background-color: #CCCCCC;
}

.om-cookie-panel__reopen {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9998;
	transform: translateX(-100%);
	transition: transform 0.5s;
}
.om-cookie-panel__reopen.visible,
.om-cookie-panel__reopen:hover {
	transform: translateX(0%);
}
.om-cookie-panel__reopen::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	border-style: solid;
	border-width: 0 2em 2em 0;
	border-color: transparent transparent #EAEAEA #EAEAEA;
	transform: translateX(100%);
	transition: transform 0.5s;
}
.om-cookie-panel__reopen button {
	height: 2em;
	font-size: 1em;
	background-color: #EAEAEA;
	color: #777777;
	border: 0 none;
}
.om-cookie-panel__reopen button:hover {
	background-color: #EAEAEA;
}

@media(max-width:1023px) {
}

@media(max-width:767px) {
	.om-cookie-panel button {
		display: block;
		width: 100%;
		margin-bottom: 0.5em;
	}
}

@media(max-width:639px) {
	.om-cookie-panel .cookie-panel__settings p {
		margin-left: 0;
	}
	.om-cookie-panel .cookie-panel__link {
		float: none;
		margin-left: 0;
	}
}
@media(max-width:479px) {
	.om-cookie-panel button {
		margin-top: 0.5em;
	}
	.om-cookie-panel .cookie-panel__settings .cookie-panel__selection .cookie-panel__description-switch {
		display: none;
	}
	.om-cookie-panel .cookie-panel__settings > .cookie-panel__description-switch {
		display: block;
		cursor: pointer;
	}
}
