#cookie-notice * {
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#cookie-notice {
	position: fixed;
	min-width: 100%;
	/* height: 100%;
	min-height: 100%; */
	/* z-index: 100000; */
	z-index: 3000000000;
	font-size: 16px;
	line-height: 1.5rem;
	text-align: left;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.7);
	display: flex;
	/* align-items: center; */
	align-items: flex-end;
	justify-content: center;
	bottom: 0;
}

#cookie-notice.cn-animated {
	-webkit-animation-duration: 0.5s !important;
	-khtml-animation-duration: 0.5s !important;
	-moz-animation-duration: 0.5s !important;
	-ms-animation-duration: 0.5s !important;
	-o-animation-duration: 0.5s !important;
	animation-duration: 0.5s !important;
	-webkit-animation-fill-mode: both;
	-khtml-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

#cookie-notice.cn-animated.cn-effect-none {
	-webkit-animation-duration: 0.001s !important;
	-khtml-animation-duration: 0.001s !important;
	-moz-animation-duration: 0.001s !important;
	-ms-animation-duration: 0.001s !important;
	-o-animation-duration: 0.001s !important;
	animation-duration: 0.001s !important;
}

.cn-position-top {
	top: 0;
}

.cn-position-bottom {
	bottom: 0;
}

.cookie-notice-container {
	display: block;
	z-index: 2;
	padding: 3rem;

	text-align: left;
	width: 100%;
	/* height: 100%; */
	/* max-width: 600px; */
	/* max-height: calc(90vh - 3rem); */
	/*max-width: 100%;
	max-height: 100%;
	/* background-color: #fff; */
	background-color: #fefefe;
	color: #000;
    /* border: .25rem solid #000000; */
    /* border-radius: 12px; */
	/* max-width: 1270px;
	max-height: 668px; */
	/* min-height: 50%; */
	box-shadow: #000 0px 3px 12px 1px;
	overflow-y: auto;
	background-image: url('/wp-content/uploads/2024/03/cookies_crop.png.webp');
	background-repeat: no-repeat;
	background-size: calc(55% - 90px);
	background-position: right -11rem top 3rem;
	padding: 1rem;
}
@media screen and (min-width: 1200px) {
	.cookie-notice-container {
		background-size: calc(36% - 90px);
		background-position: right -8rem top 1rem;
	}
}
@media screen and (max-width: 900px) {
	.cookie-notice-container {
		background-image: none;
		max-height: 50%;
	}
}
.cookie-notice-container::before {
	content: '';
	display: inline-block;
	background-image: url('/wp-content/uploads/2024/03/Logo-skygge_crop.png');
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 2.5 / 1;
	/* aspect-ratio: 303 / 199 auto; */
	/* margin-bottom: 2rem; */
	min-width: 200px;
	max-width: 200px;
	/* margin-right: auto; */
	/* width: 100%; */
}
.cn-notice-title {
	display: inline-flex;
	margin-right: auto;
	align-items: center;
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
	width: 100%;
}

#cookie-notice.part-screen {
	bottom: 0;
	top: auto;
	height: auto;
	padding: 0;
	margin: 0;
	min-height: 50%;
	min-height: 340px;
	align-items: flex-end;
}
#cookie-notice.part-screen .cookie-notice-container {
	max-width: 900px;
	max-height: 467px;
}

.cookie-revoke-container {
	padding: 15px;
	width: 100%;
	z-index: 1;
}

#cookie-notice.cookie-notice-hidden,
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
	display: none;
}

#cookie-notice .cookie-revoke-container {
	display: block;
}

#cookie-notice.cookie-revoke-hidden,
#cookie-notice.cookie-revoke-hidden .cookie-revoke-container {
	display: none;
}
#cookie-notice.cookie-notice-visible {
	display: flex !important;
}

#cn-notice-text {
	display: block;
	
	/*margin-bottom: 1rem;*/
}
@media screen and (min-width: 901px) {
	#cn-notice-text {
		padding-right: 40dvw;
	}
}
#cn-notice-buttons {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 1.5rem;
	padding-top: 1rem;
	position: relative;
}
#cn-notice-buttons::before {
	content: '';
	width: calc(100% + 2rem);
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	left: -1rem;
	top: 0;
	position: absolute;
}
#cn-notice-buttons:has(> .sleek-style) {
	flex-wrap: nowrap;
	gap: 1rem;
}
#cn-notice-buttons > a {
	margin-top: .5rem;
}
.cn-settings-opener {
	color: #000;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	text-decoration: none;	
}
.cn-settings-opener:hover {
	color: #000;
	text-decoration: none;
}

