
.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: #ff0202;
	border-color: #ff0202 #ff0202 #ff0202;
	-webkit-box-shadow: 0 1px 0 #ff0202;
	box-shadow: 0 1px 0 #ff0202;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 1px #ff0202, 1px 0 1px #ff0202, 0 1px 1px #ff0202, -1px 0 1px #ff0202;
}
.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: relative;
	background: rgba(255,255,255,1);
	margin: auto;
	width: 50%;
	color: #fff;
	z-index: 9999999;
	padding: 5px 0;
	top: 35%;
}
.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;
}
.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 * {
	width: auto;
	font-family: Josefin Sans !important;
	font-size: 12px;
	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: 90%;
	height:80%;
	padding: 0 20px !important;
	margin: 25px;
	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;
}
/* 
#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: 90% !important;
		height:50%;
		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: 90% !important;
		height:80%;
		top:10% !important;
	}
	.gdpr-wrapper{
		height:90%;
	}
	/* #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: 90% !important;
		height:90%;
		top:5% !important;
	}
	.gdpr-wrapper{
		align-items: flex-start;
		flex-flow: column !important;
		display:block;
		overflow:hidden;
	}
	.gdpr-popup-wrapper{
		width: 90% !important;
		height: 80% !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;
	}
}
