@charset "utf-8";
.cookiepopupbox .cookiesettingbox{
	max-width: 560px;
	margin:auto;
	border-radius: 4px;
	padding: var(--padding);
	outline: 1px solid white;
}
.cookiepopupbox{
    z-index: 999999997;
}
.cookiesettingbox {
    font-size: 16px;
    line-height: 1.3em;
}
.cookiesettingbox,
.cookiesettingbox  div{
    box-sizing: border-box;
}
.cookiesettingbox  a{
    color: currentColor;
    text-decoration: none;
}
.cookiesettingbox {
    position: relative;
    background: var(--ci-color);
    color: white;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 0.5em;
}
.cookiesettingbox .cookiesection span[onclick]{
    text-decoration: underline;
    cursor: pointer;
}
.cookiesettingbox .buttons{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1em;
}

.cookiesettingbox .buttons .button,
.unlockbox .button{
    border: solid 1px;
    padding: 0.5em 0.75em;
    border-radius: 4px;
    width: fit-content;
    width: -moz-fit-content;
    cursor: pointer;
}

.cookiesettingbox .buttons > *{
   transition: color 0.3s, background 0.3s;
}

.cookiesettingbox .button.closepopupbox{
	display: none;
}
.cookiepopupbox .cookiesettingbox .button.closepopupbox{
	display: block;
}
.cookiesettingbox, .cookiesettingbox .intro{
	display: none;
}
.cookiepopupbox .cookiesettingbox .intro{
	display: block;
}
.cookiesettingbox, .cookiesettingbox .slugs{
	display: block;
}
.unlockbox .button{
	background: var(--bg-color);
	color: var(--color);
	display: flex;
	justify-content: center;
	text-align: center;
}
.cookiesettingbox .intro .buttons .button.acceptall{
    background: #ffffff;
    color: black;
}
.cookiesettingbox .intro .buttons .button.acceptall:hover{
     background: #000000;
    color: white;
}
.cookiesettingbox .slugs .buttons .button.acceptall{
    border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.cookiesettingbox .slugs .buttons .button.denyall{
    border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-right: -1px;
}

.buttons .button:not(last-child){
    margin-right: 1em;
}
.cookiepopupbox .cookiesettingbox .showhidecont{
    display: none;
}
.cookiesettingbox[show-slugs]  .showhidecont{
    display: block;
}
.cookiesettingbox .slugs > .text:first-child{
	display: none;
}
.cookiepopupbox .cookiesettingbox .slugs > .text:first-child{
	display: block;
}
.cookiepopupbox .cookiesettingbox[show-slugs] .slugs > .text:first-child{
    display: none;
}
.cookiesettingbox .sluglistel{
    margin-bottom: 1em;
    width: 100%;
}
.cookiesettingbox .sluglistel:first-child .switchbutton{
   display: none;
}
.cookiesettingbox .slugrow:first-child{
    display: flex;
}
.cookiesettingbox .slugrow:not(:first-child) > *{
    display: inline;
}
.cookiesettingbox .slugrow:first-child{
    margin-bottom: 0.25em;
}
.cookiesettingbox .slugrow:not(:first-child){
    font-size: 0.75em;
line-height: 1.2em;}
.cookiesettingbox .slugrow .propname{
    padding-right: 0.25em;
}
.cookiesettingbox .switchbutton {
    width:auto;
    display: flex;
}
.cookiesettingbox .switcherbox {
    width: 2em;
    border: solid 1px;
    border-radius: 1em;
    height: 1em;
    box-sizing: content-box;
    cursor: pointer;
    margin-top: auto;
    margin-bottom: auto;
}
.cookiesettingbox  .switcherbox .switcher{
    width: 1em;
    height: 1em;
    border-radius: 1em;
    margin-right: auto;
    margin-left: 0;
    border: solid 1px;
    background: transparent;
    transition: margin-left 0.3s, background 0.3s;
}
.cookiesettingbox  .switchbutton[switch-state="on"] .switcherbox .switcher{
    margin-left: calc(100% - 1em);
    background: currentColor;
}

.cookiesettingbox .switchbutton:after{
    content: attr(statetext-off);
    margin-left: 0.25em;
}
.cookiesettingbox .switchbutton[switch-state="on"]:after{
    content: attr(statetext-on);
}

/* UNLOCKBOX  */
.unlockbox {
	position: sticky;
	left: 0;
	top: 0;
	width: 100%;
	min-width: calc(100%);
	min-height: 100%;
	color: white;
	--color: white;--bg-color: black;
	background: rgb(117 138 147);
	--cookies-unlock-bg-stripe-color-1: #373737;
	--cookies-unlock-bg-stripe-color-2: #313131;
	--cookies-unlock-bg-stripe-width: 6px;
	background: repeating-linear-gradient(45deg, var(--cookies-unlock-bg-stripe-color-1), var(--cookies-unlock-bg-stripe-color-1) var(--cookies-unlock-bg-stripe-width),  var(--cookies-unlock-bg-stripe-color-2) var(--cookies-unlock-bg-stripe-width),  var(--cookies-unlock-bg-stripe-color-2) calc(var(--cookies-unlock-bg-stripe-width) * 2));
	padding: 1em;
	box-sizing:
	border-box;
	overflow-y: auto;
	font-size: 14px;
	line-height: 16px;
	display: flex;
	flex-direction: column;
	row-gap: 1em;
}
.unlockbox > *{
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.unlockbox > *:first-child{
	margin-top: auto;
}
.unlockbox > *:last-child{
	margin-bottom: auto;
}
p > iframe:not([src]) {
	height:0;
}
p > .unlockbox {
	position: relative;
}

.unlockbox a:not(.button){
	color: inherit;
	text-decoration: underline;
}
.unlockbox .message{
	line-height: 18px;
	font-size: 15px;
}
.unlockbox .unlockbuttons{
	display: flex;
	column-gap: 1em;
}
.unlockbox .small{
	position: relative;
	display: block;
}
.unlockbox .small small{
	line-height: 14px;
	font-size: 12px;
}