@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin-ext');
/*
font-family: 'Roboto Condensed', sans-serif;
*/


#list {
  position: relative;
  left: 50%;
  width: 240px !important;
  min-width: 240px !important;
  text-align: center;
  font-weight: 900;
  margin: 100px 0 0 -120px;
}

/* The checked container ---------------------------------------------------- */
.container_checked {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  font-size: 12pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_checked input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border: 1px solid rgba(198, 117, 248, 0.5)
}

/* When the checkbox is checked, add a blue background */
.container_checked input ~ .checkmark {
  background-color: red;
  border-radius: 3px;
  border: 1px solid rgba(198, 117, 248, 0.2)
}

/* Show the checkmark when checked */
.container_checked input ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_checked .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin: 0 0 12px 35px;
  cursor: pointer;
  font-size: 12pt;
  line-height: 27px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 3px;

}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: rgba(203, 6, 0, 0.5);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: red;

}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cookie_disclaimerclass {
  position: fixed !important;
  right: 0px;
  bottom: 0px;
  width: 250px; /* 84%; */
  max-width: 250px;
  height: auto;
  background-color: rgba(0,0,0,1);
  /* background-image: linear-gradient(68deg,#ffc67b,#fffea9); */
/*  background-image: linear-gradient(68deg,rgba(139,0,4,1),rgba(0,0,0,1));*/
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 1px;
  color: white;
  text-align: left;
  margin: 8px !important;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid rgba(229, 11, 4, 0.5);
  -moz-box-shadow:      0px 0px 15px 5px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.9);
    box-shadow:         0px 0px 15px 5px rgba(0, 0, 0, 0.9);
  z-index: 6000;
}

.cookie_disclaimerclass > a {
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 11pt;
  font-weight: 700;
  color: red;
}

.cookie_disclaimerclass > a:hover {
  text-decoration: underline;
  color: #4bc2ff;
}

#cookie_disclaimerwindow {
  visibility: visible;
}

.have_it {
  position: relative !important;
  width: 150px !important;
  height: 30px;
  color: white;
  max-height: 32px !important;
  background-image: linear-gradient(68deg,red, rgba(101,0,0,1));
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14pt;
  font-weight: 900;
  line-height: 32px;
  text-align: center;
  letter-spacing: 1px;
  padding: 0px 15px;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  -moz-box-shadow:    0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  -webkit-box-shadow: 0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  box-shadow:         0px 1px 3px 1px rgba(44, 42, 61, 0.7);
  transition: all 0.3s;

}

.have_it:hover {
  background-image: linear-gradient(68deg,red, red);
    -moz-box-shadow:    0px 0px 7px 5px rgba(255,0,0, 0.6);
    -webkit-box-shadow: 0px 0px 7px 5px rgba(255,0,0, 0.6);
    box-shadow:         0px 0px 7px 5px rgba(255,0,0, 0.6);
    cursor: pointer;
    cursor: hand;
    letter-spacing: 2px;
}


/* Belongs to the Cookiebot Cookie Disclaimer 29.03.2021 */

			#cookiebot_ui {
				position: fixed;
				left: 20%;
				top: 0;
				background-color: rgba(255, 255, 255, 1);
				min-width: 60%;
				max-width: 60%;
				height: 70%;
				overflow-x: hidden;
				overflow-y: scroll;
				z-index: 90000;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
				font-size: 10pt;
				font-weight: 300;
				color: #202020;
				visibility: hidden;
				padding: 60px 10px 50px 20px;
				margin: 0;
				-webkit-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.8);
				-moz-box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.8);
				box-shadow: 0px 0px 9px 7px rgba(0,0,0,0.8);
			}
		
			.consentDialogPreviewHeader {
				position: absolute;
				left: 0px;
				top: 0px;
				width: 100%;
				height: 40px;
				line-height: 40px;
				font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
				font-size: 10pt;
				font-weight: 300;
				border: 1px solid #fff;
				padding: 0px 0px 0px 22px;
				background-color: #161616;
				color: #fff;
				margin: 0 0px 20px 0px;
			}
		
			.title_declaration {
				font-size: 11pt;
				font-weight: 700;
				letter-spacing: 1px;
			}
		
			.closePreviewIcon {
				width: 25px;
				height: 25px;
				background-color: transparent;
				color: white;
				float: right;
				font-size: 25px;
				line-height: 25px;
				text-align: center;
				margin-right: 10px;
				padding: 5px;
			}
		
			.closePreviewIcon:hover {
				cursor: pointer;
				cursor: hand;
			}
	
			@media (max-width: 620px) {
				#cookiebot_ui {
					position: fixed;
					left: 0;
					top: 0;
					background-color: rgba(255, 255, 255, 1);
					width: calc(100% - 20px);
					min-width: calc(100% - 20px);
					max-width: calc(100% - 20px);
					height: 70%;
					padding: 60px 10px 50px 20px;
				    margin: 0;
				}
			}
	
			@media (min-width: 1921px) {
				#cookiebot_ui {
					font-size: 18pt;
				}
				
				.title_declaration {
				font-size: 18pt;
				letter-spacing: 2px;
				}
			}

      .cookiebotHrefLink {
        cursor: pointer;
        cursor: hand;
      }