/* * {
	font-family: "Helvetica Neue", "Open Sans", "Source Sans Pro", "Arial";
	} */

	* {
		font-family: "Century Gothic", "CenturyGothic", "AppleGothic", "sans-serif";
	} 

	#menu #menuLeft #saloonMap {
	/*background-image: url("../img/senzera-location.png");
	background-repeat: no-repeat;
	background-size: 320px;*/
}/*###################CHECKBOXEN######################*/
@-webkit-keyframes checked-box{
	0%{
		width: 0;
		height: 0;
		border-color: #ff7100;
		-ms-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	33%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	66%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	100%{
		width: 4px;
		height: 8px;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
}
@keyframes checked-box{
	0%{
		width: 0;
		height: 0;
		border-color: #ff7100;
		-ms-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	33%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	66%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	100%{
		width: 4px;
		height: 8px;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
}
-moz-keyframes checked-box{
	0%{
		width: 0;
		height: 0;
		border-color: #ff7100;
		-ms-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	33%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	66%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	100%{
		width: 4px;
		height: 8px;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
}
@-ms-keyframes checked-box{
	0%{
		width: 0;
		height: 0;
		border-color: #ff7100;
		-ms-transform: translate(0,0) rotate(45deg);
		transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	33%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	66%{
		width: 4px;
		height: 0;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
	100%{
		width: 4px;
		height: 8px;
		border-color: #ff7100;
		transform: translate(0,0) rotate(45deg);
		-ms-transform: translate(0,0) rotate(45deg);
		-webkit-transform: translate(0,0) rotate(45deg);
		-moz-transform: translate(0,0) rotate(45deg);
		}
}
input[type=checkbox]{
		height: 0;
		widows: 0;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
	}
	.label_style{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
	}
	.label_style > span{
		width: 15px;
		height: 15px;
		border: 1px solid;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		margin-right: 20px;
	}
		input[type=checkbox]:checked + .label_style > span::before{
		content: "";
		position: relative;
		top: -3px;
		left: -2px;
		border-right: 3px solid transparent;
		border-bottom: 3px solid transparent;
		transform: rotate(45deg);
		transform-origin: 0% 100%;
		animation: checked-box 125ms 250ms forwards;
		
		-ms-transform: rotate(45deg);
		-ms-transform-origin: 0% 100%;
		-ms-animation: checked-box 125ms 250ms forwards;
		
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: 0% 100%;
		-webkit-animation: checked-box 125ms 250ms forwards;
	}
	#checkbox label input[type="checkbox"]:checked + #check{
	background: #ff7100;
	transform:translateX(20px);
	-webkit-transform:translateX(20px);
	z-index:1;
}
#reservationDir{
	background-color: #ff7100;
}
#overlay .buttonContainer button{
	background-color: #ff7100
} 
/****************Checkbox FirstVisit**********/
	.label_style2{
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;

		float: left;
		padding-top: 0.16em;
		 background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
	}
	.label_style2 > span{
		width: 15px;
		height: 15px;
		border: 1px solid;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		justify-content: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		margin-right: 20px;
	}
	input[type=checkbox]:checked + .label_style2 > span{
		background-color: #ff7100;
		    border-color: #e6e6e6;
	}
		input[type=checkbox]:checked + .label_style2 > span::before{
		content: "";
		position: relative;
		top: -1px;
		left: -2px;
		border-right: 3px solid transparent;
		border-bottom: 3px solid transparent;
		transform: rotate(45deg);
		transform-origin: 0% 100%;
		animation: checked-box 125ms 250ms forwards;
		-ms-content: "";
		-ms-position: relative;
		-ms-top: -1px;
		-ms-left: -2px;
		-ms-border-right: 3px solid #ff7100;
		-ms-border-bottom: 3px solid #ff7100;
		-ms-transform: rotate(45deg);
		-ms-transform-origin: 0% 100%;
		-ms-animation: checked-box 125ms 250ms forwards;
		
			-webkit-content: "";
		-webkit-position: relative;
		-webkit-top: -1px;
		-webkit-left: -2px;
		-webkit-border-right: 3px solid transparent;
		-webkit-border-bottom: 3px solid transparent;
		-webkit-transform: rotate(45deg);
		-webkit-transform-origin: 0% 100%;
		-webkit-animation: checked-box 125ms 250ms forwards;
	}
/*###############CheckBox Zeitauswahl########*/
/*###############CheckBox Zeitauswahl########*/
/*###############CheckBox Zeitauswahl########*/
/*###############CheckBox Zeitauswahl########*/
	#checkbox{
	background-color: #fff;
	display: inline-block;
	width: 50px;
	height: 25px;
	border-radius: 30px;
	padding: 5px 10px;
	overflow: hidden;
	position: relative;
	box-shadow:-2px 2px 3px rgba(0,0,0,0.3);	
	float: right;
}
input[type=radio]:checked ~ label {
	background-color: #ff7100;
}
#employeeSelection {
	background-image: url(../img/user_circle.png),
		url(../img/arrow_down.png);
	}
@media screen and (min-width: 320px) and (max-width: 600px) {
	#employeeSelection {
		background-image: url(../img/user_circle_20px.png),
			url(../img/arrow_down.png) !important;
	}
}
.durationimage {
	background-image: url(../img/Icon_Dauer-1.png);
}
#InputFieldButton Button{
	background-color: #ff7100!important;			
			
}
@media screen and (min-width: 320px) and (max-width: 600px){
	
#InputFieldButton{
	
	background-color: #ff7100;
	
	}
}
@media screen and (min-width: 601px) {	
#InputFieldButton{
	background-color: #ff7100;
	}	
}
#menu #menuLeft .menuItem.selected {
	color: #ff7100;
	font-weight: bold;
}