.cn-settings-opener::after {
	content: '';
	border: solid #000;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: .75rem;
	-webkit-transition: all .1s ease-out;
	-khtml-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;	
	-webkit-transform: rotate(45deg);	
	-khtml-transform: rotate(45deg);	
	-moz-transform: rotate(45deg);	
	-ms-transform: rotate(45deg);	
	-o-transform: rotate(45deg);	
	transform: rotate(45deg);
}
.cn-settings-opener.opened::after {
	-webkit-transform: rotate(-135deg);	
	-khtml-transform: rotate(-135deg);	
	-moz-transform: rotate(-135deg);	
	-ms-transform: rotate(-135deg);	
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-bottom: -5px;
}

article.active-setting {
	text-align: left;
}
#cn-notice-settings {
	height: 0px;
	-webkit-transition: all .3s ease-out;
	-khtml-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	overflow: hidden;
}
#cn-notice-settings.open {
	height: 200px;
	/* overflow-y: auto; */
}
#cookie-notice.part-screen #cn-notice-settings.open {
	height: 174px;
}
#cn-notice-settings.open.overflowit {
	overflow-y: auto;
}

.cn-settings-content {
	display: flex;
	justify-content: center;
	margin-top: 2rem;
}
.cn-settings-cookies-links {
	height: 100%;
	width: 33.3333%;
}
.cn-settings-cookies-links a {
	display: flex;
    padding: .5625rem .5rem;
    cursor: pointer;
    background-color: #f5f5f5;
    color: #000;
    /* border-right: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-decoration: none;
    z-index: 1;
    font-size: 14px;
    align-items: center;
    justify-content: flex-start;
    line-height: 1;
    text-decoration: none;
}
.cn-settings-cookies-links a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.cn-settings-cookies-links a:first-child {
	border-top: 1px solid #ccc;
}
.cn-settings-cookies-links a.active-setting {
	background-color: #fff;
    width: calc(100% + 1px);
	border-right: none;
    position: relative;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #000;
}
.cn-settings-cookies-links a input[type="checkbox"] {
	z-index: 10;
	margin: 0;
	padding: 0;
	margin-right: .5rem;
	cursor: pointer;
}
.cn-settings-cookies-links a input[type="checkbox"].always-checked {
	cursor: not-allowed;
}

.cn-settings-cookies-texts {
	height: 100%;
	min-height: 166px;
	width: 66.66666%;
	border: 1px solid #ccc;
	padding: .425rem .5rem;
	color: #888;
	background-color: #fff;
}
#cookie-notice.part-screen .cn-settings-cookies-texts {
	min-height: 140px;
}
.cn-settings-cookies-texts > article {
	display: none;
	font-size: 14px;
	line-height: 1.5rem;
	white-space: pre-wrap;
}
.cn-settings-cookies-texts > article.active-setting {
	display: block;
}

.cn-close-icon {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7.5px;
	width: 15px;
	height: 15px;
	opacity: 0.5;
}

.cn-close-icon:hover {
	opacity: 1;
}
.cn-close-icon:before, 
.cn-close-icon:after {
	position: absolute;
	content: ' ';
	height: 15px;
	width: 2px;
	background-color: #fff;
}
.cn-close-icon:before {
	transform: rotate(45deg);
}
.cn-close-icon:after {
	transform: rotate(-45deg);
}

#cookie-notice .cn-revoke-cookie {
	margin: 0;
}

.cn-notice-title:empty {
	display: none;
}

.cn-button,
.cn-button:hover,
.cn-button.wp-default,
.cn-button.wp-default:hover,
.cn-button.bootstrap,
.cn-button.bootstrap:hover {
	box-shadow: none;
	text-decoration: none;
}

/* #cookie-notice .cn-button {
	margin-left: 10px;
}
 */
.cn-button.button {
	/*padding: .25rem 1rem;*/
	padding: 0.7rem 1rem;
	background-color: #1a1a1a;
	color: #fff;
	border-radius: .25rem;
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	outline: none;
	color: #fff;
	width: 190px;
	border-radius: 30px;
}
.cn-button:visited {
	color: #fff;
}
.cn-button:not(:first-of-type) {
	margin-left: 1rem;
}
.cn-button.button.sleek-style {
	background-color: #111;
	color: #fff;
	font-weight: 600;
  font-family: "Dosis",-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif;
	border-radius: 4px;
	letter-spacing: 1px;
	max-width: 100%;
	width: calc(100% / 3);
	margin-left: 0;
	margin-right: 0;
}
.cn-button.button.sleek-style ~ .cn-settings-opener {
	display: none;
}

/*.cn-button:hover {
	background-color: #000000;
}*/
.cn-button.cn-set-cookie {
	background-color: #fff;
	border: 1px solid #bbb;
	color: #000;
	padding: 0.8rem !important;
	font-size: 14px;
	letter-spacing: 0.042rem;
}
.cn-button.cn-set-cookie:hover {
	background-color: #aaa;
	border: 1px solid #bbb;
}
/*#cn-accept-cookie.cn-button.cn-set-cookie {
	background-color: #a7a7a7;
	border: 1px solid #a7a7a7;
}
#cn-accept-cookie.cn-button.cn-set-cookie:hover {
	background-color: #777;
}
#cn-refuse-cookie.cn-button.cn-set-cookie {
	background-color: #a00101;
	border: 1px solid #a00101;
}*/
#cn-acceptall-cookie.cn-button.cn-set-cookie:not(.sleek-style) {
	background-color: #208514;
	border: 1px solid #208514;
	color: #fff !important;
}
#cn-acceptall-cookie.cn-button.cn-set-cookie:not(.sleek-style):hover {
	background-color: #16670c;
}

