
/* cookie.inc CSS Document */

	* { box-sizing: border-box; padding: 0; margin: 0; }
	#cookie-preferences a { color:#000; text-decoration: none; }
	#cookie-preferences a:hover { text-decoration: underline; }
	
	.bgcol { /* change for individual website colors */
		background-color: #2A7ABE; /* button bgr */
		color:#FFF; /* button font color */
	}
	.st0{fill:#eee;} /* cookie color */
	
	#cookie-preferences-admin {
		/* font for debug*/
		font-family: 'Open Sans', sans-serif;
		/* font for debug*/
	}

	#cookie-preferences {
		/* font for debug*/
		font-family: 'Open Sans', sans-serif;
		/* font for debug*/
		border-radius: 10px;
		text-align: left;
		border: 1px solid #999; /* cookie bar background color */
		position: fixed;
		bottom: 0px;
		left: 0px;
		z-index: 10000;
		width: 100%;
		max-width: 380px;
		line-height: 1.5em;
		color: #686868;
		padding: 1.5em;
		opacity: 1;
		background-color: #eee;
	}
	
	#cookie-preferences ul { 
		border: 1px solid #999;
		margin: 1em 0;
	}
	#cookie-preferences input[type="checkbox"]{
		margin:0;
		float: none;
	}
	
	#cookie-preferences button { 
		padding: 0.3em 1.5em;
		margin-top: 0.6em;
		font-size:1.2em;
		border: 0px;
		border-radius: 20px;
		width:100%;
		cursor: pointer;
	}
	
	#cookie-all, #cookie-deny {
		background-color: #2A7ABE;
		color:#fff; /* button font color */
		transition: 80ms;
		cursor: pointer;
	}

	#cookie-all:hover, #cookie-deny:hover {
		background-color: #73798c;
		color:#FFF; /* button font color */
		cursor: pointer;
	}

	#cookie-save {
		color: #686868;
		background-color: #cecece;
		cursor: pointer;
	}

	#cookie-save:hover {
		color: #FFF;
		background-color: #cecece;
		cursor: pointer;
	}	

	#cookie-preferences-admin { 
		position: fixed;
		bottom: 35px; 
		left:5px;
		border-radius: 25px;
		padding: 3px;
		transition-duration: 500ms;
	}
	#cookie-svg {
		width: 36px;
		height: 36px;
		float:left;
	}
	#cookie-preferences-change {
		float:left;
		max-width: 0;
		overflow: hidden;
		transition-duration: 500ms;
		white-space: nowrap;
		padding-top:0.3em;
		color:#FFF;
		cursor: pointer;
	}
	#cookie-preferences-admin:hover #cookie-preferences-change { 
		max-width: 300px;
		padding: 0.3em;
	}
	#cookie-preferences-close {
		color: #fff;
		float: right;
		right: 0px;
		border-radius: 100%;
		text-decoration: none;
		text-shadow: 0 1px 0 #fff;
		top: 0px;
		width: 36px;
		height: 36px;
		cursor: pointer;
		border: 1px solid white; 
		padding: 4px 5px;
		font-size:1.5em;
		position: relative;
	}
	#cookie-preferences-close span {
	  display: block;
	  position: absolute;
	  height: 3px;
	  height: 4px;
	  width: 72%;
	  background-color: #fff;
	  border-radius: 9px;
	  opacity: 1;
	  left: 5px;
	}
	
	#cookie-preferences-close span:nth-child(1) {
	  -webkit-transform: rotate(45deg);
	  -moz-transform: rotate(45deg);
	  -o-transform: rotate(45deg);
	  transform: rotate(45deg);
	  top: 15px;
	}
	#cookie-preferences-close span:nth-child(2) {
	  -webkit-transform: rotate(-45deg);
	  -moz-transform: rotate(-45deg);
	  -o-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	  top: 15px;
	}

	/*SWITCHES*/
	#cookie-preferences .cookieSwitch {
		display: inline-block;
		height: 34px;
		position: relative;
		width: 60px;
		padding: 0.3em 1.5em;
		margin: 0.3em;
		margin-left: 0;
	}
	
	#cookie-preferences .cookieSwitch input {
		display:none;
	}
	
	#cookie-preferences .slider {
	background-color: #cecece;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .2s;
	}
	
	#cookie-preferences .slider:before {
	background-color: #fff;
	bottom: 4px;
	content: "";
	height: 26px;
	left: 4px;
	position: absolute;
	transition: .2s;
	width: 26px;
	}
	
	#cookie-preferences input:checked + .slider {
	background-color: #2A7ABE;
	}
	
	#cookie-preferences input:checked + .slider:before {
	transform: translateX(26px);
	}

	#cookie-preferences input:disabled + .slider {
		background-color: #8b8b8b;
	}
	
	#cookie-preferences .slider.round {
	border-radius: 34px;
	}
	
	#cookie-preferences .slider.round:before {
	border-radius: 50%;
	}

	/* settings button */
	#cookie-preferences #show-settings {
		color: #686868;
	}

	#cookie-preferences #show-settings:hover {
		color: #929292;
		text-decoration: underline;
	}

	/* setting list*/
	#cookie-preferences #cookie-settings {
		overflow: hidden;
		list-style: none;
		opacity: 0%;
		max-height: 0px;
		transition: opacity 0.5s ease-in, max-height 0.5s ease-in-out;
	}

	#cookie-preferences #cookie-settings.active {
		list-style: none;
		opacity: 100%;
		max-height: 250px;
	}

	#cookie-preferences .settings-item {
		display: flex;
		align-items: center;
	}
	#cookie-preferences .settings-item label b {
		display: none;
	}

	.consentbutton {
		position: absolute;
		transform: translate(-50%,0);
		left: 50%;
		bottom: 0;
		font-weight: bold;
		border: 3px solid white;
		padding: 0.5em;
		font-size: 1.3em;
		color: #fff;
		margin: 1em;
		width: 50%;
		cursor: pointer;
	}
	.ext_media {
	  background-image: url("/images/content/video_prev.jpg");
	  background-size: cover;
	}