#main #loginView #loginEntries {
	background-color: #e6e6e6;
}

#main #registerView #registerEntries {
	background-color: #e6e6e6;
}

#main #loginExtraView #loginEntries {
	background-color: #e6e6e6;
}

#main #saloonView .saloonEntry {
	background-color: #e6e6e6;
}

#main #reservationView .reservationEntry {
	background-color: #e6e6e6;
}

#main #reservationView .dateTimeEntry {
	background-color: #e6e6e6;
}

#main #reservationView .dateTimeEntry .dateTimeEntryList .timeOption.selected {
	background-color: #ff7100;
	color: #ffffff;
	font-weight: bold;
}

#main #reservationView .dateTimeEntry .dateTimeEntryEmployee .employeeOption.selected {
	background-color: #ff7100;
	color: #ffffff;
	font-weight: bold;
}

#main #reservationView .dateTimeEntry .dateTimeEntrySaloon .saloonOption.selected {
	background-color: #ff7100;
	color: #ffffff;
	font-weight: bold;
}

button.default {
	background-color: #ff7100;
}

#main #reservationView #reservationDir {
	background-color: #ff7100;
	color: #ffffff;
	width: 100%;
}

#main #reservationView #changeReservation {
	color: #ff7100;
	font-weight: bold;
	margin-top: 2em;
	float: left;
	cursor: pointer;
}

#main #reservationView #reservationTopMessage {
	color: #ff7100;
	text-align: center;
}

#main #header #mainMenuLabel {
	color: #ff7100;
}

#menu #menuSaloon .saloonEntry .selected{
	color: #ff7100;
}

.comboBox.alternative .inputIcon.selected {
	color: #ff7100;
}

.comboBox.alternative .option .employee.selected >span:nth-child(1) {
	color: #ff7100;
}

#main #openReservationsView #openReservationsList .reservation .reservationCancel {
	color: #ff7100;
	font-weight: bold;
	float: right;
}

#main #reservationView #reservationSaloonChange, #main #reservationView #reservationServiceChange {
	background-color: #ff7100;
	color: #ffffff;
}

#main #reservationView #reservationSaloonChange::after, #main #reservationView #reservationServiceChange::after {
	border-color: #ff7100 transparent transparent transparent;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
	#main #header #banner {
		background-image: url("../img/senzera_logo_2018_bluete.png");
		background-repeat: no-repeat;
		height: 80px;
		background-position-x: 50%;
		width: 100%;
		background-position-y: 30%;
		background-size: 40px;
   	 	/* position: fixed;
    	height: 100px;
    	width: 100%;
    	z-index: 1;
    	background-color: white; */
    }

    #main #header #logo {
    	background-image: url("");
    	background-repeat: no-repeat;
    	background-position: 98% 5%;
    	height: 40px; 
    	width: 100%; 
    	position: absolute;
    	top: 0;
    	/*    	 	position: fixed; */
    	/*     	z-index: 1; */
    	background-size: 120px;
    }
}

