.joCookie-more-container {
	display: none;
	font-size: 16px;
}
.joCookieManagment {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    max-height: 100%;
    overflow: auto;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.joCookie-overflow {
    overflow: hidden;
}
.joCookie-logo {
	width: 151px;
    height: 49px;
    margin: 0 auto;
}
.joCookie-info {
    text-align: center;
}
.joCookie-content {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
}
.joCookie-title{
	font-size: 40px !important;
	font-weight: 900;
	margin: 40px 0 20px 0;
	color: #ffffff;
}
.joCookie-desc{
	font-size: 16px;
	margin-bottom: 40px;
	color: #ffffff;
}
.joCookie-desc a,
.joCookie-impressum a{
	text-decoration: underline;
	color: white;
}
.joCookie-container {
	padding: 15px 15px 0 15px;
}
.joCookie-checkbox {
    display: flex;
	margin: 50px 270px 50px 330px;
}
.joCookie-checkbox .joCookie-chk-item {
	margin-right: 40px;
}
.joCookie-more-btn {
    position: relative;
	cursor: pointer;
	font-weight: 900;
    text-align: right;
    padding-right: 22px;
    width: 50%;
    float: right;
	color: white;
}
.joCookie-btn-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0 150px;
}
.joCookie-btn-con .joCookie-btn.joCookie_save,
.joCookie-btn-con .joCookie-btn.joCookie_saveall {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-align: center;
	color: #ffffff;
    cursor: pointer;
    border: 1px #ffffff solid;
    padding: 20px;
    text-transform: uppercase;
	font-weight: 900;
}
.joCookie-btn-con .joCookie-btn.joCookie_save{
	color: #ffffff;
    border: 1px #ffffff solid;
}
.joCookie-btn.joCookie_save{
	margin-right: 20px;
}
.joCookie-btn.joCookie_saveall{
	margin-left: 20px;
}
.joCookie-btn-con .joCookie-btn.joCookie_saveall {
	background-color: #ffffff;
	color: rgb(0, 0, 0);
}
.joCookie-impressum{
	width: 50%;
    float: left;
}
.joCookie-imp-more-con{
	font-size: 14px;
    margin-bottom: 50px;
}
.joCookie-back-btn {
	text-align: center;
    background-color: #28a745;
    color: white;
    cursor: pointer;
}
.joCookie-tabs a,
.joCookie-tabs a:hover {
	color: black;
}
.joCookie-chk-item input[type="checkbox"] {
    display:none;
}
.joCookie-chk-item label {
    position: relative;
	display: flex;
	color: white;
	font-size: 18px;
}
.joCookie-chk-item input[type="checkbox"] + label::before {
}
.joCookie-chk-item input[type="checkbox"] + label::after {

}
.joCookie-box-effect {
    display: inline-block;
    position: relative;
    background-color: transparent;
    width: 25px;
    height: 25px;
    border: 2px solid #dcdcdc;
    border-radius: 10%;
	margin: 0 10px 0 0;
}
.joCookie-box-effect:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 8px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
}
.joCookie-box-effect:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: #ffffff;
    position: absolute;
    transform: rotate(305deg);
    top: 14px;
    left: 9px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
}
.joCookie-chk-item input[type="checkbox"]:checked+label .joCookie-box-effect::before {
    width: 5px;
}
.joCookie-chk-item input[type="checkbox"]:checked+label .joCookie-box-effect::after {
    width: 10px;
}
/* .joCookie-chk-item input[type="checkbox"]:checked+label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #8cad2d;
} */
.joCookie-more-btn:not(.active)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
}
.joCookie-more-btn.active::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
}
.joCookie-more-container-item-header{
	font-weight: 900;
	color: white;
}
.joCookie-more-container-item-desc{
	margin: 20px 0 70px 0;
	color: #ffffff;
}
.joCookieManagment.joDayNight{
    background-color: rgb(255 255 255 / 0.9);
}
.joDayNight .joCookie-desc,
.joDayNight .joCookie-title,
.joDayNight .joCookie-chk-item label,
.joDayNight .joCookie-desc a, 
.joDayNight .joCookie-impressum a,
.joDayNight .joCookie-more-btn,
.joDayNight .joCookie-more-container-item-header,
.joDayNight .joCookie-more-container-item-desc,
.joDayNight .joCookie-btn-con .joCookie-btn.joCookie_save{
	color: #000000;
}
.joDayNight .joCookie-btn-con .joCookie-btn.joCookie_save,
.joDayNight .joCookie-btn-con .joCookie-btn.joCookie_save{
    border: 1px #000000 solid;
}
.joDayNight .joCookie-btn-con .joCookie-btn.joCookie_saveall{
	background-color: #000000;
	color: #ffffff;
}
.joDayNight .joCookie-more-btn:not(.active)::after{
	border-top: 8px solid black;
}
.joDayNight .joCookie-more-btn.active::after{
	border-bottom: 8px solid black;
}
.joDayNight .joCookie-box-effect:before,
.joDayNight .joCookie-box-effect:after{
	background: #000000;
}
@media(max-width: 767px){
	.joCookie-checkbox {
		margin: 50px 0px 50px 20px;
	}
	.joCookie-content {
		width: 100%;
	}
	.joCookie-title {
		font-size: 25px;
	}
	.joCookie-desc {
		font-size: 14px;
	}
	.joCookie-btn-con .joCookie-btn.joCookie_save, .joCookie-btn-con .joCookie-btn.joCookie_saveall {
		padding: 10px 20px;
	}
	.joCookie-more-container {
		font-size: 14px;
	}
}