#cn-refuse-cookie {
	order: -1;
}

#cn-accept-cookie {
	/* position: relative; */
}
/* #cn-accept-cookie:has(> #cn-expand-cookie) {
	pointer-events: none;
} */

#cn-expand-cookie {
/* 	z-index: 2;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: none; */
	display: inline-flex;
	margin-top: 0.5rem;
	margin-bottom: 0;
	line-height: 24px;
	text-transform: none;
}
#cn-expand-cookie ~ #cn-accept-cookie {
	display: none;
}
.cn-more-info {
	/*margin-left: 1rem;*/
	text-decoration: underline;
}

#cookie-notice.cookie-notice-visible.cn-effect-none,
#cookie-notice.cookie-revoke-visible.cn-effect-none {
	-webkit-animation-name: fadeIn;
	-khtml-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

#cookie-notice.cn-effect-none {
	-webkit-animation-name: fadeOut;
	-khtml-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-fade,
#cookie-notice.cookie-revoke-visible.cn-effect-fade {
	-webkit-animation-name: fadeIn;
	-khtml-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-ms-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

#cookie-notice.cn-effect-fade {
	-webkit-animation-name: fadeOut;
	-khtml-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
	-ms-animation-name: fadeOut;
	-o-animation-name: fadeOut;
	animation-name: fadeOut;
}

#cookie-notice.cookie-notice-visible.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-effect-slide{
	-webkit-animation-name: slideInUp;
	-khtml-animation-name: slideInUp;
	-moz-animation-name: slideInUp;
	-ms-animation-name: slideInUp;
	-o-animation-name: slideInUp;
	animation-name: slideInUp;
}

#cookie-notice.cn-effect-slide {
	-webkit-animation-name: slideOutDown;
	-khtml-animation-name: slideOutDown;
	-moz-animation-name: slideOutDown;
	-ms-animation-name: slideOutDown;
	-o-animation-name: slideOutDown;
	animation-name: slideOutDown;
}

#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,
#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideInDown;
	-khtml-animation-name: slideInDown;
	-moz-animation-name: slideInDown;
	-ms-animation-name: slideInDown;
	-o-animation-name: slideInDown;
	animation-name: slideInDown;
}

#cookie-notice.cn-position-top.cn-effect-slide {
	-webkit-animation-name: slideOutUp;
	-khtml-animation-name: slideOutUp;
	-moz-animation-name: slideOutUp;
	-ms-animation-name: slideOutUp;
	-o-animation-name: slideOutUp;
	animation-name: slideOutUp;
}

.cookie-button {
	display: block;
	margin-bottom: 1rem;
}
#cookie-button {
	display:none;
}

@media all and (max-width: 900px) {
	.cookie-notice-container {
		padding: 1.75rem;
	}
	
	#cn-notice-buttons:has(> .sleek-style) {
		/* flex-wrap: wrap; */
		margin-bottom: 1rem;
	}
	#cookie-notice.part-screen .cookie-notice-container {
		max-height: 1000px;
		padding: 1.25rem;
	}

	.cookie-notice-container #cn-notice-text {
		display: block;
		margin-bottom: 5px;
		max-height: 109px;
        overflow: auto;
		mask: linear-gradient(to top, transparent, black 50px, black);
        padding-bottom: 30px;
	}
	#cookie-notice .cn-button:not(.sleek-style) {
		/*margin-left: 5px;
		margin-right: 5px;*/
		width: 158px;
	}

	#cookie-notice.part-screen {
		/*top: 25%;*/
		/*height: 75%;*/
	}
	.cn-settings-opener {
		margin-top: 1.5rem !important;
	}
	.cn-settings-content {
		margin-top: 0.2rem;
	}
	#cookie-notice.part-screen #cn-notice-settings.open {
		margin-top: 0.75rem;
	}
	#cookie-notice.part-screen #cn-notice-settings.open {
		height: 247px;
	}
}

@media all and (max-width: 767px) {
	.cn-button.button.sleek-style {
		width: 100%;
	}
	#cn-notice-buttons:has(> .sleek-style) {
		flex-wrap: wrap;
		gap: 0.5rem;
	}
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInUp {
	from {
		-webkit-transform: translate3d(0, 100%, 0);
		-khtml-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@keyframes slideOutDown {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, 100%, 0);
		-khtml-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		-khtml-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes slideOutUp {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		-khtml-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	to {
		visibility: hidden;
		-webkit-transform: translate3d(0, -100%, 0);
		-khtml-transform: translate3d(0, -100%, 0);
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}