@media screen and (min-width: 1050px) {
	#main #header #banner {
		background-image: url("../img/senzera_logo_2018.png");
		background-repeat: no-repeat;
		background-size: 200px;
		height: 170px;
		background-position-x: 50%;
		background-position-y: 20%;
		/* 		position: fixed; */
		/* 		background-color: white; */
		/* 		width: 100%; */
		z-index: 1;
	}
	
	#main #header #logo {
		background-image: url("");
		background-repeat: no-repeat;
		background-position: 98% 10%;
		height: 100px;
		width: 100%;
		position: absolute;
		top: 0;
		/*    	 	position: fixed; */
		/*     	z-index: 1; */
	}
}
@media screen and (min-width: 600px) and (max-width: 1050px){
	
	#main #header #banner {
		background-image: url("../img/senzera_logo_2018.png");
		background-repeat: no-repeat;
		background-size: 200px;
		background-position-x: 50%;
		/* 		position: fixed; */
		height: 170px;
		/*     	width: 100%; */
		/*     	z-index: 1; */
	}
	
	#main #header #logo {
		background-image: url("");
		background-repeat: no-repeat;
		background-position: 98% 10%;
		position: absolute;
		top: 0;
		height: 100px;
		width: 100%;
   	 	/*position: fixed;
   	 	z-index: 1; */
   	 }

   	}
   	@media screen and (min-width: 320px) and (max-width: 900px){
   		#main #openReservationsView #openReservationsList .reservation .reservationCancel
   		{
   			width: 150px;
   			margin-left: auto;
   			margin-right: auto;

   		}

   	}
   	[data-tooltip], .tooltip {
	position: relative;
	cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after
{
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out,
	transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before,
[data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after,
.tooltip:focus:before, .tooltip:focus:after {
	visibility: visible;
	opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before, [data-tooltip]:before {
	z-index: 1001;
	border: 6px solid transparent;
	background: transparent;
	content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
	z-index: 1000;
	padding: 8px;
	width: 160px;
	content: "";
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before, [data-tooltip]:after, .tooltip:before, .tooltip:after,
.tooltip-top:before, .tooltip-top:after {
	bottom: 100%;
	left: 50%;
}

[data-tooltip]:before, .tooltip:before, .tooltip-top:before {
	margin-left: -6px;
	margin-bottom: -12px;
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after, .tooltip:after, .tooltip-top:after {
	margin-left: -88px;
}

[data-tooltip]:hover:before, [data-tooltip]:hover:after, [data-tooltip]:focus:before,
[data-tooltip]:focus:after, .tooltip:hover:before, .tooltip:hover:after,
.tooltip:focus:before, .tooltip:focus:after, .tooltip-top:hover:before,
.tooltip-top:hover:after, .tooltip-top:focus:before, .tooltip-top:focus:after
{
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	transform: translateY(-12px);
}
[data-tooltip]:hover:after,
[data-tooltip]:focus:after,.tooltip:hover:after,
.tooltip:focus:after,
.tooltip-top:hover:after,.tooltip-top:focus:after{
	content: attr(data-tooltip);
	font-weight: 100;
	color: white;
}
/* Left */
.tooltip-left:before, .tooltip-left:after {
	right: 100%;
	bottom: 50%;
	left: auto;
}

.tooltip-left:before {
	margin-left: 0;
	margin-right: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
}

.tooltip-left:hover:before, .tooltip-left:hover:after, .tooltip-left:focus:before,
.tooltip-left:focus:after {
	-webkit-transform: translateX(-12px);
	-moz-transform: translateX(-12px);
	transform: translateX(-12px);
}

/* Bottom */
.tooltip-bottom:before, .tooltip-bottom:after {
	top: 100%;
	bottom: auto;
	left: 50%;
}

.tooltip-bottom:before {
	margin-top: -12px;
	margin-bottom: 0;
	border-top-color: transparent;
}

.tooltip-bottom:hover:before, .tooltip-bottom:hover:after,
.tooltip-bottom:focus:before, .tooltip-bottom:focus:after {
	-webkit-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}

/* Right */
.tooltip-right:before, .tooltip-right:after {
	bottom: 50%;
	left: 100%;
}

.tooltip-right:before {
	margin-bottom: 0;
	margin-left: -12px;
	border-top-color: transparent;
}

.tooltip-right:hover:before, .tooltip-right:hover:after, .tooltip-right:focus:before,
.tooltip-right:focus:after {
	-webkit-transform: translateX(12px);
	-moz-transform: translateX(12px);
	transform: translateX(12px);
}

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before, .tooltip-right:before {
	top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after, .tooltip-right:after {
	margin-left: 0;
	margin-bottom: -16px;
}

/* Base styles for the tooltip's content area */
.tooltip:after, [data-tooltip]:after {
	background-color: hsla(27, 100%, 50%, 0.9);
	border-top-color: hsla(27, 100%, 50%, 0.9);
	color: #fff;
}

/* Directions */


[data-tooltip]:before, .tooltip:before, .tooltip-top:before {
	border-top-color: #000;
	border-top-color: hsla(27, 100%, 50%, 0.9);
}

.tooltip-left:before {
	border-left-color: #000;
	border-top-color: hsla(27, 100%, 50%, 0.9);
}



.tooltip-bottom:before {
	border-bottom-color: #000;
	border-top-color: hsla(27, 100%, 50%, 0.9);
}


.tooltip-right:before {
	border-right-color: #000;
	border-top-color: hsla(27, 100%, 50%, 0.9);
}


/*************************************************************
cookieconsent
***********************************************************************/



.cookiebanner__parent{
    height: 100%;
    width: 100%;
    background-color: rgba(105, 105, 115, 0.47);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.cookiebanner{
    background-color: white;
    box-shadow: 0px -1px 10px 3px #00000040;
}

.cookiebanner ::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.cookiebanner  ::-webkit-scrollbar-track {
    background: #ff7100;
    border-radius: 10px;
}

/* Handle */
.cookiebanner  ::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 3px 10px #00000040;
}


.cookiebanner span,.cookiebanner p,.cookiebanner a{
    color: #46464D;
    line-height: 21px;
}

.cookiebanner[data-id='summary']{
    width: 450px;
    background-color: white;
    padding: 30px;
}

.cookiebanner[data-id='summary'].fadeIn{
    animation: ease-out .2s FadeInCookies;
    animation-fill-mode: forwards
}
.cookiebanner[data-id='summary'].fadeOut{
    animation: ease-out .2s FadeOutCookies;
    animation-fill-mode: forwards
}


.cookiebanner__header{
    text-align: center;
    margin-bottom: 2em;
}
.cookiebanner__header span{
    font-size: 25px;
    color: #46464D;
}
.cookiebanner__description p{
    color: #46464D;
}
.cookiebanner__checkboxes{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
}
.checkboxText{
    color: #46464D;
}

.cookiebanner__summaryGroup{
    display: flex;
    margin-right: 1em;
    margin-bottom: 2em;
}


.cookiebanner__summaryButtons{
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.cookiebanner__button{
    width: 190px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    padding: 0px 20px 0px 20px;
    font-size: 17px;
}

.cookiebanner__button span{
    color: #46464D;
}

.cookiebanner__button--default{
    border: 1px solid #46464D;
}
.cookiebanner__button--blue{
    background-color: #ff7100 ;
}
.cookiebanner__button--blue span{
    color: white;
}


.cookiebanner__summaryFooter{
    text-align: center;
    margin-bottom: 1em;
}
.cookiebanner__summaryFooterLink{
    cursor: pointer;
}
.cookiebanner__summaryFooterLink{
    color: #ff7100!important;
    user-select: none;
}

.cookiebanner__footer{
    text-align: center;
}
.cookiebanner__footer a{
    font-size: 14px;
    color: #707070!important;
}
.cookiebanner__footer .footerBack{
    color: #707070;
    cursor: pointer;
    user-select: none;
}


.bold{
    font-weight: bold;
}





.cookiebanner[data-id='detail']{
    width: 790px;
}
.cookiebanner[data-id='detail'].fadeIn{
    animation: ease-out .2s FadeInCookies;
    animation-fill-mode: forwards
}
.cookiebanner[data-id='detail'].fadeOut{
    animation: ease-out .2s FadeOutCookies;
    animation-fill-mode: forwards
}


.cookiebanner[data-id='detail'] .cookiebanner__footer{
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.cookiebanner__detailHeader{
    padding: 30px;
}
.cookiebanner__detailHeaderButtons{
    display: flex;
    justify-content: center;
}
.cookiebanner__detailHeaderButtons .cookiebanner__button:first-of-type{
    margin-right: 2em;
}

.cookiebanner__detailCookieGroupHeader{
    margin-bottom: .5em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cookiebanner__detailCookieGroupDesc{
    margin-bottom: .5em;
}
.cookiebanner__detailCookieGroupDesc span{
    width: 341px;
    display: block;
}



.cookiebanner__detailCookieGroups{
    width: 100%;
    height: 400px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0px;
    position: relative;
    background-color: #F4F4F4;
    padding-bottom: 10px;
}

.cookiebanner__detailCookieGroup.showCookie .inner-child {
    position: absolute;
    left: 10px !important;
    right: 10px !important;
    top: 10px !important;
    bottom: 10px !important;
    background-color: white;
    max-height: calc(100% - 50px);
    max-width: calc(100% - 50px);
    padding: 15px;
}
.cookiebanner__detailCookieGroup .inner-child{
    transition: left .2s ease,top .2s ease,right .2s ease,bottom .2s ease;
    background-color: white;
    max-height: calc(100% - 50px);
    max-width: calc(100% - 50px);
    position: absolute;
    padding: 15px;
}

.cookiebanner__detailCookieGroup{
    width: 380px;
    margin: 10px 0px 0px 10px;
    background-color: white;
    padding: 15px;
    box-sizing: border-box;
}
.cookiebanner__detailCookieGroup:nth-of-type(even){
    margin-right: 10px;
}
.cookiebanner__detailCookieGroupFooter{
    cursor: pointer;
    user-select: none;
    text-align: right;
}
.cookiebanner__detailCookieGroupFooter span{
    color: #ff7100;
}

.detailFooterLinks{
    position: relative;
    left: 50%;
    transform: translateX(-76%);
}


.showCookie .closeCookieDetailClose{
    display: none!important;
}

.showCookie .cookiebanner__detailCookieGroupHeader span:first-of-type{
    color: #ff7100!important;
}
.showCookie .cookiebanner__detailCookieGroupFooter,.showCookie .cookiebanner__detailCookieGroupDesc{
    display: none;
}
.showCookie .closeCookieDetailClose {
    display: block!important;
    position: absolute;
    right: 3px;
    top: 2px;
    width: 12px;
    height: 12px;
    opacity: 0.3;
    cursor: pointer;
  }
  .showCookie .closeCookieDetailClose:hover {
    opacity: 1;
  }
  .showCookie .closeCookieDetailClose:before, .closeCookieDetailClose:after {
    position: absolute;
    left: 7px;
    content: ' ';
    height: 12px;
    width: 2px;
    background-color: #333;
  }
  .showCookie .closeCookieDetailClose:before {
    transform: rotate(45deg);
  }
  .showCookie .closeCookieDetailClose:after {
    transform: rotate(-45deg);
  }
  .showCookie .cookiebanner__detailCookieGroupDetails{
      display: block!important;
  }



.cookiebanner__detailCookieGroupDetails{
    overflow-y: auto;
    height: 95%;
}

.cookiebanner__singleCookieDetail{
    border: 3px solid #F4F4F4;
    padding: 10px;
    margin-bottom: 10px;
}

.cookiebanner__singleCookieDetailInfoRow:nth-of-type(odd){
    background-color: #F4F4F4;
}

.cookiebanner__singleCookieDetailInfoRow{
    display: flex;
}

.cookiebanner__singleCookieDetailInfoRow a{

}
.cookiebanner__singleCookieDetailInfoRowName{
    width: 186px;  
    display: table;
}


@keyframes FadeInCookies {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes FadeOutCookies {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}










.cookieCheckBox input[type=checkbox] {
    display: none
}

.cookieCheckBox input[type=checkbox]:checked+.cookielabel-cbx:after {
    animation: .1s ease-out .1s CookieDrawMark;
    animation-fill-mode: forwards
}
.cookieCheckBox input[type=checkbox]:disabled+.cookielabel-cbx{
    background-color: #cccccc;
    cursor: default;
}

.cookieCheckBox input[type=checkbox]:checked+.cookielabel-cbx {
    border-color: transparent;
    box-shadow: none
}

.cookieCheckBox input[type=checkbox]:checked+.cookielabel-cbx:before {
    animation: .5s ease-out Cookiefadeinout;
    animation-fill-mode: forwards
}

.cookieCheckBox .cookielabel-cbx {
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 2px;
    transition: .3s ease;
    cursor: pointer;
    margin-right: 7px
}

.cookieCheckBox .cookielabel-cbx:before {
    transform: scale(1);
    opacity: 0;
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    margin: -10px 0 0 -10px;
    width: 30px;
    height: 30px;
    border-radius: 100%
}

.cookieCheckBox .cookielabel-cbx:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent
}
.cookielabel-cbx {
    border: 2px solid #a0a3aa
}

.cookielabel-cbx:before {
    background: rgba(25,118,210,.5)
}

@keyframes CookieDrawMark {
    0% {
        width: 0;
        height: 0;
        transform: translate(0,0) rotate(45deg)
    }

    100% {
        width: 7px;
        height: 14px;
        border-bottom: 2px solid #ff7100;
        border-right: 2px solid #ff7100;
        transform: translate(0,-15px) rotate(45deg)
    }
}

@keyframes Cookiefadeinout {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}



.input__switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 25px;
    top: -5px;
    margin-right: 10px;
  }
  

  .input__switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .input__switch-yes {
    position: absolute;
    color: white!important;
    top: 2px;
    left: 9px;
    font-size: 13px;
    user-select: none;
  }
  
  .input__switch-no {
    position: absolute;
    color: #ff7100!important;
    right: 8px;
    top: 2px;
    font-size: 13px;
    user-select: none;
  }
  

  .input__switch-slider {
    position: absolute; 
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border: 2px solid #ff7100;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .input__switch-slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 4px;
    bottom: 3px;
    background-color: #ff7100;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 2;
  }
  input:disabled + .input__switch-slider{
    background-color: #cccccc!important;
    border: 2px solid #cccccc!important;
    cursor: default;
  }
  input:disabled:checked ~ .input__switch-yes{
      color: white!important;
  }
  input:disabled:checked ~ .input__switch-no{
    color: #cccccc!important;
  }

  input:disabled ~ .input__switch-no{
    color: white!important;
}
   input:disabled ~ .input__switch-yes{
    color: #cccccc!important;
    }

  input:checked + .input__switch-slider {
    background-color: #ff7100;
  }

  
  input:checked + .input__switch-slider {
    border: 2px solid #ff7100;
  }
  
  input:checked + .input__switch-slider:before {
    background-color: white;
    -webkit-transform: translateX(32px);
    -ms-transform: translateX(32px);
    transform: translateX(32px);
  }

  .input__switch-slider.round {
    border-radius: 34px;
  }
  
  .input__switch-slider.round:before {
    border-radius: 50%;
  }
  
  .input__switch-text {
    position: relative;
    top: 2px;
    right: 6px;
  }
  
.cookieShowOnMobile{
    display: none;
}


@media only screen  and (min-device-width : 320px)  and (max-device-width : 568px) {
    .cookiebanner{
        width: 360px;
        height: calc(100% - 0px);
        overflow-y: auto;
        box-sizing: border-box;
    }
    .cookiebanner__summaryButtons{
        flex-wrap: wrap;
    }
    
    .cookiebanner__button{
        width: 100%;
    }
    .cookiebanner__button:first-of-type{
        margin-bottom: 1em;
    }


    .cookiebanner p{
        font-size: 14px;

    }
    .cookiebanner p:first-of-type{
        margin-bottom: 1em;
    }

    .cookiebanner__checkboxes{
        justify-content: space-between;

    }
    .cookiebanner__summaryGroup{
        width: 129px;
    }

    .cookiebanner__detailHeaderButtons{
        flex-wrap: wrap;
    }
    .cookiebanner__detailHeaderButtons .cookiebanner__button:first-of-type{
        margin-right: 0em;
    }
    .cookiebanner__detailCookieGroups{
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 1fr 1fr 1fr;
        height: 800px;
    }
    .cookiebanner__detailCookieGroup{
        width: calc(100% - 20px);
    }
    .cookiebanner__detailCookieGroupDesc span{
        width: 100%;
    }

    .cookieShowOnDesktop{
        display: none;
    }

    .cookieShowOnMobile{
        display: block;
    }
    .cookiebanner__singleCookieDetailInfoRowName{
        width: 105px;
    }
    .cookiebanner__singleCookieDetailFooterLink{
        text-align: right;
    }

}
