@font-face {
	font-family: 'Conv_Ubuntu-Medium';
	src: url('../../common/css/fonts/Ubuntu-Medium.eot');
	src: local('☺'), url('../../common/css/fonts/Ubuntu-Medium.woff') format('woff'), url('../../common/css/fonts/Ubuntu-Medium.ttf') format('truetype'), url('../../common/css/fonts/Ubuntu-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?bazl60');
	src:  url('fonts/icomoon.eot?bazl60#iefix') format('embedded-opentype'),
	  url('fonts/icomoon.ttf?bazl60') format('truetype'),
	  url('fonts/icomoon.woff?bazl60') format('woff'),
	  url('fonts/icomoon.svg?bazl60#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }
  
  .icon-no_default:before {
	content: "\e900";
  }
  .icon-no_hover:before {
	content: "\e901";
	color: #e2001a;
  }
  .icon-no_selected .path1:before {
	content: "\e902";
	color: rgb(141, 137, 119);
  }
  .icon-no_selected .path2:before {
	content: "\e903";
	margin-left: -1em;
	color: rgb(66, 64, 56);
  }
  .icon-yes_default:before {
	content: "\e904";
  }
  .icon-yes_hover:before {
	content: "\e905";
	color: #289b38;
  }
  .icon-yes_selected .path1:before {
	content: "\e906";
	color: rgb(141, 137, 119);
  }
  .icon-yes_selected .path2:before {
	content: "\e907";
	margin-left: -1em;
	color: rgb(66, 64, 56);
  }
  
.gdpr input[type="checkbox"]{
	/* float: left; */
	margin-left: 10px-ms-transform: scale(1.3); /* IE */
	-moz-transform: scale(1.3); /* FF */
	-webkit-transform: scale(1.3); /* Safari and Chrome */
	-o-transform: scale(1.3); /* Opera */
	padding: 10px;
	margin-top: 5px;
}
.gdpr label{
	display: inline-block;
	color: #000;
	font-weight: inherit;
}
.gdpr.gdpr-privacy-bar .gdpr-right button:last-of-type {
	margin-right: 0;
	/* margin-left: 20px; */
}
.gdpr.gdpr-privacy-bar .gdpr-agreement {
	position: relative;
	font-weight: normal;
	padding: 8px 20px;
	height: auto;
	line-height: 1.4285714;
	white-space: normal;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ee4444;
	border-color: #ee4444 #ee4444 #ee4444;
	-webkit-box-shadow: 0 1px 0 #ee4444;
	box-shadow: 0 1px 0 #ee4444;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #ee4444, 1px 0 1px #ee4444, 0 1px 1px #ee4444, -1px 0 1px #ee4444;
}
.gdpr.gdpr-privacy-bar button {
	margin: 0 5px;
	padding: 9px 10px;
}
button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
.gdpr button, .gdpr input[type="submit"] {
	color: #fff;
	font-weight: normal;
	margin: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	line-height: 1.5;
	display: block;
	min-width: auto;
	max-width: auto;
}
.gdpr-popup-content a{
	text-decoration: underline;
	/* font-weight: 600; */
}
.gdpr-popup-title{
	font-size: 24px !important;
	/* font-weight: 600; */
	margin-bottom: 20px;
}
.gdpr-privacy-popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	color: #000000;
	z-index: 9999999;
}
#gdpr-overlay{
	background: rgba(0,0,0,0.6) !important;
	z-index: 9999998 !important;
}
.gdpr-privacy-popup .gdpr-popup-wrapper{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255,255,255,1);
	width: 80%;
	height: 80%;
	overflow: auto;
	padding: 25px !important;
}
.gdpr.gdpr-privacy-bar {
	position: fixed;
	background: rgba(255,255,255,1);
	margin: auto;
	width: 100%;
	color: #fff;
	z-index: 9999999;
	padding: 5px 0;
	/* top: 35%; */
	bottom: 0;
	border-radius: 25px 25px 0px 0px;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a{
	color: #fff !important;
	text-decoration: none !important;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a u{
	color: #000 !important;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:hover,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:focus,
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right a:active,
{
	color: #fff !important;
	text-decoration: underline !important;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}
.button{
	width: 40px!important;
	height: 40px!important;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}
.button:before {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	font-size: 40px;
	text-align: center;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.button-yes:before {
	content: "\e904";
}
.button-yes:hover::before {
	color: red;
}
.button-yes:active::before {
	content: "\e906";
}
.button-no:before {
	left: 50px;
	content: "\e900";
}
.button-no:hover::before {
	content: "\e901";
}
.button-no:active::before {
	content: "\e902";
}
.gdpr.gdpr-privacy-bar .gdpr-privacy-bar-title{
	width: 100%;
	color: #000;
	font-size: 12px;
	/* font-weight: 400; */
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	/* flex: 1; */
	flex-flow: wrap;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gdpr{
	font-family: Conv_Ubuntu-Medium !important;
}

.gdpr * {
	width: auto; 
	font-size: 16px;
	text-transform: none !important;
	letter-spacing: 0 !important;
	color: #000000;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	outline: none;
	border: none;
	margin: 0;
	padding: 0;
}
.gdpr-wrapper{
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	/* justify-content: flex-end; */
	width: 50%;
	height:80%;
	padding: 20px 20px !important;	
    margin: auto;
	overflow:auto;
}
.gdpr-bar-close-btn{
	position:absolute;
	top:5px;
	right:5px;
	border: 1px solid red;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ff0000;
	margin: 0 0px;
}

#linkSubTitle{
	font-size: 16px;
    line-height: normal;
    letter-spacing: .5px;
    color: #e44;
    text-decoration: underline;
}
/* 
#gdpr-cookie-button {
	margin-right: 0;
	margin-left: 20px;
	color:#ffffff;
	position: relative;
	font-weight: normal;
	padding: 4px 4px;
	width: 53px;
	height: 53px;
	line-height: 1.4285714;
	white-space: normal;
	margin: 0;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ed008c;
	border-color: #ed008c #ed008c #ed008c;
	-webkit-box-shadow: 0 1px 0 #ed008c;
	box-shadow: 0 1px 0 #ed008c;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #ed008c, 1px 0 1px #ed008c, 0 1px 1px #ed008c, -1px 0 1px #ed008c;
}
*/
.gdpr-checkbox-text{   
    position: relative;
    left: 5px;
    top: -2px;
    margin-left: 10px;
}

#gdpr-cookie-button {
	margin-right: 0px;
	margin-left: 0px;
	color:#ffffff;
	position: relative;
	cursor: pointer;
}

/* special display cases */
/* @media only screen and (max-width: 1023px) {
	#gdpr-cookie-button {
		display: none !important;
	}
} */
/* and (orientation: landscape) */

@media only screen and (max-width: 1024px) {
	.gdpr-privacy-bar{
		width: 100% !important;
		height:100%;
		top:29% !important;
	}
	.gdpr-wrapper{
		height:88%;
	}
	/* #gdpr-cookie-button {
		left: 2px !important;
		bottom: 55px !important;
	} */
}
@media only screen and (max-width: 768px) {
	.gdpr-privacy-bar{
		width: 100% !important;
		height:100%;
		top:10% !important;
	}
	.gdpr-wrapper{
		height:100%;
		width:100%;
	}
	.gdpr *{		
		font-size: 12px;
	}
	/* #gdpr-cookie-button {
		left: 2px !important;
		bottom: 55px !important;
	} */
}
@media only screen and (min-width: 100px) and (max-width: 420px) {
	.col-md-3{
		float: none;
		width: 100% !important;
		display: flex;
	}
	.gdpr-privacy-bar{
		width: 100% !important;
		height:100%;
		/* top:0% !important; */
	}
	.gdpr-wrapper{
		align-items: flex-start;
		flex-flow: column !important;
		display:block;
		overflow:hidden;
		width: 100%;
	}
	.gdpr * {
		width: auto;
		font-size: 14px;
	}
	.gdpr-popup-wrapper{
		width: 100% !important;
		height: 100% !important;
	}
	.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-right {
		width: 100%;
	}
	.gdpr-checkbox-text{
		width: calc(100% - 30px) !important;
	}
	.gdpr-right{
		padding-top: 20px !important;
	}
}


